PDA

View Full Version : similar matrices


ehrenfest
Jun9-08, 12:29 AM
1. The problem statement, all variables and given/known data
1) Show that for any real numbers a and b, the matrices

\left( \begin{array}{cc}
1 & a \\
0 & 2 \\
\end{array}\right)

and

\left(\begin{array}{cc}
1 & b \\
0 & 2 \\
\end{array}\right)

are similar.

2) Show that

\left( \begin{array}{cc}
2 & 1 \\
0 & 2 \\
\end{array}\right)

and

\left(\begin{array}{cc}
2 & 0 \\
0 & 2 \\
\end{array}\right)

are not similar.
2. Relevant equations



3. 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...

ehrenfest
Jun9-08, 04:29 PM
anyone?

HallsofIvy
Jun9-08, 09:16 PM
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".

Dick
Jun10-08, 12:01 AM
Might be a good idea to look at the eigenvectors of each matrix.

HallsofIvy
Jun10-08, 06:19 AM
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.

ehrenfest
Jun12-08, 11:34 PM
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 =
\left( \begin{array}{cc}
w & x \\
y & z \\
\end{array}\right)


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.