t v a t area Dynamic Physics for Simulation and Game Programming F a m v v a t x x v t Discrete Dynamics

Size: px
Start display at page:

Download "t v a t area Dynamic Physics for Simulation and Game Programming F a m v v a t x x v t Discrete Dynamics"

Transcription

1 Dynic Physics for Siulion n Ge Progring F Discree Dynics. Force equls ss ies ccelerion (F=) v v v v Mike Biley This work is license uner Creive Coons Aribuion-NonCoercil- NoDerivives.0 Inernionl License jb@cs.oregonse.eu x v x v x x v Think Geek These cn be hough of s suing res uner curves physics-ynic.ppx Inegring he Physics Equions if Accelerion is Consn Wh if Accelerion is no Consn? v re v re

2 Wh is v(+δ)? 5 Wh is v(+δ)? 6 Accuule v so fr????? v Accelerion he sr of he ie sep The velociy is off by his uch! Accelerion he sr of he ie sep v v ( ) v () vv () Tie Sep Tie Sep v ( ) v ( ) vv ( ) This is close, bu is clerly no excly righ! The proble is h we re reing ll of he quniies s if hey lwys hve he vlue h hey h he sr of he Tie Sep, even hough hey on. This is known s Firs Orer soluion. Wh oes Firs Orer Soluion look like in Progr? 7 Wh oes Firs Orer Soluion look like in Progr? 8 You nee wy o hol he enire se of he syse. This will be he inpu o our nuericl inegror. You lso nee wy o reurn he erivives once you eerine he. sruc se flo ie; flo x; flo vx; ; x x v vx x sruc erivives flo vx; flo x; ; AvnceOneTieSep( ) GeDerivs( Se, Derivives ); // ge erivives Se.x = Se.x + Derivives.vx * Δ; // use erivives Se.vx = Se.vx + Derivives.x * Δ; // use erivives Se. = Se. + Δ ; sruc se Se; GeDerivs( Se, Derivives )... sruc erivives Derivives; The oupus re he erivives of he se vribles. The inpus re he se, which consiss of ll vribles necessry o copleely escribe he se of he physicl syse. The oupus re he erivives of ech se vrible. The pplicion, hen, consiss of: Iniilize( ); AvnceOneTieSep( ); Finish( );

3 Wh is v(+δ)? A Secon Orer soluion is obine by oing he Firs Orer soluion, eerining ll quniies ie hen verging he wih he quniies ie n hen reing he s consn hroughou he inervl. F() F( ) () ( ) v () () ( ) v vg. v ( ) v ( ) v 9 Wh oes Secon Orer Soluion look like in Progr? AvnceOneTieSep( ) GeDerivs( Se, Derivives); Se. = Se. + Δ; Se.x = Se.x + Derivives.vx * Δ; Se.vx = Se.vx + Derivives.x * Δ; GeDerivs( Se, Derivives ); flo vg = ( Derivives.x + Derivives.x) /.; flo vvg = ( Derivives.vx + Derivives.vx) /.; Se.x = Se.x + vvg * Δ; Se.vx = Se.vx + vg * Δ; Se. = Se. + Δ ; The pplicion, hen, consiss of: Iniilize( ); AvnceOneTieSep( ); Finish( ); 0 The Runge-Ku Fourh Orer Soluion v GeDerivs(, x, v) v GeDerivs(, x v, v ) v GeDerivs(, x v, v ) v GeDerivs(, x v, v ) x ( ) x v v v v ( ) v ( ) v 6 Ape fro: hp://en.wikipei.org/wiki/runge-ku The Runge-Ku Fourh Orer Soluion AvnceOneTieSep( ) GeDerivs( Se, Derivives ); Se. = Se. + Δ/.; Se.x = Se.x + Derivives.vx * (Δ/.); Se.vx = Se.vx + Derivives.x * (Δ/.); GeDerivs( Se, Derivives ); Se. = Se. + Δ/.; Se.x = Se.x + Derivives.vx * (Δ/); Se.vx = Se.vx + Derivives.x * (Δ/.); GeDerivs( Se, Derivives ); Se. = Se. + Δ; Se.x = Se.x + Derivives.vx * Δ; Se.vx = Se.vx + Derivives.x * Δ; GeDerivs( Se, Derivives ); Se.x = Se.x + (Δ/6.) * ( Derivives.vx +.*Derivives.vx +.*Derivives.vx + Derivives.vx ); Se.vx = Se.vx + (Δ/6.) * (Derivives.x +.*Derivives.x +.*Derivives.x + Derivives.x ); Ape fro: hp://en.wikipei.org/wiki/runge-ku

4 Solving Moion where here is Spring Air Resisnce Force Fspring ky This is known s Hooke s lw F v AC rg y Drg Coefficien +y, +F F W ky v GeDerivs( Se, Derivives ) Derivives.vy = Se.vy; Derivives.y = ( W K*Se.y ) / MASS; Mechnicl Scheic Sybol: Boy Flling Flui ensiy +y Y Velociy Cross-secionl re Air Resisnce lwys cs in irecion opposie o he velociy of he objec Weigh W Soe Drg Coefficiens 5 Solving Moion where here is Air Resisnce 6 C Ie. sooh brick 0.9 ypicl bicycle plus cyclis 0. rough sphere 0. sooh sphere 0.00 linr fl ple urbulen fl ple 0.95 bulle.0-. person (uprigh posiion).8 fl ple perpeniculr o flow.0-. skier.0-. wires n cbles.-.5 Epire Se Builing.8-.0 Eiffel Tower F W Sign( vy) vyac v kg ir.9 The Sign( ) funcion reurns +. or -., epening on he sign of rguen GeDerivs( Se, Derivives ) Derivives.vy = Se.vy; Derivives.y = ( W.5*Sign(Se.vy)*DENSITY* Se.vy * Se.vy *AREA*DRAG ) / MASS; hp://en.wikipei.org/wiki/drg_coefficien

5 Terinl Velociy 7 Hun Terinl Velociy 8 W vyac v The velociy becoes consn when Δv = 0 : When boy is in free fll, i is being ccelere by he force of grviy. However, s i cceleres, i is encounering ore n ore ir resisnce force. A soe velociy, hese wo forces blnce ech oher ou n he velociy becoes consn, h is, Δv=0. This is known s he erinl velociy. Assue: Weigh = 00 pouns = 890 Newons C =.8 A = 6 f = kg ir.9 W vyac v W AC 0 W v.90 98ph AC sec How bou Cliff Juper on Bungee Cor? 9 Coulob Dping 0 Boy Flling Fspring ky Frg Sign( vy ) vyc A F W kysign( vy) vyac v This is very uch like rg force, bu i is he resisnce of flui being squeeze hrough sll opening. The resising force is proporionl o he velociy: F cv Velociy Dping Coefficien W GeDerivs( Se, Derivives ) Derivives.vy = Se.vy; Derivives.y = ( W K*Se.y -.5*Sign(Se.vy)*DENSITY*Se.vy*Se.vy*AREA*DRAG ) / MASS; Hole Oil-fille cyliner Mechnicl Scheic Sybol: 5

6 Lif Anoher Goo Force o Know Abou Coefficien of Lif vs. Angle of Ack F lif v ACL Coefficien of Lif, for given ngle of ck Air ensiy Airspee Plfor re Angle of Ack hp://en.wikipei.org/wiki/lif_%8force%9 hp://en.wikipei.org/wiki/lif_coefficien Lif n Drg Driclly Working Togeher Fligh of Frisbee Fricion Force Anoher Goo Force o Know Abou Ffricion N Norl force (i.e., oun of force h is perpeniculr o he surfce) Coefficien of Fricion N N W 6

7 Soe Coefficiens of Fricion Merils Dry & clen Lubrice Aluinu Seel 0.6 Copper Seel 0.5 Brss Seel 0.5 Cs iron Copper.05 Cs iron Zinc 0.85 Concree (we) Rubber 0.0 Concree (ry) Rubber.0 Concree Woo 0.6 Copper Glss 0.68 Glss Glss 0.9 Mel Woo (we) Polyhene Seel Seel Seel Seel Teflon Teflon Teflon Woo Woo (we) μ hp://en.wikipei.org/wiki/fricion 5 Buoyncy Anoher Goo Force o Know Abou Archiees Principle sys h he buoyncy force on n objec in flui is he weigh of he flui h is being isplce by he objec. ir.66x0 pouns / in heliu 0.65x0 pouns / in So, for heliu blloon h is one foo in ieer (i.e., rius=6 inches), i hs is weigh pulling i own n buoyncy force pushing i up. The ne force pushing i up becuse of he gs insie he blloon is: Fbuoyncy Vblloonheliu Vblloonir Vblloon( heliu ir ) Vblloon r 90.78in 5 5 Densiies 5 Fbuoyncy in (.0x0 pouns / in ) 0.06 pouns Noe h his us sill counerblnce he weigh of he blloon eril, or he blloon will no fly. 6 T I T I T I Spinning Moion: Dynics Moen of Ineri n ngulr ss (newon-eers-sec =kg-eers ) Torque n ngulr force (newon-eers) 7 Spinning Moion: Wh oes his look like in Progr? sruc se flo ; flo x; flo vx; flo he; flo oeg; ; sruc erivives flo vx; flo x; flo oeg; flo lph; ; The se n erivive vecors now inclue ngulr coponens GeDerivs( Se, Derivives ) Derivives.vx = Se.vx; Derivives.x = SoeOfAllForces / MASS; Derivives.oeg = Se.oeg; Derivives.lph = SoeOfAllTorques / INERTIA 8 7

Dynamic Physics for Simulation and Game Programming

Dynamic Physics for Simulation and Game Programming Dynamic Physics for Simulation and Game Programming Mike Bailey mjb@cs.oregonstate.edu Think Geek physics-dynamic.pptx Discrete Dynamics 2. Force equals mass times acceleration (F=ma) a F m v t a vat v

More information

Forms of Energy. Mass = Energy. Page 1. SPH4U: Introduction to Work. Work & Energy. Particle Physics:

Forms of Energy. Mass = Energy. Page 1. SPH4U: Introduction to Work. Work & Energy. Particle Physics: SPH4U: Inroducion o ork ork & Energy ork & Energy Discussion Definiion Do Produc ork of consn force ork/kineic energy heore ork of uliple consn forces Coens One of he os iporn conceps in physics Alernive

More information

Motion. Part 2: Constant Acceleration. Acceleration. October Lab Physics. Ms. Levine 1. Acceleration. Acceleration. Units for Acceleration.

Motion. Part 2: Constant Acceleration. Acceleration. October Lab Physics. Ms. Levine 1. Acceleration. Acceleration. Units for Acceleration. Moion Accelerion Pr : Consn Accelerion Accelerion Accelerion Accelerion is he re of chnge of velociy. = v - vo = Δv Δ ccelerion = = v - vo chnge of velociy elpsed ime Accelerion is vecor, lhough in one-dimensionl

More information

Chapter 2. Motion along a straight line. 9/9/2015 Physics 218

Chapter 2. Motion along a straight line. 9/9/2015 Physics 218 Chper Moion long srigh line 9/9/05 Physics 8 Gols for Chper How o describe srigh line moion in erms of displcemen nd erge elociy. The mening of insnneous elociy nd speed. Aerge elociy/insnneous elociy

More information

Homework 2 Solutions

Homework 2 Solutions Mah 308 Differenial Equaions Fall 2002 & 2. See he las page. Hoework 2 Soluions 3a). Newon s secon law of oion says ha a = F, an we know a =, so we have = F. One par of he force is graviy, g. However,

More information

Physics Worksheet Lesson 4: Linear Motion Section: Name:

Physics Worksheet Lesson 4: Linear Motion Section: Name: Physics Workshee Lesson 4: Liner Moion Secion: Nme: 1. Relie Moion:. All moion is. b. is n rbirry coorine sysem wih reference o which he posiion or moion of somehing is escribe or physicl lws re formule.

More information

Practice Problems - Week #4 Higher-Order DEs, Applications Solutions

Practice Problems - Week #4 Higher-Order DEs, Applications Solutions Pracice Probles - Wee #4 Higher-Orer DEs, Applicaions Soluions 1. Solve he iniial value proble where y y = 0, y0 = 0, y 0 = 1, an y 0 =. r r = rr 1 = rr 1r + 1, so he general soluion is C 1 + C e x + C

More information

Sph3u Practice Unit Test: Kinematics (Solutions) LoRusso

Sph3u Practice Unit Test: Kinematics (Solutions) LoRusso Sph3u Prcice Uni Te: Kinemic (Soluion) LoRuo Nme: Tuey, Ocober 3, 07 Ku: /45 pp: /0 T&I: / Com: Thi i copy of uni e from 008. Thi will be imilr o he uni e you will be wriing nex Mony. you cn ee here re

More information

Chapter 10. Simple Harmonic Motion and Elasticity. Goals for Chapter 10

Chapter 10. Simple Harmonic Motion and Elasticity. Goals for Chapter 10 Chper 0 Siple Hronic Moion nd Elsiciy Gols or Chper 0 o ollow periodic oion o sudy o siple hronic oion. o sole equions o siple hronic oion. o use he pendulu s prooypicl syse undergoing siple hronic oion.

More information

Average & instantaneous velocity and acceleration Motion with constant acceleration

Average & instantaneous velocity and acceleration Motion with constant acceleration Physics 7: Lecure Reminders Discussion nd Lb secions sr meeing ne week Fill ou Pink dd/drop form if you need o swich o differen secion h is FULL. Do i TODAY. Homework Ch. : 5, 7,, 3,, nd 6 Ch.: 6,, 3 Submission

More information

P441 Analytical Mechanics - I. Coupled Oscillators. c Alex R. Dzierba

P441 Analytical Mechanics - I. Coupled Oscillators. c Alex R. Dzierba Lecure 3 Mondy - Deceber 5, 005 Wrien or ls upded: Deceber 3, 005 P44 Anlyicl Mechnics - I oupled Oscillors c Alex R. Dzierb oupled oscillors - rix echnique In Figure we show n exple of wo coupled oscillors,

More information

The solution is often represented as a vector: 2xI + 4X2 + 2X3 + 4X4 + 2X5 = 4 2xI + 4X2 + 3X3 + 3X4 + 3X5 = 4. 3xI + 6X2 + 6X3 + 3X4 + 6X5 = 6.

The solution is often represented as a vector: 2xI + 4X2 + 2X3 + 4X4 + 2X5 = 4 2xI + 4X2 + 3X3 + 3X4 + 3X5 = 4. 3xI + 6X2 + 6X3 + 3X4 + 6X5 = 6. [~ o o :- o o ill] i 1. Mrices, Vecors, nd Guss-Jordn Eliminion 1 x y = = - z= The soluion is ofen represened s vecor: n his exmple, he process of eliminion works very smoohly. We cn elimine ll enries

More information

A 1.3 m 2.5 m 2.8 m. x = m m = 8400 m. y = 4900 m 3200 m = 1700 m

A 1.3 m 2.5 m 2.8 m. x = m m = 8400 m. y = 4900 m 3200 m = 1700 m PHYS : Soluions o Chper 3 Home Work. SSM REASONING The displcemen is ecor drwn from he iniil posiion o he finl posiion. The mgniude of he displcemen is he shores disnce beween he posiions. Noe h i is onl

More information

Version 001 test-1 swinney (57010) 1. is constant at m/s.

Version 001 test-1 swinney (57010) 1. is constant at m/s. Version 001 es-1 swinne (57010) 1 This prin-ou should hve 20 quesions. Muliple-choice quesions m coninue on he nex column or pge find ll choices before nswering. CubeUniVec1x76 001 10.0 poins Acubeis1.4fee

More information

September 20 Homework Solutions

September 20 Homework Solutions College of Engineering nd Compuer Science Mechnicl Engineering Deprmen Mechnicl Engineering A Seminr in Engineering Anlysis Fll 7 Number 66 Insrucor: Lrry Creo Sepember Homework Soluions Find he specrum

More information

PHY2048 Exam 1 Formula Sheet Vectors. Motion. v ave (3 dim) ( (1 dim) dt. ( (3 dim) Equations of Motion (Constant Acceleration)

PHY2048 Exam 1 Formula Sheet Vectors. Motion. v ave (3 dim) ( (1 dim) dt. ( (3 dim) Equations of Motion (Constant Acceleration) Insrucors: Field/Mche PHYSICS DEPATMENT PHY 48 Em Ferur, 5 Nme prin, ls firs: Signure: On m honor, I he neiher gien nor receied unuhoried id on his eminion. YOU TEST NUMBE IS THE 5-DIGIT NUMBE AT THE TOP

More information

An object moving with speed v around a point at distance r, has an angular velocity. m/s m

An object moving with speed v around a point at distance r, has an angular velocity. m/s m Roion The mosphere roes wih he erh n moions wihin he mosphere clerly follow cure phs (cyclones, nicyclones, hurricnes, ornoes ec.) We nee o epress roion quniiely. For soli objec or ny mss h oes no isor

More information

PHYSICS 1210 Exam 1 University of Wyoming 14 February points

PHYSICS 1210 Exam 1 University of Wyoming 14 February points PHYSICS 1210 Em 1 Uniersiy of Wyoming 14 Februry 2013 150 poins This es is open-noe nd closed-book. Clculors re permied bu compuers re no. No collborion, consulion, or communicion wih oher people (oher

More information

Physics 2A HW #3 Solutions

Physics 2A HW #3 Solutions Chper 3 Focus on Conceps: 3, 4, 6, 9 Problems: 9, 9, 3, 41, 66, 7, 75, 77 Phsics A HW #3 Soluions Focus On Conceps 3-3 (c) The ccelerion due o grvi is he sme for boh blls, despie he fc h he hve differen

More information

Physics 101 Lecture 4 Motion in 2D and 3D

Physics 101 Lecture 4 Motion in 2D and 3D Phsics 11 Lecure 4 Moion in D nd 3D Dr. Ali ÖVGÜN EMU Phsics Deprmen www.ogun.com Vecor nd is componens The componens re he legs of he righ ringle whose hpoenuse is A A A A A n ( θ ) A Acos( θ) A A A nd

More information

Chapter Direct Method of Interpolation

Chapter Direct Method of Interpolation Chper 5. Direc Mehod of Inerpolion Afer reding his chper, you should be ble o:. pply he direc mehod of inerpolion,. sole problems using he direc mehod of inerpolion, nd. use he direc mehod inerpolns o

More information

Physics 131- Fundamentals of Physics for Biologists I

Physics 131- Fundamentals of Physics for Biologists I 10/3/2012 - Fundamenals of Physics for iologiss I Professor: Wolfgang Loser 10/3/2012 Miderm review -How can we describe moion (Kinemaics) - Wha is responsible for moion (Dynamics) wloser@umd.edu Movie

More information

6. Gas dynamics. Ideal gases Speed of infinitesimal disturbances in still gas

6. Gas dynamics. Ideal gases Speed of infinitesimal disturbances in still gas 6. Gs dynmics Dr. Gergely Krisóf De. of Fluid echnics, BE Februry, 009. Seed of infiniesiml disurbnces in sill gs dv d, dv d, Coninuiy: ( dv)( ) dv omenum r r heorem: ( ( dv) ) d 3443 4 q m dv d dv llievi

More information

Introduction to Numerical Analysis. In this lesson you will be taken through a pair of techniques that will be used to solve the equations of.

Introduction to Numerical Analysis. In this lesson you will be taken through a pair of techniques that will be used to solve the equations of. Inroducion o Nuerical Analysis oion In his lesson you will be aen hrough a pair of echniques ha will be used o solve he equaions of and v dx d a F d for siuaions in which F is well nown, and he iniial

More information

0 for t < 0 1 for t > 0

0 for t < 0 1 for t > 0 8.0 Sep nd del funcions Auhor: Jeremy Orloff The uni Sep Funcion We define he uni sep funcion by u() = 0 for < 0 for > 0 I is clled he uni sep funcion becuse i kes uni sep = 0. I is someimes clled he Heviside

More information

Lecture 23 Damped Motion

Lecture 23 Damped Motion Differenial Equaions (MTH40) Lecure Daped Moion In he previous lecure, we discussed he free haronic oion ha assues no rearding forces acing on he oving ass. However No rearding forces acing on he oving

More information

Motion in a Straight Line

Motion in a Straight Line Moion in Srigh Line. Preei reched he mero sion nd found h he esclor ws no working. She wlked up he sionry esclor in ime. On oher dys, if she remins sionry on he moing esclor, hen he esclor kes her up in

More information

Contraction Mapping Principle Approach to Differential Equations

Contraction Mapping Principle Approach to Differential Equations epl Journl of Science echnology 0 (009) 49-53 Conrcion pping Principle pproch o Differenil Equions Bishnu P. Dhungn Deprmen of hemics, hendr Rn Cmpus ribhuvn Universiy, Khmu epl bsrc Using n eension of

More information

Magnetostatics Bar Magnet. Magnetostatics Oersted s Experiment

Magnetostatics Bar Magnet. Magnetostatics Oersted s Experiment Mgneosics Br Mgne As fr bck s 4500 yers go, he Chinese discovered h cerin ypes of iron ore could rc ech oher nd cerin mels. Iron filings "mp" of br mgne s field Crefully suspended slivers of his mel were

More information

x y θ = 31.8 = 48.0 N. a 3.00 m/s

x y θ = 31.8 = 48.0 N. a 3.00 m/s 4.5.IDENTIY: Vecor addiion. SET UP: Use a coordinae sse where he dog A. The forces are skeched in igure 4.5. EXECUTE: + -ais is in he direcion of, A he force applied b =+ 70 N, = 0 A B B A = cos60.0 =

More information

ENGR 1990 Engineering Mathematics The Integral of a Function as a Function

ENGR 1990 Engineering Mathematics The Integral of a Function as a Function ENGR 1990 Engineering Mhemics The Inegrl of Funcion s Funcion Previously, we lerned how o esime he inegrl of funcion f( ) over some inervl y dding he res of finie se of rpezoids h represen he re under

More information

2D Motion WS. A horizontally launched projectile s initial vertical velocity is zero. Solve the following problems with this information.

2D Motion WS. A horizontally launched projectile s initial vertical velocity is zero. Solve the following problems with this information. Nme D Moion WS The equions of moion h rele o projeciles were discussed in he Projecile Moion Anlsis Acii. ou found h projecile moes wih consn eloci in he horizonl direcion nd consn ccelerion in he ericl

More information

f t f a f x dx By Lin McMullin f x dx= f b f a. 2

f t f a f x dx By Lin McMullin f x dx= f b f a. 2 Accumulion: Thoughs On () By Lin McMullin f f f d = + The gols of he AP* Clculus progrm include he semen, Sudens should undersnd he definie inegrl s he ne ccumulion of chnge. 1 The Topicl Ouline includes

More information

(b) 10 yr. (b) 13 m. 1.6 m s, m s m s (c) 13.1 s. 32. (a) 20.0 s (b) No, the minimum distance to stop = 1.00 km. 1.

(b) 10 yr. (b) 13 m. 1.6 m s, m s m s (c) 13.1 s. 32. (a) 20.0 s (b) No, the minimum distance to stop = 1.00 km. 1. Answers o Een Numbered Problems Chper. () 7 m s, 6 m s (b) 8 5 yr 4.. m ih 6. () 5. m s (b).5 m s (c).5 m s (d) 3.33 m s (e) 8. ().3 min (b) 64 mi..3 h. ().3 s (b) 3 m 4..8 mi wes of he flgpole 6. (b)

More information

e t dt e t dt = lim e t dt T (1 e T ) = 1

e t dt e t dt = lim e t dt T (1 e T ) = 1 Improper Inegrls There re wo ypes of improper inegrls - hose wih infinie limis of inegrion, nd hose wih inegrnds h pproch some poin wihin he limis of inegrion. Firs we will consider inegrls wih infinie

More information

5.1-The Initial-Value Problems For Ordinary Differential Equations

5.1-The Initial-Value Problems For Ordinary Differential Equations 5.-The Iniil-Vlue Problems For Ordinry Differenil Equions Consider solving iniil-vlue problems for ordinry differenil equions: (*) y f, y, b, y. If we know he generl soluion y of he ordinry differenil

More information

RESPONSE UNDER A GENERAL PERIODIC FORCE. When the external force F(t) is periodic with periodτ = 2π

RESPONSE UNDER A GENERAL PERIODIC FORCE. When the external force F(t) is periodic with periodτ = 2π RESPONSE UNDER A GENERAL PERIODIC FORCE When he exernl force F() is periodic wih periodτ / ω,i cn be expnded in Fourier series F( ) o α ω α b ω () where τ F( ) ω d, τ,,,... () nd b τ F( ) ω d, τ,,... (3)

More information

NEWTON S SECOND LAW OF MOTION

NEWTON S SECOND LAW OF MOTION Course and Secion Dae Names NEWTON S SECOND LAW OF MOTION The acceleraion of an objec is defined as he rae of change of elociy. If he elociy changes by an amoun in a ime, hen he aerage acceleraion during

More information

() t. () t r () t or v. ( t) () () ( ) = ( ) or ( ) () () () t or dv () () Section 10.4 Motion in Space: Velocity and Acceleration

() t. () t r () t or v. ( t) () () ( ) = ( ) or ( ) () () () t or dv () () Section 10.4 Motion in Space: Velocity and Acceleration Secion 1.4 Moion in Spce: Velociy nd Acceleion We e going o dive lile deepe ino somehing we ve ledy inoduced, nmely () nd (). Discuss wih you neighbo he elionships beween posiion, velociy nd cceleion you

More information

dt = C exp (3 ln t 4 ). t 4 W = C exp ( ln(4 t) 3) = C(4 t) 3.

dt = C exp (3 ln t 4 ). t 4 W = C exp ( ln(4 t) 3) = C(4 t) 3. Mah Rahman Exam Review Soluions () Consider he IVP: ( 4)y 3y + 4y = ; y(3) = 0, y (3) =. (a) Please deermine he longes inerval for which he IVP is guaraneed o have a unique soluion. Soluion: The disconinuiies

More information

1. Consider a PSA initially at rest in the beginning of the left-hand end of a long ISS corridor. Assume xo = 0 on the left end of the ISS corridor.

1. Consider a PSA initially at rest in the beginning of the left-hand end of a long ISS corridor. Assume xo = 0 on the left end of the ISS corridor. In Eercise 1, use sndrd recngulr Cresin coordine sysem. Le ime be represened long he horizonl is. Assume ll ccelerions nd decelerions re consn. 1. Consider PSA iniilly res in he beginning of he lef-hnd

More information

A Kalman filtering simulation

A Kalman filtering simulation A Klmn filering simulion The performnce of Klmn filering hs been esed on he bsis of wo differen dynmicl models, ssuming eiher moion wih consn elociy or wih consn ccelerion. The former is epeced o beer

More information

[5] Solving Multiple Linear Equations A system of m linear equations and n unknown variables:

[5] Solving Multiple Linear Equations A system of m linear equations and n unknown variables: [5] Solving Muliple Liner Equions A syse of liner equions nd n unknown vribles: + + + nn = b + + + = b n n : + + + nn = b n n A= b, where A =, : : : n : : : : n = : n A = = = ( ) where, n j = ( ); = :

More information

4.8 Improper Integrals

4.8 Improper Integrals 4.8 Improper Inegrls Well you ve mde i hrough ll he inegrion echniques. Congrs! Unforunely for us, we sill need o cover one more inegrl. They re clled Improper Inegrls. A his poin, we ve only del wih inegrls

More information

Thus the force is proportional but opposite to the displacement away from equilibrium.

Thus the force is proportional but opposite to the displacement away from equilibrium. Chaper 3 : Siple Haronic Moion Hooe s law saes ha he force (F) eered by an ideal spring is proporional o is elongaion l F= l where is he spring consan. Consider a ass hanging on a he spring. In equilibriu

More information

Collision Detection and Bouncing

Collision Detection and Bouncing Collision Deecion nd Bouncing Collisions re Hndled in Two Prs. Deecing he collision Mike Biley mj@cs.oregonse.edu. Hndling he physics of he collision collision-ouncing.ppx If You re Lucky, You Cn Deec

More information

KINEMATICS IN ONE DIMENSION

KINEMATICS IN ONE DIMENSION KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings move how far (disance and displacemen), how fas (speed and velociy), and how fas ha how fas changes (acceleraion). We say ha an objec

More information

Chapter 2: Evaluative Feedback

Chapter 2: Evaluative Feedback Chper 2: Evluive Feedbck Evluing cions vs. insrucing by giving correc cions Pure evluive feedbck depends olly on he cion ken. Pure insrucive feedbck depends no ll on he cion ken. Supervised lerning is

More information

( ) ( ) ( ) ( u) ( u) = are shown in Figure =, it is reasonable to speculate that. = cos u ) and the inside function ( ( t) du

( ) ( ) ( ) ( u) ( u) = are shown in Figure =, it is reasonable to speculate that. = cos u ) and the inside function ( ( t) du Porlan Communiy College MTH 51 Lab Manual The Chain Rule Aciviy 38 The funcions f ( = sin ( an k( sin( 3 38.1. Since f ( cos( k ( = cos( 3. Bu his woul imply ha k ( f ( = are shown in Figure =, i is reasonable

More information

3 Motion with constant acceleration: Linear and projectile motion

3 Motion with constant acceleration: Linear and projectile motion 3 Moion wih consn ccelerion: Liner nd projecile moion cons, In he precedin Lecure we he considered moion wih consn ccelerion lon he is: Noe h,, cn be posiie nd neie h leds o rie of behiors. Clerl similr

More information

graph of unit step function t

graph of unit step function t .5 Piecewie coninuou forcing funcion...e.g. urning he forcing on nd off. The following Lplce rnform meril i ueful in yem where we urn forcing funcion on nd off, nd when we hve righ hnd ide "forcing funcion"

More information

Physics 201, Lecture 5

Physics 201, Lecture 5 Phsics 1 Lecue 5 Tod s Topics n Moion in D (Chp 4.1-4.3): n D Kinemicl Quniies (sec. 4.1) n D Kinemics wih Consn Acceleion (sec. 4.) n D Pojecile (Sec 4.3) n Epeced fom Peiew: n Displcemen eloci cceleion

More information

Mathematical Modeling

Mathematical Modeling ME pplie Engineering nlsis Chper Mhemicl Moeling Professor Ti-Rn Hsu, Ph.D. Deprmen of Mechnicl n erospce Engineering Sn Jose Se Universi Sn Jose, Cliforni, US Jnur Chper Lerning Ojecives Mhemicl moeling

More information

φ p ( B) AR polynomial of B of order p, p Non-seasonal differencing operator = 1 B

φ p ( B) AR polynomial of B of order p, p Non-seasonal differencing operator = 1 B ARIMA Noion The ARIMA roceure coues he reer esies for given sesonl or non-sesonl univrie ARIMA oel. I lso coues he fie vlues, forecsing vlues, n oher rele vribles for he oel. The following noion is use

More information

INTEGRALS. Exercise 1. Let f : [a, b] R be bounded, and let P and Q be partitions of [a, b]. Prove that if P Q then U(P ) U(Q) and L(P ) L(Q).

INTEGRALS. Exercise 1. Let f : [a, b] R be bounded, and let P and Q be partitions of [a, b]. Prove that if P Q then U(P ) U(Q) and L(P ) L(Q). INTEGRALS JOHN QUIGG Eercise. Le f : [, b] R be bounded, nd le P nd Q be priions of [, b]. Prove h if P Q hen U(P ) U(Q) nd L(P ) L(Q). Soluion: Le P = {,..., n }. Since Q is obined from P by dding finiely

More information

The Lorentz Transformation

The Lorentz Transformation The Lorenz Transformaion Relaiviy and Asrophysics Lecure 06 Terry Herer Ouline Coordinae ransformaions Lorenz Transformaion Saemen Proof Addiion of velociies Parial proof Examples of velociy addiion Proof

More information

Linear Motion I Physics

Linear Motion I Physics Linear Moion I Physics Objecives Describe he ifference beween isplacemen an isance Unersan he relaionship beween isance, velociy, an ime Describe he ifference beween velociy an spee Be able o inerpre a

More information

Exponents and Powers

Exponents and Powers EXPONENTS AND POWERS 9 Exponents nd Powers CHAPTER. Introduction Do you know? Mss of erth is 5,970,000,000,000, 000, 000, 000, 000 kg. We hve lredy lernt in erlier clss how to write such lrge nubers ore

More information

WEEK-3 Recitation PHYS 131. of the projectile s velocity remains constant throughout the motion, since the acceleration a x

WEEK-3 Recitation PHYS 131. of the projectile s velocity remains constant throughout the motion, since the acceleration a x WEEK-3 Reciaion PHYS 131 Ch. 3: FOC 1, 3, 4, 6, 14. Problems 9, 37, 41 & 71 and Ch. 4: FOC 1, 3, 5, 8. Problems 3, 5 & 16. Feb 8, 018 Ch. 3: FOC 1, 3, 4, 6, 14. 1. (a) The horizonal componen of he projecile

More information

Physics for Scientists & Engineers 2

Physics for Scientists & Engineers 2 Direc Curren Physics for Scieniss & Engineers 2 Spring Semeser 2005 Lecure 16 This week we will sudy charges in moion Elecric charge moving from one region o anoher is called elecric curren Curren is all

More information

Suggested Practice Problems (set #2) for the Physics Placement Test

Suggested Practice Problems (set #2) for the Physics Placement Test Deparmen of Physics College of Ars and Sciences American Universiy of Sharjah (AUS) Fall 014 Suggesed Pracice Problems (se #) for he Physics Placemen Tes This documen conains 5 suggesed problems ha are

More information

MATH 124 AND 125 FINAL EXAM REVIEW PACKET (Revised spring 2008)

MATH 124 AND 125 FINAL EXAM REVIEW PACKET (Revised spring 2008) MATH 14 AND 15 FINAL EXAM REVIEW PACKET (Revised spring 8) The following quesions cn be used s review for Mh 14/ 15 These quesions re no cul smples of quesions h will pper on he finl em, bu hey will provide

More information

Physic 231 Lecture 4. Mi it ftd l t. Main points of today s lecture: Example: addition of velocities Trajectories of objects in 2 = =

Physic 231 Lecture 4. Mi it ftd l t. Main points of today s lecture: Example: addition of velocities Trajectories of objects in 2 = = Mi i fd l Phsic 3 Lecure 4 Min poins of od s lecure: Emple: ddiion of elociies Trjecories of objecs in dimensions: dimensions: g 9.8m/s downwrds ( ) g o g g Emple: A foobll pler runs he pern gien in he

More information

CHAPTER 2: Describing Motion: Kinematics in One Dimension

CHAPTER 2: Describing Motion: Kinematics in One Dimension CHAPTER : Describing Moion: Kinemics in One Dimension Answers o Quesions A cr speeomeer mesures only spee I oes no gie ny informion bou he irecion, n so oes no mesure elociy By efiniion, if n objec hs

More information

Physics 100: Lecture 1

Physics 100: Lecture 1 Physics : Lecure Agen for Toy Aice Scope of his course Mesuremen n Unis Funmenl unis Sysems of unis Conering beween sysems of unis Dimensionl Anlysis -D Kinemics (reiew) Aerge & insnneous elociy n ccelerion

More information

IB Physics Kinematics Worksheet

IB Physics Kinematics Worksheet IB Physics Kinemaics Workshee Wrie full soluions and noes for muliple choice answers. Do no use a calculaor for muliple choice answers. 1. Which of he following is a correc definiion of average acceleraion?

More information

1.0 Electrical Systems

1.0 Electrical Systems . Elecricl Sysems The ypes of dynmicl sysems we will e sudying cn e modeled in erms of lgeric equions, differenil equions, or inegrl equions. We will egin y looking fmilir mhemicl models of idel resisors,

More information

NONLINEAR MODEL OF THE VEHICLE HYDROPNEUMATIC SUSPENSION UNIT

NONLINEAR MODEL OF THE VEHICLE HYDROPNEUMATIC SUSPENSION UNIT Nuber, olue II, Deceber NONLINEAR MODEL OF THE EHICLE HYDROPNEUMATIC UPENION UNIT Libor Kuk ury: The lue reers oel of he hyroneuic susension uni n is verificion is escribe in he er. The relions effecive

More information

Physics 101 Fall 2006: Exam #1- PROBLEM #1

Physics 101 Fall 2006: Exam #1- PROBLEM #1 Physics 101 Fall 2006: Exam #1- PROBLEM #1 1. Problem 1. (+20 ps) (a) (+10 ps) i. +5 ps graph for x of he rain vs. ime. The graph needs o be parabolic and concave upward. ii. +3 ps graph for x of he person

More information

Supporting information How to concatenate the local attractors of subnetworks in the HPFP

Supporting information How to concatenate the local attractors of subnetworks in the HPFP n Effcen lgorh for Idenfyng Prry Phenoype rcors of Lrge-Scle Boolen Newor Sng-Mo Choo nd Kwng-Hyun Cho Depren of Mhecs Unversy of Ulsn Ulsn 446 Republc of Kore Depren of Bo nd Brn Engneerng Kore dvnced

More information

Q.1 Define work and its unit?

Q.1 Define work and its unit? CHP # 6 ORK AND ENERGY Q.1 Define work and is uni? A. ORK I can be define as when we applied a force on a body and he body covers a disance in he direcion of force, hen we say ha work is done. I is a scalar

More information

CHAPTER 2 KINEMATICS IN ONE DIMENSION ANSWERS TO FOCUS ON CONCEPTS QUESTIONS

CHAPTER 2 KINEMATICS IN ONE DIMENSION ANSWERS TO FOCUS ON CONCEPTS QUESTIONS Physics h Ediion Cunell Johnson Young Sdler Soluions Mnul Soluions Mnul, Answer keys, Insrucor's Resource Mnul for ll chpers re included. Compleed downlod links: hps://esbnkre.com/downlod/physics-h-ediion-soluions-mnulcunell-johnson-young-sdler/

More information

Properties of Logarithms. Solving Exponential and Logarithmic Equations. Properties of Logarithms. Properties of Logarithms. ( x)

Properties of Logarithms. Solving Exponential and Logarithmic Equations. Properties of Logarithms. Properties of Logarithms. ( x) Properies of Logrihms Solving Eponenil nd Logrihmic Equions Properies of Logrihms Produc Rule ( ) log mn = log m + log n ( ) log = log + log Properies of Logrihms Quoien Rule log m = logm logn n log7 =

More information

MOMENTUM CONSERVATION LAW

MOMENTUM CONSERVATION LAW 1 AAST/AEDT AP PHYSICS B: Impulse and Momenum Le us run an experimen: The ball is moving wih a velociy of V o and a force of F is applied on i for he ime inerval of. As he resul he ball s velociy changes

More information

Some Basic Information about M-S-D Systems

Some Basic Information about M-S-D Systems Some Basic Informaion abou M-S-D Sysems 1 Inroducion We wan o give some summary of he facs concerning unforced (homogeneous) and forced (non-homogeneous) models for linear oscillaors governed by second-order,

More information

MEI Mechanics 1 General motion. Section 1: Using calculus

MEI Mechanics 1 General motion. Section 1: Using calculus Soluions o Exercise MEI Mechanics General moion Secion : Using calculus. s 4 v a 6 4 4 When =, v 4 a 6 4 6. (i) When = 0, s = -, so he iniial displacemen = - m. s v 4 When = 0, v = so he iniial velociy

More information

Two Coupled Oscillators / Normal Modes

Two Coupled Oscillators / Normal Modes Lecure 3 Phys 3750 Two Coupled Oscillaors / Normal Modes Overview and Moivaion: Today we ake a small, bu significan, sep owards wave moion. We will no ye observe waves, bu his sep is imporan in is own

More information

x(m) t(sec ) Homework #2. Ph 231 Introductory Physics, Sp-03 Page 1 of 4

x(m) t(sec ) Homework #2. Ph 231 Introductory Physics, Sp-03 Page 1 of 4 Homework #2. Ph 231 Inroducory Physics, Sp-03 Page 1 of 4 2-1A. A person walks 2 miles Eas (E) in 40 minues and hen back 1 mile Wes (W) in 20 minues. Wha are her average speed and average velociy (in ha

More information

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle

Physics 235 Chapter 2. Chapter 2 Newtonian Mechanics Single Particle Chaper 2 Newonian Mechanics Single Paricle In his Chaper we will review wha Newon s laws of mechanics ell us abou he moion of a single paricle. Newon s laws are only valid in suiable reference frames,

More information

Physics 180A Fall 2008 Test points. Provide the best answer to the following questions and problems. Watch your sig figs.

Physics 180A Fall 2008 Test points. Provide the best answer to the following questions and problems. Watch your sig figs. Physics 180A Fall 2008 Tes 1-120 poins Name Provide he bes answer o he following quesions and problems. Wach your sig figs. 1) The number of meaningful digis in a number is called he number of. When numbers

More information

The order of reaction is defined as the number of atoms or molecules whose concentration change during the chemical reaction.

The order of reaction is defined as the number of atoms or molecules whose concentration change during the chemical reaction. www.hechemisryguru.com Re Lw Expression Order of Recion The order of recion is defined s he number of oms or molecules whose concenrion chnge during he chemicl recion. Or The ol number of molecules or

More information

ELEC-E8417 Switched-Mode Power Supplies Exam

ELEC-E8417 Switched-Mode Power Supplies Exam ELE-E847 Swiche-Moe Power Supplies Exa 7..06 Quesion. n sep-up converer (Boos) he oupu volage o = 48 V an supply volage changes beween 0 V 5 V. upu power P o 5 W an swiching frequency ƒ s = 0 khz, = 47

More information

Chapter 7: Solving Trig Equations

Chapter 7: Solving Trig Equations Haberman MTH Secion I: The Trigonomeric Funcions Chaper 7: Solving Trig Equaions Le s sar by solving a couple of equaions ha involve he sine funcion EXAMPLE a: Solve he equaion sin( ) The inverse funcions

More information

Chapter 2 The Derivative Applied Calculus 107. We ll need a rule for finding the derivative of a product so we don t have to multiply everything out.

Chapter 2 The Derivative Applied Calculus 107. We ll need a rule for finding the derivative of a product so we don t have to multiply everything out. Chaper The Derivaive Applie Calculus 107 Secion 4: Prouc an Quoien Rules The basic rules will le us ackle simple funcions. Bu wha happens if we nee he erivaive of a combinaion of hese funcions? Eample

More information

4.5 Constant Acceleration

4.5 Constant Acceleration 4.5 Consan Acceleraion v() v() = v 0 + a a() a a() = a v 0 Area = a (a) (b) Figure 4.8 Consan acceleraion: (a) velociy, (b) acceleraion When he x -componen of he velociy is a linear funcion (Figure 4.8(a)),

More information

Today: Falling. v, a

Today: Falling. v, a Today: Falling. v, a Did you ge my es email? If no, make sure i s no in your junk box, and add sbs0016@mix.wvu.edu o your address book! Also please email me o le me know. I will be emailing ou pracice

More information

How to Solve System Dynamic s Problems

How to Solve System Dynamic s Problems How o Solve Sye Dynaic Proble A ye dynaic proble involve wo or ore bodie (objec) under he influence of everal exernal force. The objec ay uliaely re, ove wih conan velociy, conan acceleraion or oe cobinaion

More information

e 2t u(t) e 2t u(t) =?

e 2t u(t) e 2t u(t) =? EE : Signals, Sysems, and Transforms Fall 7. Skech he convoluion of he following wo signals. Tes No noes, closed book. f() Show your work. Simplify your answers. g(). Using he convoluion inegral, find

More information

Of all of the intellectual hurdles which the human mind has confronted and has overcome in the last fifteen hundred years, the one which seems to me

Of all of the intellectual hurdles which the human mind has confronted and has overcome in the last fifteen hundred years, the one which seems to me Of all of he inellecual hurdles which he human mind has confroned and has overcome in he las fifeen hundred years, he one which seems o me o have been he mos amazing in characer and he mos supendous in

More information

LAB # 2 - Equilibrium (static)

LAB # 2 - Equilibrium (static) AB # - Equilibrium (saic) Inroducion Isaac Newon's conribuion o physics was o recognize ha despie he seeming compleiy of he Unierse, he moion of is pars is guided by surprisingly simple aws. Newon's inspiraion

More information

Physics 101: Lecture 03 Kinematics Today s lecture will cover Textbook Sections (and some Ch. 4)

Physics 101: Lecture 03 Kinematics Today s lecture will cover Textbook Sections (and some Ch. 4) Physics 101: Lecure 03 Kinemaics Today s lecure will coer Texbook Secions 3.1-3.3 (and some Ch. 4) Physics 101: Lecure 3, Pg 1 A Refresher: Deermine he force exered by he hand o suspend he 45 kg mass as

More information

Some Inequalities variations on a common theme Lecture I, UL 2007

Some Inequalities variations on a common theme Lecture I, UL 2007 Some Inequliies vriions on common heme Lecure I, UL 2007 Finbrr Hollnd, Deprmen of Mhemics, Universiy College Cork, fhollnd@uccie; July 2, 2007 Three Problems Problem Assume i, b i, c i, i =, 2, 3 re rel

More information

ET 438a Automatic Control Systems Technology. After this presentation you will be able to:

ET 438a Automatic Control Systems Technology. After this presentation you will be able to: 8/7/5 ESSON 8: MODEING PHYSI SYSEMS WIH INE DIFFEENI EQUIONS E 438a uoaic onrol Syses echnology earng Objecives fer his presenaion you will be able o: Expla wha a ifferenial equaion is an how i can represen

More information

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still.

Lecture 2-1 Kinematics in One Dimension Displacement, Velocity and Acceleration Everything in the world is moving. Nothing stays still. Lecure - Kinemaics in One Dimension Displacemen, Velociy and Acceleraion Everyhing in he world is moving. Nohing says sill. Moion occurs a all scales of he universe, saring from he moion of elecrons in

More information

1 Widrow-Hoff Algorithm

1 Widrow-Hoff Algorithm COS 511: heoreical Machine Learning Lecurer: Rob Schapire Lecure # 18 Scribe: Shaoqing Yang April 10, 014 1 Widrow-Hoff Algorih Firs le s review he Widrow-Hoff algorih ha was covered fro las lecure: Algorih

More information

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2

Hall effect. Formulae :- 1) Hall coefficient RH = cm / Coulumb. 2) Magnetic induction BY 2 Page of 6 all effec Aim :- ) To deermine he all coefficien (R ) ) To measure he unknown magneic field (B ) and o compare i wih ha measured by he Gaussmeer (B ). Apparaus :- ) Gauss meer wih probe ) Elecromagne

More information

Problems on transformer main dimensions and windings

Problems on transformer main dimensions and windings Probles_Trn_winding Probles on rnsforer in diensions nd windings. Deerine he in diensions of he core nd window for 500 ka, /400, 50Hz, Single phse core ype, oil iersed, self cooled rnsforer. Assue: Flux

More information

d = ½(v o + v f) t distance = ½ (initial velocity + final velocity) time

d = ½(v o + v f) t distance = ½ (initial velocity + final velocity) time BULLSEYE Lab Name: ANSWER KEY Dae: Pre-AP Physics Lab Projecile Moion Weigh = 1 DIRECTIONS: Follow he insrucions below, build he ramp, ake your measuremens, and use your measuremens o make he calculaions

More information

Week 1 Lecture 2 Problems 2, 5. What if something oscillates with no obvious spring? What is ω? (problem set problem)

Week 1 Lecture 2 Problems 2, 5. What if something oscillates with no obvious spring? What is ω? (problem set problem) Week 1 Lecure Problems, 5 Wha if somehing oscillaes wih no obvious spring? Wha is ω? (problem se problem) Sar wih Try and ge o SHM form E. Full beer can in lake, oscillaing F = m & = ge rearrange: F =

More information

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems.

Math Week 14 April 16-20: sections first order systems of linear differential equations; 7.4 mass-spring systems. Mah 2250-004 Week 4 April 6-20 secions 7.-7.3 firs order sysems of linear differenial equaions; 7.4 mass-spring sysems. Mon Apr 6 7.-7.2 Sysems of differenial equaions (7.), and he vecor Calculus we need

More information