DET: Module 1&2 Flashcards
(18 cards)
yc for distinct roots
yc = c1e^m1x + c2e^m2x
yc for equal real roots
yc = e^mx(c1 + c2x)
yc for complex roots
yc = e^αx[c1cosβx + c2sinβx]
yp for ODE
1) Exponentials factor out
2) Polynomials become general degree terms
3) sinx/cosx always appear in pairs
If RHS is (x^2)(e^ax)(sinbx)
yp = e^ax [(Ax^2+Bx+C)sinbx + (Dx^2+Ex+F)cosbx]
for anything else than trig, exp or poly, just make then equal to some variable, say u have lnx, then just put t = lnx
Cauchy Euler
1) x^D^2 = D1(D1-1)
xD = D1
2) D1 = d/dz
3) x = e^z
Cauchy Legrange
1) (ax+b)^2D^2 = a^2D1(D1-1)
(ax+b)D = aD1
2) D1 = d/dz
3) (ax+b) = e^z
LCR circuit eqn
Lq” + Rq’ + q/c = E(t)
Damped Oscillations eqn
my” + cy’ + ky = F(t)
1) Free oscillation => F(t) = 0
2) Undamped => cy’ = 0
Variation of Parameters
1) Find yc = c1u + c2v
2) let yp = Au + Bv
3) Eqn1 => A’u + B’v = 0
4) Eqn2 => A’u’ + B’v’ = R
5) Solve simultaneously and integrate
Soln to PDE: f(p,q) = 0
1) p = a & q=b
2) dz = pdx + qd
Soln to PDE: f(p,q,x) = 0
1) q=a
2) dz = pdx + qdy
Soln to PDE: f(p,q,y) = 0
1) p=a
2) dz = pdx + qdy
Soln to PDE: f(p,q,z) = 0
1) p=aq
2) dz = pdx + qdy
Soln to PDE: f(x,p) = f(y,p)
1) f(x,p) = f(y,p) = a
2) dz = pdx + qdy
Soln to PDE: z = px + qy + f(p,q)
1) p=a and q=b
2) dz = pdx + qdy
Lagrange: Px + Qy = Rz
dx/P = dy/Q = dz/R
Separation of Variable
1) let u(x,y) = XY
2) put u=XY in pde
3) get all X in one side and all Y in one side and equate em all to lambda
4) integrate separately