What is the Eigenspace for a 2x2 matrix with eigenvalues -5 and 3?

Click For Summary
SUMMARY

The eigenspace for the 2x2 matrix \(\begin{bmatrix} 1 & 3 \\ 4 & -3 \end{bmatrix}\) with eigenvalues -5 and 3 is derived by finding the null space of the matrix \(\begin{bmatrix} -6 & -3 \\ -4 & -2 \end{bmatrix}\). After reducing this matrix to row echelon form, it simplifies to \(\begin{bmatrix} -2 & -1 \\ 0 & 0 \end{bmatrix}\). The basis of the null space is confirmed to be \(\begin{bmatrix} -1 \\ 2 \end{bmatrix}\), which can be obtained by expressing the relationship \(y = -2x\) and choosing \(x = -1\) to derive the final vector.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Knowledge of matrix row reduction techniques
  • Familiarity with null space concepts
  • Ability to interpret linear equations in vector form
NEXT STEPS
  • Study the process of finding eigenvalues and eigenvectors for larger matrices
  • Learn about the geometric interpretation of eigenspaces
  • Explore advanced null space calculations using tools like MATLAB or Python's NumPy
  • Investigate the applications of eigenspaces in systems of differential equations
USEFUL FOR

Students studying linear algebra, mathematicians focusing on matrix theory, and educators teaching concepts related to eigenvalues and eigenspaces.

g.lemaitre
Messages
267
Reaction score
2

Homework Statement


Find the Eigenspace of the following matrix:
[tex]\begin{bmatrix}<br /> 1 & 3 \\<br /> 4 & -3<br /> \end {bmatrix}[/tex]
I'm skipping a few steps but the Eigenvalues are -5 and 3. Let's starts with -5. Skip a few more steps, I know I'm right, just trust me.
We now have the following matrix:
[tex]\begin{bmatrix}<br /> -6 & -3 \\<br /> -4 & -2<br /> \end {bmatrix}[/tex]
Then you find the null space, which starts with putting it in reduced row echelon form:
[tex]\begin{bmatrix}<br /> -6 & -3 \\<br /> 0 & 0<br /> \end {bmatrix}[/tex]
you can reduce that further to
[tex]\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}[/tex]
This is where I'm confused. This nullspace calculator http://www.math.odu.edu/~bogacki/cgi-bin/lat.cgi
says that the basis of the null space is
[tex]\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}[/tex]
My textbook confirms that. How do I get from here
[tex]\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}[/tex]
to there
[tex]\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}[/tex]
I would think you would just eliminate the 2nd row and transpose the first row but that would give.
[tex]\begin{bmatrix}<br /> -2 \\<br /> -1<br /> \end {bmatrix}[/tex]
 
Last edited:
Physics news on Phys.org


g.lemaitre said:
you can reduce that further to
[tex]\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}[/tex]
This is where I'm confused. This nullspace calculator http://www.math.odu.edu/~bogacki/cgi-bin/lat.cgi
says that the basis of the null space is
[tex]\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}[/tex]
My textbook confirms that. How do I get from here
[tex]\begin{bmatrix}<br /> -2 & -1 \\<br /> 0 & 0<br /> \end {bmatrix}[/tex]
to there
[tex]\begin{bmatrix}<br /> -1 \\<br /> 2<br /> \end {bmatrix}[/tex]
I would think you would just eliminate the 2nd row and transpose the first row but that would give.
[tex]\begin{bmatrix}<br /> -2 \\<br /> -1<br /> \end {bmatrix}[/tex]

The matrix corresponds to -2x - y = 0 or y = -2x So$$
\begin{bmatrix}x\\ y \end{bmatrix}=\begin{bmatrix}x\\ -2x \end{bmatrix}
=x\begin{bmatrix}1\\ -2 \end{bmatrix} $$
Any nonzero constant works, so take ##x=-1## to get their answer.
 

Similar threads

Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K