When a matrix isn't diagonalizable

  • Thread starter says
  • Start date
  • Tags
    Matrix
In summary, for a 2x2 matrix to be diagonalizable, it needs to have two linearly independent eigenvectors. In this case, the matrix A has only one eigenvector, making it not diagonalizable.
  • #1
says
594
12

Homework Statement


Determine if the matrix is diagonalizable or not.

A=
[ 3 -1 ]
[ 1 1 ]

Homework Equations


Eigenvalues = det(A-Iλ)
determinant of a 2x2 matrix = ad-bc

The Attempt at a Solution


Eigenvalues = det(A-Iλ)

[ 3 -1 ] - [ λ 0 ] = [ 3 -λ -1 ]
[ 1 1 ] [ 0 λ ] [ 1 1-λ ]

det =

(3 -λ*1-λ) -1*(-1)
λ2-4λ+4
(λ-2)(λ-2) = 0
λ = 2

Only one eigenvalue -- for this matrix A to be diagonalizable we need two eigenvalues so that

D=
[ λ1 0 ]
[ 0 λ2 ]

where λ1 and λ2 are 2 eigenvalues.

Am I correct in my assumptions?
 
Physics news on Phys.org
  • #2
says said:
Only one eigenvalue -- for this matrix A to be diagonalizable we need two eigenvalues so that
Take the matrix $$B=\begin{pmatrix}
1 & 0 \\
0 & 1 \\
\end{pmatrix}$$

What are the eigenvalues of B?
Is B diagonalizable?

Not saying that your final conclusion is necessarily wrong, but what about the argumentation ?
 
  • #3
The eigenvalue of your question would be = 1.
 
  • #4
says said:

Homework Statement


Determine if the matrix is diagonalizable or not.

A=
[ 3 -1 ]
[ 1 1 ]

Homework Equations


Eigenvalues = det(A-Iλ)
determinant of a 2x2 matrix = ad-bc

The Attempt at a Solution


Eigenvalues = det(A-Iλ)

[ 3 -1 ] - [ λ 0 ] = [ 3 -λ -1 ]
[ 1 1 ] [ 0 λ ] [ 1 1-λ ]

det =

(3 -λ*1-λ) -1*(-1)
λ2-4λ+4
(λ-2)(λ-2) = 0
λ = 2

Only one eigenvalue -- for this matrix A to be diagonalizable we need two eigenvalues so that

D=
[ λ1 0 ]
[ 0 λ2 ]

where λ1 and λ2 are 2 eigenvalues.

Am I correct in my assumptions?
Not necessarily. Sometimes a single eigenvalue can be associated with more than one eigenvector.
 
  • #5
says said:
The eigenvalue of your question would be = 1.
Yes, and surely you'll accept that B is diagonalizable.
This shows that not having 2 eigenvalues doesn't necessarily mean that a 2*2 matrix is not diagonalizable.

What are the eigenvectors of your matrix A?
 
  • #6
In my question I get an eigenvalue = 2

If I plug that into (A-λI)*v1 = 0
[ 3 -1 ] - [ 2 0 ]
[ 1 1 ] [ 0 2 ] * v1 = 0

[ 1 -1]
[ 1 -1] = 0

[1 -1] (x)
[1 -1] (y) = 0

x-y = 0
x-y = 0

iff x = 1 y = 1

eigenvector 1 = (1,1)

Just reading some more theory now. Because the matrix is 2x2, this means if it is to be diagonalizable it needs to have 2 linearly independent eigenvectors. I only have one.
 
  • #7
says said:
In my question I get an eigenvalue = 2

If I plug that into (A-λI)*v1 = 0
[ 3 -1 ] - [ 2 0 ]
[ 1 1 ] [ 0 2 ] * v1 = 0

[ 1 -1]
[ 1 -1] = 0

[1 -1] (x)
[1 -1] (y) = 0

x-y = 0
x-y = 0

iff x = 1 y = 1

eigenvector 1 = (1,1)

Just reading some more theory now. Because the matrix is 2x2, this means if it is to be diagonalizable it needs to have 2 linearly independent eigenvectors. I only have one.
I think this is essentially correct.
But it is so difficult to parse what you write. :frown:

What you proved is that the eigenspace of the eigenvalue 2 has dimension 1. And it should have been 2 for the matrix to be diagonalizable.
 
  • Like
Likes says
  • #8
says said:
Just reading some more theory now. Because the matrix is 2x2, this means if it is to be diagonalizable it needs to have 2 linearly independent eigenvectors. I only have one.
Yes, that's correct. Since you have only one eigenvector, but need two of them, your matrix is not diagonalizable.
 

1. What does it mean for a matrix to be diagonalizable?

Diagonalizable matrices are special types of square matrices that can be transformed into a diagonal matrix through a similarity transformation. This means that the matrix can be written as a product of three matrices: A = PDP^-1, where P is an invertible matrix and D is a diagonal matrix.

2. Why is it important to know when a matrix isn't diagonalizable?

Knowing when a matrix isn't diagonalizable can help in solving systems of linear equations and understanding the behavior of linear transformations. It can also indicate the presence of eigenvalues and eigenvectors, which are important concepts in linear algebra.

3. How can I determine if a matrix is diagonalizable?

A matrix is diagonalizable if it has n linearly independent eigenvectors, where n is the size of the matrix. This means that the matrix must have n distinct eigenvalues. One way to determine this is by calculating the determinant of the matrix and checking if it is equal to 0.

4. Can a non-square matrix be diagonalizable?

No, only square matrices can be diagonalizable. This is because diagonalization involves finding eigenvectors and eigenvalues, which can only be calculated for square matrices.

5. What are the implications of a matrix not being diagonalizable?

If a matrix is not diagonalizable, it means that it cannot be transformed into a diagonal matrix through a similarity transformation. This can make it more difficult to solve systems of linear equations and understand the behavior of linear transformations. It may also indicate that the matrix has repeated eigenvalues or a lack of linearly independent eigenvectors.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
101
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
845
  • Calculus and Beyond Homework Help
Replies
10
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
402
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
4K
  • Linear and Abstract Algebra
Replies
12
Views
1K
Back
Top