Diagonalizable matrix problem with parameters

  • Thread starter Thread starter ryebread
  • Start date Start date
  • Tags Tags
    Matrix Parameters
ryebread
Messages
2
Reaction score
0

Homework Statement


A is a given 3x3 matrix
A=<br /> \begin{pmatrix}<br /> a &amp; 0 &amp; 1 \\<br /> 0 &amp; a &amp; b \\<br /> 0 &amp; 0 &amp; c <br /> \end{pmatrix}<br />
a,b,c are real numbers
1) determine for what values of a,b,c the matrix A is diagnoizable. (advice: distinguish between the cases a=c and a≠c)

Homework Equations


characteristic polynomial of A is det(tI-A)

The Attempt at a Solution



finding the solution for det(tI-A)=0
tI-A=<br /> \begin{pmatrix}<br /> t-a &amp; 0 &amp; -1 \\<br /> 0 &amp; t-a &amp; -b \\<br /> 0 &amp; 0 &amp; t-c <br /> \end{pmatrix}<br />
the characteristic polynomial is (t-c)(t-a)^2 and therefore the eigenvalues are a and c.
for t=c we get the matrix <br /> \begin{pmatrix}<br /> c-a &amp; 0 &amp; -1 \\<br /> 0 &amp; c-a &amp; -b \\<br /> 0 &amp; 0 &amp; 0 <br /> \end{pmatrix}<br />
let it be C, x=(x,y,z), for Cx=0 we get the system of linear equations:
(c-a)x-z=0
(c-a)y -bz=0
likewise, for t=a we get
-1z=0
-bz=0
(a-c)z=0

after that I'm pretty much lost. my guess is that you need to find the dimension of the eigenspace that corresponds to each eigenvalue, but I'm nut sure how.

Help would be very welcomed
 
Physics news on Phys.org
As the problem suggests, consider the a=c case separately. If a=c, then your equations above simplify to
-z = 0
-bz = 0

What constraints does this impose on x, y, and z?
 
jbunniii said:
As the problem suggests, consider the a=c case separately. If a=c, then your equations above simplify to
-z = 0
-bz = 0

What constraints does this impose on x, y, and z?

i have no idea.
I finally managed to solve it with algebraic and geometric multiplicities, but i just don't get nullity.
 
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