Eigenvectors 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
3 replies · 4K views
Snippy
Messages
5
Reaction score
0

Homework Statement


For the following linear system:
[tex]\frac{dx}{dt}[/tex] = -2x
[tex]\frac{dy}{dt}[/tex] = -2y

Obtain the general solution.


Homework Equations





The Attempt at a Solution


A= -2 0
0 -2

Using the determinant of A-[tex]\lambda[/tex]I I got a repeated eigenvalue of -2. I am not sure how to get the eigenvectors since substituting -2 back into A-[tex]\lambda[/tex]I will give a matrix of zeroes. I checked with MATLAB and the eigenvectors should be (1,0) and (0,1) but I have no idea how to get them.
 
Physics news on Phys.org
Snippy said:

Homework Statement


For the following linear system:
[tex]\frac{dx}{dt}[/tex] = -2x
[tex]\frac{dy}{dt}[/tex] = -2y

Obtain the general solution.


Homework Equations





The Attempt at a Solution


A= -2 0
0 -2

Using the determinant of A-[tex]\lambda[/tex]I I got a repeated eigenvalue of -2. I am not sure how to get the eigenvectors since substituting -2 back into A-[tex]\lambda[/tex]I will give a matrix of zeroes. I checked with MATLAB and the eigenvectors should be (1,0) and (0,1) but I have no idea how to get them.
I don't see that there is any need for eigenvalues and eigenvectors at all. Your system of equations is uncoupled, which means that in the matrix equation x' = Ax, A is already diagonal.

If you have x'(t) = kx, the solution is x(t) = Aekt, right? Apply this idea to each of the differential equations in your system.
 
Snippy said:
Using the determinant of A-[tex]\lambda[/tex]I I got a repeated eigenvalue of -2. I am not sure how to get the eigenvectors since substituting -2 back into A-[tex]\lambda[/tex]I will give a matrix of zeroes. I checked with MATLAB and the eigenvectors should be (1,0) and (0,1) but I have no idea how to get them.
As Mark44 noted, A is already diagonal, so you don't need to find eigenvectors so you can diagonalize A, but in case you're still wondering, when A-λI=0, any vector x will satisfy (A-λI)x=0, which means every vector x is an eigenvector of A. You can therefore choose any two vectors, like (1,0) and (0,1), as your eigenvectors. (Usually when you have this kind of freedom, it's a good idea to select vectors that are orthogonal to each other.)