Linear Algebra Homework Question

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
3 replies · 4K views
simplyderp
Messages
1
Reaction score
0

Homework Statement



Prove that A=[a,b;c,d]
is diagonalizable if -4bc < (a-d)^2
is not diagonalizale if -4bc > (a-d)^2

Homework Equations



For an nxn matrix, if there are n distinct eigenvalues then the matrix is diagonalizable.
For an nxn matrix, if there are n linearly independent eigenvetors then the matrix is diagonalizable.

The Attempt at a Solution



Characteristic equation for eigenvalues:
|λ-a,-b;-c,λ-d| = λ^2 + λ(a-d) + (ab - bc) = 0
λ = 0.5 * (d - a plus-or-minus sqrt((a-d)^2 - 4ad + 4bc))

For part 1, I need to show that there are two distinct solutions to this quadratic equation (b^2 - 4ac > 0: a,b,c from general quadratic eq - not from this problem)
I know that (a-d)^2 + 4bc > 0

However, I do not know how to show that (a-d)^2 - 4ad + 4bc > 0
 
Last edited:
Physics news on Phys.org
simplyderp said:

Homework Statement



Prove that A=[a,b;c,d]
is diagonalizable if -4bc < (a-d)^2
is not diagonalizale if -4bc > (a-d)^2

Homework Equations



For an nxn matrix, if there are n distinct eigenvalues then the matrix is diagonalizable.
For an nxn matrix, if there are n linearly independent eigenvetors then the matrix is diagonalizable.

The Attempt at a Solution



Characteristic equation for eigenvalues:
|λ-a,-b;-c,λ-d| = λ^2 + λ(a-d) + (ab - bc) = 0
λ = 0.5 * (d - a plus-or-minus sqrt((a-d)^2 - 4ad + 4bc))

For part 1, I need to show that there are two distinct solutions to this quadratic equation (b^2 - 4ac > 0: a,b,c from general quadratic eq - not from this problem)
I know that (a-d)^2 + 4bc > 0

However, I do not know how to show that (a-d)^2 - 4ad + 4bc > 0
Expand the (a - d)2 term and then combine like terms. You're almost there!
 
I had trouble with the same exact problem recently. Your process is correct. You just have a minus sign error.