3.2 Linear Systems of Equations Flashcards
A linear system is homogeneous IF
If the q(t) vector is the zero vector. AKA, there is no q functions in any of the x’, y’.
If x1,x2 are homogeneous solns, then
c1x1, c2x2 are also solns of the same equation AKA can be multiplied by constants.
Solution matrix is which symbol and in what form?
Capital Phi, and is [x1, x2] where those are the vectors. Or, first column is the first solution, second colm is the second one.
How to tell if two solutions are different?
Then the det(PHI) is never 0 for the interval t you are concerned about
Fund. Soln. Matrix means:
It is a soln. matrix where the solutions are linearly independent.
General Soln of a system of ODEs has the form (in terms of Xp and PHI)
X = Xp + C * PHI
Where C is the C vector and PHI is the fund. soln. matrix.
Consider x’ = A(t)x + q(t),
if PHI is any fund. soln. matrix. then, the general solution is:
x(t) = PHI * c + PHI(t) * int( PHI^-1 * q )