Typical form of second order differential equation
y"=f(x,y,y')
Solutions
- y' and y missing : y"=f(x) integrate twice with respect to x
- y missing : y"=f(y',x)
- put p=y' => p'=y"=f(p,x) this become first order equation
- y' and x missing : y"=f(y) => put p=y' => => this is seprable with respect to p and y.
- x missing : y"=f(y',y) => put p=y' =>
Second order linear homogeneous equation with constant coefficients
- form(characteristic) : y"+a1y'+a0y=0 => λ2+a1λ+a0=0
- Solving this quadratic equation got 3 kind of roots.
- real and distinct λ1,λ2 then solution
- y=c1e(λ1x)+c2e(λ2x)
- λ1=a+ib and λ2=a-ib complex conjugates
- y=c1eax cos(bx)+c2eax sin(bx)
- λ1=λ2
- y=c1eλ1x+c2xλ1x
- equation should be linear, homogeneous and constant coefficient only.
- This solution also workout for similar nth order equations.
Non-Homogeneous Equations
L(y)=ϕ(x) then General solution GS y=yh+yp => y=yc+yp
there is three way to find yp
- "Guesswork"
- Annihilator
- D-operator
- Polynomial function yp=g(x)=p0+p1x+p2x2+........+pnxn Solve this equation with differentiating wrt x and equates coefficients of xn
- exponential function yp=g(x)=Aeax Solve this equation with differentiating wrt x
- Trigonometrical function yp=g(x)=A sin βx + B cos βx Solve this equation with differentiating wrt x
- Above 3 will work for nth order differential equation.
Eluer equation : linear ODE with variable coefficients
use y=xλ
No comments:
Post a Comment
would you like it. :)