3.3 Homog. Auton. Linear Systems of Eqn Flashcards

1
Q

Auton, homog, linear systems take the form (in vector)

A

x’ = Ax

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

Def of eigenvalue:

A

There is a nonzero vector st. Av = lmda * v. We say that the v and lambda are an eigenvector/eigenvalue pair

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

Invertible matrix thm, following 3 are equivalent:

A
  1. Det != 0
  2. Matrix is invertible,
  3. Ax has only the zero soln x = 0 vector.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to solve for eigenvalues?

A

when det(A - lmda* I) = 0 AKA A minus lambda times the identity matrix

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

How to find eigenvectors corresponding to lmda1, lmda2?

A

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

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

If lamba, v is a eigenpair, then what is the solution to x’ = Ax

A

x = v * e^ (lmda*t) AKA c1v1e^(lmda1 * t) +
c2v2e^(lmda2 * t)

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

What to do if you get imaginary eigenvalues to x’ = Ax?

A

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

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

Equation for e^ai*t in terms of cos, sin?

A

cos(at) + i sin(at)

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

What happens if there is a multiplicity on an eigenvalue? What do you try first?

A

Solve normally, if it creates 2 different vectors then all is kosher. If not, then it gets more complex.

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

What happens if there is multiplicity on eigenvalues and only correspond to the one eigenvector?

A

x1 = v * e^(lmda * t)
x2 = ( w + tv ) * e^(lmda * t)
Where v ,lmda is the eigenpair, and w is the generalized eigenvector.

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

How to get the generalized eigenvector w?

A

(A - lmda * I) * w = v where v is the eigenvector.

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