Please check my Eigenvector solutions.

  • Thread starter Thread starter hadizainud
  • Start date Start date
  • Tags Tags
    Eigenvector
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
hadizainud
Messages
15
Reaction score
0

Homework Statement


Find the characteristic equations, eigenvalues and eigenvector of the following matrix

Homework Equations


Eigen 2.png

The Attempt at a Solution


Eigen 1.png


Somehow somewhere I think the solution is wrong, based on online Eigenvector calculator on the web. Please do provide me actual answers and solutions. Thanks in advance!
 
Physics news on Phys.org
Your first eigenvector corresponding to [itex]\lambda= 3[/itex] is correct.

However, you have the wrong characteristic equation and "1" is NOT an eigenvalue. You should have seen that when you wrote [itex](A- \lambda I)x= 0[/itex]:
[tex]\begin{bmatrix}2 & 0 \\ 8 & -2\end{bmatrix}\begin{bmatrix}x_1 \\ x_2\end{bmatrix}= \begin{bmatrix} 0 \\ 0 \end{bmatrix}[/tex]
which gives
[tex]\begin{bmatrix}2x_1 \\ 8x_1- 2x_2\end{bmatrix}= \begin{bmatrix}0 \\ 0 \end{bmatrix}[/tex]
which then requires that [itex]2x_1= 0[/itex] and [itex]8x_1- 2x_2= 0[/itex].
From the second [itex]x_2= 4x_1[/itex] but the first says [itex]x_1= 0[/itex] so [itex]x_2= 4(0)= 0[/itex]. There is NO non-trivial vector satisfying this. 1 is NOT an eigenvalue
(I have no idea where you got "[itex]x_1+ x_2= 0[/itex]".)

The characteristic equation is given by
[tex]\left|\begin{array}{cc}3- \lambda & 0 \\ 8 & -1- \lambda\end{array}\right|= 0[/tex]
Which is, of course, simply [itex](3-\lambda)(-1- \lambda)= 0[/itex].
 
Eigen 3.png

Take a look at this. I've corrected it. Please let this answer correct :)

Some mistake there;
Eigenvector for lambda = 1 is [0;1]

One more, on the second last line.
is that correct to state "Let x_2=t" or "Let x_1=t"?
 
Last edited:
If you compute what you think are an eigenvector and eigenvalue pair, stick them back in! They had better satisfy [itex]Ax = \lambda x[/itex] since that is, after all, the equation whose solutions you were looking for in the first place.

hadizainud said:
One more, on the second last line.
is that correct to state "Let x_2=t" or "Let x_1=t"?

The variable [itex]x_2[/itex] should equal t, if that's what you're asking.
 
hadizainud said:
View attachment 37957
Take a look at this. I've corrected it. Please let this answer correct :)

Some mistake there;
Eigenvector for lambda = 1 is [0;1]
You mean "for lambda= -1".

One more, on the second last line.
is that correct to state "Let x_2=t" or "Let x_1=t"?
You had just shown that [itex]x_1= 0[/itex] so you can't say "let x_1=t".
 
Thanks Stringy and HallsofIvy :)