Matrix - Show Using Induction: B^n = 2^(n-1) for (3 -1) (1 1)

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Induction Matrix
gtfitzpatrick
Messages
372
Reaction score
0

Homework Statement



B =
(3 -1)
(1 1)

show using induction B^n = 2^(n-1)
(2+n -n)
(n 2-n)

The Attempt at a Solution


First i prove the base case so let n=1 B=2^0
(3 -1)
(1 1) so it holds true.

then assume it holds true for n=k prove it true for n=k+1
so i sub in and get
b^k+1 = 2^k
(3+k -k-1)
(k+1 1-k)
but I'm not sure where to go from here, thanks for looking! (sorry i don't know how to put in a matrix)
 
Physics news on Phys.org
gtfitzpatrick said:
then assume it holds true for n=k prove it true for n=k+1
so i sub in and get
b^k+1 = 2^k
(3+k -k-1)
(k+1 1-k)
but I'm not sure where to go from here, thanks for looking! (sorry i don't know how to put in a matrix)

You seem to be assuming that it is true for n=k+1; but you are supposed to prove that, not assume it.

Instead assume that it is true for n=k:

\implies B^k=2^{k-1} \begin{pmatrix}2+k & -k \\ k & 2-k\end{pmatrix}

Then use the fact that B^{k+1}=B^kB to compute B^{k+1} and show that you get

2^{(k+1)-1} \begin{pmatrix}2+(k+1) & -(k+1) \\ (k+1) & 2-(k+1)\end{pmatrix}
 
yes, when i started to tidy up i got

<br /> 2^{(k-1)} \begin{pmatrix}2k+6) &amp; -2k-2 \\ 2k+2 &amp; -2k+2\end{pmatrix}<br />

which further tidies to your equation. this is proved because there is now k+1 where there was k's so it holds true for k+1,k+2...and all values of K...or n.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top