3.3 Homog. Auton. Linear Systems of Eqn Flashcards
Auton, homog, linear systems take the form (in vector)
x’ = Ax
Def of eigenvalue:
There is a nonzero vector st. Av = lmda * v. We say that the v and lambda are an eigenvector/eigenvalue pair
Invertible matrix thm, following 3 are equivalent:
- Det != 0
- Matrix is invertible,
- Ax has only the zero soln x = 0 vector.
How to solve for eigenvalues?
when det(A - lmda* I) = 0 AKA A minus lambda times the identity matrix
How to find eigenvectors corresponding to lmda1, lmda2?
Find v when (A - lmda * I)v = 0.
AKA Matrix times vector v equal 0, solve for each component of the vector, there should be one degree of freedom
If lamba, v is a eigenpair, then what is the solution to x’ = Ax
x = v * e^ (lmda*t) AKA c1v1e^(lmda1 * t) +
c2v2e^(lmda2 * t)
What to do if you get imaginary eigenvalues to x’ = Ax?
Equation should be solved as normal for one imaginary soln. Then use eulers’ to turn it into cos,sin. Then, split the solns into imaginary and real. Then, those two are your solns, take off the i and those are your two solns
Equation for e^ai*t in terms of cos, sin?
cos(at) + i sin(at)
What happens if there is a multiplicity on an eigenvalue? What do you try first?
Solve normally, if it creates 2 different vectors then all is kosher. If not, then it gets more complex.
What happens if there is multiplicity on eigenvalues and only correspond to the one eigenvector?
x1 = v * e^(lmda * t)
x2 = ( w + tv ) * e^(lmda * t)
Where v ,lmda is the eigenpair, and w is the generalized eigenvector.
How to get the generalized eigenvector w?
(A - lmda * I) * w = v where v is the eigenvector.