Ordinary Differential Equations:Cheat Sheet/Second Order Inhomogeneous Ordinary Differential Equations

From testwiki
Jump to navigation Jump to search

General Form

p(D)y=g(x), where p(D) is a polynomial differential operator of degree 2 with constant coefficients.

General Form of the Solution

General solution is of the form y(x)=yc(x)+yp(x)

where

yc(x) is called the complimentary solution, and is the solution of associated homogenous equation, p(D)y=0.

yp(x) is called the particular solution, obtained by solving p(D)yp=g(x)

Methods to find Complimentary Solution

Methods to solve for complimentary solution is discussed in detail in the article Second Order Homogeneous Ordinary Differential Equations.

Methods to find Particular Solution

Guessing method or method of undetermined coefficients

Choose appropriate y_p (x) with respect to g(x) from table below:

g(x) yp(x)
aebx Aebx
acosαx±bsinβx Acosαx±Bsinβx
a0+a1x++anxn A0+A1x++Anxn

Find p(D)yp(x)=g(x), equate coefficients of terms and find the constants A and/or B and/or A0,A1,,An. If it leads to an undeterminable situation, put yp(x)=x×yp(x) until it’s solvable.

Variation of parameters

This method is applicable for inhomogeneous ODE with variable coefficients in one variable.

Suppose two linearly independent solutions of the ODE are known. Then

yp(x)=y2(x)y1(x)g(x)Wy1,y2(x)dx+y1(x)y2(x)g(x)Wy1,y2(x)dx

Solving by Laplace Transforms

When initial conditions are given,

  1. Find Laplace Transform of either sides (See notes in earlier chapter for few common transforms)
  2. Isolate F(s)
  3. Split R.H.S. into partial fractions
  4. Find inverse Laplace Transforms.

Using Convolutions

While solving by Laplace Transforms, if finally F(s) is of the form </math>g(s)h(s)</math>, use property of convolutions that

Lf(t)*g(t)=Lf(t)Lg(t)

and hence y(x)=g(s)*h(s).

Template:Chapter navigation