Proof by Induction: Prove a(n)=2^(n-1)[n+2]

  • Thread starter Thread starter kmeado07
  • Start date Start date
  • Tags Tags
    Induction Proof
kmeado07
Messages
40
Reaction score
0

Homework Statement


Define the numbers a(0),a(1),a(2),...by a(0)=1, a(1)=3, a(n)=4[a(n-1) - a(n-2)]. for n>=2
Show by induction that for all n>=1, a(n)=2^(n-1) [n+2]

Homework Equations


The Attempt at a Solution



proof by induction is not my stong point, and i really don't know where to start on this question. Any help would be much appreciated!
 
Physics news on Phys.org


One nice thing about induction is you always know "where to start"- prove the statement is true for n= 0!

Then you will really want to use "strong induction": If, whenever a statement is true for all k less than n, it true for k= n, then the statement is true for all positive integers.

If the statement is true for all k< n, it is, in particular true for n-1 and n-2: you can assume that
a(n-1)= 2^{n-1-1}(n-1+ 2)= 2^{n-2}(n+1)
and
a(n-2)= 2^{n-2-1}(n-2+2)= 2^{n-3}n

Put those into a(n)= 4[a(n-1)- a(n-2)] and see what you get.
 


thanks for the help!
 
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