2.3 Particular soln to some higher order eqn Flashcards

1
Q

Linear ODE can be solved with method of undetermined coefficients if

A
  1. q(t)’s derivatives spans finitely many functions
  2. The linear ODE is a constant coefficient equation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to solve linear constant coefficient eqn with method of undetermined coefficients for GENERAL SOLUTION?

A

Particular Solution: Guess each possible derivative of q(t) multiplied by a constant (A,B,C, etc) . Plug in the guess and its derivatives back into the equation and then match the left hand side to the right to figure out what your guess’s constants are.
General Soln: Guess e^rt, see other card for multiplicities and imaginaries.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How to solve cauchy-euler eqns for particular soln?

A

Complex x(t) = x1v1 + x2v2
OR -x1v1 + x2v2 if your v1 doesn’t include the negative sign already

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What if your particular solution is aready a homogeneous soln to a linear ODE?

A

Well, from variation of parameters you should multiply it by t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the equation for the wronskian?

A

x1 * x2’ - x1’ * x2 AKA det of the matrix with row1 x1,x2 and row2 is their derivatives.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Assuming that the x’’ coefficient is never zero in an interval, then the wronskian according to a pair of homog. soln has the property:

A

either identically 0 or never 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cor: Two homog colutions are linearly independent IFF

A

IFF their wronskian is never zero on the interval of t.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Solving for particular solutions of linear ODEs using variation of parameters?

A

Use the equation x1v1 + x2v2, where
v1 = - swint( (x2 * q) / (a2 * W) )
v2 = int( (x1 * q) / (a2 * W) )
where x1, x2 are the homog. solns, a2 is the leading function of t mult by x’’. W is wronskian.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly