Creating a Rule for A^n Matrix Power

  • Thread starter Thread starter ronicencen
  • Start date Start date
  • Tags Tags
    Matrix Power
AI Thread Summary
The discussion focuses on finding a general formula for the powers of the matrix A, given as A = [[1, 2], [0, 3]]. The initial calculations reveal that the first entry remains 1, while the second entry in the first row follows a pattern related to powers of 2, and the lower right entry is consistently 3 raised to the power n. The user expresses confusion over the second entry's pattern and introduces a different matrix B, which complicates the discussion. The participants emphasize the importance of recognizing the patterns in A's powers rather than diverting to B. Ultimately, the key takeaway is the need to derive a clear equation that relates the entries of A^n based on observed patterns.
ronicencen
Messages
8
Reaction score
0

Homework Statement


Given the matrix A= 1 2, make a rule for A^n
0 3

Homework Equations



A^2= 1 8 , so the first and last numbers are put to the power given (i tried other powers)
0 9

But then what about the 8?

Another one: A^5= 1 242
0 243

I need to get a general formula... it seems as though the 242 is the last number-1

But then if I have something like B= -1 1
-16 7
It goes all strange

B^2= -15 6
-96 33

Ok, if I make it C= a b
c d

Is this right for C^2: a^2+c ?
? d^2+c

By the way, the ? mean I don't know
 
Last edited:
Physics news on Phys.org
Welcome to PF!

I don't understand why you introduced the new matrix B at all? The only reason they want you to find the pattern for A is because A has an easy to spot pattern! You've pretty much found it, except you just need to know the pattern for the 2nd entry on the first row.
 
Imagine starting as

\begin{align*}<br /> A &amp;=\begin{bmatrix} 1 &amp; 2 \\ 0 &amp; 3 \end{bmatrix} \\ <br /> A^2 &amp; = \begin{bmatrix} 1 &amp; 8 \\ 0 &amp; 9 \end{bmatrix}\\<br /> A^3 &amp; = \begin{bmatrix} 1 &amp; 26 \\ 0 &amp; 27 \end{bmatrix}\\<br /> \vdots &amp; = \vdots \\<br /> A^{10} &amp; = \begin{bmatrix} 1 &amp; 59048 \\ 0 &amp; 59049 \end{bmatrix}<br /> \end{align*}<br />

and continuing. What pattern do you see relating the entries in the first and second rows of column 2?
 
Last edited by a moderator:
I see the pattern...but how would I make an equation?
 
An equation can be as simple as this one (totally made up, unrelated to your matrix problem)

<br /> a_1 = 2, a_2 = 3, \dots a_n = n+1<br />
 
Last edited:
ronicencen said:
I see the pattern...but how would I make an equation?

I'm not sure you really "see the pattern" since if you did it would be easy to see the equation. Presumably you are able to see that the lower right corner number of An, 3, 9, 27. 81, ... is 3n. How does the number directly above it 2, 8, 26, 80, ... relate to that?
 
It's -1?
 
Back
Top