HORIZONTAL MOTION WITH RESISTANCE

Size: px
Start display at page:

Download "HORIZONTAL MOTION WITH RESISTANCE"

Transcription

1 DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script is used to copute the displaceent, elocity and acceleration for the otion of an object acted upon by a resistie force F. The equation of otion is soled by analytical eans (integration of the equation of otion) and by a finite difference nuerical ethod. ec_fr_b. This script is used to copute the displaceent, elocity and acceleration for the otion of an object acted upon by a resistie force F. The equation of otion is soled by analytical eans (integration of the equation of otion) and by a finite difference nuerical ethod. R R 1

2 INTRODUCTION We will consider the horizontal otion of an object of ass that is acted upon by a resistie force F R. Two ery good odels for the resistie force F R are Model (1) Model () low speeds high speeds where and are constants of proportionality. Model (1) for linear resistance is often applicable when the object is oing with low speeds. In the otion through a fluid, the resistie force is often called the iscous drag and it arises fro the cohesie forces between the layers of the fluid. The S.I. units for the constant are N. -1.s -1 or g.s -1. Model () for quadratic resistance is ore applicable for higher speeds. In the otion through fluids, the resistie force is usually called the drag and is related to the oentu transfer between the oing object and the fluid it traels through. The S.I. units for the constant are N. -.s - or g. -1. Many probles in the atheatical analysis of particles oing under the influence of resistie forces, you start with the equation of otion. To find elocities and displaceents as functions of tie you ust integrate the equation of otion. The equation of otion for a particle can be deried fro Newton s Second Law 1 (3) a Fi Newton s Second Law i When the resultant force acting on the object is siply the resistie force, the acceleration a of the object is (4) a / Model (1) a / Model () (5)

3 MODEL 1 Analytical Approach The force acting on the object is the resistie force reference, we will tae to the right as the positie direction.. In our frae of The equation of otion of the object is deterined fro Newton s Second Law. d a a dt where a is the acceleration of the object at any instance. The initial conditions are / t x a We start with the equation of otion then integrate this equation where the liits of the integration are deterined by the initial conditions (t = and = ) and final conditions (t and ) d dt d dt d t dt loge t log e t (5) / t e exponential decay We can now calculate the displaceent x as a function of tie t dx dx dt dt e / t x / t dx e dt / t x e t / t (6) x 1 e 3

4 The elocity also can be gien as a function of x d d a dt dx d dx x d dx (7) x x straight line graphs When = the stopping distance is xstopping We can now inestigate what happens when t t e / t t x 1 e / t The object eeps oing till =, which happens only in the liit t. Then the object stop at the position x. 4

5 We can define a tie constant The elocity and displaceent can be expressed as e t / x 1 e t / After a tie of about 5, the particle will stop when the speed of the particle becoes zero x stopping stopping tie ~ 5 The stopping tie is independent of the initial elocity but the greater the initial elocity the greater the stopping distance. The larger the constant, the shorter the stopping distance and quicer it stops and the larger the ass, the greater the stopping distance and it taes a longer tie to stop the object. Nuerical Approach We can also find the elocity and displaceent of the object by soling Newton s Second Law of otion using a finite difference ethod. We start with d dt (4) a / In the finite difference ethod we calculate the elocity and displaceent x at N discrete ties t at fixed tie interals t t 1, t,, t,, t N t =t - t 1 t 1 = t = (-1) t = 1,, 3,, N The acceleration a is approxiated by the difference forula d t t t dt t 1 5

6 t Therefore, the elocity t t t at tie t + is / t 1 / t t t t 1 t Hence, to calculate the elocity we need to now the elocity at the two preious tie steps t 1 and t. We now t 1 = and (t 1 ) = () =. We estiate the elocity at the second tie step t (8) ( ) ( ) ( ) ( ) / t t a t t t t t where we hae assued a constant acceleration in the first tie step. We can iproe our estiate of t ( ) by using an aerage alue of the acceleration in the first tie step a( t1) a( t) ( t1) t ( t) 1 ( t1) / t1 t t ( t) We can now calculate the elocity (t) at all ties fro t = t 1 to t = t N. The acceleration at each tie step is (9) a t t The displaceent at each tie step is dx x dt t x t t 1 x t t (1) xt xt tt 1 6

7 EXAMPLE The script ec_fr_b. can be used for siulations for the otion of an object acted upon a resistie force of the for Input paraeters = g = 1 g.s -1 = 1.s -1 t = 1x1-4 s Outputs N nuerical approach A analytical approach (Model 1). stopping distance x stopping =. tie constant =. s 5 = 1. s acceleration t a elocity t 7

8 displaceent t x xstopping For the input paraeters used in this siulation, there is excellent agreeent between the alues calculated using the nuerical and analytical approaches. Howeer, you always need to be careful in using nuerical approaches to sole probles. In this instance, you need to chec the conergence of results by progressiely aing the tie step t saller. When the tie step is t = 1x1 - s the nuerical and analytical results do not agree. The tie step is too large for accurate results using the nuerical approach. 8

9 MODEL Analytical Approach The force acting on the object is the resistie force reference, we will tae to the right as the positie direction.. In our frae of The equation of otion of the object is deterined fro Newton s Second Law. d a a dt where a is the acceleration of the object at any instance. t x a / The initial conditions are We start with the equation of otion then integrate this equation where the liits of the integration are deterined by the initial conditions (t = and = ) and final conditions (t and ) d dt d dt t d dt t 1 t (11) 1 The acceleration is t (1) a 1 1 t 1 t t a acceleration becoes sall ery rapidly 9

10 We can now calculate the displaceent x as a function of tie t d d a / dt dx d dx x d dx x log (13) x log (11) 1 t (14) x log 1 t surprising result!!! As tie goes on the displaceent gets bigger and bigger. In this siple odel, the objects just eeps oing towards the right. Nuerical Approach We can also find the elocity and displaceent of the object by soling Newton s Second Law of otion using a finite difference ethod. We start with d a dt / (4) In the finite difference ethod we calculate the elocity and displaceent x at N discrete ties t at fixed tie interals t t 1, t,, t,, t N t =t - t 1 t 1 = t = (-1) t = 1,, 3,, N The acceleration a is approxiated by the difference forula d t t t dt t 1 1

11 t Therefore, the elocity t t t at tie t + is / t 1 / t t t t 1 t Hence, to calculate the elocity we need to now the elocity at the two preious tie steps t 1 and t. We now t 1 = and (t 1 ) = () =. We estiate the elocity at the second tie step t (8) ( ) ( ) ( ) ( ) / t t a t t t t t where we hae assued a constant acceleration in the first tie step. We can iproe our estiate of t ( ) by using an aerage alue of the acceleration in the first tie step a( t1) a( t) ( t1) t ( t) 1 ( t1) / t1 t t ( t) We can now calculate the elocity (t) at all ties fro t = t 1 to t = t N. The acceleration at each tie step is (9) a t t The displaceent at each tie step is dx x dt t x t t 1 x t t (1) xt xt tt

12 EXAMPLE The script ec_fr_b. can be used for siulations for the otion of an object acted upon a resistie force of the for Input paraeters (Model ). = g = 5 g. -1 = 1.s -1 t = 1x1-4 s t ax = 5 s Outputs N nuerical approach A analytical approach acceleration t a acceleration quicer gets saller in agnitude with tie elocity t 1

13 displaceent does not go to zero as t For the input paraeters used in this siulation, there is excellent agreeent between the alues calculated using the nuerical and analytical approaches. Howeer, you always need to be careful in using nuerical approaches to sole probles. In this instance, you need to chec the conergence of results by progressiely aing the tie step t saller. When the tie step is t = 1x1-3 s the nuerical and analytical results do not agree. The tie step is too large for accurate results using the nuerical approach. In the nuerical approach the position alues oscillate about the analytical alues. 13

MOTION OF FALLING OBJECTS WITH RESISTANCE

MOTION OF FALLING OBJECTS WITH RESISTANCE DOING PHYSICS WIH MALAB MECHANICS MOION OF FALLING OBJECS WIH RESISANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECORY FOR MALAB SCRIPS mec_fr_mg_b.m Computation

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

e = n 1 ( ) 3 [ m 3] = n [ m 3] n

e = n 1 ( ) 3 [ m 3] = n [ m 3] n Magnetospheric Physics - Hoework Solutions, /7/4 7. Plasa definition Can a plasa be aintained at teperatures of T e K Hint: Calculate the density liit using the plasa paraeter and explain your result).

More information

Supervised assessment: Modelling and problem-solving task

Supervised assessment: Modelling and problem-solving task Matheatics C 2008 Saple assessent instruent and indicative student response Supervised assessent: Modelling and proble-solving tas This saple is intended to infor the design of assessent instruents in

More information

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method)

Projectile Motion with Air Resistance (Numerical Modeling, Euler s Method) Projectile Motion with Air Resistance (Nuerical Modeling, Euler s Method) Theory Euler s ethod is a siple way to approxiate the solution of ordinary differential equations (ode s) nuerically. Specifically,

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

Physics 11 HW #7 Solutions

Physics 11 HW #7 Solutions hysics HW #7 Solutions Chapter 7: Focus On Concepts: 2, 6, 0, 3 robles: 8, 7, 2, 22, 32, 53, 56, 57 Focus On Concepts 7-2 (d) Moentu is a ector quantity that has a agnitude and a direction. The agnitudes

More information

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION

VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION VISUAL PHYSICS ONLINE RECTLINEAR MOTION: UNIFORM ACCELERATION Predict Obsere Explain Exercise 1 Take an A4 sheet of paper and a heay object (cricket ball, basketball, brick, book, etc). Predict what will

More information

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass

BALLISTIC PENDULUM. EXPERIMENT: Measuring the Projectile Speed Consider a steel ball of mass BALLISTIC PENDULUM INTRODUCTION: In this experient you will use the principles of conservation of oentu and energy to deterine the speed of a horizontally projected ball and use this speed to predict the

More information

PY241 Solutions Set 9 (Dated: November 7, 2002)

PY241 Solutions Set 9 (Dated: November 7, 2002) PY241 Solutions Set 9 (Dated: Noveber 7, 2002) 9-9 At what displaceent of an object undergoing siple haronic otion is the agnitude greatest for the... (a) velocity? The velocity is greatest at x = 0, the

More information

Ocean 420 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers

Ocean 420 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers Ocean 40 Physical Processes in the Ocean Project 1: Hydrostatic Balance, Advection and Diffusion Answers 1. Hydrostatic Balance a) Set all of the levels on one of the coluns to the lowest possible density.

More information

SIMPLE HARMONIC MOTION: NEWTON S LAW

SIMPLE HARMONIC MOTION: NEWTON S LAW SIMPLE HARMONIC MOTION: NEWTON S LAW siple not siple PRIOR READING: Main 1.1, 2.1 Taylor 5.1, 5.2 http://www.yoops.org/twocw/it/nr/rdonlyres/physics/8-012fall-2005/7cce46ac-405d-4652-a724-64f831e70388/0/chp_physi_pndul.jpg

More information

26 Impulse and Momentum

26 Impulse and Momentum 6 Ipulse and Moentu First, a Few More Words on Work and Energy, for Coparison Purposes Iagine a gigantic air hockey table with a whole bunch of pucks of various asses, none of which experiences any friction

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta

USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS. By: Ian Blokland, Augustana Campus, University of Alberta 1 USEFUL HINTS FOR SOLVING PHYSICS OLYMPIAD PROBLEMS By: Ian Bloland, Augustana Capus, University of Alberta For: Physics Olypiad Weeend, April 6, 008, UofA Introduction: Physicists often attept to solve

More information

1 Brownian motion and the Langevin equation

1 Brownian motion and the Langevin equation Figure 1: The robust appearance of Robert Brown (1773 1858) 1 Brownian otion and the Langevin equation In 1827, while exaining pollen grains and the spores of osses suspended in water under a icroscope,

More information

Periodic Motion is everywhere

Periodic Motion is everywhere Lecture 19 Goals: Chapter 14 Interrelate the physics and atheatics of oscillations. Draw and interpret oscillatory graphs. Learn the concepts of phase and phase constant. Understand and use energy conservation

More information

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics

More information

Lecture 2: Differential-Delay equations.

Lecture 2: Differential-Delay equations. Lecture : Differential-Delay equations. D. Gurarie A differential equation, or syste:, ; of the syste:, 0 0 0 0 y f y t y t y, predicts a (near) future state 0 0 y t dt y f y t dt, fro its current state,

More information

Question 1. [14 Marks]

Question 1. [14 Marks] 6 Question 1. [14 Marks] R r T! A string is attached to the dru (radius r) of a spool (radius R) as shown in side and end views here. (A spool is device for storing string, thread etc.) A tension T is

More information

Kinetic Molecular Theory of Ideal Gases

Kinetic Molecular Theory of Ideal Gases Lecture -3. Kinetic Molecular Theory of Ideal Gases Last Lecture. IGL is a purely epirical law - solely the consequence of experiental obserations Explains the behaior of gases oer a liited range of conditions.

More information

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION Masaki WAKUI 1 and Jun IYAMA and Tsuyoshi KOYAMA 3 ABSTRACT This paper shows a criteria to detect

More information

Some Perspective. Forces and Newton s Laws

Some Perspective. Forces and Newton s Laws Soe Perspective The language of Kineatics provides us with an efficient ethod for describing the otion of aterial objects, and we ll continue to ake refineents to it as we introduce additional types of

More information

Measuring Temperature with a Silicon Diode

Measuring Temperature with a Silicon Diode Measuring Teperature with a Silicon Diode Due to the high sensitivity, nearly linear response, and easy availability, we will use a 1N4148 diode for the teperature transducer in our easureents 10 Analysis

More information

SF Chemical Kinetics.

SF Chemical Kinetics. SF Cheical Kinetics. Lecture 5. Microscopic theory of cheical reaction inetics. Microscopic theories of cheical reaction inetics. basic ai is to calculate the rate constant for a cheical reaction fro first

More information

The accelerated expansion of the universe is explained by quantum field theory.

The accelerated expansion of the universe is explained by quantum field theory. The accelerated expansion of the universe is explained by quantu field theory. Abstract. Forulas describing interactions, in fact, use the liiting speed of inforation transfer, and not the speed of light.

More information

Kinetic Molecular Theory of. IGL is a purely empirical law - solely the

Kinetic Molecular Theory of. IGL is a purely empirical law - solely the Lecture -3. Kinetic Molecular Theory of Ideal Gases Last Lecture. IGL is a purely epirical law - solely the consequence of experiental obserations Explains the behaior of gases oer a liited range of conditions.

More information

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION

9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Experient 9 HOOKE S LAW AND SIMPLE HARMONIC MOTION Objectives 1. Verify Hoo s law,. Measure the force constant of a spring, and 3. Measure the period of oscillation of a spring-ass syste and copare it

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

lecture 36: Linear Multistep Mehods: Zero Stability

lecture 36: Linear Multistep Mehods: Zero Stability 95 lecture 36: Linear Multistep Mehods: Zero Stability 5.6 Linear ultistep ethods: zero stability Does consistency iply convergence for linear ultistep ethods? This is always the case for one-step ethods,

More information

m A 1 m mgd k m v ( C) AP Physics Multiple Choice Practice Oscillations

m A 1 m mgd k m v ( C) AP Physics Multiple Choice Practice Oscillations P Physics Multiple Choice Practice Oscillations. ass, attached to a horizontal assless spring with spring constant, is set into siple haronic otion. Its axiu displaceent fro its equilibriu position is.

More information

increases. In part (b) the impulse and initial momentum are in opposite directions and the velocity decreases.

increases. In part (b) the impulse and initial momentum are in opposite directions and the velocity decreases. 8IDENTIFY and SET U: p = K = EXECUTE: (a) 5 p = (, kg)( /s) = kg /s 5 p kg /s (b) (i) = = = 6 /s (ii) kg =, so T T SUV SUV, kg ( /s) 68 /s T SUV = T = = SUV kg EVALUATE:The SUV ust hae less speed to hae

More information

8.1 Force Laws Hooke s Law

8.1 Force Laws Hooke s Law 8.1 Force Laws There are forces that don't change appreciably fro one instant to another, which we refer to as constant in tie, and forces that don't change appreciably fro one point to another, which

More information

Quantum Chemistry Exam 2 Take-home Solutions

Quantum Chemistry Exam 2 Take-home Solutions Cheistry 60 Fall 07 Dr Jean M Standard Nae KEY Quantu Cheistry Exa Take-hoe Solutions 5) (0 points) In this proble, the nonlinear variation ethod will be used to deterine an approxiate solution for the

More information

A simple phenomenologic model for particle transport in spaceperiodic potentials in underdamped systems

A simple phenomenologic model for particle transport in spaceperiodic potentials in underdamped systems A siple phenoenologic odel for particle transport in spaceperiodic potentials in underdaped systes IG MARCHENKO 1,(a,b), II MARCHENKO 3, A ZHIGLO 1 1 NSC Kharov Institute of Physics and Technology, Aadeichesaya

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

Coping with Friction for Non-penetrating Rigid Body Simulation

Coping with Friction for Non-penetrating Rigid Body Simulation SIGGRPH 91, Las Vegas Coputer Graphics, Volue 25, Nuber 4, July 1991 Coping with Friction for Non-penetrating Rigid ody Siulation Daid araff Progra of Coputer Graphics Cornell Uniersity Ithaca, NY 14853

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

(a) During the first part of the motion, the displacement is x 1 = 40 km and the time interval is t 1 (30 km / h) (80 km) 40 km/h. t. (2.

(a) During the first part of the motion, the displacement is x 1 = 40 km and the time interval is t 1 (30 km / h) (80 km) 40 km/h. t. (2. Chapter 3. Since the trip consists of two parts, let the displacements during first and second parts of the motion be x and x, and the corresponding time interals be t and t, respectiely. Now, because

More information

4. DEVIATIONS FROM HOMOGENEITY: THE PECULIAR VELOCITY FIELD 4.1 INTRODUCTION

4. DEVIATIONS FROM HOMOGENEITY: THE PECULIAR VELOCITY FIELD 4.1 INTRODUCTION Section 4 4. DEVIATIONS FROM HOMOGENEITY: THE PECULIAR VELOCITY FIELD 4.1 INTRODUCTION In addition to the effects on the propagation of light rays and the graitational lensing effects (Sect. ), the cosological

More information

(b) Frequency is simply the reciprocal of the period: f = 1/T = 2.0 Hz.

(b) Frequency is simply the reciprocal of the period: f = 1/T = 2.0 Hz. Chapter 5. (a) During siple haronic otion, the speed is (oentarily) zero when the object is at a turning point (that is, when x = +x or x = x ). Consider that it starts at x = +x and we are told that t

More information

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2!

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2! Chapter 4.1 Q1 n oscillation is any otion in which the displaceent of a particle fro a fixed point keeps changing direction and there is a periodicity in the otion i.e. the otion repeats in soe way. In

More information

Key Terms Electric Potential electrical potential energy per unit charge (JC -1 )

Key Terms Electric Potential electrical potential energy per unit charge (JC -1 ) Chapter Seenteen: Electric Potential and Electric Energy Key Ter Electric Potential electrical potential energy per unit charge (JC -1 ) Page 1 of Electrical Potential Difference between two points is

More information

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area

Spine Fin Efficiency A Three Sided Pyramidal Fin of Equilateral Triangular Cross-Sectional Area Proceedings of the 006 WSEAS/IASME International Conference on Heat and Mass Transfer, Miai, Florida, USA, January 18-0, 006 (pp13-18) Spine Fin Efficiency A Three Sided Pyraidal Fin of Equilateral Triangular

More information

Doppler Effect (Text 1.3)

Doppler Effect (Text 1.3) Doppler Effet (et 1.3) Consider a light soure as a soure sending out a tik eery 1/ν and these tiks are traeling forward with speed. tik tik tik tik Doppler Effet (et 1.3) Case 1. Obserer oing transersely.

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

27 Oscillations: Introduction, Mass on a Spring

27 Oscillations: Introduction, Mass on a Spring Chapter 7 Oscillations: Introduction, Mass on a Spring 7 Oscillations: Introduction, Mass on a Spring If a siple haronic oscillation proble does not involve the tie, you should probably be using conservation

More information

SOLUTIONS. PROBLEM 1. The Hamiltonian of the particle in the gravitational field can be written as, x 0, + U(x), U(x) =

SOLUTIONS. PROBLEM 1. The Hamiltonian of the particle in the gravitational field can be written as, x 0, + U(x), U(x) = SOLUTIONS PROBLEM 1. The Hailtonian of the particle in the gravitational field can be written as { Ĥ = ˆp2, x 0, + U(x), U(x) = (1) 2 gx, x > 0. The siplest estiate coes fro the uncertainty relation. If

More information

ENGI 3424 Engineering Mathematics Problem Set 1 Solutions (Sections 1.1 and 1.2)

ENGI 3424 Engineering Mathematics Problem Set 1 Solutions (Sections 1.1 and 1.2) ENGI 344 Engineering Matheatics Proble Set 1 Solutions (Sections 1.1 and 1.) 1. Find the general solution of the ordinary differential equation y 0 This ODE is not linear (due to the product y ). However,

More information

Chapter 2: 1D Kinematics Tuesday January 13th

Chapter 2: 1D Kinematics Tuesday January 13th Chapter : D Kinematics Tuesday January 3th Motion in a straight line (D Kinematics) Aerage elocity and aerage speed Instantaneous elocity and speed Acceleration Short summary Constant acceleration a special

More information

Massachusetts Institute of Technology Quantum Mechanics I (8.04) Spring 2005 Solutions to Problem Set 4

Massachusetts Institute of Technology Quantum Mechanics I (8.04) Spring 2005 Solutions to Problem Set 4 Massachusetts Institute of Technology Quantu Mechanics I (8.04) Spring 2005 Solutions to Proble Set 4 By Kit Matan 1. X-ray production. (5 points) Calculate the short-wavelength liit for X-rays produced

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

The Wilson Model of Cortical Neurons Richard B. Wells

The Wilson Model of Cortical Neurons Richard B. Wells The Wilson Model of Cortical Neurons Richard B. Wells I. Refineents on the odgkin-uxley Model The years since odgkin s and uxley s pioneering work have produced a nuber of derivative odgkin-uxley-like

More information

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all

2 Q 10. Likewise, in case of multiple particles, the corresponding density in 2 must be averaged over all Lecture 6 Introduction to kinetic theory of plasa waves Introduction to kinetic theory So far we have been odeling plasa dynaics using fluid equations. The assuption has been that the pressure can be either

More information

8.012 Physics I: Classical Mechanics Fall 2008

8.012 Physics I: Classical Mechanics Fall 2008 MIT OpenCourseWare http://ocw.it.edu 8.012 Physics I: Classical Mechanics Fall 2008 For inforation about citing these aterials or our Ters of Use, isit: http://ocw.it.edu/ters. MASSACHUSETTS INSTITUTE

More information

Relativity and Astrophysics Lecture 25 Terry Herter. Momenergy Momentum-energy 4-vector Magnitude & components Invariance Low velocity limit

Relativity and Astrophysics Lecture 25 Terry Herter. Momenergy Momentum-energy 4-vector Magnitude & components Invariance Low velocity limit Mo Mo Relativity and Astrophysics Lecture 5 Terry Herter Outline Mo Moentu- 4-vector Magnitude & coponents Invariance Low velocity liit Concept Suary Reading Spacetie Physics: Chapter 7 Hoework: (due Wed.

More information

Motion Analysis of Euler s Disk

Motion Analysis of Euler s Disk Motion Analysis of Euler s Disk Katsuhiko Yaada Osaka University) Euler s Disk is a nae of a scientific toy and its otion is the sae as a spinning coin. In this study, a siple atheatical odel is proposed

More information

2. REASONING According to the impulse-momentum theorem, the rocket s final momentum mv f

2. REASONING According to the impulse-momentum theorem, the rocket s final momentum mv f CHAPTER 7 IMPULSE AND MOMENTUM PROLEMS. REASONING According to the ipulse-oentu theore, the rocket s inal oentu diers ro its initial oentu by an aount equal to the ipulse ( ΣF ) o the net orce eerted on

More information

Figure 1: Equivalent electric (RC) circuit of a neurons membrane

Figure 1: Equivalent electric (RC) circuit of a neurons membrane Exercise: Leaky integrate and fire odel of neural spike generation This exercise investigates a siplified odel of how neurons spike in response to current inputs, one of the ost fundaental properties of

More information

Fokker-Planck Description of Conductance-Based Integrate-and-Fire Neuronal Networks

Fokker-Planck Description of Conductance-Based Integrate-and-Fire Neuronal Networks Fokker-Planck Description of Conductance-Based Integrate-and-Fire Neuronal Networks Gregor Koačič, Louis Tao, Aaditya V. Rangan, 3 and Daid Cai 3,4 Matheatical Sciences Departent, Rensselaer Polytechnic

More information

The Lagrangian Method vs. other methods (COMPARATIVE EXAMPLE)

The Lagrangian Method vs. other methods (COMPARATIVE EXAMPLE) The Lagrangian ethod vs. other ethods () This aterial written by Jozef HANC, jozef.hanc@tuke.sk Technical University, Kosice, Slovakia For Edwin Taylor s website http://www.eftaylor.co/ 6 January 003 The

More information

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016

NB1140: Physics 1A - Classical mechanics and Thermodynamics Problem set 2 - Forces and energy Week 2: November 2016 NB1140: Physics 1A - Classical echanics and Therodynaics Proble set 2 - Forces and energy Week 2: 21-25 Noveber 2016 Proble 1. Why force is transitted uniforly through a assless string, a assless spring,

More information

(a) Why cannot the Carnot cycle be applied in the real world? Because it would have to run infinitely slowly, which is not useful.

(a) Why cannot the Carnot cycle be applied in the real world? Because it would have to run infinitely slowly, which is not useful. PHSX 446 FINAL EXAM Spring 25 First, soe basic knowledge questions You need not show work here; just give the answer More than one answer ight apply Don t waste tie transcribing answers; just write on

More information

CHAPTER 15: Vibratory Motion

CHAPTER 15: Vibratory Motion CHAPTER 15: Vibratory Motion courtesy of Richard White courtesy of Richard White 2.) 1.) Two glaring observations can be ade fro the graphic on the previous slide: 1.) The PROJECTION of a point on a circle

More information

Frame with 6 DOFs. v m. determining stiffness, k k = F / water tower deflected water tower dynamic response model

Frame with 6 DOFs. v m. determining stiffness, k k = F / water tower deflected water tower dynamic response model CE 533, Fall 2014 Undaped SDOF Oscillator 1 / 6 What is a Single Degree of Freedo Oscillator? The siplest representation of the dynaic response of a civil engineering structure is the single degree of

More information

Research in Area of Longevity of Sylphon Scraies

Research in Area of Longevity of Sylphon Scraies IOP Conference Series: Earth and Environental Science PAPER OPEN ACCESS Research in Area of Longevity of Sylphon Scraies To cite this article: Natalia Y Golovina and Svetlana Y Krivosheeva 2018 IOP Conf.

More information

Transverse waves. Waves. Wave motion. Electromagnetic Spectrum EM waves are transverse.

Transverse waves. Waves. Wave motion. Electromagnetic Spectrum EM waves are transverse. Transerse waes Physics Enhanceent Prograe for Gifted Students The Hong Kong Acadey for Gifted Education and, HKBU Waes. Mechanical waes e.g. water waes, sound waes, seisic waes, strings in usical instruents.

More information

Force and dynamics with a spring, analytic approach

Force and dynamics with a spring, analytic approach Force and dynaics with a spring, analytic approach It ay strie you as strange that the first force we will discuss will be that of a spring. It is not one of the four Universal forces and we don t use

More information

WYSE Academic Challenge Sectional Physics 2006 Solution Set

WYSE Academic Challenge Sectional Physics 2006 Solution Set WYSE Acadeic Challenge Sectional Physics 6 Solution Set. Correct answer: d. Using Newton s nd Law: r r F 6.N a.kg 6./s.. Correct answer: c. 6. sin θ 98. 3. Correct answer: b. o 37.8 98. N 6. N Using Newton

More information

Physics 207 Lecture 18. Physics 207, Lecture 18, Nov. 3 Goals: Chapter 14

Physics 207 Lecture 18. Physics 207, Lecture 18, Nov. 3 Goals: Chapter 14 Physics 07, Lecture 18, Nov. 3 Goals: Chapter 14 Interrelate the physics and atheatics of oscillations. Draw and interpret oscillatory graphs. Learn the concepts of phase and phase constant. Understand

More information

PHYS 1443 Section 003 Lecture #21 Wednesday, Nov. 19, 2003 Dr. Mystery Lecturer

PHYS 1443 Section 003 Lecture #21 Wednesday, Nov. 19, 2003 Dr. Mystery Lecturer PHYS 443 Section 003 Lecture # Wednesday, Nov. 9, 003 Dr. Mystery Lecturer. Fluid Dyanics : Flow rate and Continuity Equation. Bernoulli s Equation 3. Siple Haronic Motion 4. Siple Bloc-Spring Syste 5.

More information

T = 2.34x10 6 s = 27.2days.

T = 2.34x10 6 s = 27.2days. Sole the following probles in the space proided Use the back of the page if needed Each proble is worth 10 points You ust show your work in a logical fashion starting with the correctly applied and clearly

More information

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10

Physics 140 D100 Midterm Exam 2 Solutions 2017 Nov 10 There are 10 ultiple choice questions. Select the correct answer for each one and ark it on the bubble for on the cover sheet. Each question has only one correct answer. (2 arks each) 1. An inertial reference

More information

Chapter 5, Conceptual Questions

Chapter 5, Conceptual Questions Chapter 5, Conceptual Questions 5.1. Two forces are present, tension T in the cable and gravitational force 5.. F G as seen in the figure. Four forces act on the block: the push of the spring F, sp gravitational

More information

Physics 2210 Fall smartphysics 20 Conservation of Angular Momentum 21 Simple Harmonic Motion 11/23/2015

Physics 2210 Fall smartphysics 20 Conservation of Angular Momentum 21 Simple Harmonic Motion 11/23/2015 Physics 2210 Fall 2015 sartphysics 20 Conservation of Angular Moentu 21 Siple Haronic Motion 11/23/2015 Exa 4: sartphysics units 14-20 Midter Exa 2: Day: Fri Dec. 04, 2015 Tie: regular class tie Section

More information

Momentum, p = m v. Collisions and Work(L8) Crash! Momentum and Collisions. Conservation of Momentum. elastic collisions

Momentum, p = m v. Collisions and Work(L8) Crash! Momentum and Collisions. Conservation of Momentum. elastic collisions Collisions and Work(L8) Crash! collisions can be ery coplicated two objects bang into each other and exert strong forces oer short tie interals fortunately, een though we usually do not know the details

More information

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration

821. Study on analysis method for deepwater TTR coupled vibration of parameter vibration and vortex-induced vibration 81. Study on analysis ethod for deepwater TTR coupled vibration of paraeter vibration and vortex-induced vibration Wu Xue-Min 1, Huang Wei-Ping Shandong Key aboratory of Ocean Engineering, Ocean University

More information

Simple Harmonic Motion of Spring

Simple Harmonic Motion of Spring Nae P Physics Date iple Haronic Motion and prings Hooean pring W x U ( x iple Haronic Motion of pring. What are the two criteria for siple haronic otion? - Only restoring forces cause siple haronic otion.

More information

lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 38: Linear Multistep Methods: Absolute Stability, Part II

lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 38: Linear Multistep Methods: Absolute Stability, Part II lecture 37: Linear Multistep Methods: Absolute Stability, Part I lecture 3: Linear Multistep Methods: Absolute Stability, Part II 5.7 Linear ultistep ethods: absolute stability At this point, it ay well

More information

OSCILLATIONS AND WAVES

OSCILLATIONS AND WAVES OSCILLATIONS AND WAVES OSCILLATION IS AN EXAMPLE OF PERIODIC MOTION No stories this tie, we are going to get straight to the topic. We say that an event is Periodic in nature when it repeats itself in

More information

A nonstandard cubic equation

A nonstandard cubic equation MATH-Jan-05-0 A nonstandard cubic euation J S Markoitch PO Box West Brattleboro, VT 050 Dated: January, 05 A nonstandard cubic euation is shown to hae an unusually econoical solution, this solution incorporates

More information

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com

XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K. https://promotephysics.wordpress.com XI PHYSICS M. AFFAN KHAN LECTURER PHYSICS, AKHSS, K affan_414@live.co https://prootephysics.wordpress.co [MOTION] CHAPTER NO. 3 In this chapter we are going to discuss otion in one diension in which we

More information

Flipping Physics Lecture Notes: Free Response Question #1 - AP Physics Exam Solutions

Flipping Physics Lecture Notes: Free Response Question #1 - AP Physics Exam Solutions 2015 FRQ #1 Free Response Question #1 - AP Physics 1-2015 Exa Solutions (a) First off, we know both blocks have a force of gravity acting downward on the. et s label the F & F. We also know there is a

More information

Would you risk your live driving drunk? Intro

Would you risk your live driving drunk? Intro Martha Casquete Would you risk your lie driing drunk? Intro Motion Position and displacement Aerage elocity and aerage speed Instantaneous elocity and speed Acceleration Constant acceleration: A special

More information

COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY?

COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY? Kragujevac J. Sci. 3 (8) 3-44. UDC 53.35 3 COULD A VARIABLE MASS OSCILLATOR EXHIBIT THE LATERAL INSTABILITY? Nebojša Danilović, Milan Kovačević and Vukota Babović Institute of Physics, Faculty of Science,

More information

2.003 Engineering Dynamics Problem Set 2 Solutions

2.003 Engineering Dynamics Problem Set 2 Solutions .003 Engineering Dynaics Proble Set Solutions This proble set is priarily eant to give the student practice in describing otion. This is the subject of kineatics. It is strongly recoended that you study

More information

Problem T1. Main sequence stars (11 points)

Problem T1. Main sequence stars (11 points) Proble T1. Main sequence stars 11 points Part. Lifetie of Sun points i..7 pts Since the Sun behaves as a perfectly black body it s total radiation power can be expressed fro the Stefan- Boltzann law as

More information

Physics 41 HW Set 1 Chapter 15 Serway 7 th Edition

Physics 41 HW Set 1 Chapter 15 Serway 7 th Edition Physics HW Set Chapter 5 Serway 7 th Edition Conceptual Questions:, 3, 5,, 6, 9 Q53 You can take φ = π, or equally well, φ = π At t= 0, the particle is at its turning point on the negative side of equilibriu,

More information

TUTORIAL 1 SIMPLE HARMONIC MOTION. Instructor: Kazumi Tolich

TUTORIAL 1 SIMPLE HARMONIC MOTION. Instructor: Kazumi Tolich TUTORIAL 1 SIMPLE HARMONIC MOTION Instructor: Kazui Tolich About tutorials 2 Tutorials are conceptual exercises that should be worked on in groups. Each slide will consist of a series of questions that

More information

CHAPTER 1 MOTION & MOMENTUM

CHAPTER 1 MOTION & MOMENTUM CHAPTER 1 MOTION & MOMENTUM SECTION 1 WHAT IS MOTION? All atter is constantly in MOTION Motion involves a CHANGE in position. An object changes position relative to a REFERENCE POINT. DISTANCE is the total

More information

Chapter 2: Introduction to Damping in Free and Forced Vibrations

Chapter 2: Introduction to Damping in Free and Forced Vibrations Chapter 2: Introduction to Daping in Free and Forced Vibrations This chapter ainly deals with the effect of daping in two conditions like free and forced excitation of echanical systes. Daping plays an

More information

Work, Energy and Momentum

Work, Energy and Momentum Work, Energy and Moentu Work: When a body oves a distance d along straight line, while acted on by a constant force of agnitude F in the sae direction as the otion, the work done by the force is tered

More information

DO PHYSICS ONLINE. WEB activity: Use the web to find out more about: Aristotle, Copernicus, Kepler, Galileo and Newton.

DO PHYSICS ONLINE. WEB activity: Use the web to find out more about: Aristotle, Copernicus, Kepler, Galileo and Newton. DO PHYSICS ONLINE DISPLACEMENT VELOCITY ACCELERATION The objects that make up space are in motion, we moe, soccer balls moe, the Earth moes, electrons moe, - - -. Motion implies change. The study of the

More information

Numerical Solution of the MRLW Equation Using Finite Difference Method. 1 Introduction

Numerical Solution of the MRLW Equation Using Finite Difference Method. 1 Introduction ISSN 1749-3889 print, 1749-3897 online International Journal of Nonlinear Science Vol.1401 No.3,pp.355-361 Nuerical Solution of the MRLW Equation Using Finite Difference Method Pınar Keskin, Dursun Irk

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Momentum, p. Crash! Collisions (L8) Momentum is conserved. Football provides many collision examples to think about!

Momentum, p. Crash! Collisions (L8) Momentum is conserved. Football provides many collision examples to think about! Collisions (L8) Crash! collisions can be ery coplicated two objects bang into each other and exert strong forces oer short tie interals fortunately, een though we usually do not know the details of the

More information

P (t) = P (t = 0) + F t Conclusion: If we wait long enough, the velocity of an electron will diverge, which is obviously impossible and wrong.

P (t) = P (t = 0) + F t Conclusion: If we wait long enough, the velocity of an electron will diverge, which is obviously impossible and wrong. 4 Phys520.nb 2 Drude theory ~ Chapter in textbook 2.. The relaxation tie approxiation Here we treat electrons as a free ideal gas (classical) 2... Totally ignore interactions/scatterings Under a static

More information

Year 12 Physics Holiday Work

Year 12 Physics Holiday Work Year 1 Physics Holiday Work 1. Coplete questions 1-8 in the Fields assessent booklet and questions 1-3 In the Further Mechanics assessent booklet (repeated below in case you have lost the booklet).. Revise

More information

POST-PERFORATION LENGTH AND VELOCITY OF KE PROJECTILES WITH SINGLE OBLIQUE TARGETS

POST-PERFORATION LENGTH AND VELOCITY OF KE PROJECTILES WITH SINGLE OBLIQUE TARGETS 15th International Syposiu on Ballistics Jerusale, Israel, 21-24 May, 1995 OS-ERFORAION LENGH AND VELOCIY OF KE ROJECILES WIH SINGLE OBLIQUE ARGES R. Jeanquartier, W. Oderatt Defence echnology and rocureent

More information