Find a 2x2 Matrix with given EigenValues

  • Thread starter Thread starter Jtechguy21
  • Start date Start date
  • Tags Tags
    Eigenvalues Matrix
Click For Summary
To find a 2x2 matrix with 3 as an eigenvalue and all non-zero entries, one can start with a diagonal matrix like M = [[3, 0], [0, 3]] and then apply an invertible matrix A to ensure non-zero entries. The eigenvalue equation indicates that there are infinitely many solutions since there are four unknowns but only one equation. Alternatively, using Jordan Normal Form, M = [[3, 1], [0, 3]], is another approach to ensure 3 is a repeated eigenvalue. The discussion emphasizes that while multiple matrices can satisfy the eigenvalue condition, the specific requirement for non-zero entries narrows the options.
Jtechguy21
Messages
51
Reaction score
0

Homework Statement


Find a 2X2 matrix that has all non-zero entries where 3 is an eigenvalue

Homework Equations

The Attempt at a Solution


well since the 2x2 matrix cannot be triangular, it makes things harder for me.
I have no idea where to start. I am not given any eigenvectors either.
It seems like a simple problem, but I've been stuck on it for a while.

If I did not have the zero entries restriction i would have selected 2x2 matrix
A= {{3,0}{0,3}}τ

Can Someone point me in the right direction?
 
Physics news on Phys.org
The eigenvalue equation is for the 2X2 matrix, if written as a system of homogeneous equations, will have a solution if the determinant of the matrix of coefficients is zero. So we have the equation ## \lambda^2-(a+d)\lambda+ad-bc=0## where ## \lambda ## is the given eigenvalue and a,b,c and d are the unknown matrix entries. So we have one equation for four unknowns which means this is an under-determined system. So there are an infinite number of 2X2 matrices with a given eigenvalue. Just choose three of the entries arbitrarily and determine the fourth via the above equation.
 
thanks for your help Shyan Using that system I was able to solve my problem :)
 
First, while you said that "3 is an eigenvalue", you did NOT say that it was the only eigenvalue, a double eigenvalue. Even assuming that there are an infinite number of such 2 by 2 matrices. One way to find one is to start with the diagonal matrix M= \begin{bmatrix}3 & 0 \\ 0 & 3\end{bmatrix}. Now, for any invertible matrix, A, AMA^{-1} will have the same eigenvalues so you only need to choose A so that has no 0 entries.

Completely different solutions can be found by starting, not with a diagonal matrix, but with the "Jordan Normal Form", M= \begin{bmatrix}3 & 1 \\ 0 & 3\end{bmatrix}
 
HallsofIvy said:
First, while you said that "3 is an eigenvalue", you did NOT say that it was the only eigenvalue, a double eigenvalue. Even assuming that there are an infinite number of such 2 by 2 matrices. One way to find one is to start with the diagonal matrix M= \begin{bmatrix}3 & 0 \\ 0 & 3\end{bmatrix}. Now, for any invertible matrix, A, AMA^{-1} will have the same eigenvalues so you only need to choose A so that has no 0 entries.

If M is a multiple of the identity, then it commutes with A so that AMA^{-1} = MAA^{-1} = M, which has zero entries.

Completely different solutions can be found by starting, not with a diagonal matrix, but with the "Jordan Normal Form", M= \begin{bmatrix}3 & 1 \\ 0 & 3\end{bmatrix}

This is necessary if 3 is to be a repeated eigenvalue, but the question doesn't require that.
 
Good points- thank you.
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
14K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K