Using diagonalization to find A^k

In summary, A^n is the determinant of the I-th row of the matrix P, where P is the matrix consisting of the coefficients of the homework statement.
  • #1
1up20x6
6
0

Homework Statement



[tex]A = \begin{pmatrix}
1 & 4\\
2 & -1
\end{pmatrix}[/tex]

Find [itex]A^n[/itex] and [itex]A^{-n}[/itex] where n is a positive integer.


Homework Equations





The Attempt at a Solution



[tex](xI - A) = \begin{pmatrix}
x-1 & -4\\
-2 & x+1
\end{pmatrix}[/tex]
[tex]det(xI - A) = (x-3)(x+3)
[/tex]
[tex]λ_1 = 3\quad λ_2 = -3[/tex]

[tex]\begin{pmatrix}
2 & -4\\
-2 & 4\end{pmatrix}
\begin{pmatrix}
a\\
b
\end{pmatrix}
= \begin{pmatrix}
0\\
0
\end{pmatrix}\quad
\begin{pmatrix}
a\\
b
\end{pmatrix}
= \begin{pmatrix}
2\\
1
\end{pmatrix}[/tex]
[tex]\begin{pmatrix}
-4 & -4\\
-2 & -2\end{pmatrix}
\begin{pmatrix}
c\\
d
\end{pmatrix}
= \begin{pmatrix}
0\\
0
\end{pmatrix}\quad
\begin{pmatrix}
c\\
d
\end{pmatrix}
= \begin{pmatrix}
-1\\
1
\end{pmatrix}[/tex]
[tex]P = \begin{pmatrix}
λ_1 & λ_2
\end{pmatrix}
= \begin{pmatrix}
2 & -1\\
1 & 1
\end{pmatrix}[/tex]
[tex]P^{-1} = \begin{pmatrix}
\frac{1}{3} & \frac{1}{3}\\
\frac{-1}{3} & \frac{2}{3}
\end{pmatrix}[/tex]
[tex]D = \begin{pmatrix}
λ_1 & 0\\
0 & λ_2
\end{pmatrix}
= \begin{pmatrix}
3 & 0\\
0 & -3
\end{pmatrix}[/tex]
[tex]PD^nP^{-1} = A^n
= \begin{pmatrix}
2 & -1\\
1 & 1
\end{pmatrix}
\begin{pmatrix}
3^n & 0\\
0 & -3^n
\end{pmatrix}
\begin{pmatrix}
\frac{1}{3} & \frac{1}{3}\\
\frac{-1}{3} & \frac{2}{3}
\end{pmatrix}[/tex]
[tex]= \begin{pmatrix}
2(3^n) & -(-3)^n\\
3^n & (-3)^n
\end{pmatrix}
\begin{pmatrix}
\frac{1}{3} & \frac{1}{3}\\
\frac{-1}{3} & \frac{2}{3}
\end{pmatrix}[/tex]
[tex]= \begin{pmatrix}
\frac{2}{3}(3^n) + \frac{1}{3}((-3)^n) & \frac{2}{3}(3^n) - \frac{2}{3}((-3)^n)\\
\frac{1}{3}(3^n) - \frac{1}{3}((-3)^n) & \frac{1}{3}(3^n) + \frac{2}{3}((-3)^n)
\end{pmatrix}[/tex]

I think that everything I've done so far is correctly, but I can't find any way to simplify this equation any further, and I don't think that I could find [itex]A^{-n}[/itex] with an equation this complicated, so I must be missing something.
 
Physics news on Phys.org
  • #2
There are different ways of writing that out, you might not have pick the most simple. Another way is something like

A^n=(3^n)(1/2)((1+(-1)^n)I+(1/3)(1-(-1)^n)A)

which you can see is lot like yours, note all that (-1)^n stuff is just to unify the even and odd terms

even A^n=(3^n)I

odd A^n=(3^n)(1/3)A

I=A^0 the 2x2 identity matrix
 
  • #3
Frankly, the first thing I would have done would be to note that
[tex]A^2= \begin{pmatrix}1 & 4 \\ 2 & -1\end{pmatrix}^2= \begin{pmatrix}9 & 0 \\ 0 & 9\end{pmatrix}= 9\begin{pmatrix}1 & 0 \\ 0 & 1\end{pmatrix}[/tex]

From that it follows immediately that if n is even, [itex]A^n= 3^nI[/itex] and if n is odd, [itex]A^n= 3^{n-1}A[/itex]
 
  • #4
Thanks for your responses. Are those equations self-evident or is there a proof that they apply for all values of [itex]n[/itex]?
 

Related to Using diagonalization to find A^k

1. How does diagonalization help in finding A^k?

Diagonalization is a method used to simplify the calculation of large powers of a matrix by transforming it into a diagonal matrix with the same eigenvalues. This allows for easier computation of A^k since the powers of the diagonal matrix are simply raised to the power of k.

2. What are the steps involved in diagonalization to find A^k?

The steps involved in diagonalization to find A^k are as follows:1. Find the eigenvalues of A.2. Find the corresponding eigenvectors for each eigenvalue.3. Construct the diagonal matrix D using the eigenvalues on the main diagonal.4. Find the inverse of the matrix of eigenvectors, P.5. Use the formula A^k = PDP^-1 to find A^k.

3. Can diagonalization be used for any square matrix A to find A^k?

No, diagonalization can only be used for square matrices that are diagonalizable, meaning they have a full set of linearly independent eigenvectors. Not all square matrices are diagonalizable, so this method may not work for all matrices.

4. Is there a limit to the value of k that can be used with diagonalization to find A^k?

No, there is no limit to the value of k that can be used with diagonalization to find A^k. However, as k increases, the computation may become more complex and prone to errors.

5. Are there any other methods besides diagonalization to find A^k?

Yes, there are other methods such as using the Cayley-Hamilton theorem or using the Jordan canonical form. However, diagonalization is one of the most commonly used methods due to its simplicity and efficiency.

Similar threads

  • Calculus and Beyond Homework Help
Replies
6
Views
368
  • Calculus and Beyond Homework Help
Replies
2
Views
264
  • Calculus and Beyond Homework Help
Replies
6
Views
766
  • Calculus and Beyond Homework Help
Replies
2
Views
273
  • Calculus and Beyond Homework Help
Replies
3
Views
937
  • Calculus and Beyond Homework Help
Replies
2
Views
721
  • Calculus and Beyond Homework Help
Replies
2
Views
714
  • Calculus and Beyond Homework Help
Replies
3
Views
872
  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
Back
Top