How Do You Calculate Eigenvalues for a 2x2 Symmetric Matrix?

  • Thread starter Thread starter ilikephysics
  • Start date Start date
  • Tags Tags
    Eigenvalues
AI Thread Summary
To calculate the eigenvalues of a 2x2 symmetric matrix A, the correct approach involves solving the quadratic equation derived from the determinant, specifically (a-λ)(c-λ) - b² = 0. The initial assumption that the eigenvalues can be directly equated to a-b and c-b is incorrect; instead, the quadratic formula should be used to find the eigenvalues. The discussion also highlights the importance of avoiding algebraic errors when working with eigenvalues and eigenvectors. The eigenvectors corresponding to the eigenvalues can be determined after correctly identifying the eigenvalues. Proper understanding of the quadratic equation is crucial for accurate calculations in linear algebra.
ilikephysics
Messages
18
Reaction score
0
Find the eigenvalues and eigenvectors of the general real symmetric 2 x 2 matrix A= a b
b c


The two eigenvalues that I got are a-b and c-b. I got these values from this:

(a-eigenvalue)(c-eigenvalue)-b^2=0
(a-eigenvalue)(c-eigenvalue) = b^2
(a-eigenvalue)= b = a-b
(c-eigenvalue)= b = c-b

Will there be 4 eigen values instead of the two that I have? Like, a-b and a+b and c-b and c+b?
I haven't gotten to the eigenvectors yet. I'll post what I have in a minute.

Thanks for your help
 
Physics news on Phys.org
eigenvectors

Are these the eigenvectors?

For a-b,

-1
c-a-b


For c-b,

a-c-b
1
 
For the eigenvalues, you can't quite perform one of the steps you did. It's an incorrect assumption that

a - r = b = c - r
where r is an eigenvalue.

You've got the right equation up until that point, i.e.,

(a-r)(c-r) - b^2 = 0

but this is a quadratic equation in the r variable. Solve it the way you would normally solve a quadratic equation! Nothing too fancy.

cookiemonster
 
If you are working with eigenvalues and eigenvectors it would be a really, really good idea not to mess up basic algebra!

You have:
(a-eigenvalue)(c-eigenvalue) = b^2
(a-eigenvalue)= b = a-b
(c-eigenvalue)= b = c-b

You appear to be thinking that if xy= b^2, then x= b and y= b.

That is not at all true! (9*1= 32;5*(9/5)= 32, etc.)

Once you have the equation (a-eigenvalue)(c-eigenvalue) = b^2

(I'm going to use λ for the eigenvalue)

(a- &lamda;)(c-&lamba;)- b2= 0
λ2-(a+c)&lambda+ (ac- b2)= 0

Now you can use the quadratic formula to solve for the two values of λ
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Thread 'Voltmeter readings for this circuit with switches'
TL;DR Summary: I would like to know the voltmeter readings on the two resistors separately in the picture in the following cases , When one of the keys is closed When both of them are opened (Knowing that the battery has negligible internal resistance) My thoughts for the first case , one of them must be 12 volt while the other is 0 The second case we'll I think both voltmeter readings should be 12 volt since they are both parallel to the battery and they involve the key within what the...
Back
Top