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

Click For Summary

Homework Help Overview

The discussion revolves around the problem of raising a 2x2 matrix to the power of a positive integer n. The matrix in question is given as [-32, 252], [-4, 32], and participants are exploring methods to diagonalize it and compute its powers.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the diagonalization of the matrix and the determination of its eigenvalues and eigenvectors. There are questions about the correctness of the eigenvalues found and whether they should be adjusted based on factoring out constants from the matrix. Some suggest calculating specific powers of the matrix directly instead of diagonalizing it.

Discussion Status

The conversation is ongoing, with several participants providing hints and corrections regarding the eigenvalues. Some participants have attempted to recalculate and explore different approaches, while others have suggested methods for finding the powers of the matrix without full diagonalization. There is no explicit consensus yet, but productive directions have been offered.

Contextual Notes

Participants are working under the constraints of homework guidelines, which may limit the methods they can use or the depth of their explorations. There is also a hint that the final answer will involve a formula related to n.

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,203
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
11K
Replies
1
Views
2K
Replies
9
Views
3K
  • · 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