Eigenvalues of a 2x2 Matrix: What's the Mistake?

  • Thread starter Thread starter whatisreality
  • Start date Start date
  • Tags Tags
    Eigenvalues Matrix
whatisreality
Messages
286
Reaction score
1

Homework Statement


Find the eigenvalues of the matrix
##
\left( \begin{array}{cc}
3 & -1.5\\
-1.5 & -1\\
\end{array} \right)
##
It's probably a really stupid mistake, but the answer I get doesn't match the answer from wolfram alpha's eigenvalue calculator... always a bad sign.

Homework Equations

The Attempt at a Solution


The characteristic equation is:
(3-λ)(-1-λ) -##\frac{9}{4}## = 0
→ λ2-2λ - ##\frac{21}{4}## = 0
Using the quadratic formula,

λ = ##\frac{2 \pm \sqrt{4 - (4\times -\frac{21}{4})}}{2}##
= ##1 \pm \sqrt{25}##
= 6 or -4.

But apparently, I should be getting -1.5 and 3.5 . I have checked it so many times to see where I've gone wrong! What's the mistake??
 
Physics news on Phys.org
whatisreality said:
λ = ##\frac{2 \pm \sqrt{4 - (4\times -\frac{21}{4})}}{2}##
= ##1 \pm \sqrt{25}##
= 6 or -4.

But apparently, I should be getting -1.5 and 3.5 . I have checked it so many times to see where I've gone wrong! What's the mistake??
The 2 in the denominator divides into the entire numerator. You appeared to cancel it with the 2 from the -b part of the numerator, but ignored the rest of the numerator.
 
  • Like
Likes whatisreality
you lost 1/2 calculating λ. It's √25 / 2 and not √25

##\frac{a + b}{c} = \frac{a}{c} + \frac{b}{c}##
 
  • Like
Likes whatisreality
vela said:
The 2 in the denominator divides into the entire numerator. You appeared to cancel it with the 2 from the -b part of the numerator, but ignored the rest of the numerator.
You wouldn't believe how long I stared a that question. And didn't spot it. Thanks, I was getting so frustrated!
 
that happens sometimes and the honest of us aren't afraid to admit that it happens to them as well from time to time
 
  • Like
Likes whatisreality
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top