Eigenvalues and Eigen-vectors for Botched Homework | Characteristic Equation

Click For Summary
SUMMARY

The discussion focuses on finding the characteristic equation, eigenvalues, and corresponding eigenvectors for the matrix [[-5, 0, 0], [3, 7, 0], [4, -2, 3]]. The characteristic equation derived is (\lambda + 5)(\lambda - 7)(\lambda - 3), leading to eigenvalues of -5, 7, and 3. The eigenvector corresponding to the eigenvalue -5 is calculated as <-16, 4, 9> after solving the system generated from the reduced row echelon form of the matrix.

PREREQUISITES
  • Understanding of linear algebra concepts, specifically eigenvalues and eigenvectors.
  • Familiarity with the determinant calculation for 3x3 matrices.
  • Knowledge of reduced row echelon form (RREF) and its application in solving linear systems.
  • Experience with matrix operations, including subtraction and multiplication with the identity matrix.
NEXT STEPS
  • Study the derivation of the characteristic polynomial for different matrix types.
  • Learn about the geometric interpretation of eigenvalues and eigenvectors.
  • Explore the applications of eigenvalues and eigenvectors in systems of differential equations.
  • Practice solving for eigenvectors using various matrices to reinforce understanding.
USEFUL FOR

Students studying linear algebra, educators teaching matrix theory, and anyone involved in mathematical modeling or data analysis requiring eigenvalue computations.

SadSack
Messages
1
Reaction score
0

Homework Statement



(a) Find the characteristic equation and
(b) the eigenvalues and corresponding eigen-vectors

[-5 0 0
3 7 0
4 -2 3]

Homework Equations



det(\lambda*I - A)

The Attempt at a Solution


Finding the characteristic equation wasn't that challenging, I took lambda, \lambda , and subtracted the given matrix values from it for every diagonal entry. The determiant of a 3x3 matrix is just the product of these diagonals...I think so my characteristic equation is (\lambda + 5)(\lambda-7)(\lambda - 3)
Next the eigenvalues are the values for \lambda that when plugged in would make the characteristic equation equal zero...so the eigenvalues are -5, 7, 3
This is where I'm confused.
To find the eigen-vectors I'm supposed to multiply each eigenvalue by the identity matrix and subtract the original given matrix: so for the eigenvalue of -5...

[-5 0 0
0 -5 0
0 0 -5]
MINUS
[-5 0 0
3 7 0
4 -2 3]
which equals
[0 0 0
-3 -12 0
-4 2 -8]
I took the reduced row echelon form of this matrix and got...
[1 0 1.777
0 1 -.4444
0 0 0]
Is my eigen vector in the matrix above? I am so confused...I also tried to solve the system generated by multiplying a 3x1 vector of variable components x, y, z times
[0 0 0
-3 -12 0
-4 2 -8]
I appear to have failed miserably at this...because the vector I got did not work. Can someone help walk me through this?
 
Physics news on Phys.org
SadSack said:

Homework Statement



(a) Find the characteristic equation and
(b) the eigenvalues and corresponding eigen-vectors

[-5 0 0
3 7 0
4 -2 3]

Homework Equations



det(\lambda*I - A)

The Attempt at a Solution


Finding the characteristic equation wasn't that challenging, I took lambda, \lambda , and subtracted the given matrix values from it for every diagonal entry. The determiant of a 3x3 matrix is just the product of these diagonals...I think so my characteristic equation is (\lambda + 5)(\lambda-7)(\lambda - 3)

Next the eigenvalues are the values for \lambda that when plugged in would make the characteristic equation equal zero...so the eigenvalues are -5, 7, 3
Yes, in an "upper triangular" or "lower triangular" matrix like this, the eigenvalues are just the numbers on the main diagonal.

This is where I'm confused.
To find the eigen-vectors I'm supposed to multiply each eigenvalue by the identity matrix and subtract the original given matrix: so for the eigenvalue of -5...

[-5 0 0
0 -5 0
0 0 -5]
MINUS
[-5 0 0
3 7 0
4 -2 3]
which equals
[0 0 0
-3 -12 0
-4 2 -8]
I took the reduced row echelon form of this matrix and got...
[1 0 1.777
0 1 -.4444
0 0 0]
Which is equivalent to the equations x+ 16/9 z= 0 and y- 4/9 z= 0 so x= -16/9 z and y= 4/9 z. Any eigenvector corresponding to eigenvalue -5 is of the form <-16/9 z, 4/9 z, z>. Since you only need one, you can take z= 9 to get rid of the fractions: <-16, 4, 9>.

Is my eigen vector in the matrix above? I am so confused...I also tried to solve the system generated by multiplying a 3x1 vector of variable components x, y, z times
[0 0 0
-3 -12 0
-4 2 -8]
So your equations would be 0= 0, -3x- 12y= 0, and -4x+ 2y- 8z= 0. From -3x- 12y= 0, x= -4y. Putting that into -4x+ 2y- 8z= 0 gives 16y+ 2y- 8z= 0 so 18y= 8z and y= (4/9)z and x= -4y= (-16/9)z. That gives the same answer as before, <-16, 4, 9>.

[quoteI appear to have failed miserably at this...because the vector I got did not work. Can someone help walk me through this?
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 23 ·
Replies
23
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
2
Views
2K