What is the General Pattern for Finding Matrix Powers?

  • Context: MHB 
  • Thread starter Thread starter Aryth1
  • Start date Start date
  • Tags Tags
    Matrix Power
Click For Summary
SUMMARY

The discussion focuses on finding the general pattern for calculating matrix powers of the matrix \( A = \begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} \). The user successfully computed the first four powers: \( A^2 = \begin{pmatrix} 9&16\\ 8&17 \end{pmatrix} \), \( A^3 = \begin{pmatrix} 41&84\\ 42&83 \end{pmatrix} \), and \( A^4 = \begin{pmatrix} 209&416\\ 208&417 \end{pmatrix} \). The solution to finding \( A^n \) involves diagonalizing the matrix, expressed as \( A = BDB^{-1} \), leading to the formula \( A^n = BD^nB^{-1} \) for any integer \( n \).

PREREQUISITES
  • Understanding of matrix multiplication
  • Knowledge of diagonalization of matrices
  • Familiarity with eigenvalues and eigenvectors
  • Basic linear algebra concepts
NEXT STEPS
  • Study the process of diagonalizing matrices
  • Learn about eigenvalues and eigenvectors in detail
  • Explore the Cayley-Hamilton theorem for matrix powers
  • Practice calculating matrix powers using different methods
USEFUL FOR

Students preparing for linear algebra exams, educators teaching matrix theory, and anyone looking to deepen their understanding of matrix operations and diagonalization techniques.

Aryth1
Messages
38
Reaction score
0
I'm sure that this problem is easier than I am making out to be, but I'm going over some review problems for an exit exam and I'm having a little trouble with this one.

Let the matrix $A$ be given by:

$$A = \begin{pmatrix} 1&4\\ 2&3 \end{pmatrix}$$

Find $A^n$ for general $n$.

I have the first three iterations done, but I've been unable to find the pattern.

$$A^2 = \begin{pmatrix} 1&4\\ 2&3 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 9&16\\ 8&17 \end{pmatrix}$$

$$A^3 = \begin{pmatrix} 9&16\\ 8&17 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 41&84\\ 42&83 \end{pmatrix}$$

$$A^4 = \begin{pmatrix} 41&84\\ 42&83 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 209&416\\ 208&417 \end{pmatrix}$$

Any help in finding the general pattern would be greatly appreciated!
 
Physics news on Phys.org
Aryth said:
I'm sure that this problem is easier than I am making out to be, but I'm going over some review problems for an exit exam and I'm having a little trouble with this one.

Let the matrix $A$ be given by:

$$A = \begin{pmatrix} 1&4\\ 2&3 \end{pmatrix}$$

Find $A^n$ for general $n$.

I have the first three iterations done, but I've been unable to find the pattern.

$$A^2 = \begin{pmatrix} 1&4\\ 2&3 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 9&16\\ 8&17 \end{pmatrix}$$

$$A^3 = \begin{pmatrix} 9&16\\ 8&17 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 41&84\\ 42&83 \end{pmatrix}$$

$$A^4 = \begin{pmatrix} 41&84\\ 42&83 \end{pmatrix}\begin{pmatrix} 1&4\\ 2&3 \end{pmatrix} = \begin{pmatrix} 209&416\\ 208&417 \end{pmatrix}$$

Any help in finding the general pattern would be greatly appreciated!

Hi Aryth! :)

One way to do it is to diagonalize. $A$ can be written as:
$$A=BDB^{-1}$$
where $D$ is a diagonal matrix.

Then we have:
$$A^n = BD^nB^{-1}$$
 
I like Serena said:
Hi Aryth! :)

One way to do it is to diagonalize. $A$ can be written as:
$$A=BDB^{-1}$$
where $D$ is a diagonal matrix.

Then we have:
$$A^n = BD^nB^{-1}$$

I had totally forgotten about diagonalizing the matrix. I got it, thanks for the help!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
31
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K