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

Size: px
Start display at page:

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

Transcription

1 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) is a systematic way (almost, but not quite, like using educated guesses) to determine the general form or type of the particular solution y p (t) based on the nonhomogeneous term f(t) in the given equation. Consider the second order nonhomogeneous linear differential equation with constant coefficients: Ay +By +Cy = f(t). (1.1) The characteristic polynomial (only for the left hand side) is P(λ) = Aλ 2 +Bλ+C. (1.2) Assume P(λ) = 0 has two roots λ 1,2. Fordifferent formsofright handside f(t), wehave different guesses forthesolutions. 1. If f(t) is a polynomial in t, then y(t) is also a polynomial in t (same degree). 2. If f(t) = Acosωt+Bsinωt, then y(t) = M cosωt+n sinωt. 3. If f(t) = e st, then y(t) = Ye st. However, if P(s) = 0, then we need to figure out the multiplicity of the root λ = s and modify the y(t) by an extra factor t. (a) If P(s) 0, then the particular solution could be y p (t) = 1 P(s) est. (1.3) (b) If P(s) = 0 with multiplicity m, then the particular solution can be chosen as y p (t) = tm P (m) (s) est. (1.4) 4. If f(t) is a sum of several functions: f(t) = f 1 (t)+f 2 (t)+ +f n (t), then we can break the equation into n parts and solve them separately. 1 Copy right reserved by Yingwei Wang

2 5. If f(t) is a product of two or more simple functions, e.g. f(t) = t 2 e 5t cos(3t), then our basic choice (before multiplying by t, if necessary) should be a product consist of the corresponding choices of the individual components of f(t). One thing to keep in mind: that there should be only as many undetermined coefficients in y p (t) as there are distinct terms (after expanding the expression and simplifying algebraically). For example, if f(t) = t 3 e 5t cos(3t) in (1.1), then the form of y p (t) must be a product of their corresponding choices: a generic degree 3 polynomial, an exponential function, and both cosine and sine. More precisely, we have (a) Correct form: y p (t) = (At 3 +Bt 2 +Ct+D)e 5t cos(3t)+(et 3 +Ft 2 +Gt+H)e 5t sin(3t). (b) Wrong form: y p (t) = (At 3 +Bt 2 +Ct+D)e 5t (cos(3t)+sin(3t)). Example 1. Find a particular solution to each of the following non-homogeneous equations: y +3y +2y = t+2, (1.5) y +3y +2y = e t, (1.6) y +3y +2y = e t, (1.7) y +3y +2y = e t +t+2. (1.8) Solution: Recall the Example 1 in Lecture note 15, characteristic polynomial is P(λ) = λ 2 +3λ+2. And the general solution to homogeneous equation y +3y +2y = 0 is y c (t) = c 1 e t +c 2 e 2t. 1. The paricular solution to (1.5) can be chosen in the form y p (t) = at+b. y p (t) = at+b, y p(t) = a, y p(t) = 0, 3a+2at+2b = t+2, 2 Copy right reserved by Yingwei Wang

3 2a = 1, 3a+2b = 2, a = 1 2, b = 1 4, y p (t) = 1 2 t Moreover, the complete solution to (1.5) is y(t) = c 1 e t +c 2 e 2t t The paricular solution to (1.6) can be chosen in the form y p (t) = ae t. y p (t) = ae t, y p (t) = aet, y p, (1+3+2)ae t = e t, a = 1 6, y p (t) = 1 6 et. Besides, y p (t) can also be obtained directly from (1.3). Moreover, the complete solution to (1.6) is y(t) = c 1 e t +c 2 e 2t et. 3. The right hand side f(t) = e t. We find that λ = 1 is one of the roots of the characteristic polynomial P(λ). Thus, paricular solution to (1.7) should be chosen in the form y p (t) = ate t. Due to (1.4), the coefficient a can be obtained by a = 1 P (λ) λ= 1 = Moreover, the complete solution to (1.7) (1.6) is 1 (2λ+3) λ= 1 = 1. y(t) = c 1 e t +c 2 e 2t +te t. 4. The paricular solution to (1.8) is the summation of the one to (1.5) and the one to (1.6), i.e., y p (t) = 1 6 et t Copy right reserved by Yingwei Wang

4 Example 2. Find a particular solution to each of the following non-homogeneous equations: y +y +y = cost, (1.9) y +y +y = tsint, (1.10) Solution: Recall the Example 4 in Lecture note 15, characteristic polynomial is P(λ) = λ 2 +λ+1. And the general solution to homogeneous equation y +y +y = 0 is ( ) ( ) 3 3 y c (t) = c 1 e t/2 cos 2 t +c 2 e t/2 sin 2 t. 1. The paricular solution to (1.9) can be chosen in the form y p (t) = Acost+Bsint. y p +y p +y p = ( A+B +A)cost+( B A+B)sint = cost, A+B +A = 1, B A+B = 0, A = 0, B = 1. It implies that y p (t) = sint and the complete solution to (1.9) is ( ) ( ) 3 3 y(t) = c 1 e t/2 cos 2 t +c 2 e t/2 sin 2 t +sint. 2. The paricular solution to (1.10) can be chosen in the following form y p (t) = (At+B)cost+(Ct+D)sint. Then the y p +y p +y p = tsint gives the following Ccost Asint+( A Ct D)sint+( At B +C)cost +(A+Ct+D)cost+( At B +C)sint+(Ct+D)sint = tsint. Mathcing the coefficients of tcost,tsint,cost,sint gives the following linear system A+C +A = 0, C A+C = 1, C B +C +A+D +B = 0, A A D B +C +D = 0. 4 Copy right reserved by Yingwei Wang

5 A = 1, C = 0, B = 2, D = 1, y p (t) = tcost+2cost. Moreover, the the complete solution to (1.10) is ( ) ( ) 3 3 y(t) = c 1 e t/2 cos 2 t +c 2 e t/2 sin 2 t tcost+2cost. See Examples 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and Figure in Chapter Variation of parameters method to find a particular solution Consider the second order, non-homogeneous, linear differential equation with variable coefficients y +p(t)y +q(t)y = f(t). (2.1) Suppose we have already known the general solution to the homogeneous equation y +p(t)y +q(t)y = 0 is y c (t) = c 1 y 1 (t)+c 2 y 2 (t). (2.2) Now we can assume that the particular solution takes the following form The first derivative of y p (t) is y p (t) = c 1 (t)y 1 (t)+c 2 (t)y 2 (t). (2.3) y p (t) = c 1y 1 +c 2y 2 +c 1 y 1 +c 2 y 2. (2.4) We assume that Then we arrive at c 1 y 1 +c 2 y 2 = 0. (2.5) y p(t) = c 1 y 1 +c 2 y 2, (2.6) y p(t) = c 1 y 1 +c 2 y 2 +c 1y 1 +c 2y 2. (2.7) 5 Copy right reserved by Yingwei Wang

6 Plugging (2.3), (2.6) and (2.7) into the equation (2.1) yields c 1 y 1 +c 2 y 2 = f(t). (2.8) Combining the (2.5) and (2.8) gives us the linear system with unknowns c 1,c 2: [ ][ ] [ ] y1 y 2 c 1 0 y 1 y 2 c =. (2.9) 2 f(t) We can use the Cramer s rule to solve c 1,c 2 from (2.9), i.e., c 1 (t) = y 2f W[y 1,y 2 ], c 2 (t) = y 1 f W[y 1,y 2 ], (2.10) where W[y 1,y 2 ] = y 1 y 2 y 1 y 2 is the Wronskian determinant defined in Lecture note 15. In short, the particular solution to the problem (2.1) is y 2 f y p (t) = y 1 (t) W[y 1,y 2 ] dt+y y 1 f 2(t) dt (2.11) W[y 1,y 2 ] Remark 2.1. If you substitute y,y,y in (2.1) by the y p,y p,y p defined by (2.3), (2.6) and (2.7), respectively, you will have many, many terms on the left hand side. Fortunately, if you use the relation (2.5) and also y 1 +p(t)y 1 +q(t)y 1 = 0,y 2 +p(t)y 2 +q(t)y 2 = 0, you will find that only two terms survive in the left hand side, as shown in (2.8). See the discussion on pages in your textbook. Example 3. Consider the problem y t+2 y + t+2 y = t. (2.12) t t 2 Solution: From the Example 6 in Lecture note 16, we have already known that two linearly independent solutions to the homogeneous equation are And the Wronskian determinant is y 1 (t) = t, y 2 (t) = te t. W[y 1,y 2 ] = t 2 e t. Let us assume the particular solution to be y p (t) = c 1 (t)y 1 (t)+c 2 (t)y 2 (t). 6 Copy right reserved by Yingwei Wang

7 Then in the linear system (2.9), we have y 1 (t) = t, y 2 (t) = te t, f(t) = t. Then we can obtain the c 1,c 2 by Cramer s rule It follows that c 1(t) = tet ( t) t 2 e t = 1, c t( t) 2 (t) = = e t. t 2 e t c 1 (t) = t, c 2 (t) = e t. So the particular solution to the problem (2.12) is y p (t) = c 1 (t)y 1 (t)+c 2 (t)y 2 (t), = t 2 +t. Example 4. Find the complete solution to the problem Solution: The characteristic polynomial is y y 2y = 2e t. (2.13) P(λ) = λ 2 λ 2λ = (λ 2)(λ+1). (2.14) It has two distinct real roots: λ 1 = 2,λ 2 = 1. Thus, the two linearly independant solutions to the homogeneous equation y y 2y = 0 are Now we have two ways to find the particular solution. 1. Undetermined coefficients method. y 1 (t) = e 2t, y 2 (t) = e t. (2.15) The right hand side is f(t) = 2e t. And we know that 1 is one of the roots to the characteristic polynomial (2.14), i.e., P( 1) = 0. So the particular solution should takes the following form y p (t) = Yte t. (2.16) 7 Copy right reserved by Yingwei Wang

8 It follows that Plugging y p,y p,y p y p(t) = Y(1 t)e t, y p(t) = Y(t 2)e t. into the equation (2.13) leads to 3Ye t = 2e t Y = 2 3. So the particular solution is y p (t) = 2 3 te t. (2.17) And the complete solution is where C 1,C 2 could be any two constants. y(t) = C 1 e 2t +C 2 e t 2 3 te t, (2.18) 2. Variation of parameters method. We can assume that the particular solution takes the following form: In the Eq.(2.10), we have We can get y p (t) = c 1 (t)e 2t +c 2 (t)e t. (2.19) y 1 (t) = e 2t, y 2 (t) = e t, f(t) = 2e t, W(y 1,y 2 ) = 3e t. c 1(t) = 2e 2t 3e t = 2 3 e 3t c 1 (t) = 2 9 e 3t, c 2(t) = 2et 3e t = 2 3 It follows that the particular solution is c 2 (t) = 2 3 t. y p (t) = 2 9 e t 2 3 te t. (2.20) 8 Copy right reserved by Yingwei Wang

9 So the complete solution is y(t) =C 1 e 2t +C 2 e t 2 9 e t 2 3 te t. ( =C 1 e 2t + C 2 2 ) e t te t, where C 1, C 2 could be any two constants. Example 5. Find the complete solution to the problem =C 1 e 2t + C 2 e t 2 3 te t, (2.21) Solution: See Example 11 on page 324 of your textbook. y +y = tanx. (2.22) Remark 2.2. Some comments on undetermined coefficients method and variation of parameters method. 1. Restrictions of undetermined coefficients method to find the particular solutions: (a) The differential equation must be with constant coefficients. (b) The right hand side function must be of a special form. For example, we can use the undetermined coefficients method to find a particular solution to the following equation: y 4y = te t. (2.23) However, we can not apply the undetermined coefficients method to the following problems: t 2 y 4y = te t ; (2.24) y 4y = t 1 e t. (2.25) Fortunately, the variation of parameters method works for the cases with both constant coefficients and variable coefficients. We have to use the variation of parameters method to find the particular solutions for the equations (2.24)-(2.25). 2. These two methods may give two different particular solutions, see (2.17) and (2.20). However, the complete solution should be essentially the same, see (2.18) and (2.21). 9 Copy right reserved by Yingwei Wang

10 3 The behavior of the solution as t 3.1 Various coefficients in the differential equations Consider the following second order differential equation The characteristic polynomial and its roots are y +αy +y = 0. (3.1) P(λ) = λ 2 +αλ+1, λ 1,2 = α+ α 2 4. (3.2) 2 Quesion: What are behaviors of the solutions as t for different values of α in (3.1)? 1. y y +y = 0; 2. y +y = 0; 3. y +y +y = 0; 4. y +2y +y = 0; 5. y +3y +y = Various initial values For different values of α, the solution to the following problem { y 2y 8y = 0, y(0) = α, y (0) = 2π, has different limits as t. It is easy to know that the solution to this problem is: y(t) = c 1 e 2t +c 2 e 4t, where c 1 = 2α π, c 2 = α+π. 3 3 Now we can conclude that: 1. if α > π, then c 2 > 0, so lim t y(t) = ; (3.3) 2. if α = π, then c 2 = 0, so lim t y(t) = 0; 3. if α < π, then c 2 < 0, so lim t y(t) =. 10 Copy right reserved by Yingwei Wang

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

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

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

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

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

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

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

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

Differential Equations Practice: 2nd Order Linear: Nonhomogeneous Equations: Variation of Parameters Page 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Math 201 Lecture 09: Undetermined Coefficient Cont.

Math 201 Lecture 09: Undetermined Coefficient Cont. +B Math 201 Lecture 09: Undetermined Coefficient Cont. Jan. 27, 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

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

Exam II Review: Selected Solutions and Answers

Exam II Review: Selected Solutions and Answers November 9, 2011 Exam II Review: Selected Solutions and Answers NOTE: For additional worked problems see last year s review sheet and answers, the notes from class, and your text. Answers to problems from

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

Chapter 7. Homogeneous equations with constant coefficients

Chapter 7. Homogeneous equations with constant coefficients Chapter 7. Homogeneous equations with constant coefficients It has already been remarked that we can write down a formula for the general solution of any linear second differential equation y + a(t)y +

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

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

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

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

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

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

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

Lecture 9. Scott Pauls 1 4/16/07. Dartmouth College. Math 23, Spring Scott Pauls. Last class. Today s material. Group work.

Lecture 9. Scott Pauls 1 4/16/07. Dartmouth College. Math 23, Spring Scott Pauls. Last class. Today s material. Group work. Lecture 9 1 1 Department of Mathematics Dartmouth College 4/16/07 Outline Repeated Roots Repeated Roots Repeated Roots Material from last class Wronskian: linear independence Constant coeffecient equations:

More information

Practice Problems for the Final Exam

Practice Problems for the Final Exam Practice Problems for the Final Exam Linear Algebra. Matrix multiplication: (a) Problem 3 in Midterm One. (b) Problem 2 in Quiz. 2. Solve the linear system: (a) Problem 4 in Midterm One. (b) Problem in

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

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

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

Solutions to Math 53 Math 53 Practice Final

Solutions to Math 53 Math 53 Practice Final Solutions to Math 5 Math 5 Practice Final 20 points Consider the initial value problem y t 4yt = te t with y 0 = and y0 = 0 a 8 points Find the Laplace transform of the solution of this IVP b 8 points

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

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations. David Levermore Department of Mathematics University of Maryland

HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations. David Levermore Department of Mathematics University of Maryland HIGHER-ORDER LINEAR ORDINARY DIFFERENTIAL EQUATIONS II: Nonhomogeneous Equations David Levermore Department of Mathematics University of Maryland 14 March 2012 Because the presentation of this 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

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material.

Exam Basics. midterm. 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. Exam Basics 1 There will be 9 questions. 2 The first 3 are on pre-midterm material. 3 The next 1 is a mix of old and new material. 4 The last 5 questions will be on new material since the midterm. 5 60

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

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

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

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

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

Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order

Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order Linear Homogeneous ODEs of the Second Order with Constant Coefficients. Reduction of Order October 2 6, 2017 Second Order ODEs (cont.) Consider where a, b, and c are real numbers ay +by +cy = 0, (1) Let

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 2Z03 - Tutorial # 6. Oct. 26th, 27th, 28th, 2015

Math 2Z03 - Tutorial # 6. Oct. 26th, 27th, 28th, 2015 Math 2Z03 - Tutorial # 6 Oct. 26th, 27th, 28th, 2015 Tutorial Info: Tutorial Website: http://ms.mcmaster.ca/ dedieula/2z03.html Office Hours: Mondays 3pm - 5pm (in the Math Help Centre) Tutorial #6: 3.4

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

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

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

ES.1803 Topic 7 Notes Jeremy Orloff. 7 Solving linear DEs; Method of undetermined coefficients

ES.1803 Topic 7 Notes Jeremy Orloff. 7 Solving linear DEs; Method of undetermined coefficients ES.1803 Topic 7 Notes Jeremy Orloff 7 Solving linear DEs; Method of undetermined coefficients 7.1 Goals 1. Be able to solve a linear differential equation by superpositioning a particular solution with

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

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University

Old Math 330 Exams. David M. McClendon. Department of Mathematics Ferris State University Old Math 330 Exams David M. McClendon Department of Mathematics Ferris State University Last updated to include exams from Fall 07 Contents Contents General information about these exams 3 Exams from Fall

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

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

= 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

Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order

Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order Lecture Notes for Math 251: ODE and PDE. Lecture 13: 3.4 Repeated Roots and Reduction Of Order Shawn D. Ryan Spring 2012 1 Repeated Roots of the Characteristic Equation and Reduction of Order Last Time:

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

Higher-order differential equations Higher-order differential equations Peyam Tabrizian Wednesday, November 16th, 2011 This handout is meant to give you a couple more example of all the techniques discussed in chapter 6, to counterbalance

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

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

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November

MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November MATH 307 Introduction to Differential Equations Autumn 2017 Midterm Exam Monday November 6 2017 Name: Student ID Number: I understand it is against the rules to cheat or engage in other academic misconduct

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

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

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

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

Lecture 10 - Second order linear differential equations

Lecture 10 - Second order linear differential equations Lecture 10 - Second order linear differential equations In the first part of the course, we studied differential equations of the general form: = f(t, y) In other words, is equal to some expression involving

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

Problem Score Possible Points Total 150

Problem Score Possible Points Total 150 Math 250 Spring 2010 Final Exam NAME: ID No: SECTION: This exam contains 17 problems on 14 pages (including this title page) for a total of 150 points. The exam has a multiple choice part, and partial

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

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

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

Linear Independence and the Wronskian

Linear Independence and the Wronskian Linear Independence and the Wronskian MATH 365 Ordinary Differential Equations J. Robert Buchanan Department of Mathematics Spring 2018 Operator Notation Let functions p(t) and q(t) be continuous functions

More information

1st Order Linear D.E.

1st Order Linear D.E. 1st Order Linear D.E. y + p(t)y = g(t) y(t) = c 1 y 1 where y 1 is obtained from using the integrating factor method. Derivation: Define the integrating factor as: µ = e p(t) Observe that taking the derivative

More information

2. A Motivational Example: Consider the second-order homogeneous linear DE: y y 2y = 0

2. A Motivational Example: Consider the second-order homogeneous linear DE: y y 2y = 0 MATH 246: Chapter 2 Section 2 Justin Wyss-Gallifent 1. Introduction: Since even linear higher-order DEs are difficult we are going to simplify even more. For today we re going to look at homogeneous higher-order

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 Ordinary Differential Equations

Math Ordinary Differential Equations Math 411 - Ordinary Differential Equations Review Notes - 1 1 - Basic Theory A first order ordinary differential equation has the form x = f(t, x) (11) Here x = dx/dt Given an initial data x(t 0 ) = x

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

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

IV Higher Order Linear ODEs

IV Higher Order Linear ODEs IV Higher Order Linear ODEs Boyce & DiPrima, Chapter 4 H.J.Eberl - MATH*2170 0 IV Higher Order Linear ODEs IV.1 General remarks Boyce & DiPrima, Section 4.1 H.J.Eberl - MATH*2170 1 Problem formulation

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

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

Ordinary Differential Equations

Ordinary Differential Equations II 12/01/2015 II Second order linear equations with constant coefficients are important in two physical processes, namely, Mechanical and Electrical oscillations. Actually from the Math point of view,

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

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

MATH 251 Examination I October 8, 2015 FORM A. Name: Student Number: Section:

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

More information

Find the Fourier series of the odd-periodic extension of the function f (x) = 1 for x ( 1, 0). Solution: The Fourier series is.

Find the Fourier series of the odd-periodic extension of the function f (x) = 1 for x ( 1, 0). Solution: The Fourier series is. Review for Final Exam. Monday /09, :45-:45pm in CC-403. Exam is cumulative, -4 problems. 5 grading attempts per problem. Problems similar to homeworks. Integration and LT tables provided. No notes, no

More information

Lecture 7: Introduction to linear systems

Lecture 7: Introduction to linear systems Lecture 7: Introduction to linear systems Two pictures of linear systems Consider the following system of linear algebraic equations { x 2y =, 2x+y = 7. (.) Note that it is a linear system with two unknowns

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

DIFFERENTIAL EQUATIONS REVIEW. Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it.

DIFFERENTIAL EQUATIONS REVIEW. Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it. DIFFERENTIAL EQUATIONS REVIEW PEYAM RYAN TABRIZIAN Here are notes to special make-up discussion 35 on November 21, in case you couldn t make it. Welcome to the special Friday after-school special of That

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