Nonhomogeneous Linear Differential Equations

Slides:



Advertisements
Similar presentations
SECOND-ORDER DIFFERENTIAL EQUATIONS
Advertisements

Homogeneous Linear Differential Equations with Constant Coefficients
Section 6.1 Cauchy-Euler Equation. THE CAUCHY-EULER EQUATION Any linear differential equation of the from where a n,..., a 0 are constants, is said to.
Ch 3.6: Variation of Parameters
Differential Equation
Chapter 2: Second-Order Differential Equations
1 Copyright M.R.K. Krishna Rao Solving Recurrence Relations Steps for solving a linear homogeneous recurrence relation of degree 2 : Step #1.
Differential Equations By Pui chor Wong September 18, 2004 DeVry Calgary for Math230.
Ch. 5 Polynomials, Polynomial Functions, & Factoring
Section 2.1 Introduction: Second-Order Linear Equations.
Differential Equations MTH 242 Lecture # 11 Dr. Manshoor Ahmed.
Second-Order Differential
Ch 3.5: Nonhomogeneous Equations; Method of Undetermined Coefficients
2 nd Order Differential Equations Type 1 click for link Type 2click for link Exceptions to the Particular Integral Rule 1 st order equations which can.
Differential Equations Solving First-Order Linear DEs Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
SECOND-ORDER LINEAR DIFFERENTIAL EQUATIONS AP Calculus BC.
Sheng-Fang Huang. Introduction If r (x) = 0 (that is, r (x) = 0 for all x considered; read “r (x) is identically zero”), then (1) reduces to (2) y"
Additional Topics in Differential Equations
SECOND-ORDER DIFFERENTIAL EQUATIONS
Math 3120 Differential Equations with Boundary Value Problems
Fin500J Topic 6Fall 2010 Olin Business School 1 Fin500J: Mathematical Foundations in Finance Topic 6: Ordinary Differential Equations Philip H. Dybvig.
Non-Homogeneous Equations
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Differential Equations MTH 242 Lecture # 13 Dr. Manshoor Ahmed.
Mathematics. Session Differential Equations - 2 Session Objectives  Method of Solution: Separation of Variables  Differential Equation of first Order.
Section 4.4 Undetermined Coefficients— Superposition Approach.
SERIES SOLUTIONS TO DIFFERENTIAL EQUATIONS AP Calculus BC.
Warm-up It’s as easy as 1-2-3! 1)Start by separating variables. 2)Integrate both sides. 3) Solve for dy/dx. Solve = k(y – 80) This represents Newton’s.
SECOND ORDER LINEAR DIFFERENTIAL EQUATIONS.
Bernoulli Differential Equations
UNIVERSAL COLLEGE OF ENGINEERING AND TECHNOLOGY. FIRST ORDER LINEAR DIFFERENTIAL EQUATION PRESENTED BY ANVI VIRANI ENROLL NO:
Nonhomogeneous Linear Differential Equations (Part 2)
Mathe III Lecture 7 Mathe III Lecture 7. 2 Second Order Differential Equations The simplest possible equation of this type is:
12/19/ Non- homogeneous Differential Equation Chapter 4.
Second-Order Differential
Math 3120 Differential Equations with Boundary Value Problems
Non-Homogeneous Second Order Differential Equation.
Section 4.5 Undetermined coefficients— Annhilator Approach.
Chapter 2 Solvable Equations. Sec 2.1 – 1 st Order Linear Equations  First solvable class of equations  The equation must be able to be expressed in.
EXAMPLE 4 Solve linear systems with many or no solutions Solve the linear system. a.x – 2y = 4 3x – 6y = 8 b.4x – 10y = 8 – 14x + 35y = – 28 SOLUTION a.
6.1 Slope Fields and Euler’s Method. Verifying Solutions Determine whether the function is a solution of the Differential equation y” - y = 0 a. y = sin.
Section 4.7 Variation of Parameters. METHOD OF VARIATION OF PARAMETERS For a second-order linear equation in standard form y″ + Py′ + Qy = g(x). 1.Find.
Differential Equations Solving First-Order Linear DEs Prepared by Vince Zaccone For Campus Learning Assistance Services at UCSB.
First Order Linear Differential Equations Any equation containing a derivative is called a differential equation. A function which satisfies the equation.
Chapter 9 Differential Equations 9.1 Modeling with Differential Equations *9.2 Direction Fields and Euler’s Method 9.3 Separable Equations *9.4 Exponential.
Ch 4.3: Nonhomogeneous Equations: Method of Undetermined Coefficients
Week 9 4. Method of variation of parameters
3.2 Homogeneous Linear ODEs with Constant Coefficients
Linear homogeneous ODEn with constant coefficients
A PART Ordinary Differential Equations (ODEs) Part A p1.
SECOND-ORDER DIFFERENTIAL EQUATIONS
5.3 Solving Systems of Linear Equations by Elimination
Sum and Product of Roots
We will be looking for a solution to the system of linear differential equations with constant coefficients.
Sec 5.3 – Undetermined Coefficients
MAE 82 – Engineering Mathematics
Class Notes 8: High Order Linear Differential Equation Non Homogeneous
Ch 4.4: Variation of Parameters
5.3 Solving Systems of Linear Equations by Elimination
Systems of Differential Equations Nonhomogeneous Systems
Part (a) 1 1 ax ax ax 2 g(x) = e + f(x) g’(x) = e (ln e) (a) + f’(x)
Boyce/DiPrima 9th ed, Ch 3.6: Variation of Parameters Elementary Differential Equations and Boundary Value Problems, 9th edition, by William E. Boyce.
Ch 3.7: Variation of Parameters
2.10 Solution by Variation of Parameters Section 2.10 p1.
Variation of Parameters
Solve the differential equation using the method of undetermined coefficients. y " + 4y = e 3x 1. {image}
Solve the differential equation using the method of undetermined coefficients. y " + 9y = e 2x {image}
Chapter 4 Higher Order Differential Equations
Example 2B: Solving Linear Systems by Elimination
Presentation transcript:

Nonhomogeneous Linear Differential Equations AP Calculus BC

Nonhomogeneous Differential Equations Recall that second order linear differential equations with constant coefficients have the form: Now we will solve equations where G(x) ≠ 0, which are non-homogeneous differential equations.

Complementary Equation The related homogeneous equation is called the complementary equation, and it is part of the general solution to the nonhomogeneous equation.

General Solution The general solution to a nonhomogenous differential equation is y(x) = yp(x) + yc(x) where yp is a particular solution to the nonhomogenous equation, and yc is the general solution to the complementary equation. Proof for Grant yc(x) = y(x) – yp(x)

Method of Undetermined Coefficients There are two methods for solving nonhomogeneous equations: Method of Undetermined Coefficients Variation of Parameters First, we will learn about the Method of Undetermined Coefficients to solve the equation ayʹʹ + byʹ + cy = G(x) when G(x) is a polynomial. Since G(x) is a polynomial, yp is also a polynomial of the same degree as G. Therefore, we substitute yp = a polynomial (of the same degree as G) into the equation and determine the coefficients.

Example 1 Solve the equation yʹʹ + yʹ – 2y = x2. The auxiliary equation is r2 + r – 2 = 0 Factor  (r – 1)(r + 2) = 0 r = 1, r = –2 Solution of complementary equation is yc = c1ex + c2e–2x Since G(x) = x2, we want a particular solution where yp(x) = Ax2 + Bx + C So ypʹ(x) = 2Ax + B and ypʹʹ(x) = 2A

Example 1 (continued) Substitute these into the differential equation  (2A) + (2Ax + B) – 2(Ax2 + Bx + C) = x2 = – 2Ax2 + (2A – 2B)x + (2A + B – 2C) = 1x2 + 0x + 0 –2A = 1  2A – 2B = 0 

Example 1 (FINAL) Therefore, our particular solution is So our general solution is: y = yc + yp = c1ex + c2e–2x

Example 2 Solve yʹʹ + 4y = e3x When G(x) is of the form ekx, we use yp = Aekx because the derivatives of ekx are constant multiples of ekx and work out nicely. Complementary equation is r2 + 4 = 0  Therefore, yc = c1 cos 2x + c2 sin 2x Solve for yp: y = Ae3x yʹ = 3Ae3x yʹʹ = 9Ae3x Substitute 

Example 2 (continued) 13A = 1 A = 1/13 General solution is

Example 3 Solve the equation yʹʹ + yʹ – 2y = sin x. When G(x) is of the form C sin kx or C cos kx, we use yp = A cos kx + B sin kx Complementary equation is r2 + r – 2 = 0  r = –2, 1  yp = A cos x + B sin x ypʹ = –A sin x + B cos x ypʹʹ = –A cos x – B sin x

Example 3 (continued) Substitute back into original equation: (–A cos x – B sin x) + (–A sin x + B cos x) – 2(A cos x + B sin x) = sin x (–3A + B) cos x + (–A – 3B) sin x = sin x Therefore, –3A + B = 0 and –A – 3B = 1 Solve as a system  General solution is

Review and More Rules for Method of Undetermined Coefficients Form is ayʹʹ + byʹ + cy = G(x) 1. If G(x) is a polynomial, use yp = Axn + Bxn–1 + … + C. 2. If G(x) = Cekx, use yp = Aekx . 3. If G(x) = C sin kx or C cos kx, use yp = A cos kx + B sin kx 4. If G(x) is a product of functions, multiply them for yp. Example: G(x) = x cos 3x  yp = (Ax + B) cos 3x + (Cx + D) sin 3x

Example: G(x) = xex + cos 2x 5. If G(x) is a sum of functions, find separate particular solutions and add them together at the end. Example: G(x) = xex + cos 2x Use yp1 = (Ax + B)ex and yp2 = C cos 2x + D sin 2x Then add  y(x) = yc + yp1 + yp2 6. If yp is a solution to the complementary equation (yc), multiply yp by x or x2, so yc and yp are linearly independent. 7. The particular solutions we try to find using yp (the ones with the A, B, C, etc. in them) are called “trial solutions”.