Having difficulty working out a Char. Pol. for Eigenvalues

  • Context: Undergrad 
  • Thread starter Thread starter leo255
  • Start date Start date
  • Tags Tags
    Difficulty Eigenvalues
Click For Summary
SUMMARY

The discussion centers on calculating the characteristic polynomial for the matrix: [[2, 3, 0], [3, 2, 4], [0, 4, 2]]. The user initially applied the shortcut formula, resulting in the polynomial X^3 - 6X^2 - 13X + 42, but failed to obtain the correct eigenvalues of -2, 2, and 4. The correct approach involves directly calculating the determinant of the matrix [[2 - x, 3, 0], [3, 2 - x, 4], [0, 4, 2 - x]] and setting it to zero, leading to the accurate characteristic polynomial.

PREREQUISITES
  • Understanding of characteristic polynomials in linear algebra
  • Familiarity with matrix determinants
  • Knowledge of eigenvalues and eigenvectors
  • Experience with synthetic division in polynomial equations
NEXT STEPS
  • Study the process of calculating determinants for 3x3 matrices
  • Learn about characteristic polynomials and their significance in linear algebra
  • Explore the derivation of eigenvalues from characteristic polynomials
  • Practice synthetic division with various polynomial examples
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, as well as educators teaching concepts related to matrices and eigenvalues.

leo255
Messages
57
Reaction score
2
Given the following matrix:

2 3 0
3 2 4
0 4 2

I'm having a difficult time working out the characteristic polynomial. I used the shortcut that I saw on YT, where it is (I am using x instead of lambda) X^3 - (trace) X^2 + (A11+A22+A33) X - DET(A)

I got the following:

trace is just 2+2+2 = 6
A11+A22+A33 = (4-16) + (4-0) + (4-9) = -13
DET(A) = -42

This is giving me a characteristic polynomial of X^3 - 6X^2 - 13X + 42. Using synthetic division with the correct e-vals, it just doesn't come out right.

The correct roots/e-vals are -2, 2 and 4.

Thanks.
 
Physics news on Phys.org
You could go through the process of working it out without the shortcut,
##det \left[\begin{pmatrix}2 -x&3 &0\\3&2-x&4\\0&4&2-x\end{pmatrix}\right] = 0##
##(2-x)^3 -25(2-x) =0##
I don't get -2, 2, and 4 though. Are you sure you copied the matrix down right?
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
5K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
25
Views
8K