ma x = -bv x + F rod.

Size: px
Start display at page:

Download "ma x = -bv x + F rod."

Transcription

1 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 in tie, with the rule being a differential equation, or discrete in tie, with the rule being a difference equation. The dynaical rule can be linear or nonlinear. The rule can be deterinistic or stochastic (eaning containing soe eleent of randoness). Physical dynaics refers to systes with rules of change that are derived fro the equations of otion (Newton s or otherwise). In physical dynaics, the state of the syste is usually a set of positions and velocities for each of the syste s particles. In physical dynaics, one is typically interested in predicting future states given all forces acting and soe starting inforation. 1. Exaples of Siple Physical Dynaical Systes Exaple #1: Consider a sall ass connected to a assless, rigid rod being pushed through a container of viscous fluid. For siplicity, suppose that the ass in the fluid is neutrally buoyant. That is, ignore gravity. Suppose that the rod exerts a force of constant agnitude on the ass. The situation is shown in the figure to the right. (The ends of the container are sealed and the rod fits snugly in a sall hole on the left face.) As the ass oves through the fluid it experiences a frictional force opposing its otion the agnitude of which is bv, where b is a coefficient describing the gooiness of the fluid and the crosssection of the ass and v is the ass s instantaneous speed. Suppose the ass oves only horizontally to the right and the rod pushes to the right. In a cartesian coordinate syste with x horizontal and positive to the right, Newton s nd Law for the ass is a x = -bv x + F rod. Of course, the acceleration is the second derivative of position with respect to tie. The custo in continuous tie dynaical systes is to express the dynaical rule as a first derivative of the state variables position and velocity, for physical dynaics. Thus, in this for, this proble is expressible as two first-order differential equations: v x = - b v x + F rod (1) Throughout these notes, we use the notation that a dot eans derivative with respect to tie. Note that the second equation can be solved directly for v x as a function of tie. The result can then be plugged into the first equation to get x(t). The differential equations (1) are linear in that x and v x and their derivatives appear raised to the 1 power only. Two solutions of a linear equation can be added to obtain a third solution. A general solution to the velocity differential equation can then be expressed as a su of two parts one that takes care of the forcing ter and a second that satisfies the hoogeneous equation what s left without forcing. The two parts are called particular and hoogeneous solutions, respectively. For the second equation in (1), the hoogeneous equation is v xh = - b v xh, which has a solution of the for v xh = C exp(-bt / ), where C is soe constant that depends on initial conditions. As tie goes on the Physics 4550, Fall 003 Dynaical Systes 1

2 hoogeneous part of the general solution vanishes, leaving only the particular (force dependent) part. The late-tie behavior of this equation always reduces to a particular for in which forcing and friction are in balance no atter what the initial state of otion is. In the language of dynaical systes, this latetie behavior is called an attractor of the dynaics; all initial states are attracted to it. A general solution to this proble is v x = v T + (v 0 - v T )exp(-bt / ) x = x 0 + v T t + ( b)(v 0 - v T )(1- exp(-bt / )) where v 0 is the ass s initial velocity, x 0 is its initial position, and v T, the particular (or attractor) solution, is v T = F 0 b. (We ve replaced F rod by the constant force F 0.) You can see fro these equations that as t Æ, v x Æ v T and x Æ v T t, irrespective of the ass s initial state of otion. The attracting value v T is also soeties called the terinal velocity: In the attracting state, the power input, F 0 v T, equals the power dissipated, bv T. Exaple #: Consider the sae proble as above, only now let F rod = F 0 cos(w D t). This is exactly the sae proble when w D is zero. The equations of otion for the ass on the rod becoe v x = - b v x + F 0 cos(w D t) It is natural to expect that the ass will eventually also oscillate horizontally with the sae frequency, w D, as that of the driving force. That is, because of friction, the otion of the ass will eventually attain an attracting state. The particular or attractor value of v x let s call it v xa to reind ourselves we re not talking about a general velocity cannot be written siply as v ax cos(w D t). This is because (1) the left hand side (LHS) of the velocity differential equation would not be zero (as it was in the previous exaple when the particular solution was substituted) it would be a sine, and () the right hand side (RHS) would contain only cosines. The LHS would then at ost equal the RHS only at special ties, not, as is required, at all ties. A correct particular solution can be obtained by assuing that v xa is a su of cosines and sines. This can be done copactly by setting v xa = v ax cos(w D t +f). The particular solution in the previous exaple depended on F 0 and b. To ensure that v xa is a solution, plug it into the velocity differential equation above and deterine what v ax and f ust be to ake the equation true. The algebra is a bit tedious but the results can be expressed as tan(f) = - w D b v ax F 0 = (w D ) + b () Physics 4550, Fall 003 Dynaical Systes

3 Note that when w D is set to zero (reeber, this condition is the sae as the previous exaple), v ax = F 0 b = v T (as we expect). In addition, tan(f) is zero, and so therefore is f. Thus, as we expect, when the driving force is constant (as in the previous exaple) the velocity and the driving force are exactly in phase. They aren t, however, if w D is not zero. In fact, the larger w D, the ore negative is tan(f) and the closer f is to -p /. Thus, at high driving frequencies the velocity lags behind the driving force by 90. Since the rate at which energy input fro the rod is dissipated into heat by friction is proportional to v ax, dissipation depends on driving frequency. In general, a spectru is a classification of behavior as a function of constituent frequencies. A power spectru is power dissipated as a function of the input driving frequency. For the proble considered here, (log-log) plots of dissipated power as a function of w D are shown to the right. The upper graph corresponds to a relatively sall ass, while the lower one is for a higher value. As long as (w D ) << b which is true for larger values of w D if is saller the dissipated power is approxiately constant, which eans that irrespective of drive frequency, the (velocity) response of the syste is log(driving frequency) roughly the sae. This liit is like the case of zero driving frequency. Because the input force and the velocity are in phase in this liit, the input force is always pushing the ass in the direction of its displaceent. Thus, the work done by the input force is always positive. On the other hand, when (w D ) >> b, the (velocity) response becoes uch saller. The syste response drops off sharply at high frequencies like 1/frequency. (The straight lines in the figure have slope = -.) In this liit the input force and velocity are 90 out of phase. Thus averaged over a coplete drive cycle, the input force does essentially zero work. This syste is an exaple of what is called a low band pass filter. A siple electrical analog of this syste is an AC driven LR circuit. Exaple #3: Now, iagine that the rod is replaced by an ideal, Hooke s Law spring with force constant k. In a suitable coordinate syste, the equations of otion becoe v x = -kx - b v x + F 0 cos(w D t) Soething new enters, naely the velocity differential equation now depends explicitly on the position of the ass. We can try the attractor velocity v xa = v ax cos(w D t +f) as in the previous exaple, but then we also have to use the attractor position x A = - v ax sin(w D t +f). Substitution of both into the velocity differential equation produces w D log(power) Physics 4550, Fall 003 Dynaical Systes 3

4 tan(f) = - (w D -w 0 ) bw D v ax F = 0 w D ([w D -w 0 ]) + (bw D ) (3) where w 0 = k is the so-called natural frequency of the undaped, undriven oscillator. Interestingly, fro the first equation of (3), when the driving frequency is uch less than the natural frequency tan(f) is positive. Consequently, the velocity leads the input force and thus the work done by it over a drive cycle is sall (as is the dissipation). At frequencies uch higher than the natural frequency, the velocity lags the input force and so its work (and the associated dissipation) is again sall. When the driving frequency is close to the natural frequency, however, the velocity is close to being in phase with the driving force and the work done log(driving frequency) (and the dissipation) are large. This phenoenon is called resonance. The situation is shown to the right. The upper graph corresponds to sall ass, the lower to large. A sall ass does not cause uch flexure in the spring, so is like the rigid rod exaple above. log(power) Exaple #4: The physical pendulu is a ass at the end of a rigid, assless rod. (A rod can push or pull, whereas a string can only pull. You ll see why I want that to happen in a bit.) The figure to the right shows a typical pendulu, free to swing under the influence of gravity with no friction. We assue that the pendulu oves in the (x, y) plane only. The cartesian coponents (x, y) of the ass s position are related through the constraint equation x + y = l. In the absence of friction and external driving, the forces on the ass are due to gravity (pointing down and with agnitude g) and the rod (pointing along the rod and with agnitude T). While g is a constant, T varies as the ass oves. It turns out that the variation in T is not iportant for our purposes. The dynaical rules for this proble are: x l q y T g x = v x v x = -T x y = v y v y = -g + T y The quantities T x and T y are, respectively, the x- and y-coponents of the rod force. It s easier to analyze this proble in polar coordinates (r,q) (as in the figure). The constraint equation iplies that r = l. We then have Physics 4550, Fall 003 Dynaical Systes 4

5 a tangential = lw = -g sin(q) {a centripetal = lw = -g cos(q)+ T } The first two equations are sufficient to deterine the angular velocity. In principle, the latter could then be inserted into the third equation to deterine T, if desired. As long as q reains sall, sin(q) ª q, and the two iportant dynaical equations are w = - gq l These are equivalent to a siple haronic oscillator with natural frequency given by w 0 = g / l. This is just Galileo s siple pendulu perfectly periodic with a frequency that is independent of the aplitude of the otion. When the angle is not sall, the dynaics becoes nonlinear because q appears in the sine function of the second differential equation. If we add friction and periodic driving, we get w = -w 0 sin(q)- (b )w + (F 0 l)cos(w D t) Because of the nonlinearity in (6), there are no known closed-for (e.g., sines, cosines) solutions. The best we can do is to integrate the equations nuerically. Nuerical integration often requires picking sall step sizes. But, what is eant by sall? Is 1 year sall? (It is copared with a century, but not with a second.) 1 second? (Ditto: 1 yr vs. 1 ns.) 1 nanosecond? (Ditto: 1 s vs. 1 ps.) To resolve such questions, one akes the equations to be integrated diensionless. This requires defining units of fundaental easures and is often a bit of an art. For the proble we are considering, one way of proceeding is to easure frequency in units of w 0 and tie in units of 1 w 0. We re going to reeber we are doing this without writing frequency and tie as different sybols! We are also going to introduce the diensionless quantities b = b w 0 and g = F 0 g. Then, w = -sin(q)- bw +g cos(w D t) (4) Differential equations whose solutions wiggle (or abruptly change slope) require extra care when integrating nuerically. The ethod of choice is called Fourth Order Runge-Kutta with Variable Step Size. (Don t worry about its details. You always have to look the up when you need the. The Excel sheet pendulu.xls integrates the above equations using the RK4 algorith.) Physics 4550, Fall 003 Dynaical Systes 5

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

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

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

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

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

Simple Harmonic Motion

Simple Harmonic Motion Reading: Chapter 15 Siple Haronic Motion Siple Haronic Motion Frequency f Period T T 1. f Siple haronic otion x ( t) x cos( t ). Aplitude x Phase Angular frequency Since the otion returns to its initial

More information

PH 221-1D Spring Oscillations. Lectures Chapter 15 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition)

PH 221-1D Spring Oscillations. Lectures Chapter 15 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) PH 1-1D Spring 013 Oscillations Lectures 35-37 Chapter 15 (Halliday/Resnick/Walker, Fundaentals of Physics 9 th edition) 1 Chapter 15 Oscillations In this chapter we will cover the following topics: Displaceent,

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

Chapter 1: Basics of Vibrations for Simple Mechanical Systems

Chapter 1: Basics of Vibrations for Simple Mechanical Systems Chapter 1: Basics of Vibrations for Siple Mechanical Systes Introduction: The fundaentals of Sound and Vibrations are part of the broader field of echanics, with strong connections to classical echanics,

More information

Chapter 11 Simple Harmonic Motion

Chapter 11 Simple Harmonic Motion Chapter 11 Siple Haronic Motion "We are to adit no ore causes of natural things than such as are both true and sufficient to explain their appearances." Isaac Newton 11.1 Introduction to Periodic Motion

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

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

Lesson 24: Newton's Second Law (Motion)

Lesson 24: Newton's Second Law (Motion) Lesson 24: Newton's Second Law (Motion) To really appreciate Newton s Laws, it soeties helps to see how they build on each other. The First Law describes what will happen if there is no net force. The

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

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

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

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

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

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

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition)

PH 221-2A Fall Waves - I. Lectures Chapter 16 (Halliday/Resnick/Walker, Fundamentals of Physics 9 th edition) PH 1-A Fall 014 Waves - I Lectures 4-5 Chapter 16 (Halliday/Resnick/Walker, Fundaentals of Physics 9 th edition) 1 Chapter 16 Waves I In this chapter we will start the discussion on wave phenoena. We will

More information

Name Period. What force did your partner s exert on yours? Write your answer in the blank below:

Name Period. What force did your partner s exert on yours? Write your answer in the blank below: Nae Period Lesson 7: Newton s Third Law and Passive Forces 7.1 Experient: Newton s 3 rd Law Forces of Interaction (a) Tea up with a partner to hook two spring scales together to perfor the next experient:

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

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

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

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

Honors Lab 4.5 Freefall, Apparent Weight, and Friction

Honors Lab 4.5 Freefall, Apparent Weight, and Friction Nae School Date Honors Lab 4.5 Freefall, Apparent Weight, and Friction Purpose To investigate the vector nature of forces To practice the use free-body diagras (FBDs) To learn to apply Newton s Second

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

Oscillations: Review (Chapter 12)

Oscillations: Review (Chapter 12) Oscillations: Review (Chapter 1) Oscillations: otions that are periodic in tie (i.e. repetitive) o Swinging object (pendulu) o Vibrating object (spring, guitar string, etc.) o Part of ediu (i.e. string,

More information

Problem Set 14: Oscillations AP Physics C Supplementary Problems

Problem Set 14: Oscillations AP Physics C Supplementary Problems Proble Set 14: Oscillations AP Physics C Suppleentary Probles 1 An oscillator consists of a bloc of ass 050 g connected to a spring When set into oscillation with aplitude 35 c, it is observed to repeat

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

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

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

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

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

In this chapter we will start the discussion on wave phenomena. We will study the following topics:

In this chapter we will start the discussion on wave phenomena. We will study the following topics: Chapter 16 Waves I In this chapter we will start the discussion on wave phenoena. We will study the following topics: Types of waves Aplitude, phase, frequency, period, propagation speed of a wave Mechanical

More information

Physics 2107 Oscillations using Springs Experiment 2

Physics 2107 Oscillations using Springs Experiment 2 PY07 Oscillations using Springs Experient Physics 07 Oscillations using Springs Experient Prelab Read the following bacground/setup and ensure you are failiar with the concepts and theory required for

More information

CHECKLIST. r r. Newton s Second Law. natural frequency ω o (rad.s -1 ) (Eq ) a03/p1/waves/waves doc 9:19 AM 29/03/05 1

CHECKLIST. r r. Newton s Second Law. natural frequency ω o (rad.s -1 ) (Eq ) a03/p1/waves/waves doc 9:19 AM 29/03/05 1 PHYS12 Physics 1 FUNDAMENTALS Module 3 OSCILLATIONS & WAVES Text Physics by Hecht Chapter 1 OSCILLATIONS Sections: 1.5 1.6 Exaples: 1.6 1.7 1.8 1.9 CHECKLIST Haronic otion, periodic otion, siple haronic

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

Chapter 4 FORCES AND NEWTON S LAWS OF MOTION PREVIEW QUICK REFERENCE. Important Terms

Chapter 4 FORCES AND NEWTON S LAWS OF MOTION PREVIEW QUICK REFERENCE. Important Terms Chapter 4 FORCES AND NEWTON S LAWS OF MOTION PREVIEW Dynaics is the study o the causes o otion, in particular, orces. A orce is a push or a pull. We arrange our knowledge o orces into three laws orulated

More information

= T. Oscillations and Waves. Example of an Oscillating System IB 12 IB 12

= T. Oscillations and Waves. Example of an Oscillating System IB 12 IB 12 Oscillation: the vibration of an object Oscillations and Waves Eaple of an Oscillating Syste A ass oscillates on a horizontal spring without friction as shown below. At each position, analyze its displaceent,

More information

F = 0. x o F = -k x o v = 0 F = 0. F = k x o v = 0 F = 0. x = 0 F = 0. F = -k x 1. PHYSICS 151 Notes for Online Lecture 2.4.

F = 0. x o F = -k x o v = 0 F = 0. F = k x o v = 0 F = 0. x = 0 F = 0. F = -k x 1. PHYSICS 151 Notes for Online Lecture 2.4. PHYSICS 151 Notes for Online Lecture.4 Springs, Strings, Pulleys, and Connected Objects Hook s Law F = 0 F = -k x 1 x = 0 x = x 1 Let s start with a horizontal spring, resting on a frictionless table.

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

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

Unit 14 Harmonic Motion. Your Comments

Unit 14 Harmonic Motion. Your Comments Today s Concepts: Periodic Motion Siple - Mass on spring Daped Forced Resonance Siple - Pendulu Unit 1, Slide 1 Your Coents Please go through the three equations for siple haronic otion and phase angle

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

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

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

Simple Harmonic Motion

Simple Harmonic Motion Siple Haronic Motion Physics Enhanceent Prograe for Gifted Students The Hong Kong Acadey for Gifted Education and Departent of Physics, HKBU Departent of Physics Siple haronic otion In echanical physics,

More information

More Oscillations! (Today: Harmonic Oscillators)

More Oscillations! (Today: Harmonic Oscillators) More Oscillations! (oday: Haronic Oscillators) Movie assignent reinder! Final due HURSDAY April 20 Subit through ecapus Different rubric; reeber to chec it even if you got 00% on your draft: http://sarahspolaor.faculty.wvu.edu/hoe/physics-0

More information

OSCILLATIONS CHAPTER FOURTEEN 14.1 INTRODUCTION

OSCILLATIONS CHAPTER FOURTEEN 14.1 INTRODUCTION CHAPTER FOURTEEN OSCILLATIONS 14.1 INTRODUCTION 14.1 Introduction 14. Periodic and oscilatory otions 14.3 Siple haronic otion 14.4 Siple haronic otion and unifor circular otion 14.5 Velocity and acceleration

More information

T m. Fapplied. Thur Oct 29. ω = 2πf f = (ω/2π) T = 1/f. k m. ω =

T m. Fapplied. Thur Oct 29. ω = 2πf f = (ω/2π) T = 1/f. k m. ω = Thur Oct 9 Assignent 10 Mass-Spring Kineatics (x, v, a, t) Dynaics (F,, a) Tie dependence Energy Pendulu Daping and Resonances x Acos( ωt) = v = Aω sin( ωt) a = Aω cos( ωt) ω = spring k f spring = 1 k

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

Department of Physics Preliminary Exam January 3 6, 2006

Department of Physics Preliminary Exam January 3 6, 2006 Departent of Physics Preliinary Exa January 3 6, 2006 Day 1: Classical Mechanics Tuesday, January 3, 2006 9:00 a.. 12:00 p.. Instructions: 1. Write the answer to each question on a separate sheet of paper.

More information

Page 1. Physics 131: Lecture 22. Today s Agenda. SHM and Circles. Position

Page 1. Physics 131: Lecture 22. Today s Agenda. SHM and Circles. Position Physics 3: ecture Today s genda Siple haronic otion Deinition Period and requency Position, velocity, and acceleration Period o a ass on a spring Vertical spring Energy and siple haronic otion Energy o

More information

PHYSICS - CLUTCH CH 05: FRICTION, INCLINES, SYSTEMS.

PHYSICS - CLUTCH CH 05: FRICTION, INCLINES, SYSTEMS. !! www.clutchprep.co INTRO TO FRICTION Friction happens when two surfaces are in contact f = μ =. KINETIC FRICTION (v 0 *): STATIC FRICTION (v 0 *): - Happens when ANY object slides/skids/slips. * = Point

More information

ME Machine Design I. FINAL EXAM. OPEN BOOK AND CLOSED NOTES. Friday, May 8th, 2009

ME Machine Design I. FINAL EXAM. OPEN BOOK AND CLOSED NOTES. Friday, May 8th, 2009 ME 5 - Machine Design I Spring Seester 009 Nae Lab. Div. FINAL EXAM. OPEN BOOK AND LOSED NOTES. Friday, May 8th, 009 Please use the blank paper for your solutions. Write on one side of the paper only.

More information

Name Class Date. two objects depends on the masses of the objects.

Name Class Date. two objects depends on the masses of the objects. CHAPTER 12 2 Gravity SECTION Forces KEY IDEAS As you read this section keep these questions in ind: What is free fall? How are weight and ass related? How does gravity affect the otion of objects? What

More information

Dimensions and Units

Dimensions and Units Civil Engineering Hydraulics Mechanics of Fluids and Modeling Diensions and Units You already know how iportant using the correct diensions can be in the analysis of a proble in fluid echanics If you don

More information

2. Which of the following best describes the relationship between force and potential energy?

2. Which of the following best describes the relationship between force and potential energy? Work/Energy with Calculus 1. An object oves according to the function x = t 5/ where x is the distance traveled and t is the tie. Its kinetic energy is proportional to (A) t (B) t 5/ (C) t 3 (D) t 3/ (E)

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

Experiment 2: Hooke s Law

Experiment 2: Hooke s Law COMSATS Institute of Inforation Technology, Islaabad Capus PHYS-108 Experient 2: Hooke s Law Hooke s Law is a physical principle that states that a spring stretched (extended) or copressed by soe distance

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

Student Book pages

Student Book pages Chapter 7 Review Student Boo pages 390 39 Knowledge. Oscillatory otion is otion that repeats itself at regular intervals. For exaple, a ass oscillating on a spring and a pendulu swinging bac and forth..

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

Newton's Laws. Lecture 2 Key Concepts. Newtonian mechanics and relation to Kepler's laws The Virial Theorem Tidal forces Collision physics

Newton's Laws. Lecture 2 Key Concepts. Newtonian mechanics and relation to Kepler's laws The Virial Theorem Tidal forces Collision physics Lecture 2 Key Concepts Newtonian echanics and relation to Kepler's laws The Virial Theore Tidal forces Collision physics Newton's Laws 1) An object at rest will reain at rest and an object in otion will

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

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

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

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6.

Reading from Young & Freedman: For this topic, read the introduction to chapter 25 and sections 25.1 to 25.3 & 25.6. PHY10 Electricity Topic 6 (Lectures 9 & 10) Electric Current and Resistance n this topic, we will cover: 1) Current in a conductor ) Resistivity 3) Resistance 4) Oh s Law 5) The Drude Model of conduction

More information

L 2. AP Physics Free Response Practice Oscillations ANSWERS 1975B7. (a) F T2. (b) F NET(Y) = 0

L 2. AP Physics Free Response Practice Oscillations ANSWERS 1975B7. (a) F T2. (b) F NET(Y) = 0 AP Physics Free Response Practice Oscillations ANSWERS 1975B7. (a) 60 F 1 F g (b) F NE(Y) = 0 F1 F1 = g / cos(60) = g (c) When the string is cut it swings fro top to botto, siilar to the diagra for 1974B1

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

Module #1: Units and Vectors Revisited. Introduction. Units Revisited EXAMPLE 1.1. A sample of iron has a mass of mg. How many kg is that?

Module #1: Units and Vectors Revisited. Introduction. Units Revisited EXAMPLE 1.1. A sample of iron has a mass of mg. How many kg is that? Module #1: Units and Vectors Revisited Introduction There are probably no concepts ore iportant in physics than the two listed in the title of this odule. In your first-year physics course, I a sure that

More information

dt dt THE AIR TRACK (II)

dt dt THE AIR TRACK (II) THE AIR TRACK (II) References: [] The Air Track (I) - First Year Physics Laoratory Manual (PHY38Y and PHYY) [] Berkeley Physics Laoratory, nd edition, McGraw-Hill Book Copany [3] E. Hecht: Physics: Calculus,

More information

Now multiply the left-hand-side by ω and the right-hand side by dδ/dt (recall ω= dδ/dt) to get:

Now multiply the left-hand-side by ω and the right-hand side by dδ/dt (recall ω= dδ/dt) to get: Equal Area Criterion.0 Developent of equal area criterion As in previous notes, all powers are in per-unit. I want to show you the equal area criterion a little differently than the book does it. Let s

More information

which proves the motion is simple harmonic. Now A = a 2 + b 2 = =

which proves the motion is simple harmonic. Now A = a 2 + b 2 = = Worked out Exaples. The potential energy function for the force between two atos in a diatoic olecules can be expressed as follows: a U(x) = b x / x6 where a and b are positive constants and x is the distance

More information

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics

UNIVERSITY OF SASKATCHEWAN Department of Physics and Engineering Physics UNIVERSITY OF SASKATCHEWAN Departent of Physics and Engineering Physics 017 Saskatchewan High School Physics Scholarship Copetition Wednesday May 10, 017 Tie allowed: 90 inutes This copetition is based

More information

In the session you will be divided into groups and perform four separate experiments:

In the session you will be divided into groups and perform four separate experiments: Mechanics Lab (Civil Engineers) Nae (please print): Tutor (please print): Lab group: Date of lab: Experients In the session you will be divided into groups and perfor four separate experients: (1) air-track

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

Pearson Physics Level 20 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions

Pearson Physics Level 20 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions Pearson Physics Level 0 Unit IV Oscillatory Motion and Mechanical Waves: Unit IV Review Solutions Student Book pages 440 443 Vocabulary. aplitude: axiu displaceent of an oscillation antinodes: points of

More information

Physics 4A Solutions to Chapter 15 Homework

Physics 4A Solutions to Chapter 15 Homework Physics 4A Solutions to Chapter 15 Hoework Chapter 15 Questions:, 8, 1 Exercises & Probles 6, 5, 31, 41, 59, 7, 73, 88, 90 Answers to Questions: Q 15- (a) toward -x (b) toward +x (c) between -x and 0 (d)

More information

Chapter 10 Atmospheric Forces & Winds

Chapter 10 Atmospheric Forces & Winds Chapter 10 Atospheric Forces & Winds Chapter overview: Atospheric Pressure o Horizontal pressure variations o Station vs sea level pressure Winds and weather aps Newton s 2 nd Law Horizontal Forces o Pressure

More information

Definition of Work, The basics

Definition of Work, The basics Physics 07 Lecture 16 Lecture 16 Chapter 11 (Work) v Eploy conservative and non-conservative forces v Relate force to potential energy v Use the concept of power (i.e., energy per tie) Chapter 1 v Define

More information

2009 Academic Challenge

2009 Academic Challenge 009 Acadeic Challenge PHYSICS TEST - REGIONAL This Test Consists of 5 Questions Physics Test Production Tea Len Stor, Eastern Illinois University Author/Tea Leader Doug Brandt, Eastern Illinois University

More information

the static friction is replaced by kinetic friction. There is a net force F net = F push f k in the direction of F push.

the static friction is replaced by kinetic friction. There is a net force F net = F push f k in the direction of F push. the static friction is replaced by kinetic friction. There is a net force F net = F push f k in the direction of F push. Exaple of kinetic friction. Force diagra for kinetic friction. Again, we find that

More information

Energy and Momentum: The Ballistic Pendulum

Energy and Momentum: The Ballistic Pendulum Physics Departent Handout -10 Energy and Moentu: The Ballistic Pendulu The ballistic pendulu, first described in the id-eighteenth century, applies principles of echanics to the proble of easuring the

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

For a situation involving gravity near earth s surface, a = g = jg. Show. that for that case v 2 = v 0 2 g(y y 0 ).

For a situation involving gravity near earth s surface, a = g = jg. Show. that for that case v 2 = v 0 2 g(y y 0 ). Reading: Energy 1, 2. Key concepts: Scalar products, work, kinetic energy, work-energy theore; potential energy, total energy, conservation of echanical energy, equilibriu and turning points. 1.! In 1-D

More information

SHM stuff the story continues

SHM stuff the story continues SHM stuff the story continues Siple haronic Motion && + ω solution A cos t ( ω + α ) Siple haronic Motion + viscous daping b & + ω & + Viscous daping force A e b t Viscous daped aplitude Viscous daped

More information

2. What two units of measurement are necessary for describing speed? Ans. Distance and time.

2. What two units of measurement are necessary for describing speed? Ans. Distance and time. Conceptual Physics-9 th edition Answers by R. E. Treblay Ch. 3 Pg.51 Review questions. What two units of easureent are necessary for describing speed? Ans. Distance and tie. 3. What kind of speed is registered

More information

General Properties of Radiation Detectors Supplements

General Properties of Radiation Detectors Supplements Phys. 649: Nuclear Techniques Physics Departent Yarouk University Chapter 4: General Properties of Radiation Detectors Suppleents Dr. Nidal M. Ershaidat Overview Phys. 649: Nuclear Techniques Physics Departent

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

Note-A-Rific: Mechanical

Note-A-Rific: Mechanical Note-A-Rific: Mechanical Kinetic You ve probably heard of inetic energy in previous courses using the following definition and forula Any object that is oving has inetic energy. E ½ v 2 E inetic energy

More information

Waves Unit I Activity: Kinematic Equations for SHM

Waves Unit I Activity: Kinematic Equations for SHM Nae Date Period Waves Unit I Activity: Kineatic Equations for SHM You have seen four different graphs in the wor you have done on ass-spring systes oscillating in siple haronic otion (SHM). Now we will

More information

Chapter 28: Alternating Current

Chapter 28: Alternating Current hapter 8: Alternating urrent Phasors and Alternating urrents Alternating current (A current) urrent which varies sinusoidally in tie is called alternating current (A) as opposed to direct current (D).

More information

Tutorial Exercises: Incorporating constraints

Tutorial Exercises: Incorporating constraints Tutorial Exercises: Incorporating constraints 1. A siple pendulu of length l ass is suspended fro a pivot of ass M that is free to slide on a frictionless wire frae in the shape of a parabola y = ax. The

More information

TOPIC E: OSCILLATIONS SPRING 2018

TOPIC E: OSCILLATIONS SPRING 2018 TOPIC E: OSCILLATIONS SPRING 018 1. Introduction 1.1 Overview 1. Degrees of freedo 1.3 Siple haronic otion. Undaped free oscillation.1 Generalised ass-spring syste: siple haronic otion. Natural frequency

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

Astro 7B Midterm 1 Practice Worksheet

Astro 7B Midterm 1 Practice Worksheet Astro 7B Midter 1 Practice Worksheet For all the questions below, ake sure you can derive all the relevant questions that s not on the forula sheet by heart (i.e. without referring to your lecture notes).

More information

Simple and Compound Harmonic Motion

Simple and Compound Harmonic Motion Siple Copound Haronic Motion Prelab: visit this site: http://en.wiipedia.org/wii/noral_odes Purpose To deterine the noral ode frequencies of two systes:. a single ass - two springs syste (Figure );. two

More information

Particle dynamics Physics 1A, UNSW

Particle dynamics Physics 1A, UNSW 1 Particle dynaics Physics 1A, UNSW Newton's laws: S & J: Ch 5.1 5.9, 6.1 force, ass, acceleration also weight Physclips Chapter 5 Friction - coefficients of friction Physclips Chapter 6 Hooke's Law Dynaics

More information