list the solns for first order ODEs: homogenous
y’ + p(x) y = 0
y = Ae^-p(x)
list the solns for first order ODEs: inhomogenous
y’ + p(x) y = f(x)
y e^∫p(x)dx = ∫ f(x) e^∫p(x) dx
constant is A e^-P(x)
P(x) is integrating factor
or change dy/dx to dx/dy
list the solns for first order ODEs: = f(y/x)
u = y/x
y’ = u + x u’
u’ = [f(u) - u] / x
list the solns for first order ODEs: y’ + p(x) y = q(x) y^n
z = y^1-n
z’ = (1-n) y^-n y’
z’ + (1-n) p(x) z = (1-n) q(x)
second order ODEs: homogenous
y’’ + 2py’ + q(x) = 0
if Y1, Y2 are soln aY1+aY2 are solns
Assume p, q are constant and real
try y=e^λx
λ^2 + 2p(x) λ + q(x) = 0
λ = -p ± √(p^2 - q)
homogenous 2nd order 2 real roots
y = Ae^λ1x + Be^λ2x
homogenous 2nd order 2 complex
y = e^-px[AcosΩx + BsinΩx]
Re^-px cos(Ωx - ϕ) if A, B = Rcosϕ, Rsinϕ
Ω = √q - p^2
homogenous 2nd order p^2 = q
y = (A+Bx)e^-px
second order ODEs: explain the physical results for each case (2 real, 1 root, 0 root, yp=yc)
y’’ + 2py’ + q(x) = f(x)
overdamped
critically damped
underdamped
resonance
second order ODEs: inhomogeneous method (how to solve yp?)
f is polynomial, exponential, combination of sines and cosines, sum of cases
plug in yp to get constants, then use yp+yc to get boundaries
multiply by x if yp=yc
try y = anx^n + an-1 x^n-1…
y = ae^kx
y = asin(Kx) + bcos(Kx)
find integrals separately and add
how to solve higher order ODEs
how to solve (d/dx-2)^4 y=0 (solve it)
try e^λx
remember there will be 4 roots