Calculate Eigenvalues of a 2x2 Matrix | A, E, I | Eigenvectors | Eigenspace

  • Thread starter Thread starter thomas49th
  • Start date Start date
  • Tags Tags
    Eigenvalue Matrix
thomas49th
Messages
645
Reaction score
0

Homework Statement



Let A =
a b
c d
A characteristic value of A (often called an eigenvalue) is denoted by λ and satisfies the relation

det(A - λI) = 0

Obtain the characteristics values of E =
1 -1
-1 1


Homework Equations



Well I is the unit or identity matrix

1 0
0 1


The Attempt at a Solution



I don't understand how E can be of any relation to what the question is asking. Does E = A?

det(A - λI) = 0

=> a - λ, b
c, d - λ = 0

super. ad + λ² - λa - λd + bc = 0

Let's presume for a second that their asking me that A = E

that means a=1, b = -1,c = -1,d = 1

=> 1 + λ² - λ(1-1) + 1 = 0
=? λ² = -2

that canny be though can it?

Any suggestions are welcomed!

Thanks
Tom
 
Physics news on Phys.org
Yes, they want the solutions of the equation |E - \lambdaI| = 0

I get different eigenvalues, both real. Check your determinant work.
 
ahh, my bad

x² - 2x = 0

=> x(x-2)

therefore, x = 0, 2

Is that what you got?

Thanks :)
Tom
 
You lost your equation. x(x - 2) = 0, which allows you to say x = 0 or x = 2.
thomas49th said:
ahh, my bad

x² - 2x = 0

=> x(x-2)

therefore, x = 0, 2

Is that what you got?

Thanks :)
Tom
 
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...
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top