Proving Similarity of Matrices: A & B

  • Thread starter Thread starter ehrenfest
  • Start date Start date
  • Tags Tags
    Matrices
ehrenfest
Messages
2,001
Reaction score
1

Homework Statement


1) Show that for any real numbers a and b, the matrices

\left( \begin{array}{cc}<br /> 1 &amp; a \\<br /> 0 &amp; 2 \\<br /> \end{array}\right)

and

\left(\begin{array}{cc}<br /> 1 &amp; b \\<br /> 0 &amp; 2 \\<br /> \end{array}\right)

are similar.

2) Show that

\left( \begin{array}{cc}<br /> 2 &amp; 1 \\<br /> 0 &amp; 2 \\<br /> \end{array}\right)

and

\left(\begin{array}{cc}<br /> 2 &amp; 0 \\<br /> 0 &amp; 2 \\<br /> \end{array}\right)

are not similar.

Homework Equations


The Attempt at a Solution



We want to show that B=P^{-1} A P holds for some P in the first case and holds for no P in the second case. So I let P be an arbitrary 2 by 2 matrix and just wrote out the four equations that you get using the explicit formula for the inverse but that failed . So what is the trick...
 
Physics news on Phys.org
anyone?
 
There is no "trick", there is only algebra! You say you wrote out the four equations, using an arbitrary (invertible?) 2 by 2 matrix. That should work. Exactly what did you get?

By the way, if B= P^{-1}AP, then, multiplying both sides, on the left, by P gives PB= AP. That might be simpler to use for an "arbitrary 2 by 2 matrix".
 
Might be a good idea to look at the eigenvectors of each matrix.
 
True, but:
1. Since Ehrenfest said he had already tried an elementary way that should work, I thought it best to encourage him in that. He may not know about eigenvalues yet.

2. While two matrices having different eigenvalues cannot be similar, having the same eigenvalues does not necessarily mean they are similar.
 
HallsofIvy said:
There is no "trick", there is only algebra! You say you wrote out the four equations, using an arbitrary (invertible?) 2 by 2 matrix. That should work. Exactly what did you get?

By the way, if B= P^{-1}AP, then, multiplying both sides, on the left, by P gives PB= AP. That might be simpler to use for an "arbitrary 2 by 2 matrix".

OK. Here is the solution to part 2: Let
P = <br /> \left( \begin{array}{cc}<br /> w &amp; x \\<br /> y &amp; z \\<br /> \end{array}\right)<br />

Then, if we write equations for each element of AP=PB, where A is the first matrix and B is the second matrix, we see that w=y=0 and a matrix with a column of zeros is clearly not invertible.

We can do the same thing for part 1) and obtain PA=BP (where A is the first matrix and B is the second one) if x=y=0 and w=b and z=a. Then P is invertible whenever a or b are not zero. If they are both zero, this is trivial. If a is zero and b is nonzero we let x=b,z=1, and w= anything nonzero, y = 0. And then when a is nonzero and b is zero do the "same" thing.
 
Last edited:
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