Find a formula for the n-th power of any 2 x 2 upper-triangular real matrix,
a...b
0...d
where n is a positive integer, and verify the formula by induction on n. Then, assuming a and d are nonzero, show the matrix is invertible and determine if there is a single formula that works for all integers n (i.e., when n < 0 too).
So, first in order to derive a general formula for the matrix, I did out the multiplication. The second term in the first row is causing me problems. I find that the first term in the first row is a^n, and the last term in the last row is d^n, but the second term in the first row is causing problems. Below are my results for the second term for each n:
n=1 : b
n=2: ab + bd
n=3: a^2b + abd + bd^2
n=4: a^3b + a^2bd + abd^2 + bd^3
I see a pattern, but am not sure how to represent the pattern in terms of n, so any help with this would be appreciated. I was thinking of something along the lines of a^(n-1)b + a^(n-2)bd... but I'm not really sure that's the way to go. Also, any other tips/advice while working on the rest of the problem would be awesome, and if there is a formula that works for negative integers of n as well.


4Thanks
LinkBack URL
About LinkBacks

