Diagonalizing and expressing as A^k

  • Thread starter Thread starter SeannyBoi71
  • Start date Start date
SeannyBoi71
Messages
84
Reaction score
0

Homework Statement


Let A=\left(\begin{array}{cc}11 & 6\\-12 & -6\end{array}\right) and let k be a positive integer. By diagonalizing A, express Ak as an explicit 2x2 matrix in terms of k. Your answer should take the form A=\left(\begin{array}{cc}f_1 (k) & f_2 (k)\\f_3 (k) & f_4 (k)\end{array}\right)

Homework Equations


P-1AP=D and Ak=PDkP-1.

The Attempt at a Solution


I don't have a problem diagonalizing, I have a problem with expressing it in terms of functions (at least I think). I diagonalized normally and got P=\left(\begin{array}{cc}-3 & -2\\4 & 3\end{array}\right) and D=\left(\begin{array}{cc}3 & 0\\0 & 2\end{array}\right) After using the second formula above, I get A^k=\left(\begin{array}{cc}9*3^k-8*2^k & 6*3^k-6*2^k\\-12*3^k+12*2^k & -8*3^k+9*2^k\end{array}\right) I am just not sure if this is "good enough" or even right? Is there some way I can combine this? Just want to double check my answer basically :smile:
 
Physics news on Phys.org
This looks good! :smile:
 
Thank you :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top