Finding Eigenspaces of a Matrix

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Matrix
Click For Summary
SUMMARY

The discussion focuses on finding the eigenspaces of the matrix A = \begin{bmatrix} 3 & 2 \\ 4 & 1 \end{bmatrix}. The characteristic polynomial is derived as det(A - \lambda I) = \lambda^2 - 4\lambda - 5, yielding eigenvalues λ₁ = 5 and λ₂ = -1. The eigenspace corresponding to λ₁ is correctly identified as \begin{bmatrix} 1 \\ 1 \end{bmatrix}, while the eigenspace for λ₂ is incorrectly calculated as \begin{bmatrix} 0 \\ 0 \end{bmatrix} instead of the correct \begin{bmatrix} 1 \\ -2 \end{bmatrix}. The error arises from an incorrect row reduction of the matrix associated with λ₂.

PREREQUISITES
  • Understanding of eigenvalues and eigenspaces
  • Familiarity with matrix operations and row reduction
  • Knowledge of determinants and characteristic polynomials
  • Basic linear algebra concepts
NEXT STEPS
  • Study the process of finding eigenvalues and eigenspaces in linear algebra
  • Learn about the implications of row reduction on matrix rank and eigenvalues
  • Explore the relationship between eigenvalues and the determinant of a matrix
  • Practice solving problems involving characteristic polynomials and eigenspaces
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators looking to clarify concepts related to eigenvalues and eigenspaces.

Dustinsfl
Messages
2,217
Reaction score
5
[tex]\begin{bmatrix}<br /> 3 & 2\\<br /> 4 & 1<br /> \end{bmatrix}[/tex]
[tex]det(A-\lambda I)=\begin{vmatrix}<br /> 3-\lambda & 2\\<br /> 4 & 1-\lambda<br /> \end{vmatrix}=(3-\lambda)(1-\lambda)-8=\lambda^2-4\lambda-5[/tex]
[tex]\lambda_{1}=5[/tex] and [tex]\lambda_{2}=-1[/tex]
When [tex]\lambda=5[/tex], [tex]\begin{bmatrix}<br /> -2 & 2\\<br /> 4 & -4<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 1 & -1\\<br /> 0 & 0<br /> \end{bmatrix}[/tex]
The eigenspace for [tex]\lambda_{1}[/tex] is [tex]\begin{bmatrix}<br /> 1\\<br /> 1<br /> \end{bmatrix}[/tex]
When [tex]\lambda=-1[/tex], [tex]\begin{bmatrix}<br /> 4 & 2\\<br /> 4 & 2<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 1 & 0\\<br /> 0 & 1<br /> \end{bmatrix}[/tex]
The eigenspace for[tex]\lambda_{2}[/tex] is [tex]\begin{bmatrix}<br /> 0\\<br /> 0<br /> \end{bmatrix}[/tex]

I don't know what is going wrong but my second Eigenspace is wrong compared to the books answer which is [tex]\begin{bmatrix}<br /> 1\\<br /> -2<br /> \end{bmatrix}[/tex]
 
Physics news on Phys.org


Dustinsfl said:
[tex]\begin{bmatrix}<br /> 3 & 2\\<br /> 4 & 1<br /> \end{bmatrix}[/tex]
[tex]det(A-\lambda I)=\begin{vmatrix}<br /> 3-\lambda & 2\\<br /> 4 & 1-\lambda<br /> \end{vmatrix}=(3-\lambda)(1-\lambda)-8=\lambda^2-4\lambda-5[/tex]
[tex]\lambda_{1}=5[/tex] and [tex]\lambda_{2}=-1[/tex]
When [tex]\lambda=5[/tex], [tex]\begin{bmatrix}<br /> -2 & 2\\<br /> 4 & -4<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 1 & -1\\<br /> 0 & 0<br /> \end{bmatrix}[/tex]
The eigenspace for [tex]\lambda_{1}[/tex] is [tex]\begin{bmatrix}<br /> 1\\<br /> 1<br /> \end{bmatrix}[/tex]
When [tex]\lambda=-1[/tex], [tex]\begin{bmatrix}<br /> 4 & 2\\<br /> 4 & 2<br /> \end{bmatrix}\Rightarrow \begin{bmatrix}<br /> 1 & 0\\<br /> 0 & 1<br /> \end{bmatrix}[/tex]
Your mistake is above. The [4 2; 4 2] matrix doesn't row reduce to the identity matrix. Try again.
Each matrix for calculating the eigenspace can't reduce to the identity; otherwise its determinant would not be zero.
Dustinsfl said:
The eigenspace for[tex]\lambda_{2}[/tex] is [tex]\begin{bmatrix}<br /> 0\\<br /> 0<br /> \end{bmatrix}[/tex]

I don't know what is going wrong but my second Eigenspace is wrong compared to the books answer which is [tex]\begin{bmatrix}<br /> 1\\<br /> -2<br /> \end{bmatrix}[/tex]
 


I had a -2 entered into my calc.
 

Similar threads

Replies
2
Views
2K
Replies
19
Views
2K
Replies
2
Views
1K
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K