2.1&2.2 Soln to Some Homog Eqns Flashcards
Constant Coefficient Linear Equations has the form:
Each x’’’, x’’, x’, x, etc only has a constant in front of it
How to solve constant coefficient linear equations
Guess solution x = e^rt, plug in the x and it derivatives, and get a polynomial must equal a 0. From there, determine the roots and those are your solutions if there are 2.
What to do if linear coefficient solution roots have multiplicities or are imaginary?
- If multiplicities, then use diff. of variables to get v(t) = (c.1 + t) AKA multiply it by t to get the second soln.
- If imaginary, a +- bi gets the form c.1 * e^at * cos(bt) + c.2 * e^at * sin(bt).
What is variation of parameters? When you have a homog soln and need another one.
Write your homog soln as x = v(t)* x.h1 AKA your guess * some function v. Then, plug in x and its derivatives and simplify until you find out that v’’ = 0 or v’’ = e^t and then differentiate twice to get v, and then multiply by your previous guess.
Cauchy Euler Eqn has the form:
t^2 x’’ + tx’ + x = q(t) AKA each x derivative to degree n is multiplied by a t to the equivalent n power.
How to solve cauchy euler eqns?
Guess x = t^r, sub in x and all its derivatives to get a polynomial equals 0. Then get the roots of r, and plug back into solution
What to do if cauchy euler guess of x = t^r fails to provide as many roots as needed or they’re imaginary?
- If they are multiplicities, multiply the guess by log(t) to get a new guess (AKA v = 1 + log(t))
- If they are imaginary with a +- bi, then you can get the soln of the form: x = c1 * t^a * cos( blog(t) ) + c2 * t^a * sin( blog(t) ).
What to do if linear coefficient nth order ODEs have imaginary roots? Such that it is r= a plusminus bi to the solns e^rt?
You do e^at * cos(bt) + e^at * sin(bt)
Imaginary cauchy euler eqn solutions
R = a plusminus bi.
c1t^a * cos( b * log(t) ) + c2t^a * sin( b * log(t) )
How do you solve first order inhomogeneous solutions (i.e. x’ + p(t) * x = q(t) )?
Integrating factor method!
1. u(t) = int(p(t))
2. Multiply equation by u(t)
3. Integrate to get solution, where LHS will collapse into a product rule.