Prove Progression Proof of v(n+1)-3

  • Thread starter Thread starter Andrax
  • Start date Start date
  • Tags Tags
    Proof
Andrax
Messages
117
Reaction score
0

Homework Statement


we have u(1)=1
u(n+1)=\frac{1}{16}(1+4u(n)+\sqrt{1+24u(n)})

v(n)^2=1+24u(n)

Prove that \foralln\inN*: v(n+1)-3=\frac{1}{2}(v(n)-3)

Homework Equations


The Attempt at a Solution


by working on v(n+1)-3 and replacing it by \sqrt{1+24u(n+1)} didn't get me anywhere just a bunch of calc
also i made 6u(n+1)=\frac{1}{16}(v(n)+\frac{1}{2})^2+\frac{19}{64} but it didn't work for me , also just to mention the progression is not arithmetic or anything it's just (u(n)):n\geq1
PS: the "^2" means squared
 
Last edited:
Physics news on Phys.org
Have you tried induction? Btw, there's a parenthesis missing in un+1=(1/16)(1+4un+√(1+24un). Should it be un+1=(1/16)(1+4un)+√(1+24un)?
 
haruspex said:
Have you tried induction? Btw, there's a parenthesis missing in un+1=(1/16)(1+4un+√(1+24un). Should it be un+1=(1/16)(1+4un)+√(1+24un)?

sorry forgot the parenthesis , using induction will make things worse ethe problem is the square root it's causing the problem here..
 
Induction doesn't look too bad. Don't get tangled up with square roots - work with the squared-up form. Assume true up to
vn-3=(vn-1-3)/2
i.e.
vn=(vn-1+3)/2
Now work with vn+12 and see if you can show it equal to ((vn+3)/2)2. (Work from both ends.)
 
Thanks solved it.
 
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