Finding the Second Solution for a System with a Repeated Eigenvalue

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 teh 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 \vec{X}^{\prime}=A\vec{X} has a repeated eigenvalue \lambda and there is only one eigenvector \vec{K} associated with it (as you have here), then the second solution \vec{X}_2 that you seek is found as follows.

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

where \vec{P} satisfies:

\left(A-\lambda I\right)\vec{P}=\vec{K}.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top