F = ma, F R + F S = mx.

Size: px
Start display at page:

Download "F = ma, F R + F S = mx."

Transcription

1 Mechanical Vibrations As we mentioned in Section 3.1, linear equations with constant coefficients come up in many applications; in this section, we will specifically study spring and shock absorber systems (your book refers to them as spring and dashpot systems). However, much of the information we learn can be used to describe the motions of other simple mechanical objects, such as pendulums. Recall that in a spring and dashpot system, an object with mass m is attached to a spring; the spring asserts a force F S on the object, while a dashpot on the opposite side provides a resisting force F R : We can describe the position of the object as a function of time, x(t), so that the objects velocity is x (t), and its acceleration is x (t). The object has an equilibrium position, which we think of as x = 0. To determine the position function x, we use Newton s second law F = ma, where F is the total force acting on the object, m is the objects mass, and a = x is its acceleration. Assuming that F S and F R are the only two forces acting on the object, we write F R + F S = mx. To describe F S explicitly, we use Hooke s Law, which says that F S is proportional to the displacement (or position x) of the mass. In addition, we know that when the object is on the right side of the equilibrium position, F S acts to pull it back to equilibrium; so when x > 0, F S < 0. On the other hand, when the object is on the left side of its equilibrium position, F S acts to push it back to equilibrium; so when x < 0, F S > 0. Putting this information together, we write F S = kx, where k > 0. The constant k is the spring constant, and is given by k = force of spring distance stretched/compressed ; 1

2 k is measured in N/m. As for F R, we may assume that the force supplied by the dashpot is proportional to the velocity x (t) of the object. In addition, the dashpot always acts in the direction opposite of the motion x (t) of the object, so we may write F R = cx (t), where c > 0. The constant c is called the damping constant, and is measured in N/(m/s). Now that we have described F R and F S, we arrive at a differential equation relating x, x, x, and t: cx kx = mx, or mx + cx + kx = 0. Since each of m, c, and k are constants, this is a linear homogeneous differential equation with constant coefficients. If F S and F R are not the only forces acting on the object i.e., there is some other force F (t) involved then we must account for this force in Newton s law, writing F R + F S + F (t) = mx. With the same assumptions on F R and F S, this means that mx + cx + kx = F (t). Notice that this equation is a linear non-homogeneous equation with constant coefficients in particular, the equation mx + cx + kx = 0 above is the homogeneous equation associated to mx + cx + kx = F (t). If there is an outside force F (t) acting on the object, we say that the motion is forced; otherwise, we say that the motion is free. Since free motion corresponds to homogeneous equations, we will focus on solving problems with no extra forces involved in this section; in 3.6, once we have more practice solving nonhomogeneous equations, we will investigate problems involving forced motion. The equation relating the object s position x, velocity x, and acceleration x is given by mx + cx + kx = 0. Since the dasphot damps the motion of the spring, we say that the spring s motion is damped. Notice that, if the spring is the only force acting on the mass (the system has no dashpot), then the damping constant c = 0. If this is the case, the equation becomes mx + kx = 0, and we say that the motion of the mass is undamped. We will look at the two cases above separately, starting with the simplest version, free undamped motion. 2

3 Free Undamped Motion In the case of free undamped motion, our differential equation is mx + kx = 0, where m > 0 and k > 0. This is an LHCC equation, so we know exactly how to solve it: replace with its characteristic equation mx + kx = 0 mr 2 + k = 0. Solving the equation, we have k r = ± m. Again, k and m are both positive constants, so the quantity k is a complex number. Setting k ω = m, we rewrite r as k r = ± m = ±ωi. Specifically thinking of these roots as complex numbers a ± bi, we have Finally, the general solution to the equation is m a ± bi = ±ωi so that a = 0, b = ω. x = A cos ωx + B sin ωx. In the case of free undamped motion, there is no dashpot to damp the force of the spring, so we will see continued oscillations; we refer to this as simple harmonic motion. Example. A 5/4 kg weight is attached to a spring. The spring is stretched.5 m by a force of N. At time t = 0, the weight is released from 1 m to the right of its equilibrium position with a velocity of 3 m/s to the left (towards the spring). Find (a) the function modeling the weight s position x(t), (b) the amplitude of the motion, (c) the period of the motion, and (d) the frequency of the motion. 3

4 (a) Since the motion is free and undamped, the equation mx + kx = 0 models the weight s position. We know that m = 5/4, and we can find k easily; since we know that the spring is stretched.5 m by a force of N, k =.5 = 20. Our equation is whose characteristic equation is Solving for r, we see that 5 4 x + 20x = 0, 5 4 r = 0. r = ±4i, so that our solution function is x(t) = c 1 cos 4t + c 2 sin 4t. To find c 1 and c 2, we ll need to use the initial conditions: we know that x(0) = 1 and x (0) = 3. Using the first condition, we see that thus we know that x(t) has form 1 = c 1 cos 0 + c 2 sin 0 = c 1 ; x(t) = cos 4t + c 2 sin 4t. Using x (0) = 3 with x (t) = 4 sin 4t + 4c 2 cos 4t, we have 3 = 4 sin 0 + 4c 2 cos 0 = 4c 2, so that c 2 = 3/4. Thus the equation for the position x(t) of the weight is x(t) = cos 4t 3 sin 4t; 4 the function is graphed below, 0 t : 4

5 (b) In order to continue to analyze the motion of the weight, it would be helpful to rewrite the equation for x(t) so that it only involves one trig function. We can do so using the following identities: a cos ωt + b sin ωt = a 2 + b 2 sin(ωt + ϕ), where sin ϕ = a b and cos ϕ = a 2 + b2 a 2 + b 2. Since x(t) = cos 4t 3 sin 4t, 4 we can set a = 1, b = 3/4, and ω = 4, so that a 2 + b 2 = = = = In addition, we can write so that Finally, we rewrite using cos ϕ = = 3 5, ϕ = arccos 3 x(t) = cos 4t 3 sin 4t 4 a cos ωt + b sin ωt = a 2 + b 2 sin(ωt + ϕ) 5

6 as x(t) = 5 4 sin(4t + arccos 3 5 ). The advantage of rewriting the equation in this form becomes immediately apparent; if then the function has f(t) = A sin(ωt + ϕ), Amplitude A, period 2π ω, and frequency ω 2π. For our function x(t) = 5 3 sin(4t + arccos 4 5 ), we see that the amplitude is A = 5/4 m. (c) The period of the motion is T = π/2 seconds. (d) The frequency of the motion is ν = 2/π hertz. One quick note here we must be extremely careful about calculating ϕ when using the trigonometric identities from the previous example. Due to the restrictions on the range of the arctrig functions, the calculation for ϕ depends upon the signs on a and b, as indicated below: a > 0 b > 0 ϕ = arcsin a a 2 +b 2 = arccos b a 2 +b 2 a > 0 b < 0 ϕ = π arcsin a a 2 +b 2 = arccos b a 2 +b 2 a < 0 b > 0 ϕ = π arcsin a a 2 +b 2 = 2π arccos b a 2 +b 2 a < 0 b < 0 ϕ = arcsin a a 2 +b 2 = 2π arccos b a 2 +b 2 π Free Damped Motion If the motion of the mass is damped, i.e. c > 0, then our differential equation is mx + cx + kx = 0, where each of m, c, and k are positive constants. Since this is an LHCC equation, solving comes down to finding the roots of the corresponding characteristic equation Using the quadratic equation, we see that mr 2 + cr + k = 0. r = c ± c 2 4mk. 6

7 Note that the form of the roots will depend on whether the input for the radical above, c 2 4mk, is negative, positive, or 0. Since we know that m > 0 and k > 0, we can be certain that 4mk < 0, so we have a great deal of control over the situation; we write the cases as 1. c 2 > 4mk 2. c 2 = 4mk 3. c 2 < 4mk. Let us consider the three cases separately: 1. c 2 > 4mk (overdamped): if c 2 > 4mk, then c 2 4mk is a real number, and both roots r = c ± c 2 4mk of the original equation mr 2 + cr + k = 0 are real (and are different). Setting ω 1 = c + c 2 4mk we see that the general solution is and ω 2 = c c 2 4mk, x = c 1 e ω 1t + c 2 e ω 2t. In the case of overdamping, the damping constant is relatively large (in comparison with the mass and spring constant); the dashpot does not allow much movement of the mass, and very quickly damps the motion. 2. c 2 = 4mk (critically damped): if c 2 = 4mk, then c 2 4mk = 0, so that both roots r = c ± c 2 4mk = c = γ of the original equation mr 2 + cr + k = 0 are real (and are equal). Thus the solution is x = c 1 e γt + c 2 te γt. 3. c 2 < 4mk (underdamped): if c 2 < 4mk, then c 2 4mk is complex. Thus both roots r = c ± c 2 4mk 7

8 of the original equation mr 2 + cr + k = 0 are complex. Setting γ = c 4mk c and τ = 2, we see that the roots are the complex numbers so that the general solution is γ ± τi, x = e γt (c 1 cos τt + c 2 sin τt). In the underdamped case, the damping constant is relatively small. Thus the spring is able to cause more motion in the mass, and while the dashpot will eventually return the the mass to equilibrium, it will initially allow a great deal more motion than in the overdamped case. Example. A 5 kg mass is attached to a spring and dashpot. The spring is stretched 1 m by a force of 2 N. The dashpot produces Newtons of resistance for each meter/second of velocity. The mass is released when it is 2 meters to the left of its equilibrium position (i.e., 2 meters closer to the spring), with an initial velocity of 5 meters/second to the right. Find the function modeling the mass s position. Starting with the equation mx + cx + kx = 0, we have m = 5 and c =. The value for the spring constant k is k = 2/1 = 2, so the equation 5x + x + 2x = 0 is our starting point. The characteristic equation is whose roots are simplifying, we have r 1 = r 1 = 1 + 5r 2 + r + 2 = 0, 15 5 and r 2 = 0 40 ; and r 2 = 1 15 Since c 2 > 4mk, we see that the system is overdamped, and the roots r 1 and r 2 are real. The general solution is x(t) = c 1 e r 1t + c 2 e r 2t ; now we must find the particular solution that fits our equation. Since the mass was originally released at 2 meters to the left of equilibrium, with initial velocity of 5 meters/second, we have x(0) = 2 and x (0) = 5. 8

9 Using x(0) = 2, we have 2 = c 1 e 0 + c 2 e 0 = c 1 + c 2, or c 1 = 2 c 2. Since we see that x (t) = r 1 c 1 e r 1t + r 2 c 2 e r 2t and x (0) = 5, 5 = r 1 c 1 e 0 + r 2 c 2 e 0 = r 1 c 1 + r 2 c 2 = r 1 ( 2 c 2 ) + r 2 c 2 = 2r 1 + (r 2 r 1 )c 2 so that Finally, we have c 2 = 5 + 2r 1 r 2 r 1, and c 1 = r 1 r 2 r 1. x(t) = ( r 1 r 2 r 1 )e r 1t r 1 r 2 r 1 e r 2t, with 15 r and r 2 = 1 5 The graph of the position function, 0 t 30, is below: 15 Notice that, since the damping constant is fairly large, the motion of the weight is damped back to equilibrium very quickly. 9

10 Example. The same mass from the previous example is now attached to a dashpot that produces 3 Newtons of resistance for each meter/second of velocity. The spring, initial position, and initial velocity are the same as above. Find the function modeling the mass s position. Again, we have m = 5, k = 2, x(0) = 2, and x (0) = 5, but this time c = 3. The equation modeling the system is 5x + 3x + 2x = 0, whose characteristic equation is The roots are 5r 2 + 3r + 2 = 0. r 1 = and r 2 = ; since c 2 < 4mk, this is a case of underdamping, and the characteristic equation has complex roots. Setting γ = 3 31 and τ =, we see that the roots of the characteristic equation are γ ± τi, so that the general solution to the equation is x(t) = e γx( c 1 cos τt + c 2 sin τt ). To find the particular solution, we must again use the initial conditions x(0) = 2 and x (0) = 5. Starting with x(0) = 2, we see that 2 = e 0( c 1 cos 0 + c 2 sin 0 ) = c 1, so that Using x (0) = 5, with x(t) = e γt( 2 cos τt + c 2 sin τt ). x (t) = γe γt( 2 cos τt + c 2 sin τt ) + e γt( 2τ sin τt + c 2 τ cos τt ), we have 5 = γe 0( 2 cos 0 + c 2 sin 0 ) + e 0( 2τ sin 0 + c 2 τ cos 0 ) = 2γ + c 2 τ so that c 2 = 5 + 2γ. τ Thus the particular solution describing the motion of the mass in our system is with x(t) = e γt( 2 cos τt γ τ γ = 3 and τ = The graph of the function is below: 31. sin τt ),

11 Since the damping constant is so small, the dashpot allows a fair amount of oscillation before damping the motion back to equilibrium. Example. Given the same mass and spring from the previous examples, what resistance must the dashpot provide so that the motion is critically damped? Find the function modeling the mass s position in this case. In order for the motion to be critically damped, we need c 2 = 4mk. Since m = 5 and k = 2, In this case, the differential equation is with associated characteristic equation 4mk = 40 so that c = 40 = 2. 5y + 2 y + 2y = 0, 5r r + 2 = 0. We chose c so that c 2 = 4mk; as a result, we know that c 2 4mk = 0. Thus the characteristic equation has repeated root r = c = 2 Thus the general solution to the equation is = x = c 1 e rt + c 2 te rt, with r = To find the corresponding particular solution, we again return to the initial conditions x(0) = 2, x (0) = 5. Since x(0) = 2, we have 2 = c 1 e 0 + c 2 0 e 0 = c 1, 11

12 so that To find c 2, we ll need to calculate x : Since x (0) = 5, we have so that x = 2e rt + c 2 te rt, with r = x (t) = 2re rt + c 2 e rt + c 2 rte rt. 5 = 2re 0 + c 2 e 0 + c 2 r 0 e 0 = 2r + c 2, c 2 = 5 + 2r. Finally, the particular solution to our equation is The equation is graphed below: x = 2e rt + (5 + 2r)te rt, with r = The term critically damped means that, if we were to reduce the damping constant even a tiny bit, the dashpot would allow the same kind of oscillations we saw in the underdamped case. Below, all three functions discussed above are graphed on the same scale for comparison: 12

13 13

Section 3.7: Mechanical and Electrical Vibrations

Section 3.7: Mechanical and Electrical Vibrations Section 3.7: Mechanical and Electrical Vibrations Second order linear equations with constant coefficients serve as mathematical models for mechanical and electrical oscillations. For example, the motion

More information

Thursday, August 4, 2011

Thursday, August 4, 2011 Chapter 16 Thursday, August 4, 2011 16.1 Springs in Motion: Hooke s Law and the Second-Order ODE We have seen alrealdy that differential equations are powerful tools for understanding mechanics and electro-magnetism.

More information

2. Determine whether the following pair of functions are linearly dependent, or linearly independent:

2. Determine whether the following pair of functions are linearly dependent, or linearly independent: Topics to be covered on the exam include: Recognizing, and verifying solutions to homogeneous second-order linear differential equations, and their corresponding Initial Value Problems Recognizing and

More information

4.9 Free Mechanical Vibrations

4.9 Free Mechanical Vibrations 4.9 Free Mechanical Vibrations Spring-Mass Oscillator When the spring is not stretched and the mass m is at rest, the system is at equilibrium. Forces Acting in the System When the mass m is displaced

More information

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS

APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS APPLICATIONS OF SECOND-ORDER DIFFERENTIAL EQUATIONS Second-order linear differential equations have a variety of applications in science and engineering. In this section we explore two of them: the vibration

More information

Math Assignment 5

Math Assignment 5 Math 2280 - Assignment 5 Dylan Zwick Fall 2013 Section 3.4-1, 5, 18, 21 Section 3.5-1, 11, 23, 28, 35, 47, 56 Section 3.6-1, 2, 9, 17, 24 1 Section 3.4 - Mechanical Vibrations 3.4.1 - Determine the period

More information

Springs: Part I Modeling the Action The Mass/Spring System

Springs: Part I Modeling the Action The Mass/Spring System 17 Springs: Part I Second-order differential equations arise in a number of applications We saw one involving a falling object at the beginning of this text (the falling frozen duck example in section

More information

Unforced Mechanical Vibrations

Unforced Mechanical Vibrations Unforced Mechanical Vibrations Today we begin to consider applications of second order ordinary differential equations. 1. Spring-Mass Systems 2. Unforced Systems: Damped Motion 1 Spring-Mass Systems We

More information

y 2y = 4 x, Name Form Solution method

y 2y = 4 x, Name Form Solution method An Introduction to Higher-Order Differential Equations Up to this point in the class, we have only specifically studied solution techniques for first-order differential equations, i.e. equations whose

More information

Section 4.9; Section 5.6. June 30, Free Mechanical Vibrations/Couple Mass-Spring System

Section 4.9; Section 5.6. June 30, Free Mechanical Vibrations/Couple Mass-Spring System Section 4.9; Section 5.6 Free Mechanical Vibrations/Couple Mass-Spring System June 30, 2009 Today s Session Today s Session A Summary of This Session: Today s Session A Summary of This Session: (1) Free

More information

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations

Topic 5 Notes Jeremy Orloff. 5 Homogeneous, linear, constant coefficient differential equations Topic 5 Notes Jeremy Orloff 5 Homogeneous, linear, constant coefficient differential equations 5.1 Goals 1. Be able to solve homogeneous constant coefficient linear differential equations using the method

More information

Section Mass Spring Systems

Section Mass Spring Systems Asst. Prof. Hottovy SM212-Section 3.1. Section 5.1-2 Mass Spring Systems Name: Purpose: To investigate the mass spring systems in Chapter 5. Procedure: Work on the following activity with 2-3 other students

More information

3.7 Spring Systems 253

3.7 Spring Systems 253 3.7 Spring Systems 253 The resulting amplification of vibration eventually becomes large enough to destroy the mechanical system. This is a manifestation of resonance discussed further in Section??. Exercises

More information

MATH 246: Chapter 2 Section 8 Motion Justin Wyss-Gallifent

MATH 246: Chapter 2 Section 8 Motion Justin Wyss-Gallifent MATH 46: Chapter Section 8 Motion Justin Wyss-Gallifent 1. Introduction Important: Positive is up and negative is down. Imagine a spring hanging with no weight on it. We then attach a mass m which stretches

More information

Work sheet / Things to know. Chapter 3

Work sheet / Things to know. Chapter 3 MATH 251 Work sheet / Things to know 1. Second order linear differential equation Standard form: Chapter 3 What makes it homogeneous? We will, for the most part, work with equations with constant coefficients

More information

MAT187H1F Lec0101 Burbulla

MAT187H1F Lec0101 Burbulla Spring 2017 Second Order Linear Homogeneous Differential Equation DE: A(x) d 2 y dx 2 + B(x)dy dx + C(x)y = 0 This equation is called second order because it includes the second derivative of y; it is

More information

Ch 3.7: Mechanical & Electrical Vibrations

Ch 3.7: Mechanical & Electrical Vibrations Ch 3.7: Mechanical & Electrical Vibrations Two important areas of application for second order linear equations with constant coefficients are in modeling mechanical and electrical oscillations. We will

More information

Math 240: Spring-mass Systems

Math 240: Spring-mass Systems Math 240: Spring-mass Systems Ryan Blair University of Pennsylvania Tuesday March 1, 2011 Ryan Blair (U Penn) Math 240: Spring-mass Systems Tuesday March 1, 2011 1 / 15 Outline 1 Review 2 Today s Goals

More information

Oscillations. Simple Harmonic Motion of a Mass on a Spring The equation of motion for a mass m is attached to a spring of constant k is

Oscillations. Simple Harmonic Motion of a Mass on a Spring The equation of motion for a mass m is attached to a spring of constant k is Dr. Alain Brizard College Physics I (PY 10) Oscillations Textbook Reference: Chapter 14 sections 1-8. Simple Harmonic Motion of a Mass on a Spring The equation of motion for a mass m is attached to a spring

More information

Applications of Second-Order Differential Equations

Applications of Second-Order Differential Equations Applications of Second-Order Differential Equations ymy/013 Building Intuition Even though there are an infinite number of differential equations, they all share common characteristics that allow intuition

More information

Solutions for homework 5

Solutions for homework 5 1 Section 4.3 Solutions for homework 5 17. The following equation has repeated, real, characteristic roots. Find the general solution. y 4y + 4y = 0. The characteristic equation is λ 4λ + 4 = 0 which has

More information

Vibrations and Waves MP205, Assignment 4 Solutions

Vibrations and Waves MP205, Assignment 4 Solutions Vibrations and Waves MP205, Assignment Solutions 1. Verify that x = Ae αt cos ωt is a possible solution of the equation and find α and ω in terms of γ and ω 0. [20] dt 2 + γ dx dt + ω2 0x = 0, Given x

More information

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc.

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc. Chapter 14 Oscillations Oscillations of a Spring Simple Harmonic Motion Energy in the Simple Harmonic Oscillator Simple Harmonic Motion Related to Uniform Circular Motion The Simple Pendulum The Physical

More information

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam

MATH 251 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam MATH 51 Week 6 Not collected, however you are encouraged to approach all problems to prepare for exam A collection of previous exams could be found at the coordinator s web: http://www.math.psu.edu/tseng/class/m51samples.html

More information

Lecture 11. Scott Pauls 1 4/20/07. Dartmouth College. Math 23, Spring Scott Pauls. Last class. Today s material. Next class

Lecture 11. Scott Pauls 1 4/20/07. Dartmouth College. Math 23, Spring Scott Pauls. Last class. Today s material. Next class Lecture 11 1 1 Department of Mathematics Dartmouth College 4/20/07 Outline Material from last class Inhomogeneous equations Method of undetermined coefficients Variation of parameters Mass spring Consider

More information

MATH2351 Introduction to Ordinary Differential Equations, Fall Hints to Week 07 Worksheet: Mechanical Vibrations

MATH2351 Introduction to Ordinary Differential Equations, Fall Hints to Week 07 Worksheet: Mechanical Vibrations MATH351 Introduction to Ordinary Differential Equations, Fall 11-1 Hints to Week 7 Worksheet: Mechanical Vibrations 1. (Demonstration) ( 3.8, page 3, Q. 5) A mass weighing lb streches a spring by 6 in.

More information

Chapter 12 Vibrations and Waves Simple Harmonic Motion page

Chapter 12 Vibrations and Waves Simple Harmonic Motion page Chapter 2 Vibrations and Waves 2- Simple Harmonic Motion page 438-45 Hooke s Law Periodic motion the object has a repeated motion that follows the same path, the object swings to and fro. Examples: a pendulum

More information

Math 240: Spring/Mass Systems II

Math 240: Spring/Mass Systems II Math 240: Spring/Mass Systems II Ryan Blair University of Pennsylvania Monday, March 26, 2012 Ryan Blair (U Penn) Math 240: Spring/Mass Systems II Monday, March 26, 2012 1 / 12 Outline 1 Today s Goals

More information

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc.

Chapter 14 Oscillations. Copyright 2009 Pearson Education, Inc. Chapter 14 Oscillations 14-1 Oscillations of a Spring If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The

More information

Dylan Zwick. Spring 2014

Dylan Zwick. Spring 2014 Math 2280 - Lecture 14 Dylan Zwick Spring 2014 In today s lecture we re going to examine, in detail, a physical system whose behavior is modeled by a second-order linear ODE with constant coefficients.

More information

4.2 Homogeneous Linear Equations

4.2 Homogeneous Linear Equations 4.2 Homogeneous Linear Equations Homogeneous Linear Equations with Constant Coefficients Consider the first-order linear differential equation with constant coefficients a 0 and b. If f(t) = 0 then this

More information

for non-homogeneous linear differential equations L y = f y H

for non-homogeneous linear differential equations L y = f y H Tues March 13: 5.4-5.5 Finish Monday's notes on 5.4, Then begin 5.5: Finding y P for non-homogeneous linear differential equations (so that you can use the general solution y = y P y = y x in this section...

More information

Good Vibes: Introduction to Oscillations

Good Vibes: Introduction to Oscillations Good Vibes: Introduction to Oscillations Description: Several conceptual and qualitative questions related to main characteristics of simple harmonic motion: amplitude, displacement, period, frequency,

More information

Chapter 14 Oscillations

Chapter 14 Oscillations Chapter 14 Oscillations If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is called periodic. The mass and spring system is a

More information

Chapter 7 Hooke s Force law and Simple Harmonic Oscillations

Chapter 7 Hooke s Force law and Simple Harmonic Oscillations Chapter 7 Hooke s Force law and Simple Harmonic Oscillations Hooke s Law An empirically derived relationship that approximately works for many materials over a limited range. Exactly true for a massless,

More information

Application of Second Order Linear ODEs: Mechanical Vibrations

Application of Second Order Linear ODEs: Mechanical Vibrations Application of Second Order Linear ODEs: October 23 27, 2017 Application of Second Order Linear ODEs Consider a vertical spring of original length l > 0 [m or ft] that exhibits a stiffness of κ > 0 [N/m

More information

Symmetries 2 - Rotations in Space

Symmetries 2 - Rotations in Space Symmetries 2 - Rotations in Space This symmetry is about the isotropy of space, i.e. space is the same in all orientations. Thus, if we continuously rotated an entire system in space, we expect the system

More information

Section 8.5. z(t) = be ix(t). (8.5.1) Figure A pendulum. ż = ibẋe ix (8.5.2) (8.5.3) = ( bẋ 2 cos(x) bẍ sin(x)) + i( bẋ 2 sin(x) + bẍ cos(x)).

Section 8.5. z(t) = be ix(t). (8.5.1) Figure A pendulum. ż = ibẋe ix (8.5.2) (8.5.3) = ( bẋ 2 cos(x) bẍ sin(x)) + i( bẋ 2 sin(x) + bẍ cos(x)). Difference Equations to Differential Equations Section 8.5 Applications: Pendulums Mass-Spring Systems In this section we will investigate two applications of our work in Section 8.4. First, we will consider

More information

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion

11/17/10. Chapter 14. Oscillations. Chapter 14. Oscillations Topics: Simple Harmonic Motion. Simple Harmonic Motion 11/17/10 Chapter 14. Oscillations This striking computergenerated image demonstrates an important type of motion: oscillatory motion. Examples of oscillatory motion include a car bouncing up and down,

More information

Chapter 14 Periodic Motion

Chapter 14 Periodic Motion Chapter 14 Periodic Motion 1 Describing Oscillation First, we want to describe the kinematical and dynamical quantities associated with Simple Harmonic Motion (SHM), for example, x, v x, a x, and F x.

More information

Week 9 solutions. k = mg/l = /5 = 3920 g/s 2. 20u + 400u u = 0,

Week 9 solutions. k = mg/l = /5 = 3920 g/s 2. 20u + 400u u = 0, Week 9 solutions ASSIGNMENT 20. (Assignment 19 had no hand-graded component.) 3.7.9. A mass of 20 g stretches a spring 5 cm. Suppose that the mass is also attached to a viscous damper with a damping constant

More information

Physics 41 HW Set 1 Chapter 15 Serway 8 th ( 7 th )

Physics 41 HW Set 1 Chapter 15 Serway 8 th ( 7 th ) Conceptual Q: 4 (7), 7 (), 8 (6) Physics 4 HW Set Chapter 5 Serway 8 th ( 7 th ) Q4(7) Answer (c). The equilibrium position is 5 cm below the starting point. The motion is symmetric about the equilibrium

More information

2.4 Harmonic Oscillator Models

2.4 Harmonic Oscillator Models 2.4 Harmonic Oscillator Models In this section we give three important examples from physics of harmonic oscillator models. Such models are ubiquitous in physics, but are also used in chemistry, biology,

More information

Notes on the Periodically Forced Harmonic Oscillator

Notes on the Periodically Forced Harmonic Oscillator Notes on the Periodically orced Harmonic Oscillator Warren Weckesser Math 38 - Differential Equations 1 The Periodically orced Harmonic Oscillator. By periodically forced harmonic oscillator, we mean the

More information

Chapter 13 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Oscillatory Motion Pearson Education, Inc.

Chapter 13 Lecture. Essential University Physics Richard Wolfson 2 nd Edition. Oscillatory Motion Pearson Education, Inc. Chapter 13 Lecture Essential University Physics Richard Wolfson nd Edition Oscillatory Motion Slide 13-1 In this lecture you ll learn To describe the conditions under which oscillatory motion occurs To

More information

2.4 Models of Oscillation

2.4 Models of Oscillation 2.4 Models of Oscillation In this section we give three examples of oscillating physical systems that can be modeled by the harmonic oscillator equation. Such models are ubiquitous in physics, but are

More information

The dimensions of an object tend to change when forces are

The dimensions of an object tend to change when forces are L A B 8 STRETCHING A SPRING Hooke s Law The dimensions of an object tend to change when forces are applied to the object. For example, when opposite forces are applied to both ends of a spring, the spring

More information

The Harmonic Oscillator

The Harmonic Oscillator The Harmonic Oscillator Math 4: Ordinary Differential Equations Chris Meyer May 3, 008 Introduction The harmonic oscillator is a common model used in physics because of the wide range of problems it can

More information

Physics 4A Lab: Simple Harmonic Motion

Physics 4A Lab: Simple Harmonic Motion Name: Date: Lab Partner: Physics 4A Lab: Simple Harmonic Motion Objective: To investigate the simple harmonic motion associated with a mass hanging on a spring. To use hook s law and SHM graphs to calculate

More information

Vibrations Qualifying Exam Study Material

Vibrations Qualifying Exam Study Material Vibrations Qualifying Exam Study Material The candidate is expected to have a thorough understanding of engineering vibrations topics. These topics are listed below for clarification. Not all instructors

More information

Differential Equations

Differential Equations Differential Equations A differential equation (DE) is an equation which involves an unknown function f (x) as well as some of its derivatives. To solve a differential equation means to find the unknown

More information

Simple Harmonic Motion

Simple Harmonic Motion Simple Harmonic Motion (FIZ 101E - Summer 2018) July 29, 2018 Contents 1 Introduction 2 2 The Spring-Mass System 2 3 The Energy in SHM 5 4 The Simple Pendulum 6 5 The Physical Pendulum 8 6 The Damped Oscillations

More information

Chapter 13. Simple Harmonic Motion

Chapter 13. Simple Harmonic Motion Chapter 13 Simple Harmonic Motion Hooke s Law F s = - k x F s is the spring force k is the spring constant It is a measure of the stiffness of the spring A large k indicates a stiff spring and a small

More information

Mass on a Horizontal Spring

Mass on a Horizontal Spring Course- B.Sc. Applied Physical Science (Computer Science) Year- IInd, Sem- IVth Subject Physics Paper- XIVth, Electromagnetic Theory Lecture No. 22, Simple Harmonic Motion Introduction Hello friends in

More information

SIMPLE HARMONIC MOTION

SIMPLE HARMONIC MOTION SIMPLE HARMONIC MOTION PURPOSE The purpose of this experiment is to investigate simple harmonic motion. We will determine the elastic spring constant of a spring first and then study small vertical oscillations

More information

Contents. Contents. Contents

Contents. Contents. Contents Physics 121 for Majors Class 18 Linear Harmonic Last Class We saw how motion in a circle is mathematically similar to motion in a straight line. We learned that there is a centripetal acceleration (and

More information

Oscillations. Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance

Oscillations. Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance Oscillations Simple Harmonic Motion (SHM) Position, Velocity, Acceleration SHM Forces SHM Energy Period of oscillation Damping and Resonance 1 Revision problem Please try problem #31 on page 480 A pendulum

More information

Chapter 12. Recall that when a spring is stretched a distance x, it will pull back with a force given by: F = -kx

Chapter 12. Recall that when a spring is stretched a distance x, it will pull back with a force given by: F = -kx Chapter 1 Lecture Notes Chapter 1 Oscillatory Motion Recall that when a spring is stretched a distance x, it will pull back with a force given by: F = -kx When the mass is released, the spring will pull

More information

The student will experimentally determine the parameters to represent the behavior of a damped oscillatory system of one degree of freedom.

The student will experimentally determine the parameters to represent the behavior of a damped oscillatory system of one degree of freedom. Practice 3 NAME STUDENT ID LAB GROUP PROFESSOR INSTRUCTOR Vibrations of systems of one degree of freedom with damping QUIZ 10% PARTICIPATION & PRESENTATION 5% INVESTIGATION 10% DESIGN PROBLEM 15% CALCULATIONS

More information

Vibrations: Second Order Systems with One Degree of Freedom, Free Response

Vibrations: Second Order Systems with One Degree of Freedom, Free Response Single Degree of Freedom System 1.003J/1.053J Dynamics and Control I, Spring 007 Professor Thomas Peacock 5//007 Lecture 0 Vibrations: Second Order Systems with One Degree of Freedom, Free Response Single

More information

S13 PHY321: Final May 1, NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor!

S13 PHY321: Final May 1, NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor! Name: Student ID: S13 PHY321: Final May 1, 2013 NOTE: Show all your work. No credit for unsupported answers. Turn the front page only when advised by the instructor! The exam consists of 6 problems (60

More information

Oscillatory Motion SHM

Oscillatory Motion SHM Chapter 15 Oscillatory Motion SHM Dr. Armen Kocharian Periodic Motion Periodic motion is motion of an object that regularly repeats The object returns to a given position after a fixed time interval A

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics C 17 * Sections C11-C18, C20 2016-2017 1 Required Background 1. INTRODUCTION CLASS 1 The definition of the derivative, Derivative

More information

Springs: Part II (Forced Vibrations)

Springs: Part II (Forced Vibrations) 22 Springs: Part II (Forced Vibrations) Let us look, again, at those mass/spring systems discussed in chapter 17. Remember, in such a system we have a spring with one end attached to an immobile wall and

More information

Lecture. Math Dylan Zwick. Spring Simple Mechanical Systems, and the Differential Equations

Lecture. Math Dylan Zwick. Spring Simple Mechanical Systems, and the Differential Equations Math 2280 - Lecture 14 Dylan Zwick Spring 2013 In today s lecture we re going to examine, in detail, a physical system whose behavior is modeled by a second-order linear ODE with constant coefficients.

More information

Second-Order Linear Differential Equations C 2

Second-Order Linear Differential Equations C 2 C8 APPENDIX C Additional Topics in Differential Equations APPENDIX C. Second-Order Homogeneous Linear Equations Second-Order Linear Differential Equations Higher-Order Linear Differential Equations Application

More information

11. Some applications of second order differential

11. Some applications of second order differential October 3, 2011 11-1 11. Some applications of second order differential equations The first application we consider is the motion of a mass on a spring. Consider an object of mass m on a spring suspended

More information

Simple Harmonic Motion Test Tuesday 11/7

Simple Harmonic Motion Test Tuesday 11/7 Simple Harmonic Motion Test Tuesday 11/7 Chapter 11 Vibrations and Waves 1 If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time, the motion is

More information

Oscillations. Oscillations and Simple Harmonic Motion

Oscillations. Oscillations and Simple Harmonic Motion Oscillations AP Physics C Oscillations and Simple Harmonic Motion 1 Equilibrium and Oscillations A marble that is free to roll inside a spherical bowl has an equilibrium position at the bottom of the bowl

More information

Unit 2: Simple Harmonic Motion (SHM)

Unit 2: Simple Harmonic Motion (SHM) Unit 2: Simple Harmonic Motion (SHM) THE MOST COMMON FORM OF MOTION FALL 2015 Objectives: Define SHM specifically and give an example. Write and apply formulas for finding the frequency f, period T, w

More information

4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes

4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes 4.1 KINEMATICS OF SIMPLE HARMONIC MOTION 4.2 ENERGY CHANGES DURING SIMPLE HARMONIC MOTION 4.3 FORCED OSCILLATIONS AND RESONANCE Notes I. DEFINING TERMS A. HOW ARE OSCILLATIONS RELATED TO WAVES? II. EQUATIONS

More information

Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator)

Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator) Section 3. 7 Mass-Spring Systems (no damping) Key Terms/ Ideas: Hooke s Law of Springs Undamped Free Vibrations (Simple Harmonic Motion; SHM also called Simple Harmonic Oscillator) Amplitude Natural Frequency

More information

Unforced Oscillations

Unforced Oscillations Unforced Oscillations Simple Harmonic Motion Hooke s Law Newton s Second Law Method of Force Competition Visualization of Harmonic Motion Phase-Amplitude Conversion The Simple Pendulum and The Linearized

More information

1 Pushing your Friend on a Swing

1 Pushing your Friend on a Swing Massachusetts Institute of Technology MITES 017 Physics III Lecture 05: Driven Oscillations In these notes, we derive the properties of both an undamped and damped harmonic oscillator under the influence

More information

University Physics 226N/231N Old Dominion University. Chapter 14: Oscillatory Motion

University Physics 226N/231N Old Dominion University. Chapter 14: Oscillatory Motion University Physics 226N/231N Old Dominion University Chapter 14: Oscillatory Motion Dr. Todd Satogata (ODU/Jefferson Lab) satogata@jlab.org http://www.toddsatogata.net/2016-odu Monday, November 5, 2016

More information

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS

Linear Second-Order Differential Equations LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS 11.11 LINEAR SECOND-ORDER DIFFERENTIAL EQUATIONS A Spring with Friction: Damped Oscillations The differential equation, which we used to describe the motion of a spring, disregards friction. But there

More information

Damped Oscillation Solution

Damped Oscillation Solution Lecture 19 (Chapter 7): Energy Damping, s 1 OverDamped Oscillation Solution Damped Oscillation Solution The last case has β 2 ω 2 0 > 0. In this case we define another real frequency ω 2 = β 2 ω 2 0. In

More information

The object of this experiment is to study systems undergoing simple harmonic motion.

The object of this experiment is to study systems undergoing simple harmonic motion. Chapter 9 Simple Harmonic Motion 9.1 Purpose The object of this experiment is to study systems undergoing simple harmonic motion. 9.2 Introduction This experiment will develop your ability to perform calculations

More information

Physics 161 Lecture 17 Simple Harmonic Motion. October 30, 2018

Physics 161 Lecture 17 Simple Harmonic Motion. October 30, 2018 Physics 161 Lecture 17 Simple Harmonic Motion October 30, 2018 1 Lecture 17: learning objectives Review from lecture 16 - Second law of thermodynamics. - In pv cycle process: ΔU = 0, Q add = W by gass

More information

8. What is the period of a pendulum consisting of a 6-kg object oscillating on a 4-m string?

8. What is the period of a pendulum consisting of a 6-kg object oscillating on a 4-m string? 1. In the produce section of a supermarket, five pears are placed on a spring scale. The placement of the pears stretches the spring and causes the dial to move from zero to a reading of 2.0 kg. If the

More information

Tracking a Harmonic Oscillator using a webcam

Tracking a Harmonic Oscillator using a webcam Tracking a Harmonic Oscillator using a webcam Sohaib Shamim, Wasif Zia and Muhammad Sabieh Anwar LUMS School of Science and Engineering September 29, 2017 Version 2017-1 Is there any thing that in this

More information

M A : Ordinary Differential Equations

M A : Ordinary Differential Equations M A 2 0 5 1: Ordinary Differential Equations Essential Class Notes & Graphics D 19 * 2018-2019 Sections D07 D11 & D14 1 1. INTRODUCTION CLASS 1 ODE: Course s Overarching Functions An introduction to the

More information

Math 1302, Week 8: Oscillations

Math 1302, Week 8: Oscillations Math 302, Week 8: Oscillations T y eq Y y = y eq + Y mg Figure : Simple harmonic motion. At equilibrium the string is of total length y eq. During the motion we let Y be the extension beyond equilibrium,

More information

Practice Problems For Test 2 C ircled problems not on test but may be extra credit on test

Practice Problems For Test 2 C ircled problems not on test but may be extra credit on test Practice Problems For Test 2 C ircled problems not on test but may be extra credit on test Velocity-Acceleration Models Constant Acceleration 1. The skid marks made by an automobile indicated that its

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N).

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation. is called the reduced equation of (N). Section 3.4. Second Order Nonhomogeneous Equations y + p(x)y + q(x)y = f(x) (N) The corresponding homogeneous equation y + p(x)y + q(x)y = 0 (H) is called the reduced equation of (N). 1 General Results

More information

SECTION APPLICATIONS OF LINEAR DIFFERENTIAL EQUATIONS

SECTION APPLICATIONS OF LINEAR DIFFERENTIAL EQUATIONS SECTION 5.1 197 CHAPTER 5 APPLICATIONS OF LINEAR DIFFERENTIAL EQUATIONS In Chapter 3 we saw that a single differential equation can model many different situations. The linear second-order differential

More information

spring mass equilibrium position +v max

spring mass equilibrium position +v max Lecture 20 Oscillations (Chapter 11) Review of Simple Harmonic Motion Parameters Graphical Representation of SHM Review of mass-spring pendulum periods Let s review Simple Harmonic Motion. Recall we used

More information

Forced Damped Vibrations

Forced Damped Vibrations Forced Damped Vibrations Forced Damped Motion Definitions Visualization Cafe door Pet door Damped Free Oscillation Model Tuning a Dampener Bicycle trailer Forced Damped Motion Real systems do not exhibit

More information

Answers and Hints to Review Questions for Test (a) Find the general solution to the linear system of differential equations Y = 2 ± 3i.

Answers and Hints to Review Questions for Test (a) Find the general solution to the linear system of differential equations Y = 2 ± 3i. Answers and Hints to Review Questions for Test 3 (a) Find the general solution to the linear system of differential equations [ dy 3 Y 3 [ (b) Find the specific solution that satisfies Y (0) = (c) What

More information

Physics 326 Lab 6 10/18/04 DAMPED SIMPLE HARMONIC MOTION

Physics 326 Lab 6 10/18/04 DAMPED SIMPLE HARMONIC MOTION DAMPED SIMPLE HARMONIC MOTION PURPOSE To understand the relationships between force, acceleration, velocity, position, and period of a mass undergoing simple harmonic motion and to determine the effect

More information

PHYSICS 1 Simple Harmonic Motion

PHYSICS 1 Simple Harmonic Motion Advanced Placement PHYSICS 1 Simple Harmonic Motion Student 014-015 What I Absolutely Have to Know to Survive the AP* Exam Whenever the acceleration of an object is proportional to its displacement and

More information

4. Complex Oscillations

4. Complex Oscillations 4. Complex Oscillations The most common use of complex numbers in physics is for analyzing oscillations and waves. We will illustrate this with a simple but crucially important model, the damped harmonic

More information

Harmonic Oscillator. Mass-Spring Oscillator Resonance The Pendulum. Physics 109 Experiment Number 12

Harmonic Oscillator. Mass-Spring Oscillator Resonance The Pendulum. Physics 109 Experiment Number 12 Harmonic Oscillator Mass-Spring Oscillator Resonance The Pendulum Physics 109 Experiment Number 12 Outline Simple harmonic motion The vertical mass-spring system Driven oscillations and resonance The pendulum

More information

3.4 Application-Spring Mass Systems (Unforced and frictionless systems)

3.4 Application-Spring Mass Systems (Unforced and frictionless systems) 3.4. APPLICATION-SPRING MASS SYSTEMS (UNFORCED AND FRICTIONLESS SYSTEMS)73 3.4 Application-Spring Mass Systems (Unforced and frictionless systems) Second order differential equations arise naturally when

More information

Chapter 3: Second Order Equations

Chapter 3: Second Order Equations Exam 2 Review This review sheet contains this cover page (a checklist of topics from Chapters 3). Following by all the review material posted pertaining to chapter 3 (all combined into one file). Chapter

More information

3! + 4! + Binomial series: if α is a nonnegative integer, the series terminates. Otherwise, the series converges if x < 1 but diverges if x > 1.

3! + 4! + Binomial series: if α is a nonnegative integer, the series terminates. Otherwise, the series converges if x < 1 but diverges if x > 1. Page 1 Name: ID: Section: This exam has 16 questions: 14 multiple choice questions worth 5 points each. hand graded questions worth 15 points each. Important: No graphing calculators! Any non-graphing

More information

Lecture 6: Differential Equations Describing Vibrations

Lecture 6: Differential Equations Describing Vibrations Lecture 6: Differential Equations Describing Vibrations In Chapter 3 of the Benson textbook, we will look at how various types of musical instruments produce sound, focusing on issues like how the construction

More information

Physical Properties of the Spring

Physical Properties of the Spring Physical Properties of the Spring Please treat all springs gently. Introduction Force made by a spring is different. Most of the previous labs involve the gravitational force, which gets weaker as the

More information

Dynamics of structures

Dynamics of structures Dynamics of structures 1.2 Viscous damping Luc St-Pierre October 30, 2017 1 / 22 Summary so far We analysed the spring-mass system and found that its motion is governed by: mẍ(t) + kx(t) = 0 k y m x x

More information

Forced Mechanical Vibrations

Forced Mechanical Vibrations Forced Mechanical Vibrations Today we use methods for solving nonhomogeneous second order linear differential equations to study the behavior of mechanical systems.. Forcing: Transient and Steady State

More information