Monday, 17 March 2014

linear algebra - Making a determinant easier to solve to find characteristic polynomial




I have to find a characteristic polynomial for the follwoing matrix:



A=(011102120)



My goal to find the roots of the characteristic polynomial.



The characteristic polynomial is given by solving det(λIA), and then we get:



det(λIA)=det(t111t212t)




The final polynomial I get is PA=t36t+4



While there is a way to solve this polynomial I believe there is a way to make this determinant more "comfortable" to solve.



Can I add the third column to the second column?



det(λIA)=det(t011t221t2t)



And Then, can I do the following (and why?)




det(λIA)=(t2)det(t0111211t)
What kind of elementary operations, or other arithmetic ones I can do, to make the determinant easier to solve?



Thanks,



Alan


Answer



Personally, I prefer this method
|AλI|=|λ111λ212λ|
=λ|λ22λ|+|121λ|+|1λ12|
=λ3+6λ4=(2λ)(λ2+2λ2)
=(2λ)(λ3+1)(λ+3+1)
You can also triangularize the matrix first. This makes the determinant trivial to compute
|AλI|=|λ111λ212λ|
=|λ1102λ2λ12λ|
=|λ1102λ2λλ2λλ2|
=|λ1102λ2λ02λ11λ2|
=|λ1102λ2λ00λ22λ+2|
=|1λ1λ102λ2λ00λ2+2λ2|
=(2λ)(λ2+2λ2)
=(2λ)(λ3+1)(λ+3+1)

In any case, I suggest you look up the properties of the determinant.


No comments:

Post a Comment

real analysis - How to find limhrightarrow0fracsin(ha)h

How to find limh0sin(ha)h without lhopital rule? I know when I use lhopital I easy get $$ \lim_{h\rightarrow 0}...