Finding the Second Solution for a System with a Repeated Eigenvalue

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Buri
Messages
271
Reaction score
0

Homework Statement



I'm told to solve the following:

X' = (1 1; -1 3)X

Where (1 1) is the first row and (-1 3) is the second row.

The Attempt at a Solution



Okay so I calculated the eigenvalues and I got repeated eigenvalue of 2. I calculated the eigenvector and got (1,1). So a solution would be X(t) = ce^(2t)(1,1).

My text considers the matrix (a 1; 0 a) before the problems and goes on to find a eigenvalue with eigenvector, but then adds another solution to it so getting:

X(t) = ce^(at)(1,0) + de^(at)(t,1)

I understand how they got it in that one, but I'm not exactly sure how to go about finding one for mine. Any help?
 
Last edited:
Physics news on Phys.org
There's a procedure for this. If a system [itex]\vec{X}^{\prime}=A\vec{X}[/itex] has a repeated eigenvalue [itex]\lambda[/itex] and there is only one eigenvector [itex]\vec{K}[/itex] associated with it (as you have here), then the second solution [itex]\vec{X}_2[/itex] that you seek is found as follows.

[tex]\vec{X}_2=\vec{K}te^{\lambda t}+\vec{P}e^{\lambda t}[/tex],

where [itex]\vec{P}[/itex] satisfies:

[tex]\left(A-\lambda I\right)\vec{P}=\vec{K}[/tex].