Damped Harmonic Oscillator

Size: px
Start display at page:

Download "Damped Harmonic Oscillator"

Transcription

1 Damped Harmonic Oscillator Note: We use Newton s 2 nd Law instead of Conservation of Energy since we will have energy transferred into heat. F spring = -kx; F resistance = -bv. Note also: We use F ar = bv instead of bv 2 for two reasons: 1. usually, because the motion will go back and forth, the speeds don t reach very high values, and so F = -bv is more appropriate; and 2. if we use F = -bv, Newton s 2 nd law gives a linear differential equation which will probably be easier than a non-linear one. If there are no other forces then Newton's Second Law becomes: -kx -bv = ma, or md 2 x/dt 2 + b dx/dt + kx = 0. Note that this is a linear, homogenous, second order differential equation. Because it is second order, there should be two constants of integration (usually initial conditions). Because it is linear, if x 1 (t) is a solution, then C 1 x 1 (t) is also a solution (where C 1 is some constant). Since we need two constants, we would expect a full solution to include the addition of two solutions: x(t) = C 1 x 1 (t) + C 2 x 2 (t). Since the equation is linear (that is, we only have x 1 in any term), and since we know that d(ae at )/dt = aae at (that is, the differential of the exponential function gives itself back again), we might guess that x(t) = Ae pt. To see if and when this works, we simply substitute it back into our differential equation to get: get: mp 2 Ae pt + bpae pt + kae pt mp 2 + bp + k = 0. = 0. We can cancel out the Ae pt in each term to This is the condition that must be satisfied if Ae pt is a solution. Solving for p gives: p = [-b +/- (b 2-4mk) 1/2 ] / 2m = -b/2m +/- [(b/2m) 2 -(k/m)] 1/2. To save writing time, let's define (b/2m) and let's use o = (k/m) 1/2 since (k/m) 1/2 is the frequency for an undamped harmonic oscillator. Note that there are two values of p (unless b 2 =4mk). There are three distinct cases:

2 x(t) = C 1 x 1 (t) + C 2 x 2 (t), x(t) = Ae pt, p = -b/2m +/- [(b/2m) 2 -(k/m)] 1/2 a) (b/2m) 2 > k/m In this case the quantity [(b/2m) 2 -(k/m)] 1/2 = [ 2 - o ] 1/2 (we define to be this quantity) is real, and so the solution becomes: x(t) = C 1 e (- + )t + C 2 e (- - )t. Since > this is obviously a combination of two dying exponentials. This case is called the overdamped case. Homework Problem: Problem #11: Find x(t) and v(t) for a particle of mass, m, subject to a spring force of kx and a damping force of bv if it is displaced an initial distance of x o from the equilibrium position. Do this for the OVERDAMPED case. (This problem amounts to finding C 1 and C 2 in terms of the initial conditions: x(t=0) = x o and v(t=0) = v o.) b) (b/2m) 2 = k/m This is the special case between case a) above: the dying exponential, and case c) below which we will soon see to be the dying but oscillating while it dies case. In this case, the two p values, and hence the two exponentials, become the same. But we must have two, rather than just one, functions. Let's try the function x(t) = C 1 t e pt in addition to the normal x(t) = C 2 e pt. Differentiating the trial solutions give: dx/dt = C 1 e pt + C 1 t p e pt + C 2 p e pt, and d 2 x/dt 2 = C 1 p e pt + C 1 p e pt + C 1 t p 2 e pt + C 2 p 2 e pt. Plugging them into the differential equation (Newton's Second Law) gives: 2mC 1 p e pt + mc 1 tp 2 e pt + mc 2 p 2 e pt + bc 1 e pt + bc 1 tp e pt + bc 2 p e pt + kc 1 t e pt + kc 2 e pt = 0. We can cancel out the e pt in every term. 2mC 1 p + mc 1 tp 2 + mc 2 p 2 + bc 1 + bc 1 tp + bc 2 p + kc 1 t + kc 2 = 0. For this to be true for all time, all terms with t 1 must cancel and all terms with t 0 must also cancel: t 1 terms: mc 1 p 2 + bc 1 p + kc 1 = 0, or mp 2 + bp + k = 0 (but this is our original condition); t 0 terms: 2mC 1 p + mc 2 p 2 + bc 1 + bc 2 p + kc 2 = 0.

3 This 2 nd condition says that: C 1 (2mp + b) + C 2 (mp 2 + bp + k) = 0. Note that the coefficient of the C 2 term is zero (from the first condition); this means that the coefficient of the C 1 term must also be zero: 2mp + b = 0, or p = -b/2m. But this is true for the C 2 coefficient only if (b/2m) 2 = k/m, which was our condition for case b! Hence our solution for this case is: x(t) = C 1 t e -bt/2m + C 2 e -bt/2m. This solution also dies out, since the exponential will die out quicker than the t will go to infinity. At first it looks like there is no k in the solution, but when you realize that the condition for this solution is: (b/2m) 2 = k/m, you see that by knowing b and m, you also determine k! This is called the critically damped case, since x will approach zero quicker than either case a above or c below. This is shown at the end of this section. c) (b/2m) 2 < k/m In this case the quantity [(b/2m) 2 -(k/m)] 1/2 is imaginary, so let's define [(k/m)-(b/2m) 2 ] 1/2 = [ o 2-2 ] 1/2 so that the solution in this case is: x(t) = C 1 e - t e +i t + C 2 e - t e -i t = e - t [C 1 e +i t + C 2 e -i t ]. To see what this is, we recall that: e i = cos( ) + i sin( ) and e -i = cos( ) - i sin( ). [You can show that this is true by expanding each term in a power series, and seeing that you get the same series on both sides of the equality sign.] Thus the above solution indicates some type of exponentially dying oscillation. But how do we work with imaginary solutions to real physical problems? We start by saying that x(t) is a real quantity, so [C 1 e +i t + C 2 e -i t ] must also be a real quantity. But C 1 and C 2 will be complex quantities as well! Let's call C 1 = C 1R + ic 1i where both C 1R and C 1i are real, and C 2 = C 2R + ic 2i where both C 2R and C 2i are real. Working this out gives: (C 1R +ic 1i )*[cos( t) + i sin( t)] + (C 2R +ic 2i )*[cos( t) - i sin( t)] = x R + ix i. x R = C 1R cos( t) - C 1i sin( t) + C 2R cos( t) + C 2i sin( t) = real number, and x i = C 1i cos( t) + C 1R sin( t) + C 2i cos( t) - C 2R sin( t) = 0. For the x i = 0 equation to be true for all t s, we need: C 1i = -C 2i and C 1R = C 2R. [Note that these conditions require that C 2 =C 1 * where C 1 * is the complex conjugate of C 1.]

4 Note that we are back to having two (real) constants for our second order differential equation: C 1R and C 1i. To simplify the notation, let's rename them C 1R = a, and C 1i = b. Our solution is now: x(t) = e - t [C 1 e +i t + C 2 e -i t ] = e - t [(a+ib) e +i t + (a-ib) e -i t ], where a and b are real constants normally determined from the initial conditions (x o and v o ). We can make our answer look even "nicer" if we recognize that a complex number (a+ib) can be expressed in "polar" form: (a+ib) = re i = r cos( ) + i r sin( ). This implies that a = r cos( ) and b = r sin( ), or inversely, r = [a 2 +b 2 ] 1/2 and = tan -1 (b/a). Let's now apply this to our solution for x(t): x(t) = e - t [(a+ib) e +i t + (a-ib) e -i t ] = e - t [r e +i e +i t + r e -i e -i t ] = r e - t [ e +i( t+ ) + e -i( t+ ) ] = r e - t [cos( t+ ) + i sin( t+ ) + cos( t+ ) - i sin( t+ )] = 2 r e - t cos( t+ ) = A e - t cos( t+ ), where (A=2r) and are the two constants that are normally determined from initial conditions. It is easy to see from this last expression that the motion is an oscillation that has an amplitude that dies off exponentially. This is called the underdamped case. Note that the frequency of this oscillation is where [(k/m)-(b/2m) 2 ] 1/2 = [ 2 o - 2 ] 1/2, and that this is less than the o which is the natural frequency of oscillation without damping [ o = (k/m) 1/2 ]. If we started from a physically inspired guess of x(t) = A e - t cos( t+ ), can we show that this is indeed a solution of the differential equation with the conditions that = b/2m and that = [ o 2-2 ] 1/2 = [(k/m) - (b 2 /4m 2 )] 1/2? dx/dt = - A e - t cos( t+ ) + - A e - t sin( t+ ) d 2 x/dt 2 = + 2 A e - t cos( t+ ) + A e - t sin( t+ ) + A e - t sin( t+ ) - 2 A e - t cos( t+ ) = ( 2-2 ) A e - t cos( t+ ) + 2 A e - t sin( t+ ) Substituting these into Newton's Second Law: md 2 x/dt 2 + b dx/dt + kx = 0 gives: m( 2-2 ) A e - t cos( t+ ) + 2m A e - t sin( t+ ) - b A e - t cos( t+ ) + -b A e - t sin( t+ ) + k A e - t cos( t+ ) = 0. There is an A e - t in every term that can cancel out. But we have two different functions of time in this equation: cos( t+ ) and sin( t+ ). For the equation to be satisfied for all times, then the coefficient of each function must be zero. This leads to two equations: m( 2-2 ) + -b +k = 0, and 2m -b = 0.

5 The second equation is easy and gives: = b/2m. The first equation gives 2 = (k/m) (b/m) = (k/m) = (k/m) - 2 = o 2-2. This is exactly what we need! Comparisons: All three cases result in solutions that have a dying exponential, so all three do die out (due to losing energy to air resistance). Which dies out the quickest? The longest lived term is the one with the smallest coefficient of t in the exponent. The quickest to die out has the biggest coefficient of t in the exponential. In all cases below, remember that = (b/2m). For case a) (b/2m) 2 > k/m and x(t) = C 1 e (- + )t + C 2 e (- - )t. The smallest coefficient of t in the exponent in this case is - where = [(b/2m) 2 -(k/m)] 1/2 = (b/2m)[1- ] 1/2, where we define {(k/m)/(b/2m)} 2 so that (k/m) 1/2 = 1/2 * (b/2m) or (b/2m) = (k/m) 1/2 / 1/2 ; note that < 1, so - = (b/2m){1 - [1- ] 1/2 } a) for small, [1- ] 1/2 1 - (½) so - (b/2m)*( /2) = (1/2)*(k/m)/(b/2m) = (½)*{(k/m)/(b/2m) 2 } 1/2 *(k/m) 1/2 = (½)* * (k/m) 1/2 < (k/m) 1/2. b) for =.99, {1 - [1- ] 1/2 } =.9, so - =.9 * (b/2m) =.9 * (k/m) 1/2 /.995 < (k/m) 1/2 For case b) (b/2m) 2 = k/m and x(t) = C 1 t e -bt/2m + C 2 e -bt/2m. The coefficients of t in the exponent in this case are both equal to (b/2m) = (k/m) 1/2. For case c) (b/2m) 2 < k/m and x(t) = A e - t cos( t+ ) where = [ o 2-2 ] 1/2 = b/2m, and o = (k/m) 1/2. The coefficient of t in the exponent in this case is ( = b/2m), but (b/2m) < (k/m) 1/2. From this, we see that case b) has the largest coefficient of t in the exponential and so dies out the quickest. This completes the homogeneous case. The next thing to consider is what happens when we have an applied force on this damped harmonic oscillator.

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

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

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

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

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

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

Damped harmonic oscillator

Damped harmonic oscillator Prof. O. B. Wright, Mechanics Notes Damped harmonic oscillator Differential equation Assume the mass on a spring is subject to a frictional drag force -'dx/dt. (This force always points in the opposite

More information

Even-Numbered Homework Solutions

Even-Numbered Homework Solutions -6 Even-Numbered Homework Solutions Suppose that the matric B has λ = + 5i as an eigenvalue with eigenvector Y 0 = solution to dy = BY Using Euler s formula, we can write the complex-valued solution Y

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

Math 3313: Differential Equations Second-order ordinary differential equations

Math 3313: Differential Equations Second-order ordinary differential equations Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Mass-spring & Newton s 2nd law Properties

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

Classical Mechanics Phys105A, Winter 2007

Classical Mechanics Phys105A, Winter 2007 Classical Mechanics Phys5A, Winter 7 Wim van Dam Room 59, Harold Frank Hall vandam@cs.ucsb.edu http://www.cs.ucsb.edu/~vandam/ Phys5A, Winter 7, Wim van Dam, UCSB Midterm New homework has been announced

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

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner:

Table of contents. d 2 y dx 2, As the equation is linear, these quantities can only be involved in the following manner: M ath 0 1 E S 1 W inter 0 1 0 Last Updated: January, 01 0 Solving Second Order Linear ODEs Disclaimer: This lecture note tries to provide an alternative approach to the material in Sections 4. 4. 7 and

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

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur

Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology. Indian Institute of Technology, Kharagpur Physics I: Oscillations and Waves Prof. S. Bharadwaj Department of Physics and Meteorology Indian Institute of Technology, Kharagpur Lecture No 03 Damped Oscillator II We were discussing, the damped oscillator

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

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

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

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

Damped & forced oscillators

Damped & forced oscillators SEISMOLOGY I Laurea Magistralis in Physics of the Earth and of the Environment Damped & forced oscillators Fabio ROMANELLI Dept. Earth Sciences Università degli studi di Trieste romanel@dst.units.it Damped

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

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

Differential Equations

Differential Equations Electricity and Magnetism I (P331) M. R. Shepherd October 14, 2008 Differential Equations The purpose of this note is to provide some supplementary background on differential equations. The problems discussed

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

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

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

Lab 1: Damped, Driven Harmonic Oscillator

Lab 1: Damped, Driven Harmonic Oscillator 1 Introduction Lab 1: Damped, Driven Harmonic Oscillator The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

More information

Chapter 1. Harmonic Oscillator. 1.1 Energy Analysis

Chapter 1. Harmonic Oscillator. 1.1 Energy Analysis Chapter 1 Harmonic Oscillator Figure 1.1 illustrates the prototypical harmonic oscillator, the mass-spring system. A mass is attached to one end of a spring. The other end of the spring is attached to

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

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

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

One-Dimensional Motion (Symon Chapter Two)

One-Dimensional Motion (Symon Chapter Two) One-Dimensional Motion (Symon Chapter Two) Physics A3 Fall 3 Copyright 3, John T. Whelan, and all that 1 Contents I Consequences of Newton s Second Law 1 Momentum and Energy 3 Forces Depending only on

More information

Lab 1: damped, driven harmonic oscillator

Lab 1: damped, driven harmonic oscillator Lab 1: damped, driven harmonic oscillator 1 Introduction The purpose of this experiment is to study the resonant properties of a driven, damped harmonic oscillator. This type of motion is characteristic

More information

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

F = ma, F R + F S = mx. 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

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

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 20 JJ II. Home Page. Title Page.

Rutgers University Department of Physics & Astronomy. 01:750:271 Honors Physics I Fall Lecture 20 JJ II. Home Page. Title Page. Rutgers University Department of Physics & Astronomy 01:750:271 Honors Physics Fall 2015 Lecture 20 Page 1 of 31 1. No quizzes during Thanksgiving week. There will be recitation according to the regular

More information

Linear Algebra and ODEs review

Linear Algebra and ODEs review Linear Algebra and ODEs review Ania A Baetica September 9, 015 1 Linear Algebra 11 Eigenvalues and eigenvectors Consider the square matrix A R n n (v, λ are an (eigenvector, eigenvalue pair of matrix A

More information

2.3 Damping, phases and all that

2.3 Damping, phases and all that 2.3. DAMPING, PHASES AND ALL THAT 107 2.3 Damping, phases and all that If we imagine taking our idealized mass on a spring and dunking it in water or, more dramatically, in molasses), then there will be

More information

dx n a 1(x) dy

dx n a 1(x) dy HIGHER ORDER DIFFERENTIAL EQUATIONS Theory of linear equations Initial-value and boundary-value problem nth-order initial value problem is Solve: a n (x) dn y dx n + a n 1(x) dn 1 y dx n 1 +... + a 1(x)

More information

Exercises Lecture 15

Exercises Lecture 15 AM1 Mathematical Analysis 1 Oct. 011 Feb. 01 Date: January 7 Exercises Lecture 15 Harmonic Oscillators In classical mechanics, a harmonic oscillator is a system that, when displaced from its equilibrium

More information

Chapter 15. Oscillatory Motion

Chapter 15. Oscillatory Motion Chapter 15 Oscillatory Motion Part 2 Oscillations and Mechanical Waves Periodic motion is the repeating motion of an object in which it continues to return to a given position after a fixed time interval.

More information

Electric Circuit Theory

Electric Circuit Theory Electric Circuit Theory Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 Chapter 8 Natural and Step Responses of RLC Circuits Nam Ki Min nkmin@korea.ac.kr 010-9419-2320 8.1 Introduction to the Natural Response

More information

Physics 2310 Lab #3 Driven Harmonic Oscillator

Physics 2310 Lab #3 Driven Harmonic Oscillator Physics 2310 Lab #3 Driven Harmonic Oscillator M. Pierce (adapted from a lab by the UCLA Physics & Astronomy Department) Objective: The objective of this experiment is to characterize the behavior of a

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

Chapter 2: Linear Constant Coefficient Higher Order Equations

Chapter 2: Linear Constant Coefficient Higher Order Equations Chapter 2: Linear Constant Coefficient Higher Order Equations The wave equation is a linear partial differential equation, which means that sums of solutions are still solutions, just as for linear ordinary

More information

SECOND ORDER ODE S. 1. A second order differential equation is an equation of the form. F (x, y, y, y ) = 0.

SECOND ORDER ODE S. 1. A second order differential equation is an equation of the form. F (x, y, y, y ) = 0. SECOND ORDER ODE S 1. A second der differential equation is an equation of the fm F (x, y, y, y ) = 0. A solution of the differential equation is a function y = y(x) that satisfies the equation. A differential

More information

Introduction to Vibration. Professor Mike Brennan

Introduction to Vibration. Professor Mike Brennan Introduction to Vibration Professor Mie Brennan Introduction to Vibration Nature of vibration of mechanical systems Free and forced vibrations Frequency response functions Fundamentals For free vibration

More information

Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4)

Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4) Today Midterm 1 - Jan 31 (one week away!) Finish up undetermined coefficients (on the midterm, on WW3) Physics applications - mass springs (not on midterm, on WW4) Undamped, over/under/critically damped

More information

One-Dimensional Motion (Symon Chapter Two)

One-Dimensional Motion (Symon Chapter Two) One-Dimensional Motion (Symon Chapter Two) Physics A3 Fall 4 Contents I Consequences of Newton s Second Law 3 1 Momentum and Energy 3 Forces Depending only on Time (Symon Section.3) 4.1 Example: Sinusoidal

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 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

Math 211. Substitute Lecture. November 20, 2000

Math 211. Substitute Lecture. November 20, 2000 1 Math 211 Substitute Lecture November 20, 2000 2 Solutions to y + py + qy =0. Look for exponential solutions y(t) =e λt. Characteristic equation: λ 2 + pλ + q =0. Characteristic polynomial: λ 2 + pλ +

More information

Lecture 14: Forced/free motion; variation of parameters

Lecture 14: Forced/free motion; variation of parameters Lecture 14: Forced/free motion; variation of parameters Available on Canvas Files tab or http://www.math.ksu.edu/~crytser/teaching Dr. Danny Crytser March 6, 2017 Equation of motion for a spring The equation

More information

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017

1-DOF Vibration Characteristics. MCE371: Vibrations. Prof. Richter. Department of Mechanical Engineering. Handout 7 Fall 2017 MCE371: Vibrations Prof. Richter Department of Mechanical Engineering Handout 7 Fall 2017 Free Undamped Vibration Follow Palm, Sect. 3.2, 3.3 (pp 120-138), 3.5 (pp 144-151), 3.8 (pp. 167-169) The equation

More information

Aircraft Dynamics First order and Second order system

Aircraft Dynamics First order and Second order system Aircraft Dynamics First order and Second order system Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Aircraft dynamic

More information

Modes and Roots ... mx + bx + kx = 0. (2)

Modes and Roots ... mx + bx + kx = 0. (2) A solution of the form x(t) = ce rt to the homogeneous constant coefficient linear equation a x (n) + (n 1). n a n 1 x + + a 1 x + a 0 x = 0 (1) is called a modal solution and ce rt is called a mode of

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

Driven Harmonic Oscillator

Driven Harmonic Oscillator Driven Harmonic Oscillator Physics 6B Lab Experiment 1 APPARATUS Computer and interface Mechanical vibrator and spring holder Stands, etc. to hold vibrator Motion sensor C-209 spring Weight holder and

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

Name: MA 226 Exam 2 Show Your Work and JUSTIFY Your Responses. Problem Possible Actual Score TOTAL 100

Name: MA 226 Exam 2 Show Your Work and JUSTIFY Your Responses. Problem Possible Actual Score TOTAL 100 Name: MA 226 Exam 2 Show Your Work and JUSTIFY Your Responses Problem Possible Actual Score 1 20 2 16 3 18 4 16 5 10 6 20 TOTAL 100 1.) 20 points - Short Answer (4 each) A) Consider the predator-prey system

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

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

Experiment 12 Damped Harmonic Motion

Experiment 12 Damped Harmonic Motion Physics Department LAB A - 120 Experiment 12 Damped Harmonic Motion References: Daniel Kleppner and Robert Kolenkow, An Introduction to Mechanics, McGraw -Hill 1973 pp. 414-418. Equipment: Air track, glider,

More information

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation

Section 3.4. Second Order Nonhomogeneous. The corresponding homogeneous equation 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

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

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

Linear Second Order ODEs

Linear Second Order ODEs Chapter 3 Linear Second Order ODEs In this chapter we study ODEs of the form (3.1) y + p(t)y + q(t)y = f(t), where p, q, and f are given functions. Since there are two derivatives, we might expect that

More information

Forced Oscillation and Resonance

Forced Oscillation and Resonance Chapter Forced Oscillation and Resonance The forced oscillation problem will be crucial to our understanding of wave phenomena Complex exponentials are even more useful for the discussion of damping and

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

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

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

P441 Analytical Mechanics - I. RLC Circuits. c Alex R. Dzierba. In this note we discuss electrical oscillating circuits: undamped, damped and driven.

P441 Analytical Mechanics - I. RLC Circuits. c Alex R. Dzierba. In this note we discuss electrical oscillating circuits: undamped, damped and driven. Lecture 10 Monday - September 19, 005 Written or last updated: September 19, 005 P441 Analytical Mechanics - I RLC Circuits c Alex R. Dzierba Introduction In this note we discuss electrical oscillating

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

Lab 11. Spring-Mass Oscillations

Lab 11. Spring-Mass Oscillations Lab 11. Spring-Mass Oscillations Goals To determine experimentally whether the supplied spring obeys Hooke s law, and if so, to calculate its spring constant. To find a solution to the differential equation

More information

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4

MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 MITOCW MITRES18_005S10_DiffEqnsMotion_300k_512kb-mp4 PROFESSOR: OK, this lecture, this day, is differential equations day. I just feel even though these are not on the BC exams, that we've got everything

More information

Section 11.1 What is a Differential Equation?

Section 11.1 What is a Differential Equation? 1 Section 11.1 What is a Differential Equation? Example 1 Suppose a ball is dropped from the top of a building of height 50 meters. Let h(t) denote the height of the ball after t seconds, then it is known

More information

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown:

C R. Consider from point of view of energy! Consider the RC and LC series circuits shown: ircuits onsider the R and series circuits shown: ++++ ---- R ++++ ---- Suppose that the circuits are formed at t with the capacitor charged to value. There is a qualitative difference in the time development

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

PreClass Notes: Chapter 13, Sections

PreClass Notes: Chapter 13, Sections PreClass Notes: Chapter 13, Sections 13.3-13.7 From Essential University Physics 3 rd Edition by Richard Wolfson, Middlebury College 2016 by Pearson Education, Inc. Narration and extra little notes by

More information

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end.

DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. Math 307, Midterm 2 Winter 2013 Name: Instructions. DON T PANIC! If you get stuck, take a deep breath and go on to the next question. Come back to the question you left if you have time at the end. There

More information

) sm wl t. _.!!... e -pt sinh y t. Vo + mx" + cx' + kx = 0 (26) has a unique tions x(o) solution for t ;?; 0 satisfying given initial condi

) sm wl t. _.!!... e -pt sinh y t. Vo + mx + cx' + kx = 0 (26) has a unique tions x(o) solution for t ;?; 0 satisfying given initial condi 1 48 Chapter 2 Linear Equations of Higher Order 28. (Overdamped) If Xo = 0, deduce from Problem 27 that x(t) Vo = e -pt sinh y t. Y 29. (Overdamped) Prove that in this case the mass can pass through its

More information

One-Dimensional Motion (Symon Chapter Two)

One-Dimensional Motion (Symon Chapter Two) One-Dimensional Motion (Symon Chapter Two) Physics A3 Spring 6 Contents I Consequences of Newton s Second Law 3 1 Momentum and Energy 3 Forces Depending only on Time (Symon Section.3) 4.1 Example: Sinusoidal

More information

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010

ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 ME 563 HOMEWORK # 7 SOLUTIONS Fall 2010 PROBLEM 1: Given the mass matrix and two undamped natural frequencies for a general two degree-of-freedom system with a symmetric stiffness matrix, find the stiffness

More information

Second order Unit Impulse Response. 1. Effect of a Unit Impulse on a Second order System

Second order Unit Impulse Response. 1. Effect of a Unit Impulse on a Second order System Effect of a Unit Impulse on a Second order System We consider a second order system mx + bx + kx = f (t) () Our first task is to derive the following If the input f (t) is an impulse cδ(t a), then the

More information

MB4018 Differential equations

MB4018 Differential equations MB4018 Differential equations Part II http://www.staff.ul.ie/natalia/mb4018.html Prof. Natalia Kopteva Spring 2015 MB4018 (Spring 2015) Differential equations Part II 0 / 69 Section 1 Second-Order Linear

More information

Chapter 2 Second Order Differential Equations

Chapter 2 Second Order Differential Equations Chapter 2 Second Order Differential Equations Either mathematics is too big for the human mind or the human mind is more than a machine. - Kurt Gödel (1906-1978) 2.1 The Simple Harmonic Oscillator The

More information

General Response of Second Order System

General Response of Second Order System General Response of Second Order System Slide 1 Learning Objectives Learn to analyze a general second order system and to obtain the general solution Identify the over-damped, under-damped, and critically

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

ODEs. September 7, Consider the following system of two coupled first-order ordinary differential equations (ODEs): A =

ODEs. September 7, Consider the following system of two coupled first-order ordinary differential equations (ODEs): A = ODEs September 7, 2017 In [1]: using Interact, PyPlot 1 Exponential growth and decay Consider the following system of two coupled first-order ordinary differential equations (ODEs): d x/dt = A x for the

More information

Second-Order Linear ODEs

Second-Order Linear ODEs Chap. 2 Second-Order Linear ODEs Sec. 2.1 Homogeneous Linear ODEs of Second Order On pp. 45-46 we extend concepts defined in Chap. 1, notably solution and homogeneous and nonhomogeneous, to second-order

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

2t t dt.. So the distance is (t2 +6) 3/2

2t t dt.. So the distance is (t2 +6) 3/2 Math 8, Solutions to Review for the Final Exam Question : The distance is 5 t t + dt To work that out, integrate by parts with u t +, so that t dt du The integral is t t + dt u du u 3/ (t +) 3/ So the

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

Damped harmonic motion

Damped harmonic motion Damped harmonic motion March 3, 016 Harmonic motion is studied in the presence of a damping force proportional to the velocity. The complex method is introduced, and the different cases of under-damping,

More information

Linear second-order differential equations with constant coefficients and nonzero right-hand side

Linear second-order differential equations with constant coefficients and nonzero right-hand side Linear second-order differential equations with constant coefficients and nonzero right-hand side We return to the damped, driven simple harmonic oscillator d 2 y dy + 2b dt2 dt + ω2 0y = F sin ωt We note

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

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity

Consider an ideal pendulum as shown below. l θ is the angular acceleration θ is the angular velocity 1 Second Order Ordinary Differential Equations 1.1 The harmonic oscillator Consider an ideal pendulum as shown below. θ l Fr mg l θ is the angular acceleration θ is the angular velocity A point mass m

More information

Chapter 2: Complex numbers

Chapter 2: Complex numbers Chapter 2: Complex numbers Complex numbers are commonplace in physics and engineering. In particular, complex numbers enable us to simplify equations and/or more easily find solutions to equations. We

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