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

From testwiki
Jump to navigation Jump to search

With Constant Coefficients

General Form

ay+by+cy=0 or p(D)y=0, where

p(D)=aD2+bD+c is called the polynomial differential operator with constant coefficients.

Solution

  1. Solve the auxiliary equation, p(m)=0, to get m=λ1,λ2
  2. If λ1,λ2 are
    1. Real and distinct, then y(x)=Aeλ1x+Beλ2x
    2. Real and equal, then y(x)=(Ax+B)eλ1x
    3. Imaginary, λi=a±bi, then y(x)=(Acosbx+Bsinbx)eax

Euler-Cauchy Equations

General Form

ax2y+bxy+cy=0 or p(D)y=0 where

p(D)=ax2D2+bxD+c is called the polynomial differential operator.

Solution

Solving ax2y+bxy+cy=0 is equivalent to solving ay+(ba)y+cy=0

General Homogenous ODE with Variable Coefficients

If one particular solution is known

If one solution of a homogeneous linear second order equation is known, y1(x)0, original equation can be converted to a linear first order equation using substitutions y2=y2(x)z(x) and subsequent replacement z'(x)=u.

Abel's identity

For the homogeneous linear ODE y+p(x)y+q(x)y=0, Wronskian of its two solutions is given by W(y1,y2)(x)=W(x0)ex0xp(x)dx

Solution with Abel's identity

Given a homogenous linear ODE and a solution of ODE, y1(x), find Wronskian using Abel’s identity and by definition of Wronskian, equate and solve for y2(x).

Few Useful Notes
  1. If y1,y2 are linearly dependent, W(x)=0,x
  2. If W(x)=0, for some x, then W(x)=0,x.

Template:Chapter navigation