Diagonalization of Matrix A for Finding A^9: [0 8;2 0] - Homework Solution

  • Thread starter Thread starter t_n_p
  • Start date Start date
  • Tags Tags
    Matrix
t_n_p
Messages
593
Reaction score
0

Homework Statement



Use diagonalization to find A^9 where A = [0 8;2 0]

The Attempt at a Solution



I perform (A-λI) to find characteristic equation and hence eigenvalues of 4 and -4. These yield eigenvectors of [2;1] and [2;-1] respectively.

Now I know [0 8;2 0][2 2;1 -1] = [2 2;1 1][4 0;0 -4]
Rearranging gives [0 8;2 0] = [2 2;1 -1][4 0;0 -4][2 2;1 -1]^-1

Now to raise to the power of 9 gives, [0 8;2 0]^9 = [2 2;1 -1][4 0;0 -4]^9[2 2;1 -1]^-1

Now I know that any matrix multiplied by its inverse will give the identity matrix, hence this leaves me with [0 8;2 0]^9 = [4 0;0 -4]^9

Therefore by my working, A^9 = [4^9 0; 0 (-4)^9]

The answer suggests [0 2*4^9; .5*4^9 0]

Can someone see where I went wrong?
 
Physics news on Phys.org
t_n_p said:
Now to raise to the power of 9 gives, [0 8;2 0]^9 = [2 2;1 -1][4 0;0 -4]^9[2 2;1 -1]^-1
You're still correct here. Let the matrices on the RHS be labeled P,D^9,P^-1

t_n_p said:
Now I know that any matrix multiplied by its inverse will give the identity matrix, hence this leaves me with [0 8;2 0]^9 = [4 0;0 -4]^9[/tex]
This is your mistake. You're multiplying PD^9P^-1, not D^9P(P^-1). In matrix multiplication the order matters. You can't randomly switch the order. Just multiply the matrices out normally and you'll get the answer.
 
Ah, so if I have matrices ABC and I wish to perform A*B*C
I must do (A*B)*C.

hmmm, when I did it for a previous question that asked to perform A^6 (where A was the same matrix) I multiplied P and P^-1 to give the inverse and that yielded the correct answer. Just a lucky once off I suppose?
 
Matrix multiplication is associative, meaning ABC = (AB)C = A(BC). But it is not commutative, meaning that ABC not necessarily equals ACB.

I guess you were lucky that time. I didn't try it out and I can't see your working so I can't tell.
 
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