Math 3313: Differential Equations Second-order ordinary differential equations

Size: px
Start display at page:

Download "Math 3313: Differential Equations Second-order ordinary differential equations"

Transcription

1 Math 3313: Differential Equations Second-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX

2 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

3 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

4 We ve considered 1st order 2nd order 2nd order ODE d 2 x dt 2 dx dt = f (x, t) LInear, 2nd order, non-homogeneous a 2 (t) d 2 x dt 2 dx = f (x, dt, t) + a 1(t) dx dt + a 0(t)x = f (t) Linear, 2nd order, constant-coefficient, non-homogeneous a d 2 x dt 2 If f (t) = 0, ODE is homogeous. + b dx dt + cx = f (t)

5 Newton s 2nd law d dt Momemtum = forces d dt (mass times velocity) = forces ( d m(t) dx ) = forces dt dt dm dt dx dt If m(t) = constant, then dm dt = 0. + m(t) d 2 x dt 2 = forces m d 2 x dt 2 = forces mass times acceleration = forces If forces depend only on time, we can simply integrate twice m d 2 x = f (t) ("phys 101") dt2 In general, forces depend on position x and speed dx dt.

6 Modeling the mass-spring

7 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

8 2 initial conditions 2nd order linear ODE ( = prime means derivative) x + p(t)x + q(t)x = f (t) If constant-coeficient ax + bx + cx = f (t) To find x(t) we have to "integrate" twice. Expect 2 unknown constants. Need 2 ICs x(t 0 ) = x 0, x (t 0 ) = v 0

9 Homogeneous: f (t) = 0 Form of the solution x h + p(t)x h + q(t)x h = 0, where x h (t) = c 1 x 1 (t) + c 2 x 2 (t) x h is the sum of two linearly independent solutions, x 1 and x 2. Fundamental set = {x 1, x 2 }, x 2 cx 1 Nonhomogeneous with particular solution x p (t) due to forcing f (t). x p + p(t)x p + q(t)x p = f (t) The complete solution is the sum of homogeneous and particular x(t) = x h (t) + x p (t) = c 1 x 1 (t) + c 2 x 2 (t) + x p (t)

10 Linear Independence A set of functions {x 1 (t), x 2 (t),..., x n (t)} are linearly dependent if k 1 x 1 + k 2 x k n x n. = 0 for some set of constants k n 0, for all n. Otherwise, independent. Wronskian: W (t 0 ) = x 1 (t 0 )x 2(t 0 ) x 1(t 0 )x 2 (t 0 ) (1)

11 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

12 We ve considered 2nd order ODEs as a system d 2 x dt 2 = f ( t, x, dx ), x(0) = x 0, x (0) = v 0. dt Let the first derivative be a new variable: Then Let d 2 x dt 2 dx dt = dy dt = y = f (t, x, y) So instead of a single 2nd order ODE, we have two first order ODEs. dx dt dy dt = y, x(0) = x 0 = f (t, x, y), y(0) = x (0) = v 0

13 Examples ex. Write as a system. ex. Write as a system. x + p(t)x + q(t)x = f (t) (2) x + xx + x 2 = 0 (3) ex. x + (1 x 2 )x + x = 0 (4) Write as a system of 3 first order ODEs Numerical solvers need ODEs as systems. > matlab demo

14 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

15 Exponential solutions Linear, constant coefficient differential equations have exponential solutions. ax + bx + cx = 0 Recall 1st order, linear, constant-coefficient x = kx x e kt Apply to higher-order: let x = e rt. Substitute and solve for r. Note: d n dt n ert = r n e rt

16 Apply to 2nd order L-CC a(r 2 e rt ) + b(re rt ) + c(e rt ) = 0 (ar 2 + br + c)e rt = 0 The characteristic equation determines the values of r ar 2 + br + c = 0 (5) Turned ODE into algebra. Quadratic for r two values for r: r 1 and r 2. x(t) = c 1 e r1t + c 2 e r 2t... sort of... depends... Details and three different cases.

17 Summary Given ax + bx + cx = 0 Let x = e rt. r = r 1, r 2 : real & distinct x = c 1 e r 1t + c 2 e r 2t exponential decay and/or growth r = r 0, r 0 : real repeated. x = c 1 e r 0t + c 2 te r 0t t exp r 0 t is second solution r = α ± iβ: complex conjugate x = c 1 e αt cos(βt) + c 2 te αt sin(βt) exponentials with oscillations Important!! e iβt cos(βt) and sin(βt).

18 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

19 Char. equation with n roots nth order, linear, constant coefficient Let x = e rt. a n d n x dt n + a d n 1 x n 1 dt n a dx 1 dt + a 0x = 0 a n r n + a n 1 r n a 1 r + a 0 = 0 (6) Characteristic equation for r = nth degree polynomial. Can we finds it s n roots? (i) Some are real and distinct: (r r 1 )(r r 2 )... (r r j )(rest of poly) = 0 r = r 1, r 2,..., r j, the rest x = c 1 e r 1t + c 2 e r 2t c j e r j t + the rest

20 n roots (continued) ii) Some have multiplicity m. Suppose r 0 is a root m times. Via Reduction or Order m times: (r r 0 ) m (rest of poly) = 0 x = c 1 e r 0t + c 2 te r 0t c m 1 t m 1 e r 0t + the rest ii) Some are complex-conjugate... with multiplicity m. r = α ± iβ are each a root m-times. Number of roots is 2m. (r (α + iβ)) m (r (α iβ)) m (rest of poly) = 0 (r 2 2αr + (α 2 + β 2 )) m (rest of poly) = 0 x = e αt (c 1 cos βt + c 2 sin βt) + e αt t(c 3 cos βt + c 4 sin βt) e αt t m 1 (c cos βt + c sin βt) + the rest

21 How do we factor the polynomial? "Obvious" Recognize standard form (Pascal s triangle). Find one root and the factor with synthetic division. (Optional and esoteric case.) ODE + a 0 x = 0 Let x = e rt Poly(r) + a 0 = 0. Factor: (r r 1 )(r r 2 )... (r r n ) = 0 a 0 = r 1 r 2... r n Try integer roots of a 0. Numerical (Newton s method)

22 Examples Solve the following: ex. ex. ex. ex. r 1 = 1. Factor... continue. x x 6x = 0 (7) x + 3x + 3x + x = 0 (8) x + 8x + 16x = 0 (9) x + x 6x + 4x = 0 (10)

23 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

24 Terms to know Simple harmonic motion Polor coordinates Amplitude & phase Free response no friction/resistance/damping Underdamped vs. critically damped vs. overdamped.

25 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

26 Quick review 2nd order, linear, variable coefficient, non-homogeneous Constant coefficient Homogeneous problem: x + p(t)x + q(t)x = f (t) ax + bx + cx = f (t) ax h + bx h + cx = 0, let x = e rt x h = c 1 x 1 + c 2 x 2 Non-homogeneous problem: ax p + bx p + cx p = f (t) Find x p somehow. Complete solution x = x h + x p = c 1 x 1 + c 2 x 2 + x p Apply ICs LAST to x. Do not apply ICs to x h.

27 When to use MUC IF the ODE is constant coefficient... AND if f (t) =... polynomial exponential sin or cos combinations of the above Then find x p with MUC. Theory and examples.

28 Summary MUC Given a linear ODE L(x) = F 1m (t)e a 1t + F 2n (t)e a 2t +... Solve for x h. L(x h ) = 0 (note the roots r and their multiplicities.) Solve for x p. Superposition: consider each part of f separately. Find solutions and add. f jm = F jm (t)e a j t Guess x pj P jm (t)e a j t t k k = number of times r is a root if a = r. If f j sin βt or cos βt always guess both. x p = x p1 + x p Substitute into ODE and find the coefficients. x = x h + x p Apply ICs last.

29 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

30 No damping & harmonic forcing How does the mass-spring respond to a force f (t)? mx + bx + kx = f (t) No damping (no resistance, no dissipation): b = 0. Harmonic forcing: f (t) sin ω f t or cos ω f t. mx + kx = F 0 cos ω f t F 0 is the forcing amplitude and ω f is the forcing frequency. Solve using MUC. Resonance: if b = 0, then when k/m = ω f.

31 WITH damping & harmonic forcing mx + bx + kx = F 0 cos ω f t Solve using MUC. How does damping change the solution? How does damping change resonance?

32 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

33 Introduction General, 2nd order, linear, homogeneous, ODE a 2 (t)x + a 1 (t)x + a 0 (t)x = 0 Coefficients depend on t Problem if a 2 (t = t s ) = 0. ODE: 2nd order "becomes" 1st order near t = t s. If a 2 (t s ) = 0 or if either a 1 (t s ) or a 0 (t s ) is undefined, then t = t s is a singular point. There is no general method to solve ODEs with variable coefficients. Exact solutions: only for specific cases (e.q. Euler). Approximate solutions: require series.

34 Euler Equation (2nd order) at 2 x + btx + cx = 0 (11) The power of t matches the number of derivatives. Solution: let x = t r Substitute and find equation for r. Derive the Indicial equation for r; Are the values of r... Real and distinct. Real and repeated. Complex conjusgate. What do the solutions look like in each case? ar 2 + (b a)r + c = 0 (12)

35 Euler examples ex. Solve. ex. Solve. 2t 2 x + tx 15x = 0. (13) t 2 x + 7tx + 13x = 0 (14) Higher order Euler a n t n d n x dt n + a n 1t n 1 d n 1 x dt n 1 let x = t r. Higher order polynomial for r a 1t dx dt + a 0x = 0 (15)

36 Compare sin(x) to sin(ln(x)) (Plots made using Wolfram Alpha)

37 Outline Mass-spring & Newton s 2nd law Properties and definitions Systems of ODEs 2nd order, linear, constant coeffients Higher order, linear, constant coeffients Free mechanical vibrations Method of Undetermined Coefficients Forced mass-spring Variable coefficient ODEs Variation of Paramters

38 Review of solutions 2nd-order, linear, ODE We ve consider: x + p(t)x + q(t)x = f (t) ax + bx + cx = f (t) F m (t)e at, a possibly complex at 2 x + btx + cx = 0 Now allow for arbitrary coefficients (p(t) and q(t)) and forcing (f (t)). Solution = homogeneous + particular x = x h + x p = c 1 x 1 + c 2 x 2 + x p

39 IF we can find {x 1, x 2 } such that Var. of Par. method x h = c 1 x 1 + c 2 x 2 Then we can find x p FOR ANY f (t) using variation of parameters. x p = v 1 (t)x 1 (t) + v 2 (t)x 2 (t) (16) v 1 and v 2 are the "parameters" that are now variable functions. v 1 and v 2 are unknown. x 1 and x 2 are from the homogeneous solution and known. Substitute proposed solution and find 2 conditions for the 2 unknowns v 1 and v 2.

40 Var. of Par. example ex. Find x h and then x p. x + x = tan t (17) See next slide for discussion of alternative var par formula. ex. Solve. x x = t 2 e t (18) ex. What is f (t)? Solve. t 2 x + tx x = t 1/2 (19)

41 Alternative var par formula Solve for v 1 and v 2 from the two conditions. From the first equation Substitute into the second equation v 1 x 1 + v 2 x 2 = 0 v 1 x 1 + v 2 x 2 = f. v 1 = v 2 x 2 x 1 v 2 x 2 x 1 x 1 + v 2 x 2 = f v 2 (x 1x 2 x 1 x 2) = fx 1. Note that the term in parenthesis is the Wronskian. v 2 = fx 1 v 2 = W (x 1, x 2 ) fx 1 dt W (x 1, x 2 ) (20) v 1 = fx 1 x 2 fx 2 x 2 = v 1 = W (x 1, x 2 ) x 1 W (x 1, x 2 ) x 1 fx 2 dt W (x 1, x 2 ) (21)

42 Alternative var par formula Substitute results for v 1 and v 2 into x p. f (s)x2 (s) x p(t) = W (s) Bring x 1 and x 2 into the integral. x p(t) = ds x 1 (t) + f (s)x1 (s) W (s) ds x 2 (t) [x1 (s)x 2 (t) x 1 (t)x 2 (s)] f (s) ds (22) W (s) Call that big fraction G(t, s) whose parts are all known. G is a known function in terms of the homogeneous solution. x p(t) = G(t, s)f (s) ds G is referred to as the Green s function or Influence function or Impulse response. The integral is a solution machine. Given L(x) = f (t). Find G. Then for any f just plug into the integral and out pops x p.

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

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

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

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

Lecture 8: Ordinary Differential Equations

Lecture 8: Ordinary Differential Equations MIT-WHOI Joint Program Summer Math Review Summer 2015 Lecture 8: Ordinary Differential Equations Lecturer: Isabela Le Bras Date: 31 July 2015 Disclaimer: These notes are for the purposes of this review

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 Notes for Math 251: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation

Lecture Notes for Math 251: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation Lecture Notes for Math 21: ODE and PDE. Lecture 12: 3.3 Complex Roots of the Characteristic Equation Shawn D. Ryan Spring 2012 1 Complex Roots of the Characteristic Equation Last Time: We considered the

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

Theory of Higher-Order Linear Differential Equations

Theory of Higher-Order Linear Differential Equations Chapter 6 Theory of Higher-Order Linear Differential Equations 6.1 Basic Theory A linear differential equation of order n has the form a n (x)y (n) (x) + a n 1 (x)y (n 1) (x) + + a 0 (x)y(x) = b(x), (6.1.1)

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

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

MA 266 Review Topics - Exam # 2 (updated)

MA 266 Review Topics - Exam # 2 (updated) MA 66 Reiew Topics - Exam # updated Spring First Order Differential Equations Separable, st Order Linear, Homogeneous, Exact Second Order Linear Homogeneous with Equations Constant Coefficients The differential

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

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 6 JoungDong Kim Set 6: Section 3.3, 3.4, 3.5, 3.6 Section 3.3 Complex Roots of the Characteristic Equation Recall that a second order ODE with constant

More information

Second Order Linear Equations

Second Order Linear Equations Second Order Linear Equations Linear Equations The most general linear ordinary differential equation of order two has the form, a t y t b t y t c t y t f t. 1 We call this a linear equation because 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

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

Worksheet # 2: Higher Order Linear ODEs (SOLUTIONS)

Worksheet # 2: Higher Order Linear ODEs (SOLUTIONS) Name: November 8, 011 Worksheet # : Higher Order Linear ODEs (SOLUTIONS) 1. A set of n-functions f 1, f,..., f n are linearly independent on an interval I if the only way that c 1 f 1 (t) + c f (t) +...

More information

A: Brief Review of Ordinary Differential Equations

A: Brief Review of Ordinary Differential Equations A: Brief Review of Ordinary Differential Equations Because of Principle # 1 mentioned in the Opening Remarks section, you should review your notes from your ordinary differential equations (odes) course

More information

3.4.1 Distinct Real Roots

3.4.1 Distinct Real Roots Math 334 3.4. CONSTANT COEFFICIENT EQUATIONS 34 Assume that P(x) = p (const.) and Q(x) = q (const.), so that we have y + py + qy = 0, or L[y] = 0 (where L := d2 dx 2 + p d + q). (3.7) dx Guess a solution

More information

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1)

Chapter 3. Reading assignment: In this chapter we will cover Sections dx 1 + a 0(x)y(x) = g(x). (1) Chapter 3 3 Introduction Reading assignment: In this chapter we will cover Sections 3.1 3.6. 3.1 Theory of Linear Equations Recall that an nth order Linear ODE is an equation that can be written in the

More information

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011

Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 2011 Second In-Class Exam Solutions Math 246, Professor David Levermore Thursday, 31 March 211 (1) [6] Give the interval of definition for the solution of the initial-value problem d 4 y dt 4 + 7 1 t 2 dy dt

More information

MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam. Topics

MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam. Topics MATH 213 Linear Algebra and Ordinary Differential Equations Spring 2015 Study Sheet for Final Exam This study sheet will not be allowed during the test. Books and notes will not be allowed during the test.

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

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

Second Order Linear ODEs, Part II

Second Order Linear ODEs, Part II Craig J. Sutton craig.j.sutton@dartmouth.edu Department of Mathematics Dartmouth College Math 23 Differential Equations Winter 2013 Outline Non-homogeneous Linear Equations 1 Non-homogeneous Linear Equations

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

LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. General framework

LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. General framework Differential Equations Grinshpan LINEAR EQUATIONS OF HIGHER ORDER. EXAMPLES. We consider linear ODE of order n: General framework (1) x (n) (t) + P n 1 (t)x (n 1) (t) + + P 1 (t)x (t) + P 0 (t)x(t) = 0

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

Higher-order ordinary differential equations

Higher-order ordinary differential equations Higher-order ordinary differential equations 1 A linear ODE of general order n has the form a n (x) dn y dx n +a n 1(x) dn 1 y dx n 1 + +a 1(x) dy dx +a 0(x)y = f(x). If f(x) = 0 then the equation is called

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 Oscillator

Damped Harmonic Oscillator 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 =

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

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

Mathematics for Engineers II. lectures. Differential Equations

Mathematics for Engineers II. lectures. Differential Equations Differential Equations Examples for differential equations Newton s second law for a point mass Consider a particle of mass m subject to net force a F. Newton s second law states that the vector acceleration

More information

2nd-Order Linear Equations

2nd-Order Linear Equations 4 2nd-Order Linear Equations 4.1 Linear Independence of Functions In linear algebra the notion of linear independence arises frequently in the context of vector spaces. If V is a vector space over the

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

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems.

Understand the existence and uniqueness theorems and what they tell you about solutions to initial value problems. Review Outline To review for the final, look over the following outline and look at problems from the book and on the old exam s and exam reviews to find problems about each of the following topics.. Basics

More information

Section 8.2 : Homogeneous Linear Systems

Section 8.2 : Homogeneous Linear Systems Section 8.2 : Homogeneous Linear Systems Review: Eigenvalues and Eigenvectors Let A be an n n matrix with constant real components a ij. An eigenvector of A is a nonzero n 1 column vector v such that Av

More information

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai

APPLIED MATHEMATICS. Part 1: Ordinary Differential Equations. Wu-ting Tsai APPLIED MATHEMATICS Part 1: Ordinary Differential Equations Contents 1 First Order Differential Equations 3 1.1 Basic Concepts and Ideas................... 4 1.2 Separable Differential Equations................

More information

Math 3313: Differential Equations Laplace transforms

Math 3313: Differential Equations Laplace transforms Math 3313: Differential Equations Laplace transforms Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Introduction Inverse Laplace transform Solving ODEs with Laplace

More information

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016

Math 4B Notes. Written by Victoria Kala SH 6432u Office Hours: T 12:45 1:45pm Last updated 7/24/2016 Math 4B Notes Written by Victoria Kala vtkala@math.ucsb.edu SH 6432u Office Hours: T 2:45 :45pm Last updated 7/24/206 Classification of Differential Equations The order of a differential equation is the

More information

6. Linear Differential Equations of the Second Order

6. Linear Differential Equations of the Second Order September 26, 2012 6-1 6. Linear Differential Equations of the Second Order A differential equation of the form L(y) = g is called linear if L is a linear operator and g = g(t) is continuous. The most

More information

Section 9.8 Higher Order Linear Equations

Section 9.8 Higher Order Linear Equations Section 9.8 Higher Order Linear Equations Key Terms: Higher order linear equations Equivalent linear systems for higher order equations Companion matrix Characteristic polynomial and equation A linear

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

MATH 2250 Final Exam Solutions

MATH 2250 Final Exam Solutions MATH 225 Final Exam Solutions Tuesday, April 29, 28, 6: 8:PM Write your name and ID number at the top of this page. Show all your work. You may refer to one double-sided sheet of notes during the exam

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

Math 3313: Differential Equations First-order ordinary differential equations

Math 3313: Differential Equations First-order ordinary differential equations Math 3313: Differential Equations First-order ordinary differential equations Thomas W. Carr Department of Mathematics Southern Methodist University Dallas, TX Outline Math 2343: Introduction Separable

More information

Ex. 1. Find the general solution for each of the following differential equations:

Ex. 1. Find the general solution for each of the following differential equations: MATH 261.007 Instr. K. Ciesielski Spring 2010 NAME (print): SAMPLE TEST # 2 Solve the following exercises. Show your work. (No credit will be given for an answer with no supporting work shown.) Ex. 1.

More information

Introductory Differential Equations

Introductory Differential Equations Introductory Differential Equations Lecture Notes June 3, 208 Contents Introduction Terminology and Examples 2 Classification of Differential Equations 4 2 First Order ODEs 5 2 Separable ODEs 5 22 First

More information

Second order linear equations

Second order linear equations Second order linear equations Samy Tindel Purdue University Differential equations - MA 266 Taken from Elementary differential equations by Boyce and DiPrima Samy T. Second order equations Differential

More information

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations

ENGI Second Order Linear ODEs Page Second Order Linear Ordinary Differential Equations ENGI 344 - Second Order Linear ODEs age -01. Second Order Linear Ordinary Differential Equations The general second order linear ordinary differential equation is of the form d y dy x Q x y Rx dx dx Of

More information

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs.

MATH 1231 MATHEMATICS 1B Calculus Section 2: - ODEs. MATH 1231 MATHEMATICS 1B 2007. For use in Dr Chris Tisdell s lectures: Tues 11 + Thur 10 in KBT Calculus Section 2: - ODEs. 1. Motivation 2. What you should already know 3. Types and orders of ODEs 4.

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

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 C0.tex /4/011 16: 3 Page 13 Chap. Second-Order Linear ODEs Chapter presents different types of second-order ODEs and the specific techniques on how to solve them. The methods are systematic, but it requires

More information

Math 2142 Homework 5 Part 1 Solutions

Math 2142 Homework 5 Part 1 Solutions Math 2142 Homework 5 Part 1 Solutions Problem 1. For the following homogeneous second order differential equations, give the general solution and the particular solution satisfying the given initial conditions.

More information

Study guide - Math 220

Study guide - Math 220 Study guide - Math 220 November 28, 2012 1 Exam I 1.1 Linear Equations An equation is linear, if in the form y + p(t)y = q(t). Introducing the integrating factor µ(t) = e p(t)dt the solutions is then in

More information

Second Order Differential Equations Lecture 6

Second Order Differential Equations Lecture 6 Second Order Differential Equations Lecture 6 Dibyajyoti Deb 6.1. Outline of Lecture Repeated Roots; Reduction of Order Nonhomogeneous Equations; Method of Undetermined Coefficients Variation of Parameters

More information

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik

AMATH 351 Mar 15, 2013 FINAL REVIEW. Instructor: Jiri Najemnik AMATH 351 Mar 15, 013 FINAL REVIEW Instructor: Jiri Najemni ABOUT GRADES Scores I have so far will be posted on the website today sorted by the student number HW4 & Exam will be added early next wee Let

More information

Review for Exam 2. Review for Exam 2.

Review for Exam 2. Review for Exam 2. Review for Exam 2. 5 or 6 problems. No multiple choice questions. No notes, no books, no calculators. Problems similar to homeworks. Exam covers: Regular-singular points (5.5). Euler differential equation

More information

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm

Differential Equations 2280 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 2015 at 12:50pm Differential Equations 228 Sample Midterm Exam 3 with Solutions Exam Date: 24 April 25 at 2:5pm Instructions: This in-class exam is 5 minutes. No calculators, notes, tables or books. No answer check is

More information

1 Differential Equations

1 Differential Equations Reading [Simon], Chapter 24, p. 633-657. 1 Differential Equations 1.1 Definition and Examples A differential equation is an equation involving an unknown function (say y = y(t)) and one or more of its

More information

Physics 351 Monday, January 22, 2018

Physics 351 Monday, January 22, 2018 Physics 351 Monday, January 22, 2018 Phys 351 Work on this while you wait for your classmates to arrive: Show that the moment of inertia of a uniform solid sphere rotating about a diameter is I = 2 5 MR2.

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

) 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

Ordinary Differential Equations (ODEs)

Ordinary Differential Equations (ODEs) Chapter 13 Ordinary Differential Equations (ODEs) We briefly review how to solve some of the most standard ODEs. 13.1 First Order Equations 13.1.1 Separable Equations A first-order ordinary differential

More information

Advanced Eng. Mathematics

Advanced Eng. Mathematics Koya University Faculty of Engineering Petroleum Engineering Department Advanced Eng. Mathematics Lecture 6 Prepared by: Haval Hawez E-mail: haval.hawez@koyauniversity.org 1 Second Order Linear Ordinary

More information

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π

Fourier transforms. c n e inπx. f (x) = Write same thing in an equivalent form, using n = 1, f (x) = l π Fourier transforms We can imagine our periodic function having periodicity taken to the limits ± In this case, the function f (x) is not necessarily periodic, but we can still use Fourier transforms (related

More information

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t.

Calculus IV - HW 3. Due 7/ Give the general solution to the following differential equations: y = c 1 e 5t + c 2 e 5t. y = c 1 e 2t + c 2 e 4t. Calculus IV - HW 3 Due 7/13 Section 3.1 1. Give the general solution to the following differential equations: a y 25y = 0 Solution: The characteristic equation is r 2 25 = r 5r + 5. It follows that the

More information

0.1 Problems to solve

0.1 Problems to solve 0.1 Problems to solve Homework Set No. NEEP 547 Due September 0, 013 DLH Nonlinear Eqs. reducible to first order: 1. 5pts) Find the general solution to the differential equation: y = [ 1 + y ) ] 3/. 5pts)

More information

Homogeneous Equations with Constant Coefficients

Homogeneous Equations with Constant Coefficients Homogeneous Equations with Constant Coefficients MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 General Second Order ODE Second order ODEs have the form

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

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية

كلية العلوم قسم الرياضيات المعادالت التفاضلية العادية الجامعة اإلسالمية كلية العلوم غزة قسم الرياضيات المعادالت التفاضلية العادية Elementary differential equations and boundary value problems المحاضرون أ.د. رائد صالحة د. فاتن أبو شوقة 1 3 4 5 6 بسم هللا

More information

Lecture 9. Systems of Two First Order Linear ODEs

Lecture 9. Systems of Two First Order Linear ODEs Math 245 - Mathematics of Physics and Engineering I Lecture 9. Systems of Two First Order Linear ODEs January 30, 2012 Konstantin Zuev (USC) Math 245, Lecture 9 January 30, 2012 1 / 15 Agenda General Form

More information

Damped Harmonic Oscillator

Damped Harmonic Oscillator Damped Harmonic Oscillator Wednesday, 23 October 213 A simple harmonic oscillator subject to linear damping may oscillate with exponential decay, or it may decay biexponentially without oscillating, or

More information

MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients

MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients MATH 312 Section 4.3: Homogeneous Linear Equations with Constant Coefficients Prof. Jonathan Duncan Walla Walla College Spring Quarter, 2007 Outline 1 Getting Started 2 Second Order Equations Two Real

More information

c 1 = y 0, c 2 = 1 2 y 1. Therefore the solution to the general initial-value problem is y(t) = y 0 cos(2t)+y sin(2t).

c 1 = y 0, c 2 = 1 2 y 1. Therefore the solution to the general initial-value problem is y(t) = y 0 cos(2t)+y sin(2t). Solutions to Second In-Class Exam Math 246, Professor David Levermore Tuesday, 29 October 2 ( [4] Give the interval of definition for the solution of the initial-value problem u t u + cos(5t 6+t u = et

More information

3.3. SYSTEMS OF ODES 1. y 0 " 2y" y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0.

3.3. SYSTEMS OF ODES 1. y 0  2y y 0 + 2y = x1. x2 x3. x = y(t) = c 1 e t + c 2 e t + c 3 e 2t. _x = A x + f; x(0) = x 0. .. SYSTEMS OF ODES. Systems of ODEs MATH 94 FALL 98 PRELIM # 94FA8PQ.tex.. a) Convert the third order dierential equation into a rst oder system _x = A x, with y " y" y + y = x = @ x x x b) The equation

More information

Linear algebra and differential equations (Math 54): Lecture 20

Linear algebra and differential equations (Math 54): Lecture 20 Linear algebra and differential equations (Math 54): Lecture 20 Vivek Shende April 7, 2016 Hello and welcome to class! Last time We started discussing differential equations. We found a complete set of

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

B Ordinary Differential Equations Review

B Ordinary Differential Equations Review B Ordinary Differential Equations Review The profound study of nature is the most fertile source of mathematical discoveries. - Joseph Fourier (1768-1830) B.1 First Order Differential Equations Before

More information

Math 256: Applied Differential Equations: Final Review

Math 256: Applied Differential Equations: Final Review Math 256: Applied Differential Equations: Final Review Chapter 1: Introduction, Sec 1.1, 1.2, 1.3 (a) Differential Equation, Mathematical Model (b) Direction (Slope) Field, Equilibrium Solution (c) Rate

More information

L = 1 2 a(q) q2 V (q).

L = 1 2 a(q) q2 V (q). Physics 3550, Fall 2011 Motion near equilibrium - Small Oscillations Relevant Sections in Text: 5.1 5.6 Motion near equilibrium 1 degree of freedom One of the most important situations in physics is motion

More information

Chapter 3 Higher Order Linear ODEs

Chapter 3 Higher Order Linear ODEs Chapter 3 Higher Order Linear ODEs Advanced Engineering Mathematics Wei-Ta Chu National Chung Cheng University wtchu@cs.ccu.edu.tw 1 2 3.1 Homogeneous Linear ODEs 3 Homogeneous Linear ODEs An ODE is of

More information

APPM 2360: Midterm 3 July 12, 2013.

APPM 2360: Midterm 3 July 12, 2013. APPM 2360: Midterm 3 July 12, 2013. ON THE FRONT OF YOUR BLUEBOOK write: (1) your name, (2) your instructor s name, (3) your recitation section number and (4) a grading table. Text books, class notes,

More information

MA22S3 Summary Sheet: Ordinary Differential Equations

MA22S3 Summary Sheet: Ordinary Differential Equations MA22S3 Summary Sheet: Ordinary Differential Equations December 14, 2017 Kreyszig s textbook is a suitable guide for this part of the module. Contents 1 Terminology 1 2 First order separable 2 2.1 Separable

More information

CLTI Differential Equations (3A) Young Won Lim 6/4/15

CLTI Differential Equations (3A) Young Won Lim 6/4/15 CLTI Differential Equations (3A) Copyright (c) 2011-2015 Young W. Lim. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version

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

2. Second-order Linear Ordinary Differential Equations

2. Second-order Linear Ordinary Differential Equations Advanced Engineering Mathematics 2. Second-order Linear ODEs 1 2. Second-order Linear Ordinary Differential Equations 2.1 Homogeneous linear ODEs 2.2 Homogeneous linear ODEs with constant coefficients

More information

June 2011 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations

June 2011 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations June 20 PURDUE UNIVERSITY Study Guide for the Credit Exam in (MA 262) Linear Algebra and Differential Equations The topics covered in this exam can be found in An introduction to differential equations

More information

Higher Order Linear ODEs

Higher Order Linear ODEs im03.qxd 9/21/05 11:04 AM Page 59 CHAPTER 3 Higher Order Linear ODEs This chapter is new. Its material is a rearranged and somewhat extended version of material previously contained in some of the sections

More information

The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d

The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d Solving ODEs using Fourier Transforms The formulas for derivatives are particularly useful because they reduce ODEs to algebraic expressions. Consider the following ODE d 2 dx + p d 2 dx + q f (x) R(x)

More information

A( x) B( x) C( x) y( x) 0, A( x) 0

A( x) B( x) C( x) y( x) 0, A( x) 0 3.1 Lexicon Revisited The nonhomogeneous nd Order ODE has the form: d y dy A( x) B( x) C( x) y( x) F( x), A( x) dx dx The homogeneous nd Order ODE has the form: d y dy A( x) B( x) C( x) y( x), A( x) dx

More information

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition

µ = e R p(t)dt where C is an arbitrary constant. In the presence of an initial value condition MATH 3860 REVIEW FOR FINAL EXAM The final exam will be comprehensive. It will cover materials from the following sections: 1.1-1.3; 2.1-2.2;2.4-2.6;3.1-3.7; 4.1-4.3;6.1-6.6; 7.1; 7.4-7.6; 7.8. The following

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

Math 54. Selected Solutions for Week 10

Math 54. Selected Solutions for Week 10 Math 54. Selected Solutions for Week 10 Section 4.1 (Page 399) 9. Find a synchronous solution of the form A cos Ωt+B sin Ωt to the given forced oscillator equation using the method of Example 4 to solve

More information

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide

MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide MATH 4B Differential Equations, Fall 2016 Final Exam Study Guide GENERAL INFORMATION AND FINAL EXAM RULES The exam will have a duration of 3 hours. No extra time will be given. Failing to submit your solutions

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