Math for CSTutorial 91 Second Order Linear Differential Equations, part II.

Slides:



Advertisements
Similar presentations
Section 3.6: Nonhomogeneous 2 nd Order D.E.s Method of Undetermined Coefficients Christopher Bullard MTH /12/2006.
Advertisements

Boyce/DiPrima 9th ed, Ch 3.5: Nonhomogeneous Equations;Method of Undetermined Coefficients Elementary Differential Equations and Boundary Value Problems,
Chapter 2: Second-Order Differential Equations
Differential Equations MTH 242 Lecture # 11 Dr. Manshoor Ahmed.
A second order ordinary differential equation has the general form
Lecture 9 Second Order Linear Differential Equations:
Ch 3.5: Nonhomogeneous Equations; Method of Undetermined Coefficients
Ch 7.9: Nonhomogeneous Linear Systems
Tutorial 7 Constrained Optimization Lagrange Multipliers
Math 015 Section 6.1 Equations. Many students like to remember the process for solving linear equations as: any algebra expressions on each side variable.
Ch 3.3: Linear Independence and the Wronskian
Math for CS Second Order Linear Differential Equations
SOLVING SYSTEMS USING SUBSTITUTION
Boyce/DiPrima 9 th ed, Ch 3.1: 2 nd Order Linear Homogeneous Equations-Constant Coefficients Elementary Differential Equations and Boundary Value Problems,
1 st order linear differential equation: P, Q – continuous. Algorithm: Find I(x), s.t. by solving differential equation for I(x): then integrate both sides.
SOLVING SYSTEMS of EQUATIONS MATH REVIEW. Suppose… … you want to solve a set of two linear equations: y = 5z – 4 and y = -4z + 2. There are two methods.
3.2 Solving Systems Algebraically
Unit 1.3 USE YOUR CALCULATOR!!!.
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
Nonhomogeneous Linear Differential Equations
Math 3120 Differential Equations with Boundary Value Problems
A matrix equation has the same solution set as the vector equation which has the same solution set as the linear system whose augmented matrix is Therefore:
Chapter 8 With Question/Answer Animations 1. Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence.
Non-Homogeneous Equations
1 1.5 © 2016 Pearson Education, Inc. Linear Equations in Linear Algebra SOLUTION SETS OF LINEAR SYSTEMS.
Goal: Solve a system of linear equations in two variables by the linear combination method.
Copyright © Cengage Learning. All rights reserved. 17 Second-Order Differential Equations.
Mathematics. Session Differential Equations - 2 Session Objectives  Method of Solution: Separation of Variables  Differential Equation of first Order.
Mathe III Lecture 4 Mathe III Lecture 4 Mathe III Lecture 4 Mathe III Lecture 4.
Mathe III Lecture 7 Mathe III Lecture 7. 2 Second Order Differential Equations The simplest possible equation of this type is:
Nonhomogeneous Linear Systems Undetermined Coefficients.
12/19/ Non- homogeneous Differential Equation Chapter 4.
3-2 Solving Linear Systems Algebraically Objective: CA 2.0: Students solve system of linear equations in two variables algebraically.
Do Now (3x + y) – (2x + y) 4(2x + 3y) – (8x – y)
Second-Order Differential
Math 3120 Differential Equations with Boundary Value Problems
Math 3120 Differential Equations with Boundary Value Problems
Non-Homogeneous Second Order Differential Equation.
Differential Equations Linear Equations with Variable Coefficients.
Section 4.5 Undetermined coefficients— Annhilator Approach.
GUIDED PRACTICE for Example – – 2 12 – 4 – 6 A = Use a graphing calculator to find the inverse of the matrix A. Check the result by showing.
Differential Equations MTH 242 Lecture # 09 Dr. Manshoor Ahmed.
Section 3.5 Solving Systems of Linear Equations in Two Variables by the Addition Method.
SOLVING SYSTEMS USING ELIMINATION 6-3. Solve the linear system using elimination. 5x – 6y = -32 3x + 6y = 48 (2, 7)
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.
1 Chapter 5 DIFFERENCE EQUATIONS. 2 WHAT IS A DIFFERENCE EQUATION? A Difference Equation is a relation between the values y k of a function defined on.
3.3 Solving Linear Systems by Linear Combination 10/12/12.
Ch 4.2: Homogeneous Equations with Constant Coefficients Consider the nth order linear homogeneous differential equation with constant, real coefficients:
Differential Equations MTH 242 Lecture # 28 Dr. Manshoor Ahmed.
3.8B Solving Systems using Matrix Equations and Inverses.
3/12/20161differential equations by Chtan (FYHS-Kulai)
Algebra Review. Systems of Equations Review: Substitution Linear Combination 2 Methods to Solve:
Sec Math II 1.3.
3.2 Solve Linear Systems Algebraically Algebra II.
6) x + 2y = 2 x – 4y = 14.
Linear homogeneous ODEn with constant coefficients
SECOND-ORDER DIFFERENTIAL EQUATIONS
Chapter 4: Linear Differential Equations
We will be looking for a solution to the system of linear differential equations with constant coefficients.
A second order ordinary differential equation has the general form
MAE 82 – Engineering Mathematics
Class Notes 8: High Order Linear Differential Equation Non Homogeneous
Solving Linear Systems Algebraically
Ch 4.4: Variation of Parameters
Systems of Differential Equations Nonhomogeneous Systems
General Solution – Homogeneous and Non-Homogeneous Equations
Solve Linear Equations by Elimination
Variation of Parameters
Systems of Equations Solve by Graphing.
Presentation transcript:

Math for CSTutorial 91 Second Order Linear Differential Equations, part II

Math for CSTutorial 92 Homogeneous Linear Equations with Constant Coefficients Consider a nonhomogeneous equation with constant coefficients: where a, b and c are constants and g(x) is an exponent, polynom or harmonic function (e wx ; a 0 x n +…a n ; sin(wx) or cos(wx) ) or their product. This type of equation is very useful in many applied problems (physics, electrical engineering, etc..). Then one should make an intelligent guess about the form of the solution, up to the constant multipliers, and then substitute this guess into the equation to calculate the values of the multipliers.

Math for CSTutorial 93 Example 1 Consider a nonhomogeneous equation with constant coefficients: Suppose, the solution is y=A·sin(x)+B·cos(x), then: y`=A·cos(x)-B·sin(x) y``=-A·sin(x)-B·cos(x) Substituting, we obtain: (-A-3B-4A)cos(x)+(-B+3A-4B)sin(x)=2sin(x) From where we obtain -5A-3B=0 3A-5B=2 A=3/17;B=-5/17; Y=1/17(3cos(x)-5sin(y))

Math for CSTutorial 94 Example 2 Consider a nonhomogeneous equation with constant coefficients: Suppose, the solution is y=Ax 2, then: y`=2Ax y``=2A Substituting, we obtain: 2A-6Ax-4Ax 2 =4x 2 We see that there are no solutions in Ax 2. Now, try Ax 2 +Bx+C. And obtain y=-x2+3/2x-13/8.

Math for CSTutorial 95 Example 3 Consider a nonhomogeneous equation with constant coefficients: Two linearly independent solutions of the homogeneous equation are y 1 =cos(x) and y 2 =sin(x) For a particular solution y p =u 1 cos(x)+u 2 sin(x) Then y p =[-u 1 sin(x)+u 2 cos(x)]+[…=0] Differentiating again, and substituting: u 1 ’(x)cos(x)+u 2 ’(x)sin(x)=0; -u 1 ’(x)sin(x)+u 2 ’(x)cos(x)=sec(x). Solving, we obtain:

Math for CSTutorial 96 Example 3 (Solution) u 1 ’(x)=-tan(x); u 2 ’(x)=1; u 1 (x)=ln(cos(x)); u 2 (x)=x; Therefore, the particular solution is y p (x)=xsinx+cos(x)ln(cos(x)) And the general solution is y=c 1 cos(x)+c 2 sin(x)+xsin(x)+cos(x)ln(cos(x))

Math for CSTutorial 97 Example 4 Solve the system: Solution: Assuming that x=ae rt, we obtain the system of algebraic equations, whose determinant is:

Math for CSTutorial 98 Example 4. Solution. Therefore r 1 =1, r 2 =2, r 3 =-1. The corresponding eigenvectors are: The general solution is