Scalars z such that A-zI is singular

  • Thread starter Thread starter dlevanchuk
  • Start date Start date
  • Tags Tags
    Scalars
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
1 reply · 2K views
dlevanchuk
Messages
29
Reaction score
0

Homework Statement



Consider the (2x2) symmetric matrix A = [a b; b d]

Show that there are always real scalars z such that A-zI is singular [Hint: Use quadratic formula for the roots from the previous exercise ] t^2 - (a + d)t + (ad - bc) =0

Homework Equations





The Attempt at a Solution



I just want to see if I did the problem correctly..

First, i did the whole cross multiplication, and simplified to the required quadratic formula, given in the hint

z2 - z(a + d) + (ad - b2) = 0

Then I found roots to the above equation, but thatss where I want for you guys to double check my logic..

The roots for z1/2 = ((a + b) +/- sqrt[(a - d)2+4b2])/2 (sorry for the messy equation :-S)
Since (a - d)2+4b2 is always positive, then the root for the above equation does exist, therefore there are real scalars z such that A-zI is singular...

Is that good, or should I add something else?

 
Physics news on Phys.org


dlevanchuk said:

Homework Statement



Consider the (2x2) symmetric matrix A = [a b; b d]

Show that there are always real scalars z such that A-zI is singular [Hint: Use quadratic formula for the roots from the previous exercise ] t^2 - (a + d)t + (ad - bc) =0

Homework Equations





The Attempt at a Solution



I just want to see if I did the problem correctly..

First, i did the whole cross multiplication, and simplified to the required quadratic formula, given in the hint

z2 - z(a + d) + (ad - b2) = 0

Then I found roots to the above equation, but thatss where I want for you guys to double check my logic..

The roots for z1/2 = ((a + b) +/- sqrt[(a - d)2+4b2])/2 (sorry for the messy equation :-S)
Since (a - d)2+4b2 is always positive, then the root for the above equation does exist, therefore there are real scalars z such that A-zI is singular...

Is that good, or should I add something else?
That's fine, though you should have (a+d) instead of (a+b) in your expression for the roots.