Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1

Size: px
Start display at page:

Download "Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 1"

Transcription

1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page Questions Example (3.6.) Find a particular solution of the differential equation y 5y + 6y = 2e t. Check your answer using Example (3.6.4) Find a particular solution of the differential equation 4y 4y + y = 6e t/2. Check your answer using Example (3.6.3) Verify that y (t) = t 2 and y 2 (t) = t are solutions of the corresponding homogeneous differential equation for t 2 y 2y = 3t 2 for t > 0. Then find a particular solution of the nonhomogeneous differential equation. Solutions Example (3.6.) Find a particular solution of the differential equation y 5y + 6y = 2e t. Check your answer using This is a nonhomogeneous constant coefficient equation. We first solve the associated homogeneous differential equation: y 5y + 6y = 0 Since this is a constant coefficient differential equation, we assume the solution looks like y = e rt. Then: y = e rt, y = re rt, y = r 2 e rt. y 5y + 6y = 0 (r 2 5r + 6)e rt = 0 r 2 5r + 6 = 0 characteristic equation (r 3)(r 2) = 0 The roots of the characteristic equation are r = 3 and r 2 = 2. A fundamental set of solutions to the associated homogeneous equation is y (t) = e 3t and y 2 (t) = e 2t. The complementary solution is therefore y c (t) = c i y i (t) = c e 3t + c 2 e 2t. To find a particular solution, we assume a solution looks similar to the complementary solution, only with functions which we need to determine instead of constants (hence the name, variation of parameters): Y (t) = µ i (t)y i (t) = µ (t)e 3t + µ 2 (t)e 2t. Now differentiate: Y (t) = µ (t)e 3t + 3µ (t)e 3t + µ 2(t)e 2t + 2µ 2 (t)e 2t = 3µ (t)e 3t + 2µ 2 (t)e 2t. where we have introduced the condition: µ (t)e 3t + µ 2(t)e 2t = 0. () Differentiate again: Y (t) = 3µ (t)e 3t + 2µ 2(t)e 2t + 9µ (t)e 3t + 4µ 2 (t)e 2t.

2 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 2 y 5y + 6y = 2e t 3µ (t)e 3t + 2µ 2(t)e 2t + 9µ (t)e 3t + 4µ 2 (t)e 2t 5(3µ (t)e 3t + 2µ 2 (t)e 2t ) + 6(µ (t)e 3t + µ 2 (t)e 2t ) = 2e t 3µ (t)e 3t + 2µ 2(t)e 2t = 2e t (2) All the terms without derivatives of the µ i (t) should drop out at this stage; if they don t check your work! We have the two equations (Eq. (??) and (??)) in two unknowns: µ (t)e 3t + µ 2(t)e 2t = 0 3µ (t)e 3t + 2µ 2(t)e 2t = 2e t Solve using Cramer s rule: 0 e 2t µ 2e t 2e 2t (t) = e 3t e 2t 3e 3t 2e 2t = 2e3t e 5t = +2e 2t, so we can solve this differential equation for µ (t): µ (t) = 2e 2t dµ (t) = 2 e 2t dt µ (t) = e 2t + k = e 2t set the constant to zero since we are interested in any particular solution Similarly, for µ 2 (t) we find: e 3t 0 µ 3e 3t 2e t 2(t) = e 3t e 2t 3e 3t 2e 2t = 2e4t e 5t = 2e t, so we can solve this differential equation for µ 2(t): µ 2(t) = 2e t dµ 2 (t) = 2 e t dt µ 2 (t) = 2e t + k 2 = 2e t set the constant to zero since we are interested in any particular solution A particular solution is therefore: y p (t) = µ (t)e 3t + µ 2 (t)e 2t = e 2t e 3t + 2e t e 2t = e t. We can use the method of undetermined coefficients to check, since the form of g(t) = 2e t is one of our special forms. Initially, assume a solution of the original differential equation is Y (t) = Ae t, since g(t) is an exponential. There is no overlap with y c (t), so this will be a solution of the nonhomogeneous equation. All we need to do is substitute it in and determine the value of the constants A and B. Y (t) = Ae t Y (t) = Ae t Y (t) = Ae t

3 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 3 Substitute into the differential equation y 5y + 6y = 2e t Ae t 5Ae t + 6Ae t = 2e t 2A = 2 A = A particular solution is therefore y p (t) = Y (t) = Ae t = e t, which verifies what we found using variation of parameters. Example (3.6.4) Find a particular solution of the differential equation 4y 4y + y = 6e t/2. Check your answer using This is a nonhomogeneous constant coefficient equation. We first solve the associated homogeneous differential equation: 4y 4y + y = 0. Since this is a constant coefficient differential equation, we assume the solution looks like y = e rt. Then: y = e rt, y = re rt, y = r 2 e rt. 4y 4y + y = 0 (4r 2 4r + )e rt = 0 4r 2 4r + = 0 characteristic equation (2r )(2r ) = 0 The root of the characteristic equation is r = /2 of multiplicity two. A fundamental set of solutions to the associated homogeneous equation is y (t) = e t/2 and y 2 (t) = te t/2. The complementary solution is therefore y c (t) = c i y i (t) = c e t/2 + c 2 te t/2. To find a particular solution, we assume a solution looks similar to the complementary solution, only with functions which we need to determine instead of constants: Y (t) = µ i (t)y i (t) = µ (t)e t/2 + µ 2 (t)te t/2. Now differentiate: Y (t) = µ (t)e t/2 + µ 2(t)te t/2 + 2 µ (t)e t/2 + µ 2 (t) where we have introduced the condition: ( ) 2 tet/2 + e t/2 = ( ) 2 µ (t)e t/2 + µ 2 (t) 2 tet/2 + e t/2 µ (t)e t/2 + µ 2(t)te t/2 = 0. (3) Differentiate again: Y (t) = 2 µ (t)e t/2 + µ 2(t) ( ) 2 tet/2 + e t/2 + ( ) 4 µ (t)e t/2 + µ 2 (t) 4 tet/2 + e t/2.

4 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 4 [ 4 2 µ (t)e t/2 + µ 2(t) 4 ( ) 2 tet/2 + e t/2 [ 2 µ (t)e t/2 + µ 2 (t) + ( 4 µ (t)e t/2 + µ 2 (t) )] ( 2 tet/2 + e t/2 4y 4y + y )] = 6e t/2 4 tet/2 + e t/2 [ + µ (t)e t/2 + µ 2 (t)te t/2] = 6e t/2 2e t/2 µ + 4(e t/2 + t 2 et/2 )µ 2 = 6e t/2 (4) All the terms without derivatives of the µ i (t) should drop out at this stage; and they did! This is a good indication that our calculations are correct so far. We have the two equations (Eq. (??) and (??)) in two unknowns: µ (t) + tµ 2(t) = 0 2µ (t) + (4 + 2t)µ 2(t) = 6 Solve using Cramer s rule: 0 t µ t (t) = t t = 6t 4 = 4t, so we can solve this differential equation for µ (t): µ (t) = 4t dµ (t) = 4 t dt µ (t) = 2t 2 + k = 2t 2 set the constant to zero since we are interested in any particular solution Similarly, for µ 2 (t) we find: 0 µ 2 6 2(t) = t = 6 4 = 4, t so we can solve this differential equation for µ 2(t): µ 2(t) = 4 dµ 2 (t) = 4 dt µ 2 (t) = 4t + k 2 = 4t set the constant to zero since we are interested in any particular solution A particular solution is therefore: y p (t) = µ (t)e t/2 + µ 2 (t)te t/2 = 2t 2 e t/2 + 4tte t/2 = 2t 2 e t/2. We can use the method of undetermined coefficients to check, since the form of g(t) = 6e t2 /2 is one of our special forms. I leave this to you. Example (3.6.3) Verify that y (t) = t 2 and y 2 (t) = t are solutions of the corresponding homogeneous differential equation for t 2 y 2y = 3t 2 for t > 0. Then find a particular solution of the nonhomogeneous differential equation. This is a nonhomogeneous variable coefficient equation. We will learn how to solve variable coefficient differential equations using series solutions in Chapter 5. All we need to do is verify that the given functions are solutions.

5 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 5 Substitute y into the differential equation: y = t 2 y = 2t y = 2 t 2 y 2y = t 2 (2) 2(t 2 ) = 0 (5) Therefore, y solves the associated homogeneous differential equation. Substitute y 2 into the differential equation: y 2 = t y 2 = t 2 y 2 = 2t 3 t 2 y 2y = t 2 (2t 3 ) 2(t ) = 0 (6) Therefore, y 2 solves the associated homogeneous differential equation. The complementary solution is therefore y c (t) = c i y i (t) = c t 2 + c 2 t. To find a particular solution, we assume a solution looks similar to the complementary solution, only with functions which we need to determine instead of constants: Y (t) = µ i (t)y i (t) = µ (t)t 2 + µ 2 (t)t. Now differentiate: Y (t) = µ (t)t 2 + µ 2(t)t + 2µ (t)t µ 2 (t)t 2 = 2µ (t)t µ 2 (t)t 2 where we have introduced the condition: µ (t)t 2 + µ 2(t)t = 0. (7) Differentiate again: Y (t) = 2µ (t)t µ 2(t)t 2 + 2µ (t) + 2µ 2 (t)t 3 t 2 y 2y = 3t 2 t 2 [ 2µ (t)t µ 2(t)t 2 + 2µ (t) + 2µ 2 (t)t 3] 2 [ µ (t)t 2 + µ 2 (t)t ] = 3t 2 2t 3 µ µ 2 = 3t 2 (8) We have the two equations (Eq. (??) and (??)) in two unknowns: 2t 3 µ µ 2 = 3t 2 µ (t)t 2 + µ 2(t)t = 0

6 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 6 Solve using Cramer s rule: 3t2 µ 0 t (t) = 2t3 t 2 t = 3t t 2t 2 + t 2 = t 3 t 3, so we can solve this differential equation for µ (t): µ (t) = t 3 t 3 dµ (t) = (t 3 ) t 3 dt µ (t) = ln t + t k = ln t + t 2 6 Where we set the constant k to zero since we are interested in any particular solution and there is no absolute value in logarithm since x > 0. Similarly, for µ 2 (t) we find: 2t3 3t 2 µ t 2 0 2(t) = 2t3 t 2 t = 3t4 + t 2 2t 2 + t 2 = t 2 + 3, so we can solve this differential equation for µ 2(t): µ 2(t) = t 2 + ( 3 dµ 2 (t) = t 2 + ) dt 3 µ 2 (t) = t3 3 + t 3 + k 2 = t3 3 + t 3 A particular solution is therefore: ) ( y p (t) = µ (t)t 2 + µ 2 (t)t = (ln t + t 2 t 2 + t t ) t = t 2 ln t t2 3. Note that t 2 /3 = cy (t) is actually a solution of the homogeneous equation. A simpler particular solution is therefore y p (t) = t 2 ln t + 2. We could use the method of undetermined coefficients to check, since the form of g(t) = 3t 2 is one of our special forms.

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Undetermined Coefficients Page 1 Questions Example (3.5.3) Find a general solution of the differential equation y 2y 3y = 3te

More information

A First Course in Elementary Differential Equations: Problems and Solutions. Marcel B. Finan Arkansas Tech University c All Rights Reserved

A First Course in Elementary Differential Equations: Problems and Solutions. Marcel B. Finan Arkansas Tech University c All Rights Reserved A First Course in Elementary Differential Equations: Problems and Solutions Marcel B. Finan Arkansas Tech University c All Rights Reserved 1 4 The Method of Variation of Parameters Problem 4.1 Solve y

More information

Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case

Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case Nonhomogeneous Linear Equations: Variation of Parameters Professor David Levermore 17 October 2004 We now return to the discussion of the general case L(t)y = a 0 (t)y + a 1 (t)y + a 2 (t)y = b(t). (1.1)

More information

4. Higher Order Linear DEs

4. Higher Order Linear DEs 4. Higher Order Linear DEs Department of Mathematics & Statistics ASU Outline of Chapter 4 1 General Theory of nth Order Linear Equations 2 Homogeneous Equations with Constant Coecients 3 The Method of

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

Nonhomogeneous Equations and Variation of Parameters

Nonhomogeneous Equations and Variation of Parameters Nonhomogeneous Equations Variation of Parameters June 17, 2016 1 Nonhomogeneous Equations 1.1 Review of First Order Equations If we look at a first order homogeneous constant coefficient ordinary differential

More information

GUIDELINES FOR THE METHOD OF UNDETERMINED COEFFICIENTS

GUIDELINES FOR THE METHOD OF UNDETERMINED COEFFICIENTS GUIDELINES FOR THE METHOD OF UNDETERMINED COEFFICIENTS Given a constant coefficient linear differential equation a + by + cy = g(t), where g is an exponential, a simple sinusoidal function, a polynomial,

More information

Solutions to Homework 3

Solutions to Homework 3 Solutions to Homework 3 Section 3.4, Repeated Roots; Reduction of Order Q 1). Find the general solution to 2y + y = 0. Answer: The charactertic equation : r 2 2r + 1 = 0, solving it we get r = 1 as a repeated

More information

MATH 23 Exam 2 Review Solutions

MATH 23 Exam 2 Review Solutions MATH 23 Exam 2 Review Solutions Problem 1. Use the method of reduction of order to find a second solution of the given differential equation x 2 y (x 0.1875)y = 0, x > 0, y 1 (x) = x 1/4 e 2 x Solution

More information

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy

Example. Mathematics 255: Lecture 17. Example. Example (cont d) Consider the equation. d 2 y dt 2 + dy Mathematics 255: Lecture 17 Undetermined Coefficients Dan Sloughter Furman University October 10, 2008 6y = 5e 4t. so the general solution of 0 = r 2 + r 6 = (r + 3)(r 2), 6y = 0 y(t) = c 1 e 3t + c 2

More information

Today. The geometry of homogeneous and nonhomogeneous matrix equations. Solving nonhomogeneous equations. Method of undetermined coefficients

Today. The geometry of homogeneous and nonhomogeneous matrix equations. Solving nonhomogeneous equations. Method of undetermined coefficients Today The geometry of homogeneous and nonhomogeneous matrix equations Solving nonhomogeneous equations Method of undetermined coefficients 1 Second order, linear, constant coeff, nonhomogeneous (3.5) Our

More information

MAT292 - Calculus III - Fall Solution for Term Test 2 - November 6, 2014 DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES.

MAT292 - Calculus III - Fall Solution for Term Test 2 - November 6, 2014 DO NOT WRITE ON THE QR CODE AT THE TOP OF THE PAGES. MAT9 - Calculus III - Fall 4 Solution for Term Test - November 6, 4 Time allotted: 9 minutes. Aids permitted: None. Full Name: Last First Student ID: Email: @mail.utoronto.ca Instructions DO NOT WRITE

More information

Euler-Cauchy Using Undetermined Coefficients

Euler-Cauchy Using Undetermined Coefficients Euler-Cauchy Using Undetermined Coefficients Department of Mathematics California State University, Fresno doreendl@csufresno.edu Joint Mathematics Meetings January 14, 2010 Outline 1 2 3 Second Order

More information

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t.

Jim Lambers MAT 285 Spring Semester Practice Exam 2 Solution. y(t) = 5 2 e t 1 2 e 3t. . Solve the initial value problem which factors into Jim Lambers MAT 85 Spring Semester 06-7 Practice Exam Solution y + 4y + 3y = 0, y(0) =, y (0) =. λ + 4λ + 3 = 0, (λ + )(λ + 3) = 0. Therefore, the roots

More information

The Method of Undetermined Coefficients.

The Method of Undetermined Coefficients. The Method of Undetermined Coefficients. James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University May 24, 2017 Outline 1 Annihilators 2 Finding The

More information

Higher Order Linear Equations Lecture 7

Higher Order Linear Equations Lecture 7 Higher Order Linear Equations Lecture 7 Dibyajyoti Deb 7.1. Outline of Lecture General Theory of nth Order Linear Equations. Homogeneous Equations with Constant Coefficients. 7.2. General Theory of nth

More information

Chapter 4: Higher Order Linear Equations

Chapter 4: Higher Order Linear Equations Chapter 4: Higher Order Linear Equations MATH 351 California State University, Northridge April 7, 2014 MATH 351 (Differential Equations) Ch 4 April 7, 2014 1 / 11 Sec. 4.1: General Theory of nth Order

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

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

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

Second-Order Linear ODEs

Second-Order Linear ODEs Second-Order Linear ODEs A second order ODE is called linear if it can be written as y + p(t)y + q(t)y = r(t). (0.1) It is called homogeneous if r(t) = 0, and nonhomogeneous otherwise. We shall assume

More information

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular

Lecture 17: Nonhomogeneous equations. 1 Undetermined coefficients method to find a particular Lecture 17: Nonhomogeneous equations 1 Undetermined coefficients method to find a particular solution The method of undetermined coefficients (sometimes referred to as the method of justicious guessing)

More information

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I February 23, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I February 23, 2017 FORM A Name: Student Number: Section: This exam has 12 questions for a total of 100 points. Show all you your work! In order to obtain full credit for partial credit

More information

17.2 Nonhomogeneous Linear Equations. 27 September 2007

17.2 Nonhomogeneous Linear Equations. 27 September 2007 17.2 Nonhomogeneous Linear Equations 27 September 2007 Nonhomogeneous Linear Equations The differential equation to be studied is of the form ay (x) + by (x) + cy(x) = G(x) (1) where a 0, b, c are given

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

APPM 2360 Section Exam 3 Wednesday November 19, 7:00pm 8:30pm, 2014

APPM 2360 Section Exam 3 Wednesday November 19, 7:00pm 8:30pm, 2014 APPM 2360 Section Exam 3 Wednesday November 9, 7:00pm 8:30pm, 204 ON THE FRONT OF YOUR BLUEBOOK write: () your name, (2) your student ID number, (3) lecture section, (4) your instructor s name, and (5)

More information

APPM 2360: Midterm exam 3 April 19, 2017

APPM 2360: Midterm exam 3 April 19, 2017 APPM 36: Midterm exam 3 April 19, 17 On the front of your Bluebook write: (1) your name, () your instructor s name, (3) your lecture section number and (4) a grading table. Text books, class notes, cell

More information

MATH 308 Differential Equations

MATH 308 Differential Equations MATH 308 Differential Equations Summer, 2014, SET 5 JoungDong Kim Set 5: Section 3.1, 3.2 Chapter 3. Second Order Linear Equations. Section 3.1 Homogeneous Equations with Constant Coefficients. In this

More information

20D - Homework Assignment 4

20D - Homework Assignment 4 Brian Bowers (TA for Hui Sun) MATH 0D Homework Assignment November, 03 0D - Homework Assignment First, I will give a brief overview of how to use variation of parameters. () Ensure that the differential

More information

1 Solution to Homework 4

1 Solution to Homework 4 Solution to Homework Section. 5. The characteristic equation is r r + = (r )(r ) = 0 r = or r =. y(t) = c e t + c e t y = c e t + c e t. y(0) =, y (0) = c + c =, c + c = c =, c =. To find the maximum value

More information

First and Second Order Differential Equations Lecture 4

First and Second Order Differential Equations Lecture 4 First and Second Order Differential Equations Lecture 4 Dibyajyoti Deb 4.1. Outline of Lecture The Existence and the Uniqueness Theorem Homogeneous Equations with Constant Coefficients 4.2. The Existence

More information

Ordinary differential equations

Ordinary differential equations Class 7 Today s topics The nonhomogeneous equation Resonance u + pu + qu = g(t). The nonhomogeneous second order linear equation This is the nonhomogeneous second order linear equation u + pu + qu = g(t).

More information

Math 266 Midterm Exam 2

Math 266 Midterm Exam 2 Math 266 Midterm Exam 2 March 2st 26 Name: Ground Rules. Calculator is NOT allowed. 2. Show your work for every problem unless otherwise stated (partial credits are available). 3. You may use one 4-by-6

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

Lecture 2. Classification of Differential Equations and Method of Integrating Factors

Lecture 2. Classification of Differential Equations and Method of Integrating Factors Math 245 - Mathematics of Physics and Engineering I Lecture 2. Classification of Differential Equations and Method of Integrating Factors January 11, 2012 Konstantin Zuev (USC) Math 245, Lecture 2 January

More information

Second Order Linear Equations

Second Order Linear Equations October 13, 2016 1 Second And Higher Order Linear Equations In first part of this chapter, we consider second order linear ordinary linear equations, i.e., a differential equation of the form L[y] = d

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

Non-homogeneous equations (Sect. 3.6).

Non-homogeneous equations (Sect. 3.6). Non-homogeneous equations (Sect. 3.6). We study: y + p(t) y + q(t) y = f (t). Method of variation of parameters. Using the method in an example. The proof of the variation of parameter method. Using the

More information

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review

= 2e t e 2t + ( e 2t )e 3t = 2e t e t = e t. Math 20D Final Review Math D Final Review. Solve the differential equation in two ways, first using variation of parameters and then using undetermined coefficients: Corresponding homogenous equation: with characteristic equation

More information

Math 216 Second Midterm 16 November, 2017

Math 216 Second Midterm 16 November, 2017 Math 216 Second Midterm 16 November, 2017 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material

More information

Section 4.7: Variable-Coefficient Equations

Section 4.7: Variable-Coefficient Equations Cauchy-Euler Equations Section 4.7: Variable-Coefficient Equations Before concluding our study of second-order linear DE s, let us summarize what we ve done. In Sections 4.2 and 4.3 we showed how to find

More information

Chapter 2. Linear Differential Equation of Second (or Higher) Order

Chapter 2. Linear Differential Equation of Second (or Higher) Order Chapter 2. Linear Differential Equation of Second (or Higher) Order Contents: Homogeneous Linear Equations of Second Order (Section 2.1) Second-Order Homogeneous Linear Equation with Constant Coefficients

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

Diff. Eq. App.( ) Midterm 1 Solutions

Diff. Eq. App.( ) Midterm 1 Solutions Diff. Eq. App.(110.302) Midterm 1 Solutions Johns Hopkins University February 28, 2011 Problem 1.[3 15 = 45 points] Solve the following differential equations. (Hint: Identify the types of the equations

More information

Electrical Circuits (2)

Electrical Circuits (2) Electrical Circuits (2) Lecture 7 Transient Analysis Dr.Eng. Basem ElHalawany Extra Reference for this Lecture Chapter 16 Schaum's Outline Of Theory And Problems Of Electric Circuits https://archive.org/details/theoryandproblemsofelectriccircuits

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

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

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

More information

Math K (24564) - Homework Solutions 02

Math K (24564) - Homework Solutions 02 Math 39100 K (24564) - Homework Solutions 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Reduction of Order, B & D Chapter 3, p. 174 Constant Coefficient

More information

Math 308 Week 8 Solutions

Math 308 Week 8 Solutions Math 38 Week 8 Solutions There is a solution manual to Chapter 4 online: www.pearsoncustom.com/tamu math/. This online solutions manual contains solutions to some of the suggested problems. Here are solutions

More information

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients

Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Nonhomogeneous Linear Differential Equations with Constant Coefficients - (3.4) Method of Undetermined Coefficients Consider an nth-order nonhomogeneous linear differential equation with constant coefficients:

More information

Name: Solutions Final Exam

Name: Solutions Final Exam Instructions. Answer each of the questions on your own paper. Put your name on each page of your paper. Be sure to show your work so that partial credit can be adequately assessed. Credit will not be given

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

Selected Solutions: 3.5 (Undetermined Coefficients)

Selected Solutions: 3.5 (Undetermined Coefficients) Selected Solutions: 3.5 (Undetermined Coefficients) In Exercises 1-10, we want to apply the ideas from the table to specific DEs, and solve for the coefficients as well. If you prefer, you might start

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

Math53: Ordinary Differential Equations Autumn 2004

Math53: Ordinary Differential Equations Autumn 2004 Math53: Ordinary Differential Equations Autumn 2004 Unit 2 Summary Second- and Higher-Order Ordinary Differential Equations Extremely Important: Euler s formula Very Important: finding solutions to linear

More information

MAE 82 Engineering Mathematics

MAE 82 Engineering Mathematics Class otes : First Order Differential Equation on Linear AE 8 Engineering athematics Universe on Linear umerical Linearization on Linear Special Cases Analtical o General Solution Linear Analtical General

More information

dt 2 roots r = 1 and r =,1, thus the solution is a linear combination of e t and e,t. conditions. We havey(0) = c 1 + c 2 =5=4 and dy (0) = c 1 + c

dt 2 roots r = 1 and r =,1, thus the solution is a linear combination of e t and e,t. conditions. We havey(0) = c 1 + c 2 =5=4 and dy (0) = c 1 + c MAE 305 Assignment #3 Solutions Problem 9, Page 8 The characteristic equation for d y,y =0isr, = 0. This has two distinct roots r = and r =,, thus the solution is a linear combination of e t and e,t. That

More information

Math 201 Lecture 08 Undetermined Coefficients

Math 201 Lecture 08 Undetermined Coefficients Math 201 Lecture 08 Undetermined Coefficients Jan. 25, 2012 Many examples here are taken from the textbook. The first number in () refers to the problem number in the UA Custom edition, the second number

More information

Section 2.4 Linear Equations

Section 2.4 Linear Equations Section 2.4 Linear Equations Key Terms: Linear equation Homogeneous linear equation Nonhomogeneous (inhomogeneous) linear equation Integrating factor General solution Variation of parameters A first-order

More information

Review. To solve ay + by + cy = 0 we consider the characteristic equation. aλ 2 + bλ + c = 0.

Review. To solve ay + by + cy = 0 we consider the characteristic equation. aλ 2 + bλ + c = 0. Review To solve ay + by + cy = 0 we consider the characteristic equation aλ 2 + bλ + c = 0. If λ is a solution of the characteristic equation then e λt is a solution of the differential equation. if there

More information

Homework Solutions:

Homework Solutions: Homework Solutions: 1.1-1.3 Section 1.1: 1. Problems 1, 3, 5 In these problems, we want to compare and contrast the direction fields for the given (autonomous) differential equations of the form y = ay

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

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

3.5 Undetermined Coefficients

3.5 Undetermined Coefficients 3.5. UNDETERMINED COEFFICIENTS 153 11. t 2 y + ty + 4y = 0, y(1) = 3, y (1) = 4 12. t 2 y 4ty + 6y = 0, y(0) = 1, y (0) = 1 3.5 Undetermined Coefficients In this section and the next we consider the nonhomogeneous

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

144 Chapter 3. Second Order Linear Equations

144 Chapter 3. Second Order Linear Equations 144 Chapter 3. Second Order Linear Equations PROBLEMS In each of Problems 1 through 8 find the general solution of the given differential equation. 1. y + 2y 3y = 0 2. y + 3y + 2y = 0 3. 6y y y = 0 4.

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

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

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH *

UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH * 4.4 UNDETERMINED COEFFICIENTS SUPERPOSITION APPROACH 19 Discussion Problems 59. Two roots of a cubic auxiliary equation with real coeffi cients are m 1 1 and m i. What is the corresponding homogeneous

More information

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22]

HW2 Solutions. MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] HW2 Solutions MATH 20D Fall 2013 Prof: Sun Hui TA: Zezhou Zhang (David) October 14, 2013 Checklist: Section 2.6: 1, 3, 6, 8, 10, 15, [20, 22] Section 3.1: 1, 2, 3, 9, 16, 18, 20, 23 Section 3.2: 1, 2,

More information

Math K (24564) - Lectures 02

Math K (24564) - Lectures 02 Math 39100 K (24564) - Lectures 02 Ethan Akin Office: NAC 6/287 Phone: 650-5136 Email: ethanakin@earthlink.net Spring, 2018 Contents Second Order Linear Equations, B & D Chapter 4 Second Order Linear Homogeneous

More information

Logarithmic and Exponential Equations and Change-of-Base

Logarithmic and Exponential Equations and Change-of-Base Logarithmic and Exponential Equations and Change-of-Base MATH 101 College Algebra J. Robert Buchanan Department of Mathematics Summer 2012 Objectives In this lesson we will learn to solve exponential equations

More information

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5

we get y 2 5y = x + e x + C: From the initial condition y(0) = 1, we get 1 5 = 0+1+C; so that C = 5. Completing the square to solve y 2 5y = x + e x 5 Math 24 Final Exam Solution 17 December 1999 1. Find the general solution to the differential equation ty 0 +2y = sin t. Solution: Rewriting the equation in the form (for t 6= 0),we find that y 0 + 2 t

More information

Higher Order Linear Equations

Higher Order Linear Equations C H A P T E R 4 Higher Order Linear Equations 4.1 1. The differential equation is in standard form. Its coefficients, as well as the function g(t) = t, are continuous everywhere. Hence solutions are valid

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

M343 Homework 6. Enrique Areyan May 31, 2013

M343 Homework 6. Enrique Areyan May 31, 2013 M343 Homework 6 Enrique Areyan May 31, 013 Section 3.5. + y + 5y = 3sin(t). The general solution is given by: y h : Characteristic equation: r + r + 5 = 0 r = 1 ± i. The solution in this case is: y h =

More information

First Order Linear Ordinary Differential Equations

First Order Linear Ordinary Differential Equations First Order Linear Ordinary Differential Equations The most general first order linear ODE is an equation of the form p t dy dt q t y t f t. 1 Herepqarecalledcoefficients f is referred to as the forcing

More information

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section:

MATH 251 Examination I October 5, 2017 FORM A. Name: Student Number: Section: MATH 251 Examination I October 5, 2017 FORM A Name: Student Number: Section: This exam has 13 questions for a total of 100 points. Show all your work! In order to obtain full credit for partial credit

More information

Answer Key b c d e. 14. b c d e. 15. a b c e. 16. a b c e. 17. a b c d. 18. a b c e. 19. a b d e. 20. a b c e. 21. a c d e. 22.

Answer Key b c d e. 14. b c d e. 15. a b c e. 16. a b c e. 17. a b c d. 18. a b c e. 19. a b d e. 20. a b c e. 21. a c d e. 22. Math 20580 Answer Key 1 Your Name: Final Exam May 8, 2007 Instructor s name: Record your answers to the multiple choice problems by placing an through one letter for each problem on this answer sheet.

More information

New Technique For Solving System of First Order Linear Differential Equations

New Technique For Solving System of First Order Linear Differential Equations Applied Mathematical Sciences, Vol. 6, 2012, no. 64, 3177-3183 New Technique For Solving System of First Order Linear Differential Equations Karwan H. F. Jwamer and Aram M. Rashid University of Sulaimani

More information

Homework #3 Solutions

Homework #3 Solutions Homework #3 Solutions Math 82, Spring 204 Instructor: Dr. Doreen De eon Exercises 2.2: 2, 3 2. Write down the heat equation (homogeneous) which corresponds to the given data. (Throughout, heat is measured

More information

Ma 227 Review for Systems of DEs

Ma 227 Review for Systems of DEs Ma 7 Review for Systems of DEs Matrices Basic Properties Addition and subtraction: Let A a ij mn and B b ij mn.then A B a ij b ij mn 3 A 6 B 6 4 7 6 A B 6 4 3 7 6 6 7 3 Scaler Multiplication: Let k be

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

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS IV: Variable Coefficient Nonhomogeneous Case David Levermore Department of Mathematics University of Maryland 15 March 2009 Because the presentation

More information

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients?

1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? 1. Why don t we have to worry about absolute values in the general form for first order differential equations with constant coefficients? Let y = ay b with y(0) = y 0 We can solve this as follows y =

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

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3.

Solutions to Homework 5, Introduction to Differential Equations, 3450: , Dr. Montero, Spring y 4y = 48t 3. Solutions to Homework 5, Introduction to Differential Equations, 3450:335-003, Dr. Montero, Spring 2009 Problem 1. Find a particular solution to the differential equation 4y = 48t 3. Solution: First we

More information

4.317 d 4 y. 4 dx d 2 y dy. 20. dt d 2 x. 21. y 3y 3y y y 6y 12y 8y y (4) y y y (4) 2y y 0. d 4 y 26.

4.317 d 4 y. 4 dx d 2 y dy. 20. dt d 2 x. 21. y 3y 3y y y 6y 12y 8y y (4) y y y (4) 2y y 0. d 4 y 26. 38 CHAPTER 4 HIGHER-ORDER DIFFERENTIAL EQUATIONS sstems are also able, b means of their dsolve commands, to provide eplicit solutions of homogeneous linear constant-coefficient differential equations.

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

Math 216 Second Midterm 19 March, 2018

Math 216 Second Midterm 19 March, 2018 Math 26 Second Midterm 9 March, 28 This sample exam is provided to serve as one component of your studying for this exam in this course. Please note that it is not guaranteed to cover the material that

More information

MATH 24 EXAM 3 SOLUTIONS

MATH 24 EXAM 3 SOLUTIONS MATH 4 EXAM 3 S Consider the equation y + ω y = cosω t (a) Find the general solution of the homogeneous equation (b) Find the particular solution of the non-homogeneous equation using the method of Undetermined

More information

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko

Homework 9 - Solutions. Math 2177, Lecturer: Alena Erchenko Homework 9 - Solutions Math 2177, Lecturer: Alena Erchenko 1. Classify the following differential equations (order, determine if it is linear or nonlinear, if it is linear, then determine if it is homogeneous

More information

Section 6.4 DEs with Discontinuous Forcing Functions

Section 6.4 DEs with Discontinuous Forcing Functions Section 6.4 DEs with Discontinuous Forcing Functions Key terms/ideas: Discontinuous forcing function in nd order linear IVPs Application of Laplace transforms Comparison to viewing the problem s solution

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

Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test Find the radius of convergence of the power series

Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test Find the radius of convergence of the power series Elementary Differential Equations, Section 2 Prof. Loftin: Practice Test Problems for Test 2 SOLUTIONS 1. Find the radius of convergence of the power series Show your work. x + x2 2 + x3 3 + x4 4 + + xn

More information

Partial proof: y = ϕ 1 (t) is a solution to y + p(t)y = 0 implies. Thus y = cϕ 1 (t) is a solution to y + p(t)y = 0 since

Partial proof: y = ϕ 1 (t) is a solution to y + p(t)y = 0 implies. Thus y = cϕ 1 (t) is a solution to y + p(t)y = 0 since Existence and Uniqueness for LINEAR DEs. Homogeneous: y (n) + p 1 (t)y (n 1) +...p n 1 (t)y + p n (t)y = 0 Non-homogeneous: g(t) 0 y (n) + p 1 (t)y (n 1) +...p n 1 (t)y + p n (t)y = g(t) 1st order LINEAR

More information

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space.

Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. 10 VECTOR FUNCTIONS VECTOR FUNCTIONS Later in this chapter, we are going to use vector functions to describe the motion of planets and other objects through space. Here, we prepare the way by developing

More information

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2

Form A. 1. Which of the following is a second-order, linear, homogenous differential equation? 2 Form A Math 4 Common Part of Final Exam December 6, 996 INSTRUCTIONS: Please enter your NAME, ID NUMBER, FORM designation, and INDEX NUMBER on your op scan sheet. The index number should be written in

More information

PROBLEMS In each of Problems 1 through 12:

PROBLEMS In each of Problems 1 through 12: 6.5 Impulse Functions 33 which is the formal solution of the given problem. It is also possible to write y in the form 0, t < 5, y = 5 e (t 5/ sin 5 (t 5, t 5. ( The graph of Eq. ( is shown in Figure 6.5.3.

More information

Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC

Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC Math 215/255: Elementary Differential Equations I Harish N Dixit, Department of Mathematics, UBC First Order Equations Linear Equations y + p(x)y = q(x) Write the equation in the standard form, Calculate

More information