6.2 Improving Our 3-D Graphics Pipeline

Size: px
Start display at page:

Download "6.2 Improving Our 3-D Graphics Pipeline"

Transcription

1 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE Impovig Ou 3-D Gaphics Pipelie We iish ou basic 3D gaphics pipelie wih he implemeaio o pespecive. beoe we do his, we eview homogeeous coodiaes Homogeeous Coodiaes You will ecall ha i ode o be able o epese aslaios as a mai opeaio, we added a ea coodiae o ou vecos. Tha ea coodiae was always. Thus, a 2D veco (, y) was epeseed as (, y, ). A3D veco (, y, ) was epeseed as (, y,, ). hese wee called homogeeous coodiaes. To see which veco hese vecos i homogeeous coodiaes epeseed, we simply dopped he. The moe geeal deiiio o homogeeous coodiaes does o equie he ea coodiae o be. I ca be ay umbe, hough i usually will o be. This value is used o epese pois a iiiy. The quesio he becomes o kow which veco i Caesia coodiaes a veco i homogeeous coodiaes epeses, whe is added coodiae is o. To see his, we deie he ollowig equivalece elaio. We say ha wo vecos i homogeeous coodiaes ae equivale i ad oly i oe is a muliple o he ohe. Fo eample, (2, 4, 2, 8) is equivale o (, 2,, 4). By equivale, we mea ha hey epese he same veco i he lowe dimesioal space. Thus, he vecos o he om (, y,, W ) o ay value o all epese he same veco i 3D space. Equivalely, he vecos o he om (, y, W ) oayvalueo all epese he same veco i 2D space. I paicula, (,y,,w) ad ( W, y W, W, ) epese he same veco. Bu, we kow ha ( W, y W, W, ) is he epeseaio i homogeeous coodiaes o ( W, y W, ) W i Caesia coodiaes. Thus, we see ha o id he veco i Caesia coodiaes a veco i homogeeous coodiaes epeses, we divide each o is coodiaes by he added coodiae as log as i is o. I ohe wods, (, y,, W ) is equivale o ( ( W, y W, W, ) ad hus epeses W, y W, ) W. The same applies o 2D vecos ad hei epeseaio i homogeeous coodiaes. To make he oaio simple, we will hik o vecos i homogeeous coodiaes as beig o he om (W,Wy,W,W) ad hei epeseaio i Caesia coodiaes will heeoe be (, y,, ) (we divide each coodiae by W ). Whe we divide each coodiae by W,wesayhawe homogeie he veco. To bee udesad wha is happeig, le us look a he geomeic iepeaio o his i he 2D case. A ypical 2D veco is o he om (, y). Is epeseaio i homogeeous coodiaes is (W,Wy,W). Though his epeses a veco i 2D space, i is a 3D objec. I ac, he se o pois {(W,Wy,W) W R} is a lie i 3D space as show o igue 6.8. We homogeie his veco o id is Caesia epeseaio, we ge (, y, ). So, we see ha geomeically, he caesia coodiaes epeseaio o a veco i homogeeous coodiaes is he iesecio o he plae W =ad he lie omed by all he vecos equivale o he give veco i homogeeous

2 82 CHAPTER 6. 3-D GEOMETRY ENGINE Figue 6.8: XY W homogeeous coodiae space coodiaes. I ohe wods, he caesia y plae coespods o he plae W =i homogeeous coodiaes. I we sa wih vecos i he y plae, ad add a homogeeous coodiae o o hem. We he apply some asomaios o hem. I hese asomaios chage he las coodiae (which pespecive will do), geomeically, i meas ha ou veco has bee "lied" om he plae W =. Toakeibackohisplae,iohewodsogeis caesia coodiaes epeseaio, we simply homogeie i (divide each o is coodiaes by he las coodiae) Pespecive Oe o he dawbacks o ohogaphic pojecio is he loss o deph. To solve his, we would like o epese lies which ae uhe apa om he viewe smalle ha lies which ae close. This is called pespecive. Oce agai, hee ae seveal ways o impleme his. The mehod we will use is bes eplaied by lookig a igue 6.9. Le us assume he ollowig:. The gae diecio is he same as he mius ais. 2. The viewe s eye is a e. 3. The view plae is d uis om he viewe s eye. Objecs will be pojeced o he view plae as show i igue 6.9. Usig simila iagles, we ca id he sie o he pojeced objec y s as ollows: y s d = y

3 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE 83 Theeoe y s = d y (6.9) Similaly, i he diecio, we have s = d (6.) Thus, he sie o a objec will be popoioal o, ha is o he ivese o is disace om he viewe. This is pecisely wha we wee yig o achieve. Figue 6.9: Pespecive Pojecio I he case he gae diecio is o i he diecio o he mius ais, we will is eed o do a chage o coodiaes. Oce we have peomed he pojecio, we sill eed o map eveyhig oo he scee. I ohe wods, besides pespecive, we eed o also peom a lo o he asomaios we have aleady implemeed. Theeoe, as we impleme pespecive, we would like o do i i a way ha especs he ollowig:. We would like o use he machiey we have aleady developed, wheeve i is eeded. Pespecive would jus be a added sep o wha we have aleady doe. 2. Because wha we have aleady doe has bee implemeed as mai asomaios, pespecive should also be implemeed as a mai asomaio, ohewise i will o be compaible wih he ohe asomaios. Pespecive as a added sep o ou machiey The idea is o is pojec eveyhig o he view plae, as show o igue 6.9. The, we will apply ou machiey o he objecs o he view plae. Because

4 84 CHAPTER 6. 3-D GEOMETRY ENGINE pespecive is a pojecio alog a lie hough he viewe s eye, all he pois o his lie will be pojeced o he same poi o he view plae. Ohogaphic pojecio is a pojecio paallel o he gae diecio. Thus, pois o a lie paallel o he gae diecio will be mapped o he same poi. Thus, i we camappoisoaliehoughheviewe seyeopoisoaliepaallel o he gae diecio, we ca he apply ou ohogaphic pojecio o iish he wok. This is illusaed o igue 6..Because we will eveually dop Figue 6.: Pespecive pojecio as a ohogaphic pojecio he coodiae, i does o mae how he coodiaes o he pois ae asomed. Though, we would like o peseve ode. Ou goal is he o do he ollowig: Coside a lie L hough he viewe s eye. Le P be he poi a which i iesec he view plae. Ceae a mai asomaio which will map all he pois o L o pois o a lie hough P paallel o he gae diecio. We ca he apply ou peviously developed machiey o iish he wok. Beoe we poceed uhe, le us ioduce some emiology. Deiiio 84 The plae = will be called he view plae o he ea plae. Deiiio 85 The plae = will be called he a plae. Deiiio 86 The poio o he pyamid bewee he plaes = ad = o he op image o igue 6. is called he view usum.

5 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE 85 Figue 6.: Wold hough he viewe s eye mapped oo he ohogaphic cube

6 86 CHAPTER 6. 3-D GEOMETRY ENGINE Figue 6.2: The pespecive pojecio maps lie hough he viewe s eye o lies paallel o he ais. Figue 6.3: Oigial Cube ad he View Fusum

7 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE 87 The pespecive pojecio will leave pois o he ea plae uchaged. Figues 6., 6.2 ad 6.3 illusae his cocep. The pois iesecig he a plae ad he view usum will be mapped o pois iesecig he a plae ad he oigial cube. I paicula, he ollowig coe should emai uchaged: l b, l, b ad l l o, will be mapped o we ow develop he pespecive asomaio..also, will be mapped ad so o. Wih his i mid, Pespecive as a mai asomaio The quesio le o solve is how o map pois o L o pois o a lie hough P paallel o he gae diecio, so ha he mappig is a mai asomaio. A is glace, his appeas o be diicul because, as equaio 6.9 shows, his asomaio will ivolve dividig by. Bu cao be pa o he mai o he asomaio. This mai has o be idepede o he pois we ae asomig. This is whee ou homogeeous coodiaes will come io play. Le M p deoe he pespecive mai we eed o id. I is a 4 4 mai. Thus, we eed o id is 6 eies. This meas solvig a sysem o 6 equaios i 6 ukows. I ealiy, i is o so diicul. Fom equaios 6.9 ad 6., ad usig he ac ha he view plae is = (meaig d i hose equaios will be ), we see ha a poi o coodiaes y should be mapped o y?. We pu a quesio mak o he coodiaes, because i does o eally mae sice i will be dopped ayway. The poblem wih his asomaio is ha appeas as a aco o boh ad y, which meas ha i should be pa o he mai M p, which is o possible. Tha would make M p depede o each poi beig asomed. A aleaive is i we coside he poi y? as beig he esul o havig bee homogeied (divide is coodiaes by w). Which we would have o do i he M p mai had modiied he w coodiae o he iiial poi. Fo eample, i applyig M p o y had poduced y?, he homogeiig i would poduced he desied esul, wihou havig o be

8 88 CHAPTER 6. 3-D GEOMETRY ENGINE i he mai. So, we ae seekig a mai M p such ha M p The ollowig mai would wok M p = α β y = We oly eed o id wo eies, α ad β. To id hem, we use equaios, we use he ac ha emais uchaged by he asomaio while, will be mapped o. We is eed o compue simila iagles, as show i igue 6.9, we see ha y?.. Usig = = So, his ells us ha ou asomaio should do he ollowig M p = ad M p = i ohe wods M p =

9 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE 89 Theeoe, we have: M p = = α β α + β Also, M p = = I we homogeie his poi, we ge which is he same as α β α + β (α + β) (α + β) So,wegeheollowigwoequaios { α + β = (α + β) = Thesoluioohissysemisα = ( + ),β =. Thus, we see ha he pespecive mai is: M p = + We lis some o he popeies o his pespecive mai.

10 9 CHAPTER 6. 3-D GEOMETRY ENGINE Poposiio 87 The pespecive mai has he popeies we said we would like i o have. I paicula, i escales he ad y coodiaes o pois by a aco o ad i leaves pois o he plae = uchaged. Poo. The eec o he mai o a veco (, y, ) is y + = y + ( + ) I we homogeie he poi, we obai y + We see ha ad y have bee escaled by a aco o. Wealsoseehaa poi o he plae = will o be aeced by his asom. Such a poi would have coodiaes (, y, ). We have + y = y Remak 88 Whe we homogeie a poi o a veco, we divide each o is coodiaes by he same quaiy. As log as he pespecive mai we apply poduces equivale vecos i homogeeous coodiaes, he pocess will wok. Whe we homogeie hese vecos, i hey ae equivale hey will esul i he same homogeied veco. Theeoe, i M is a pespecive mai, ad h is a cosa, he hm will also wok as a pespecive mai. Le us assume ha M asoms a veco v io aohe veco w. Thais The, Mv = w (hm) v = h (Mv) = hw Bu w ad hw ae equivale ad hus esul i he same homogeied poi. This suggess ha we ca muliply ou mai M p by a cosa. I we muliply M p by, i will make i ice. Thus, o M p we will acually use M p = +

11 6.2. IMPROVING OUR 3-D GRAPHICS PIPELINE 9 Someimes, i may be ecessay o evese he eec o pojecio. Fo his, we would use Mp. Wih his simpliied om o M p, he ivese is also easie o id. The eade will check ha Mp = + Fo he same easos as above, we ca also muliply M p cosa. A simple vesio o Mp Thus, o Mp,wewilluse Puig i ogehe M p = by ay o eo by. is obaied by muliplyig M p + Oce he pespecive mai has bee applied, we ca he apply he ohogaphic asomaio developed ealie. he mai ecodig his was called M. I he view posiio ad he gae diecio ae o sadad, we may eed o apply a coodiae asom is. The mai ecodig his was called M v. The asomaio which will peom all he seps descibed is M M p M v. We have he ollowig algoihm: Algoihm 89 To daw 3D lies wih ed pois a i ad b i usig pespecive, do he ollowig:. Compue M 2. Compue M v 3. Compue M p 4. Se M = M M p M v 5. Fo each i, do p = Ma i q = Mb i dawlie ( p W p, y p W p, q W q, y q W q ) I he above algoihm, W q deoes he ouh coodiae o ou poi ae i has bee asomed.

12 92 CHAPTER 6. 3-D GEOMETRY ENGINE Deiiio 9 The mai poduc M o M p is oe called he pojecio mai. We have M pojecio = 2 l+ l 2 b Popeies o he pespecive asom l b+ b + 2 The pespecive asom maps lies o lies. The pespecive asom maps plaes o plaes. The pespecive asom maps lie segmes o lie segmes, pesevig he odeig o he pois. Theeoe, he pespecive asom akes veices ad edges o a iagle io veices ad edges o aohe iagle Field-o-View Wih he machiey we have developed, he use mus speciy he ollowig quaiies:. The viewe s eye posiio 2. The gae diecio ad he up veco 3. The cube i which ou wold leaves. This ca be doe by speciyig (l,,, b,, ). I is ulikely we will be able o simpliy wha we have o speciy i ad 2. Le us see wha we ca do abou 3. I we had a simple sysem which looked hough he cee o he widow, he we would have l = b = This aleady deceases by 2 he umbe o quaiies we eed o speciy. I i addiio we equie piels o be squae, i ohe wods = y The, his deceases by he umbe o quaiies we eed. Wih hese esicios, we eed o be give (,, ). is oe se by speciyig he ield-o-view, show as θ i igue 6.4. Usig simple igoomey, we see ha a θ 2 = Theeoe, i, ad θ ae give, we ca deive all he ohe quaiies usig he assumpios (see poblems).

13 6.3. ASSIGNMENT 93 Deiiio 9 (Field-o-view) The ield-o-view θ is he agle om he boom o he scee o he op o he scee, daw om he viewe s eye posiio. Figue 6.4: The ield o view θ is he agle om he boom o he scee o he op o he scee measued om he eye 6.3 Assigme. Veiy ha Mp give above is coec. 2. Wie dow a pespecive mai o =ad =2. 3. Veiy ha M pojecio akes (,, ) o (,, ). 4. Wie M, M p ad M pojecio i ems o, ad θ. whe he ield-oview is speciied. Use he assumpios o his secio.

Viewing in 3D. Viewing in 3D. Planar Geometric Projections. Taxonomy of Projections. How to specify which part of the 3D world is to be viewed?

Viewing in 3D. Viewing in 3D. Planar Geometric Projections. Taxonomy of Projections. How to specify which part of the 3D world is to be viewed? Viewig i 3D Viewig i 3D How o speci which pa o he 3D wo is o e viewe? 3D viewig voume How o asom 3D wo cooiaes o D ispa cooiae? Pojecios Cocepua viewig pipeie: Xom o ee coos 3D cippig Pojec Xom o viewpo

More information

Cameras and World Geometry

Cameras and World Geometry Caeas ad Wold Geoe How all is his woa? How high is he caea? Wha is he caea oaio w. wold? Which ball is close? Jaes Has Thigs o eebe Has Pihole caea odel ad caea (pojecio) ai Hoogeeous coodiaes allow pojecio

More information

Supplementary Information

Supplementary Information Supplemeay Ifomaio No-ivasive, asie deemiaio of he coe empeaue of a hea-geeaig solid body Dea Ahoy, Daipaya Saka, Aku Jai * Mechaical ad Aeospace Egieeig Depame Uivesiy of Texas a Aligo, Aligo, TX, USA.

More information

Big O Notation for Time Complexity of Algorithms

Big O Notation for Time Complexity of Algorithms BRONX COMMUNITY COLLEGE of he Ciy Uiversiy of New York DEPARTMENT OF MATHEMATICS AND COMPUTER SCIENCE CSI 33 Secio E01 Hadou 1 Fall 2014 Sepember 3, 2014 Big O Noaio for Time Complexiy of Algorihms Time

More information

Computer Propagation Analysis Tools

Computer Propagation Analysis Tools Compue Popagaion Analysis Tools. Compue Popagaion Analysis Tools Inoducion By now you ae pobably geing he idea ha pedicing eceived signal sengh is a eally impoan as in he design of a wieless communicaion

More information

SUMMATION OF INFINITE SERIES REVISITED

SUMMATION OF INFINITE SERIES REVISITED SUMMATION OF INFINITE SERIES REVISITED I several aricles over he las decade o his web page we have show how o sum cerai iiie series icludig he geomeric series. We wa here o eed his discussio o he geeral

More information

Comparing Different Estimators for Parameters of Kumaraswamy Distribution

Comparing Different Estimators for Parameters of Kumaraswamy Distribution Compaig Diffee Esimaos fo Paamees of Kumaaswamy Disibuio ا.م.د نذير عباس ابراهيم الشمري جامعة النهرين/بغداد-العراق أ.م.د نشات جاسم محمد الجامعة التقنية الوسطى/بغداد- العراق Absac: This pape deals wih compaig

More information

BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS

BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS BEST LINEAR FORECASTS VS. BEST POSSIBLE FORECASTS Opimal ear Forecasig Alhough we have o meioed hem explicily so far i he course, here are geeral saisical priciples for derivig he bes liear forecas, ad

More information

2 f(x) dx = 1, 0. 2f(x 1) dx d) 1 4t t6 t. t 2 dt i)

2 f(x) dx = 1, 0. 2f(x 1) dx d) 1 4t t6 t. t 2 dt i) Mah PracTes Be sure o review Lab (ad all labs) There are los of good quesios o i a) Sae he Mea Value Theorem ad draw a graph ha illusraes b) Name a impora heorem where he Mea Value Theorem was used i he

More information

Capítulo. of Particles: Energy and Momentum Methods

Capítulo. of Particles: Energy and Momentum Methods Capíulo 5 Kieics of Paicles: Eegy ad Momeum Mehods Mecáica II Coes Ioducio Wok of a Foce Piciple of Wok & Eegy pplicaios of he Piciple of Wok & Eegy Powe ad Efficiecy Sample Poblem 3. Sample Poblem 3.

More information

Pure Math 30: Explained!

Pure Math 30: Explained! ure Mah : Explaied! www.puremah.com 6 Logarihms Lesso ar Basic Expoeial Applicaios Expoeial Growh & Decay: Siuaios followig his ype of chage ca be modeled usig he formula: (b) A = Fuure Amou A o = iial

More information

Ideal Amplifier/Attenuator. Memoryless. where k is some real constant. Integrator. System with memory

Ideal Amplifier/Attenuator. Memoryless. where k is some real constant. Integrator. System with memory Liear Time-Ivaria Sysems (LTI Sysems) Oulie Basic Sysem Properies Memoryless ad sysems wih memory (saic or dyamic) Causal ad o-causal sysems (Causaliy) Liear ad o-liear sysems (Lieariy) Sable ad o-sable

More information

1 Notes on Little s Law (l = λw)

1 Notes on Little s Law (l = λw) Copyrigh c 26 by Karl Sigma Noes o Lile s Law (l λw) We cosider here a famous ad very useful law i queueig heory called Lile s Law, also kow as l λw, which assers ha he ime average umber of cusomers i

More information

One of the common descriptions of curvilinear motion uses path variables, which are measurements made along the tangent t and normal n to the path of

One of the common descriptions of curvilinear motion uses path variables, which are measurements made along the tangent t and normal n to the path of Oe of he commo descipios of cuilie moio uses ph ibles, which e mesuemes mde log he ge d oml o he ph of he picles. d e wo ohogol xes cosideed sepely fo eey is of moio. These coodies poide ul descipio fo

More information

Chapter 6 - Work and Energy

Chapter 6 - Work and Energy Caper 6 - Work ad Eergy Rosedo Pysics 1-B Eploraory Aciviy Usig your book or e iere aswer e ollowig quesios: How is work doe? Deie work, joule, eergy, poeial ad kieic eergy. How does e work doe o a objec

More information

1. Solve by the method of undetermined coefficients and by the method of variation of parameters. (4)

1. Solve by the method of undetermined coefficients and by the method of variation of parameters. (4) 7 Differeial equaios Review Solve by he mehod of udeermied coefficies ad by he mehod of variaio of parameers (4) y y = si Soluio; we firs solve he homogeeous equaio (4) y y = 4 The correspodig characerisic

More information

Optical flow equation

Optical flow equation Opical Flow Sall oio: ( ad ae le ha piel) H() I(++) Be foce o poible ppoe we ake he Talo eie epaio of I: (Sei) Opical flow eqaio Cobiig hee wo eqaio I he lii a ad go o eo hi becoe eac (Sei) Opical flow

More information

Fresnel Dragging Explained

Fresnel Dragging Explained Fresel Draggig Explaied 07/05/008 Decla Traill Decla@espace.e.au The Fresel Draggig Coefficie required o explai he resul of he Fizeau experime ca be easily explaied by usig he priciples of Eergy Field

More information

On imploding cylindrical and spherical shock waves in a perfect gas

On imploding cylindrical and spherical shock waves in a perfect gas J. Fluid Mech. (2006), vol. 560, pp. 103 122. c 2006 Cambidge Uivesiy Pess doi:10.1017/s0022112006000590 Pied i he Uied Kigdom 103 O implodig cylidical ad spheical shock waves i a pefec gas By N. F. PONCHAUT,

More information

Extremal graph theory II: K t and K t,t

Extremal graph theory II: K t and K t,t Exremal graph heory II: K ad K, Lecure Graph Theory 06 EPFL Frak de Zeeuw I his lecure, we geeralize he wo mai heorems from he las lecure, from riagles K 3 o complee graphs K, ad from squares K, o complee

More information

Calculus BC 2015 Scoring Guidelines

Calculus BC 2015 Scoring Guidelines AP Calculus BC 5 Scorig Guidelies 5 The College Board. College Board, Advaced Placeme Program, AP, AP Ceral, ad he acor logo are regisered rademarks of he College Board. AP Ceral is he official olie home

More information

ODEs II, Supplement to Lectures 6 & 7: The Jordan Normal Form: Solving Autonomous, Homogeneous Linear Systems. April 2, 2003

ODEs II, Supplement to Lectures 6 & 7: The Jordan Normal Form: Solving Autonomous, Homogeneous Linear Systems. April 2, 2003 ODEs II, Suppleme o Lecures 6 & 7: The Jorda Normal Form: Solvig Auoomous, Homogeeous Liear Sysems April 2, 23 I his oe, we describe he Jorda ormal form of a marix ad use i o solve a geeral homogeeous

More information

= 5! 3! 2! = 5! 3! (5 3)!. In general, the number of different groups of r items out of n items (when the order is ignored) is given by n!

= 5! 3! 2! = 5! 3! (5 3)!. In general, the number of different groups of r items out of n items (when the order is ignored) is given by n! 0 Combiatoial Aalysis Copyight by Deiz Kalı 4 Combiatios Questio 4 What is the diffeece betwee the followig questio i How may 3-lette wods ca you wite usig the lettes A, B, C, D, E ii How may 3-elemet

More information

The Production of Polarization

The Production of Polarization Physics 36: Waves Lecue 13 3/31/211 The Poducion of Polaizaion Today we will alk abou he poducion of polaized ligh. We aleady inoduced he concep of he polaizaion of ligh, a ansvese EM wave. To biefly eview

More information

UNIT 1: ANALYTICAL METHODS FOR ENGINEERS

UNIT 1: ANALYTICAL METHODS FOR ENGINEERS UNIT : ANALYTICAL METHODS FOR ENGINEERS Ui code: A// QCF Level: Credi vale: OUTCOME TUTORIAL SERIES Ui coe Be able o aalyse ad model egieerig siaios ad solve problems sig algebraic mehods Algebraic mehods:

More information

The Central Limit Theorems for Sums of Powers of Function of Independent Random Variables

The Central Limit Theorems for Sums of Powers of Function of Independent Random Variables ScieceAsia 8 () : 55-6 The Ceal Limi Theoems fo Sums of Poes of Fucio of Idepede Radom Vaiables K Laipapo a ad K Neammaee b a Depame of Mahemaics Walailak Uivesiy Nakho Si Thammaa 86 Thailad b Depame of

More information

Calculus Limits. Limit of a function.. 1. One-Sided Limits...1. Infinite limits 2. Vertical Asymptotes...3. Calculating Limits Using the Limit Laws.

Calculus Limits. Limit of a function.. 1. One-Sided Limits...1. Infinite limits 2. Vertical Asymptotes...3. Calculating Limits Using the Limit Laws. Limi of a fucio.. Oe-Sided..... Ifiie limis Verical Asympoes... Calculaig Usig he Limi Laws.5 The Squeeze Theorem.6 The Precise Defiiio of a Limi......7 Coiuiy.8 Iermediae Value Theorem..9 Refereces..

More information

David Randall. ( )e ikx. k = u x,t. u( x,t)e ikx dx L. x L /2. Recall that the proof of (1) and (2) involves use of the orthogonality condition.

David Randall. ( )e ikx. k = u x,t. u( x,t)e ikx dx L. x L /2. Recall that the proof of (1) and (2) involves use of the orthogonality condition. ! Revised April 21, 2010 1:27 P! 1 Fourier Series David Radall Assume ha u( x,) is real ad iegrable If he domai is periodic, wih period L, we ca express u( x,) exacly by a Fourier series expasio: ( ) =

More information

Suppose we have observed values t 1, t 2, t n of a random variable T.

Suppose we have observed values t 1, t 2, t n of a random variable T. Sppose we have obseved vales, 2, of a adom vaable T. The dsbo of T s ow o belog o a cea ype (e.g., expoeal, omal, ec.) b he veco θ ( θ, θ2, θp ) of ow paamees assocaed wh s ow (whee p s he mbe of ow paamees).

More information

Representing Knowledge. CS 188: Artificial Intelligence Fall Properties of BNs. Independence? Reachability (the Bayes Ball) Example

Representing Knowledge. CS 188: Artificial Intelligence Fall Properties of BNs. Independence? Reachability (the Bayes Ball) Example C 188: Aificial Inelligence Fall 2007 epesening Knowledge ecue 17: ayes Nes III 10/25/2007 an Klein UC ekeley Popeies of Ns Independence? ayes nes: pecify complex join disibuions using simple local condiional

More information

Degree of Approximation of Fourier Series

Degree of Approximation of Fourier Series Ieaioal Mahemaical Foum Vol. 9 4 o. 9 49-47 HIARI Ld www.m-hiai.com h://d.doi.og/.988/im.4.49 Degee o Aoimaio o Fouie Seies by N E Meas B. P. Padhy U.. Misa Maheda Misa 3 ad Saosh uma Naya 4 Deame o Mahemaics

More information

F D D D D F. smoothed value of the data including Y t the most recent data.

F D D D D F. smoothed value of the data including Y t the most recent data. Module 2 Forecasig 1. Wha is forecasig? Forecasig is defied as esimaig he fuure value ha a parameer will ake. Mos scieific forecasig mehods forecas he fuure value usig pas daa. I Operaios Maageme forecasig

More information

Lecture 22 Electromagnetic Waves

Lecture 22 Electromagnetic Waves Lecue Elecomagneic Waves Pogam: 1. Enegy caied by he wave (Poyning veco).. Maxwell s equaions and Bounday condiions a inefaces. 3. Maeials boundaies: eflecion and efacion. Snell s Law. Quesions you should

More information

An Open cycle and Closed cycle Gas Turbine Engines. Methods to improve the performance of simple gas turbine plants

An Open cycle and Closed cycle Gas Turbine Engines. Methods to improve the performance of simple gas turbine plants An Open cycle and losed cycle Gas ubine Engines Mehods o impove he pefomance of simple gas ubine plans I egeneaive Gas ubine ycle: he empeaue of he exhaus gases in a simple gas ubine is highe han he empeaue

More information

Spectrum of The Direct Sum of Operators. 1. Introduction

Spectrum of The Direct Sum of Operators. 1. Introduction Specu of The Diec Su of Opeaos by E.OTKUN ÇEVİK ad Z.I.ISMILOV Kaadeiz Techical Uivesiy, Faculy of Scieces, Depae of Maheaics 6080 Tabzo, TURKEY e-ail adess : zaeddi@yahoo.co bsac: I his wok, a coecio

More information

COS 522: Complexity Theory : Boaz Barak Handout 10: Parallel Repetition Lemma

COS 522: Complexity Theory : Boaz Barak Handout 10: Parallel Repetition Lemma COS 522: Complexiy Theory : Boaz Barak Hadou 0: Parallel Repeiio Lemma Readig: () A Parallel Repeiio Theorem / Ra Raz (available o his websie) (2) Parallel Repeiio: Simplificaios ad he No-Sigallig Case

More information

By the end of this section you will be able to prove the Chinese Remainder Theorem apply this theorem to solve simultaneous linear congruences

By the end of this section you will be able to prove the Chinese Remainder Theorem apply this theorem to solve simultaneous linear congruences Chapte : Theoy of Modula Aithmetic 8 Sectio D Chiese Remaide Theoem By the ed of this sectio you will be able to pove the Chiese Remaide Theoem apply this theoem to solve simultaeous liea cogueces The

More information

ANALYSIS OF THE CHAOS DYNAMICS IN (X n,x n+1) PLANE

ANALYSIS OF THE CHAOS DYNAMICS IN (X n,x n+1) PLANE ANALYSIS OF THE CHAOS DYNAMICS IN (X,X ) PLANE Soegiao Soelisioo, The Houw Liog Badug Isiue of Techolog (ITB) Idoesia soegiao@sude.fi.ib.ac.id Absrac I he las decade, sudies of chaoic ssem are more ofe

More information

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002

ME 321 Kinematics and Dynamics of Machines S. Lambert Winter 2002 ME 31 Kiemaic ad Dyamic o Machie S. Lamber Wier 6.. Forced Vibraio wih Dampig Coider ow he cae o orced vibraio wih dampig. Recall ha he goverig diereial equaio i: m && c& k F() ad ha we will aume ha he

More information

C(p, ) 13 N. Nuclear reactions generate energy create new isotopes and elements. Notation for stellar rates: p 12

C(p, ) 13 N. Nuclear reactions generate energy create new isotopes and elements. Notation for stellar rates: p 12 Iroducio o sellar reacio raes Nuclear reacios geerae eergy creae ew isoopes ad elemes Noaio for sellar raes: p C 3 N C(p,) 3 N The heavier arge ucleus (Lab: arge) he ligher icomig projecile (Lab: beam)

More information

S, we call the base curve and the director curve. The straight lines

S, we call the base curve and the director curve. The straight lines Developable Ruled Sufaces wih Daboux Fame i iowsi -Space Sezai KIZILTUĞ, Ali ÇAKAK ahemaics Depame, Faculy of As ad Sciece, Ezica Uivesiy, Ezica, Tuey ahemaics Depame, Faculy of Sciece, Aau Uivesiy, Ezuum,

More information

The Eigen Function of Linear Systems

The Eigen Function of Linear Systems 1/25/211 The Eige Fucio of Liear Sysems.doc 1/7 The Eige Fucio of Liear Sysems Recall ha ha we ca express (expad) a ime-limied sigal wih a weighed summaio of basis fucios: v ( ) a ψ ( ) = where v ( ) =

More information

LESSON 15: COMPOUND INTEREST

LESSON 15: COMPOUND INTEREST High School: Expoeial Fuctios LESSON 15: COMPOUND INTEREST 1. You have see this fomula fo compoud ieest. Paamete P is the picipal amou (the moey you stat with). Paamete is the ieest ate pe yea expessed

More information

Sections 3.1 and 3.4 Exponential Functions (Growth and Decay)

Sections 3.1 and 3.4 Exponential Functions (Growth and Decay) Secions 3.1 and 3.4 Eponenial Funcions (Gowh and Decay) Chape 3. Secions 1 and 4 Page 1 of 5 Wha Would You Rahe Have... $1million, o double you money evey day fo 31 days saing wih 1cen? Day Cens Day Cens

More information

CS 188: Artificial Intelligence Fall Probabilistic Models

CS 188: Artificial Intelligence Fall Probabilistic Models CS 188: Aificial Inelligence Fall 2007 Lecue 15: Bayes Nes 10/18/2007 Dan Klein UC Bekeley Pobabilisic Models A pobabilisic model is a join disibuion ove a se of vaiables Given a join disibuion, we can

More information

Comparison between Fourier and Corrected Fourier Series Methods

Comparison between Fourier and Corrected Fourier Series Methods Malaysia Joural of Mahemaical Scieces 7(): 73-8 (13) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES Joural homepage: hp://eispem.upm.edu.my/oural Compariso bewee Fourier ad Correced Fourier Series Mehods 1

More information

Transistor configurations: There are three main ways to place a FET/BJT in an architecture:

Transistor configurations: There are three main ways to place a FET/BJT in an architecture: F3 Mo 0. Amplifie Achiecues Whe a asiso is used i a amplifie, oscillao, file, seso, ec. i will also be a eed fo passive elemes like esisos, capacios ad coils o povide biasig so ha he asiso has he coec

More information

Available online at J. Math. Comput. Sci. 2 (2012), No. 4, ISSN:

Available online at   J. Math. Comput. Sci. 2 (2012), No. 4, ISSN: Available olie a h://scik.og J. Mah. Comu. Sci. 2 (22), No. 4, 83-835 ISSN: 927-537 UNBIASED ESTIMATION IN BURR DISTRIBUTION YASHBIR SINGH * Deame of Saisics, School of Mahemaics, Saisics ad Comuaioal

More information

S n. = n. Sum of first n terms of an A. P is

S n. = n. Sum of first n terms of an A. P is PROGREION I his secio we discuss hree impora series amely ) Arihmeic Progressio (A.P), ) Geomeric Progressio (G.P), ad 3) Harmoic Progressio (H.P) Which are very widely used i biological scieces ad humaiies.

More information

λiv Av = 0 or ( λi Av ) = 0. In order for a vector v to be an eigenvector, it must be in the kernel of λi

λiv Av = 0 or ( λi Av ) = 0. In order for a vector v to be an eigenvector, it must be in the kernel of λi Liear lgebra Lecure #9 Noes This week s lecure focuses o wha migh be called he srucural aalysis of liear rasformaios Wha are he irisic properies of a liear rasformaio? re here ay fixed direcios? The discussio

More information

Class 36. Thin-film interference. Thin Film Interference. Thin Film Interference. Thin-film interference

Class 36. Thin-film interference. Thin Film Interference. Thin Film Interference. Thin-film interference Thi Film Ierferece Thi- ierferece Ierferece ewee ligh waves is he reaso ha hi s, such as soap ules, show colorful paers. Phoo credi: Mila Zikova, via Wikipedia Thi- ierferece This is kow as hi- ierferece

More information

MATH /19: problems for supervision in week 08 SOLUTIONS

MATH /19: problems for supervision in week 08 SOLUTIONS MATH10101 2018/19: poblems fo supevisio i week 08 Q1. Let A be a set. SOLUTIONS (i Pove that the fuctio c: P(A P(A, defied by c(x A \ X, is bijective. (ii Let ow A be fiite, A. Use (i to show that fo each

More information

Section 8 Convolution and Deconvolution

Section 8 Convolution and Deconvolution APPLICATIONS IN SIGNAL PROCESSING Secio 8 Covoluio ad Decovoluio This docume illusraes several echiques for carryig ou covoluio ad decovoluio i Mahcad. There are several operaors available for hese fucios:

More information

The sphere of radius a has the geographical form. r (,)=(acoscos,acossin,asin) T =(p(u)cos v, p(u)sin v,q(u) ) T.

The sphere of radius a has the geographical form. r (,)=(acoscos,acossin,asin) T =(p(u)cos v, p(u)sin v,q(u) ) T. Che 5. Dieeil Geome o Sces 5. Sce i meic om I 3D sce c be eeseed b. Elici om z =. Imlici om z = 3. Veco om = o moe geel =z deedig o wo mees. Emle. he shee o dis hs he geoghicl om =coscoscossisi Emle. he

More information

Math 2414 Homework Set 7 Solutions 10 Points

Math 2414 Homework Set 7 Solutions 10 Points Mah Homework Se 7 Soluios 0 Pois #. ( ps) Firs verify ha we ca use he iegral es. The erms are clearly posiive (he epoeial is always posiive ad + is posiive if >, which i is i his case). For decreasig we

More information

Chapter 3: Vectors and Two-Dimensional Motion

Chapter 3: Vectors and Two-Dimensional Motion Chape 3: Vecos and Two-Dmensonal Moon Vecos: magnude and decon Negae o a eco: eese s decon Mulplng o ddng a eco b a scala Vecos n he same decon (eaed lke numbes) Geneal Veco Addon: Tangle mehod o addon

More information

BINOMIAL THEOREM OBJECTIVE PROBLEMS in the expansion of ( 3 +kx ) are equal. Then k =

BINOMIAL THEOREM OBJECTIVE PROBLEMS in the expansion of ( 3 +kx ) are equal. Then k = wwwskshieduciocom BINOMIAL HEOREM OBJEIVE PROBLEMS he coefficies of, i e esio of k e equl he k /7 If e coefficie of, d ems i e i AP, e e vlue of is he coefficies i e,, 7 ems i e esio of e i AP he 7 7 em

More information

Sampling Example. ( ) δ ( f 1) (1/2)cos(12πt), T 0 = 1

Sampling Example. ( ) δ ( f 1) (1/2)cos(12πt), T 0 = 1 Samplig Example Le x = cos( 4π)cos( π). The fudameal frequecy of cos 4π fudameal frequecy of cos π is Hz. The ( f ) = ( / ) δ ( f 7) + δ ( f + 7) / δ ( f ) + δ ( f + ). ( f ) = ( / 4) δ ( f 8) + δ ( f

More information

Exercise 3 Stochastic Models of Manufacturing Systems 4T400, 6 May

Exercise 3 Stochastic Models of Manufacturing Systems 4T400, 6 May Exercise 3 Sochasic Models of Maufacurig Sysems 4T4, 6 May. Each week a very popular loery i Adorra pris 4 ickes. Each ickes has wo 4-digi umbers o i, oe visible ad he oher covered. The umbers are radomly

More information

Projection of geometric models

Projection of geometric models ojecion of geomeic moels Copigh@, YZU Opimal Design Laboao. All ighs eseve. Las upae: Yeh-Liang Hsu (-9-). Noe: his is he couse maeial fo ME55 Geomeic moeling an compue gaphics, Yuan Ze Univesi. a of his

More information

ECE-314 Fall 2012 Review Questions

ECE-314 Fall 2012 Review Questions ECE-34 Fall 0 Review Quesios. A liear ime-ivaria sysem has he ipu-oupu characerisics show i he firs row of he diagram below. Deermie he oupu for he ipu show o he secod row of he diagram. Jusify your aswer.

More information

On The Estimation of Two Missing Values in Randomized Complete Block Designs

On The Estimation of Two Missing Values in Randomized Complete Block Designs Mahemaical Theoy and Modeling ISSN 45804 (Pape ISSN 505 (Online Vol.6, No.7, 06 www.iise.og On The Esimaion of Two Missing Values in Randomized Complee Bloc Designs EFFANGA, EFFANGA OKON AND BASSE, E.

More information

General Non-Arbitrage Model. I. Partial Differential Equation for Pricing A. Traded Underlying Security

General Non-Arbitrage Model. I. Partial Differential Equation for Pricing A. Traded Underlying Security 1 Geneal Non-Abiage Model I. Paial Diffeenial Equaion fo Picing A. aded Undelying Secuiy 1. Dynamics of he Asse Given by: a. ds = µ (S, )d + σ (S, )dz b. he asse can be eihe a sock, o a cuency, an index,

More information

Solutions Manual 4.1. nonlinear. 4.2 The Fourier Series is: and the fundamental frequency is ω 2π

Solutions Manual 4.1. nonlinear. 4.2 The Fourier Series is: and the fundamental frequency is ω 2π Soluios Maual. (a) (b) (c) (d) (e) (f) (g) liear oliear liear liear oliear oliear liear. The Fourier Series is: F () 5si( ) ad he fudameal frequecy is ω f ----- H z.3 Sice V rms V ad f 6Hz, he Fourier

More information

Relations on the Apostol Type (p, q)-frobenius-euler Polynomials and Generalizations of the Srivastava-Pintér Addition Theorems

Relations on the Apostol Type (p, q)-frobenius-euler Polynomials and Generalizations of the Srivastava-Pintér Addition Theorems Tish Joal of Aalysis ad Nmbe Theoy 27 Vol 5 No 4 26-3 Available olie a hp://pbssciepbcom/ja/5/4/2 Sciece ad Edcaio Pblishig DOI:269/ja-5-4-2 Relaios o he Aposol Type (p -Fobeis-Ele Polyomials ad Geealizaios

More information

Today - Lecture 13. Today s lecture continue with rotations, torque, Note that chapters 11, 12, 13 all involve rotations

Today - Lecture 13. Today s lecture continue with rotations, torque, Note that chapters 11, 12, 13 all involve rotations Today - Lecue 13 Today s lecue coninue wih oaions, oque, Noe ha chapes 11, 1, 13 all inole oaions slide 1 eiew Roaions Chapes 11 & 1 Viewed fom aboe (+z) Roaional, o angula elociy, gies angenial elociy

More information

K3 p K2 p Kp 0 p 2 p 3 p

K3 p K2 p Kp 0 p 2 p 3 p Mah 80-00 Mo Ar 0 Chaer 9 Fourier Series ad alicaios o differeial equaios (ad arial differeial equaios) 9.-9. Fourier series defiiio ad covergece. The idea of Fourier series is relaed o he liear algebra

More information

INF 5460 Electronic noise Estimates and countermeasures. Lecture 13 (Mot 10) Amplifier Architectures

INF 5460 Electronic noise Estimates and countermeasures. Lecture 13 (Mot 10) Amplifier Architectures NF 5460 lecoic oise simaes ad couemeasues Lecue 3 (Mo 0) Amplifie Achiecues Whe a asiso is used i a amplifie, oscillao, file, seso, ec. i will also be a eed fo passive elemes like esisos, capacios ad coils

More information

Progression. CATsyllabus.com. CATsyllabus.com. Sequence & Series. Arithmetic Progression (A.P.) n th term of an A.P.

Progression. CATsyllabus.com. CATsyllabus.com. Sequence & Series. Arithmetic Progression (A.P.) n th term of an A.P. Pogessio Sequece & Seies A set of umbes whose domai is a eal umbe is called a SEQUENCE ad sum of the sequece is called a SERIES. If a, a, a, a 4,., a, is a sequece, the the expessio a + a + a + a 4 + a

More information

OLS bias for econometric models with errors-in-variables. The Lucas-critique Supplementary note to Lecture 17

OLS bias for econometric models with errors-in-variables. The Lucas-critique Supplementary note to Lecture 17 OLS bias for ecoomeric models wih errors-i-variables. The Lucas-criique Supplemeary oe o Lecure 7 RNy May 6, 03 Properies of OLS i RE models I Lecure 7 we discussed he followig example of a raioal expecaios

More information

MATH Midterm Solutions

MATH Midterm Solutions MATH 2113 - Midtem Solutios Febuay 18 1. A bag of mables cotais 4 which ae ed, 4 which ae blue ad 4 which ae gee. a How may mables must be chose fom the bag to guaatee that thee ae the same colou? We ca

More information

ENGI 4430 Advanced Calculus for Engineering Faculty of Engineering and Applied Science Problem Set 9 Solutions [Theorems of Gauss and Stokes]

ENGI 4430 Advanced Calculus for Engineering Faculty of Engineering and Applied Science Problem Set 9 Solutions [Theorems of Gauss and Stokes] ENGI 44 Avance alculus fo Engineeing Faculy of Engineeing an Applie cience Poblem e 9 oluions [Theoems of Gauss an okes]. A fla aea A is boune by he iangle whose veices ae he poins P(,, ), Q(,, ) an R(,,

More information

Supplementary materials. Suzuki reaction: mechanistic multiplicity versus exclusive homogeneous or exclusive heterogeneous catalysis

Supplementary materials. Suzuki reaction: mechanistic multiplicity versus exclusive homogeneous or exclusive heterogeneous catalysis Geeal Pape ARKIVOC 009 (xi 85-03 Supplemetay mateials Suzui eactio: mechaistic multiplicity vesus exclusive homogeeous o exclusive heteogeeous catalysis Aa A. Kuohtia, Alexade F. Schmidt* Depatmet of Chemisty

More information

Notes 03 largely plagiarized by %khc

Notes 03 largely plagiarized by %khc 1 1 Discree-Time Covoluio Noes 03 largely plagiarized by %khc Le s begi our discussio of covoluio i discree-ime, sice life is somewha easier i ha domai. We sar wih a sigal x[] ha will be he ipu io our

More information

Using Linnik's Identity to Approximate the Prime Counting Function with the Logarithmic Integral

Using Linnik's Identity to Approximate the Prime Counting Function with the Logarithmic Integral Usig Lii's Ideiy o Approimae he Prime Couig Fucio wih he Logarihmic Iegral Naha McKezie /26/2 aha@icecreambreafas.com Summary:This paper will show ha summig Lii's ideiy from 2 o ad arragig erms i a cerai

More information

Relation (12.1) states that if two points belong to the convex subset Ω then all the points on the connecting line also belong to Ω.

Relation (12.1) states that if two points belong to the convex subset Ω then all the points on the connecting line also belong to Ω. Lectue 6. Poectio Opeato Deiitio A.: Subset Ω R is cove i [ y Ω R ] λ + λ [ y = z Ω], λ,. Relatio. states that i two poits belog to the cove subset Ω the all the poits o the coectig lie also belog to Ω.

More information

L-functions and Class Numbers

L-functions and Class Numbers L-fucios ad Class Numbers Sude Number Theory Semiar S. M.-C. 4 Sepember 05 We follow Romyar Sharifi s Noes o Iwasawa Theory, wih some help from Neukirch s Algebraic Number Theory. L-fucios of Dirichle

More information

MATH 507a ASSIGNMENT 4 SOLUTIONS FALL 2018 Prof. Alexander. g (x) dx = g(b) g(0) = g(b),

MATH 507a ASSIGNMENT 4 SOLUTIONS FALL 2018 Prof. Alexander. g (x) dx = g(b) g(0) = g(b), MATH 57a ASSIGNMENT 4 SOLUTIONS FALL 28 Prof. Alexader (2.3.8)(a) Le g(x) = x/( + x) for x. The g (x) = /( + x) 2 is decreasig, so for a, b, g(a + b) g(a) = a+b a g (x) dx b so g(a + b) g(a) + g(b). Sice

More information

Conditional Probability and Conditional Expectation

Conditional Probability and Conditional Expectation Hadou #8 for B902308 prig 2002 lecure dae: 3/06/2002 Codiioal Probabiliy ad Codiioal Epecaio uppose X ad Y are wo radom variables The codiioal probabiliy of Y y give X is } { }, { } { X P X y Y P X y Y

More information

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 1 - PROGRESSIONS

EDEXCEL NATIONAL CERTIFICATE UNIT 28 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME 2- ALGEBRAIC TECHNIQUES TUTORIAL 1 - PROGRESSIONS EDEXCEL NATIONAL CERTIFICATE UNIT 8 FURTHER MATHEMATICS FOR TECHNICIANS OUTCOME - ALGEBRAIC TECHNIQUES TUTORIAL - PROGRESSIONS CONTENTS Be able to apply algebaic techiques Aithmetic pogessio (AP): fist

More information

Math 7409 Homework 2 Fall from which we can calculate the cycle index of the action of S 5 on pairs of vertices as

Math 7409 Homework 2 Fall from which we can calculate the cycle index of the action of S 5 on pairs of vertices as Math 7409 Hoewok 2 Fall 2010 1. Eueate the equivalece classes of siple gaphs o 5 vetices by usig the patte ivetoy as a guide. The cycle idex of S 5 actig o 5 vetices is 1 x 5 120 1 10 x 3 1 x 2 15 x 1

More information

Solutions to selected problems from the midterm exam Math 222 Winter 2015

Solutions to selected problems from the midterm exam Math 222 Winter 2015 Soluios o seleced problems from he miderm eam Mah Wier 5. Derive he Maclauri series for he followig fucios. (cf. Pracice Problem 4 log( + (a L( d. Soluio: We have he Maclauri series log( + + 3 3 4 4 +...,

More information

The ray paths and travel times for multiple layers can be computed using ray-tracing, as demonstrated in Lab 3.

The ray paths and travel times for multiple layers can be computed using ray-tracing, as demonstrated in Lab 3. C. Trael me cures for mulple reflecors The ray pahs ad rael mes for mulple layers ca be compued usg ray-racg, as demosraed Lab. MATLAB scrp reflec_layers_.m performs smple ray racg. (m) ref(ms) ref(ms)

More information

PHYS PRACTICE EXAM 2

PHYS PRACTICE EXAM 2 PHYS 1800 PRACTICE EXAM Pa I Muliple Choice Quesions [ ps each] Diecions: Cicle he one alenaive ha bes complees he saemen o answes he quesion. Unless ohewise saed, assume ideal condiions (no ai esisance,

More information

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism

Physics 2020, Spring 2005 Lab 5 page 1 of 8. Lab 5. Magnetism Physics 2020, Sping 2005 Lab 5 page 1 of 8 Lab 5. Magnetism PART I: INTRODUCTION TO MAGNETS This week we will begin wok with magnets and the foces that they poduce. By now you ae an expet on setting up

More information

DETERMINATION OF PARTICULAR SOLUTIONS OF NONHOMOGENEOUS LINEAR DIFFERENTIAL EQUATIONS BY DISCRETE DECONVOLUTION

DETERMINATION OF PARTICULAR SOLUTIONS OF NONHOMOGENEOUS LINEAR DIFFERENTIAL EQUATIONS BY DISCRETE DECONVOLUTION U.P.B. ci. Bull. eries A Vol. 69 No. 7 IN 3-77 DETERMINATION OF PARTIULAR OLUTION OF NONHOMOGENEOU LINEAR DIFFERENTIAL EQUATION BY DIRETE DEONVOLUTION M. I. ÎRNU e preziă o ouă meoă e eermiare a soluţiilor

More information

On a Problem of Littlewood

On a Problem of Littlewood Ž. JOURAL OF MATHEMATICAL AALYSIS AD APPLICATIOS 199, 403 408 1996 ARTICLE O. 0149 O a Poblem of Littlewood Host Alze Mosbache Stasse 10, 51545 Waldbol, Gemay Submitted by J. L. Bee Received May 19, 1995

More information

In this section we will study periodic signals in terms of their frequency f t is said to be periodic if (4.1)

In this section we will study periodic signals in terms of their frequency f t is said to be periodic if (4.1) Fourier Series Iroducio I his secio we will sudy periodic sigals i ers o heir requecy is said o be periodic i coe Reid ha a sigal ( ) ( ) ( ) () or every, where is a uber Fro his deiiio i ollows ha ( )

More information

MATHS FOR ENGINEERS ALGEBRA TUTORIAL 8 MATHEMATICAL PROGRESSIONS AND SERIES

MATHS FOR ENGINEERS ALGEBRA TUTORIAL 8 MATHEMATICAL PROGRESSIONS AND SERIES MATHS FOR ENGINEERS ALGEBRA TUTORIAL 8 MATHEMATICAL PROGRESSIONS AND SERIES O completio of this ttoial yo shold be able to do the followig. Eplai aithmetical ad geometic pogessios. Eplai factoial otatio

More information

SOME ARITHMETIC PROPERTIES OF OVERPARTITION K -TUPLES

SOME ARITHMETIC PROPERTIES OF OVERPARTITION K -TUPLES #A17 INTEGERS 9 2009), 181-190 SOME ARITHMETIC PROPERTIES OF OVERPARTITION K -TUPLES Deick M. Keiste Depatmet of Mathematics, Pe State Uivesity, Uivesity Pak, PA 16802 dmk5075@psu.edu James A. Selles Depatmet

More information

Auchmuty High School Mathematics Department Sequences & Series Notes Teacher Version

Auchmuty High School Mathematics Department Sequences & Series Notes Teacher Version equeces ad eies Auchmuty High chool Mathematics Depatmet equeces & eies Notes Teache Vesio A sequece takes the fom,,7,0,, while 7 0 is a seies. Thee ae two types of sequece/seies aithmetic ad geometic.

More information

Projection of geometric models

Projection of geometric models ojecion of geomeic moels Eie: Yeh-Liang Hsu (998-9-2); ecommene: Yeh-Liang Hsu (2-9-26); las upae: Yeh-Liang Hsu (29--3). Noe: This is he couse maeial fo ME55 Geomeic moeling an compue gaphics, Yuan Ze

More information

ECE 340 Lecture 19 : Steady State Carrier Injection Class Outline:

ECE 340 Lecture 19 : Steady State Carrier Injection Class Outline: ECE 340 ecure 19 : Seady Sae Carrier Ijecio Class Oulie: iffusio ad Recombiaio Seady Sae Carrier Ijecio Thigs you should kow whe you leave Key Quesios Wha are he major mechaisms of recombiaio? How do we

More information

An interesting result about subset sums. Nitu Kitchloo. Lior Pachter. November 27, Abstract

An interesting result about subset sums. Nitu Kitchloo. Lior Pachter. November 27, Abstract A ieresig resul abou subse sums Niu Kichloo Lior Pacher November 27, 1993 Absrac We cosider he problem of deermiig he umber of subses B f1; 2; : : :; g such ha P b2b b k mod, where k is a residue class

More information

An Automatic Door Sensor Using Image Processing

An Automatic Door Sensor Using Image Processing An Auomaic Doo Senso Using Image Pocessing Depamen o Elecical and Eleconic Engineeing Faculy o Engineeing Tooi Univesiy MENDEL 2004 -Insiue o Auomaion and Compue Science- in BRNO CZECH REPUBLIC 1. Inoducion

More information

CSE 202: Design and Analysis of Algorithms Lecture 16

CSE 202: Design and Analysis of Algorithms Lecture 16 CSE 202: Desig ad Aalysis of Algorihms Lecure 16 Isrucor: Kamalia Chaudhuri Iequaliy 1: Marov s Iequaliy Pr(X=x) Pr(X >= a) 0 x a If X is a radom variable which aes o-egaive values, ad a > 0, he Pr[X a]

More information

BE.430 Tutorial: Linear Operator Theory and Eigenfunction Expansion

BE.430 Tutorial: Linear Operator Theory and Eigenfunction Expansion BE.43 Tuorial: Liear Operaor Theory ad Eigefucio Expasio (adaped fro Douglas Lauffeburger) 9//4 Moivaig proble I class, we ecouered parial differeial equaios describig rasie syses wih cheical diffusio.

More information

EEC 483 Computer Organization

EEC 483 Computer Organization EEC 8 Compuer Orgaizaio Chaper. Overview of Pipeliig Chau Yu Laudry Example Laudry Example A, Bria, Cahy, Dave each have oe load of clohe o wah, dry, ad fold Waher ake 0 miue A B C D Dryer ake 0 miue Folder

More information

MEEN 617 Handout #11 MODAL ANALYSIS OF MDOF Systems with VISCOUS DAMPING

MEEN 617 Handout #11 MODAL ANALYSIS OF MDOF Systems with VISCOUS DAMPING MEEN 67 Handou # MODAL ANALYSIS OF MDOF Sysems wih VISCOS DAMPING ^ Symmeic Moion of a n-dof linea sysem is descibed by he second ode diffeenial equaions M+C+K=F whee () and F () ae n ows vecos of displacemens

More information