Linearizing a Matrix Power

Algebra Level 5

Let A = ( 1 2 3 4 ) . A =\begin{pmatrix} -1 & 2 \\ 3 & 4 \end{pmatrix}.

Express A 6 = α A + β I {A}^{6} = \alpha A + \beta I ; where I I is the identity matrix.

Calculate α + β \alpha + \beta .


The answer is 6733.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

Nishant Sharma
Dec 7, 2014

A shorter method would be to write A 2 = m A + n I A^2=m\,A+n\,I .

Then find A 2 A^2 by simple multiplication and equate it to m A + n I m\,A+n\,I to find m = 3 m=3 n = 10 n=10 .

Now write A 3 = A ( A 2 ) = A ( 3 A + 10 I ) = 19 A + 30 I A^3=A\left(A^2\right)=A\left(3A+10I\right)=19A+30I .

Similarly find remaining powers of A A as above while substituting A 2 A^2 every time with 3 A + 10 I 3A+10I to finally arrive at A 6 = 2223 A + 4510 I A^6=2223A+4510I . So α = 2223 \alpha=2223 β = 4510 \beta=4510 and α + β = 6733 \alpha+\beta=\boxed{6733} .

NOTE: This solution still may not provide the best process yet

I guess it is easy to just square the matrix since it is 2x2. I essentially did the same thing, except I used the characteristic polynomial and the Cayley-Hamilton Theorem to arrive at A 2 = 3 A + 10 I {A}^{2}=3A+10I . This method will extend to larger matrices as well without any guessing for coefficients.

Steven Zheng - 6 years, 6 months ago

I think this is the best process and can be extended to higher powers also. But I think, we need not find all the remaining powers. We can directly square A³ to get at the desired result. Marked as Brilliant!!!!

Math-e-Matrix (Nikhil) - 10 months, 4 weeks ago
Yannis Wu-Yip
Jul 13, 2018

A more general approach to this problem is using the Cayley-Hamilton Theorem .

The characteristic polynomial for A A is p ( λ ) = d e t ( A λ I ) = ( 1 λ ) ( 4 λ ) 6 = λ 2 3 λ 10 p(\lambda)=det(A-\lambda I)=(-1-\lambda)(4-\lambda)-6=\lambda^{2}-3\lambda-10

Applying Cayley-Hamilton, we have p ( A ) = A 2 3 A 10 I = 0 p(A)=A^{2}-3A-10I=0 , which can be rearranged to A 2 = 3 A + 10 I A^2=3A+10I

By the repeated process of multiplying both sides by A A and substituting A 2 = 3 + 10 I A^2=3+10I , we eventually find α \alpha and β \beta :

A 3 = ( 3 A + 10 I ) A A^{3}=(3A+10I)A

= 3 A 2 + 10 A =3A^{2}+10A

= 3 ( 3 A + 10 I ) + 10 A =3(3A+10I)+10A

= 19 A + 30 I =19A+30I

Similarly, A 4 = 19 ( 3 A + 10 I ) + 30 A = 87 A + 190 I A^{4}=19(3A+10I)+30A=87A+190I , A 5 = 87 ( 3 A + 10 I ) + 190 A = 451 A + 870 I A^{5}=87(3A+10I)+190A=451A+870I , and A 6 = 451 ( 3 A + 10 I ) + 870 A = 2223 A + 4510 I A^{6}=451(3A+10I)+870A=2223A+4510I

Therefore, α = 2223 \alpha=2223 and β = 4510 \beta=4510 , so α + β = 6733 \alpha+\beta=\boxed{6733}

A very simple way to do this is to consider an eigenvector of A call it V, with eigenvalue x. The characteristic poly of A is x^2-3x-10. So the eigenvalues are 5 and -2. Now we know A^6 V= aAV+bIV. Now since V is an eigenvector with eigenvalue x we have A^6V=x^6V and AV=xV. So we have an equation x^6V=axV+bV. When we factor out V we get (x^6)V=(ax+b)V. So we have x^6=ax+b we sub in 5 and -2 and get two linear equations which we solve to get a+b=6733.

Humberto Bento
Dec 7, 2014

Rewrite the equation as: A 6 α A = β I {{A}^{6}}-\alpha A=\beta I And calculate the values: [ 2287 + α 4446 2 α 6669 3 α 13402 4 α ] = [ β 0 0 β ] \left[ \begin{matrix} 2287+\alpha & 4446-2\alpha \\ 6669-3\alpha & 13402-4\alpha \\ \end{matrix} \right]=\left[ \begin{matrix} \beta & 0 \\ 0 & \beta \\ \end{matrix} \right]

That leads to: α = 2223 ; β = 4510 \alpha =2223;\,\beta =4510

How did you arrive at your matrix so easily? What did you do?

Steven Zheng - 6 years, 6 months ago

Log in to reply

i used this

https://www.mathsisfun.com/algebra/matrix-calculator.html

Radhesh Sarma - 4 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...