Linear Algebra: 2x2 matrix raised to the power of n

Click For Summary
SUMMARY

The discussion centers on calculating the power of a 2x2 matrix, specifically the matrix A = [-32, 252; -4, 32], raised to the power of n. Participants identified the eigenvalues as 4 and -4 after factoring out 4 from the matrix. The solution involves using the relationship A^n = 4^n E_1 + (-4)^n E_2, where E_1 and E_2 are constant matrices derived from the eigenvalues. The final result indicates that the resulting matrix is 4^n E if n is even and 4^n B if n is odd.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors in linear algebra
  • Familiarity with diagonalization of matrices
  • Knowledge of matrix exponentiation techniques
  • Proficiency in polynomial functions and their applications to matrices
NEXT STEPS
  • Study the process of diagonalizing a 2x2 matrix
  • Learn about the Cayley-Hamilton theorem and its application in matrix powers
  • Explore the concept of matrix polynomials and their implications
  • Investigate the properties of eigenvalues and eigenvectors in greater depth
USEFUL FOR

Students and educators in linear algebra, mathematicians working with matrix theory, and anyone involved in computational mathematics or engineering applications requiring matrix exponentiation.

Miguel Guerrero
Messages
16
Reaction score
0

Homework Statement


If n is a positive integer, then 2x2 matrix [-32,252] [-4,32] raised to the power of n is...

Homework Equations


I know that first I should diagonalize the given matrix, something I also seem to have a hard time with.

The Attempt at a Solution


I determined the eigenvalues to be 32 and -32 and determined eigenvectors to be 16,1 and 252,1 , respectively. I am not sure if this is right or where to even go from there...
 
Physics news on Phys.org
I think you are supposed to calculate
$$
\left( \begin{array}{cc}
-32 & 252 \\
-4 & 32 \\
\end{array} \right)^n
$$
with the help of the diagonal form of the original matrix. By the way, the eigenvalues you got are not right.
 
Miguel Guerrero said:

Homework Statement


If n is a positive integer, then 2x2 matrix [-32,252] [-4,32] raised to the power of n is...

Homework Equations


I know that first I should diagonalize the given matrix, something I also seem to have a hard time with.

The Attempt at a Solution


I determined the eigenvalues to be 32 and -32 and determined eigenvectors to be 16,1 and 252,1 , respectively. I am not sure if this is right or where to even go from there...
You need not diagonalize the matrix. What is the square of it? What is its cube? Try, it is surprising:smile:.
To make it easier, pull out the factor 4 from the matrix.
 
Last edited:
Miguel Guerrero said:

Homework Statement


If n is a positive integer, then 2x2 matrix [-32,252] [-4,32] raised to the power of n is...

Homework Equations


I know that first I should diagonalize the given matrix, something I also seem to have a hard time with.

The Attempt at a Solution


I determined the eigenvalues to be 32 and -32 and determined eigenvectors to be 16,1 and 252,1 , respectively. I am not sure if this is right or where to even go from there...

If you have a 2x2 matrix ##A## with two distinct eigenvalues ##r_1, r_2##, then there are two constant 2x2 matrices ##E_1, E_2## such that ##p(A) = E_1 p(r_1) + E_2 P(r_2) ## for any polynomial ##p##, so ##A^n = E_1 r_1^n + E_2 r_2^n##. You can figure out ##E_1## and ##E_2## by applying that to two simple examples of ##p##, such as ##p(x) = x^0 =1 \Rightarrow p(A) = E_1 r_1^0 + E_2 r_2^0 = I## (the identity matrix) and ##p(x) = x \Rightarrow p(A) = A = E_1 r_1 + E_2 r_2##. That gives you two equations in the two "unknowns" ##E_1## and ##E_2##.

Your eigenvalues are incorrect; start again.
 
  • Like
Likes   Reactions: blue_leaf77
Ray Vickson said:
If you have a 2x2 matrix ##A## with two distinct eigenvalues ##r_1, r_2##, then there are two constant 2x2 matrices ##E_1, E_2## such that ##p(A) = E_1 p(r_1) + E_2 P(r_2) ## for any polynomial ##p##, so ##A^n = E_1 r_1^n + E_2 r_2^n##. You can figure out ##E_1## and ##E_2## by applying that to two simple examples of ##p##, such as ##p(x) = x^0 =1 \Rightarrow p(A) = E_1 r_1^0 + E_2 r_2^0 = I## (the identity matrix) and ##p(x) = x \Rightarrow p(A) = A = E_1 r_1 + E_2 r_2##. That gives you two equations in the two "unknowns" ##E_1## and ##E_2##.

Your eigenvalues are incorrect; start again.

So, I redid my calculations for the eigenvalues and after taking out the factor of 4 i found -1 and 1, do i need to multiply theses values by the factor of 4 that I took out? There is also a hint that says my answer will be a formula that involves n
 
Last edited:
Miguel Guerrero said:
So, I redid my calculations for the eigenvalues and after taking out the factor of 4 i found -1 and 1, do i need to multiply theses values by the factor of 4 that I took out? There is also a hint that says my answer will be a formula that involves n
Yes, the eigenvalues of the original matrix are 4 and -4.
BUT: try my previous hint. The original matrix is A=4B. A2=42B2. Determine B2. What matrix do you get?
 
ehild said:
Yes, the eigenvalues of the original matrix are 4 and -4.
BUT: try my previous hint. The original matrix is A=4B. A2=42B2. Determine B2. What matrix do you get?

[1,0],[0,1]
 
Miguel Guerrero said:
[1,0],[0,1]
I was able to solve the problem guys, thanks for your help
 

Attachments

  • Screen Shot 2016-06-25 at 1.21.40 PM.png
    Screen Shot 2016-06-25 at 1.21.40 PM.png
    35.6 KB · Views: 1,193
If B=(1/4)A

B2=E

Miguel Guerrero said:
[1,0],[0,1]

and B3=B.

So the resulting matrix is 4n E if n is even and 4n B if n is odd.
 
  • #10
ehild said:
If B=(1/4)A

B2=E
and B3=B.

So the resulting matrix is 4n E if n is even and 4n B if n is odd.
Alternatively, using the method in #4 we have
A^n = 4^n E_1 + (-4)^n E_2, \; n= 0,1,2, \ldots ,
giving
I = E_1+E_2\\<br /> A = 4E_1 - 4E_2.
Thus
E_1 = \frac{1}{8}A + \frac{1}{2}I = \pmatrix{-7/2 &amp; 63/2 \\ -1/2 &amp; 9/2}
and
E_2 = -\frac{1}{8} A + \frac{1}{2} I = \pmatrix{9/2 &amp; -63/2 \\ 1/2 &amp; -7/2}
 

Similar threads

  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 69 ·
3
Replies
69
Views
9K
Replies
1
Views
2K
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
14
Views
2K