Mathematical Induction using a strong hypothesis

mamma_mia66
Messages
51
Reaction score
0

Homework Statement


If a0=1, and a1=2, and

an=(a(n-1))^2/an-2 for n>=2,
prove by induction that an=2^n for n>=0



Homework Equations





The Attempt at a Solution


(B) a0=1=2^0=1 yes is true
a1=2=2^1=2 yes is true

(I) ak=(2k-1)^2/2k-2=2k

Is it true that what I solved. It seems very easy.

I started first with a(k+1)=(a(k+1-1))^2/a(k+1-2)=
(2k)^2(k-1)=2(k+1)
Please someone help if I am doing something wrong. I will appreciate. Thank you.
 
Physics news on Phys.org
It seems that you have the right idea, but I do not know what is different between (I) and your solution for ak+1. Where precisely is your inductive hypothesis?
 
It IS very easy. So your induction step is: if a_{k-1}=2^(k-1) and a_{k-2}=2^(k-2) then a_k=2^(k) (by doing the algebra you doubtless did). It looks fine to me.
 
That is where I am confused. I know that I need to fallow the form an=2^n

Then I don't need to do a(k+1)...

I did so many problems in my HW and now I don't get it what I am doing:smile:
 
Thank you guys.
 
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