What Are the Eigenlines for the Matrix A = (3 -3; 2 -4)?

  • Thread starter Thread starter Justin90
  • Start date Start date
  • Tags Tags
    Eigenvalues
Click For Summary
SUMMARY

The eigenvalues for the matrix A = (3 -3; 2 -4) are k = 2 and k = -3, derived from the characteristic polynomial k² + k - 6 = 0. The corresponding eigenvectors simplify to the eigenline equation x = y/2. The initial miscalculation of eigenvalues led to confusion, but the correct factorization clarified the solution process.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with characteristic polynomials
  • Knowledge of matrix operations
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study the process of finding eigenvalues and eigenvectors in linear algebra
  • Learn about the geometric interpretation of eigenlines
  • Explore applications of eigenvalues in systems of differential equations
  • Investigate the significance of eigenvalues in stability analysis
USEFUL FOR

Students studying linear algebra, mathematicians, and anyone interested in understanding matrix theory and its applications in various fields.

Justin90
Messages
2
Reaction score
0
1.
Find the corresponding Eigenline

A= (3 -3 2 -4)



Homework Equations


A=(a b c d)
k2-(a+d)k+(ad-bc)=0


The Attempt at a Solution



k2-(3-(-4))k+(3(-4)-(-3)2)=0
k2+k-6=0
(k+2)(k-3)

So k=-2 and k=3

Eigenvector for k=3
(3 -3 2 -4)(x y) = 3(x y)
(3x -3y 2x -4y)= (3x 3y)

Hence 3y=0 and 2x-7y=0

Eigenvector for k=-2
(3 -3 2 -4)(x y) = -2(x y)
(3x -3y 2x -4y)=(-2x -2y)

Hence 5x-3y=0 and 2x-2y=0

This is where I get confused because my notes say that 3y=0 and 2x-7y=0 need to reduce to a single equation, and similarly 5x-3y=0 and 2x-2y=0 need to reduce to a single equation to give the eigenline for the given eigenvalue?
 
Physics news on Phys.org
Justin90 said:
1.
Find the corresponding Eigenline

A= (3 -3 2 -4)


Do you mean [tex] A = \begin{pmatrix} 3 & - 3 \\ 2 & -4 \end{pmatrix}[/tex]

Homework Equations


A=(a b c d)
k2-(a+d)k+(ad-bc)=0


The Attempt at a Solution



k2-(3-(-4))k+(3(-4)-(-3)2)=0
k2+k-6=0
(k+2)(k-3)

So k=-2 and k=3

Here is your problem: [tex](-2)^2 + (-2) - 6 = -4 \neq 0 \\<br /> (3)^2 + 3 - 6 = 6 \neq 0[/tex] Therefore neither -2 nor 3 is an eigenvalue of [itex]A[/itex]. Try solving [itex]k^2 + k - 6 = 0[/itex] again.
 
pasmith said:
Do you mean [texy/
A = \begin{pmatrix} 3 & - 3 \\ 2 & -4 \end{pmatrix}[/tex]


Here is your problem: [tex](-2)^2 + (-2) - 6 = -4 \neq 0 \\<br /> (3)^2 + 3 - 6 = 6 \neq 0[/tex] Therefore neither -2 nor 3 is an eigenvalue of [itex]A[/itex]. Try solving [itex]k^2 + k - 6 = 0[/itex] again.

Thanks for that! Couldn't see the wood through the trees. Got it now.

K^2+k-6=0
(k-2)(k+3)=0
So k=2 and k=-3

So eventual both equations reduce to x=y/2

Can't believe I missed that.
 

Similar threads

  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K