Fibonacci Sequence: 1, 1, 2, 3, 5, 8

  • Thread starter Thread starter gtfitzpatrick
  • Start date Start date
  • Tags Tags
    Sequence
gtfitzpatrick
Messages
372
Reaction score
0
the Fibonacci sequence is defined by

a1 = a2 = 1, a(n+2)] = an + a(n+1).

write out the first 6 terms of the sequence and prove that an = 1/\sqrt{5}[ ((1+\sqrt{}5)/2)^2 - ((1-\sqrt{}5)/2)^2]
 
Physics news on Phys.org
the first 6 terms are 1,1,2,3,5,8 but from here where do i go proving this... totally lost
 
wait do i have to use the first 6 terms or do you think they just want me to prove it?
Thanks for any replies
 
gtfitzpatrick said:
wait do i have to use the first 6 terms or do you think they just want me to prove it?
Thanks for any replies

You've got the first 6 terms just fine. To find the general solution look for power law solutions an=r^n of your recursion relation. Put an=r^n into your recursion relation and solve for r. You should get a quadratic and two solutions. What are they?
 
gtfitzpatrick said:
the Fibonacci sequence is defined by

a1 = a2 = 1, a(n+2)] = an + a(n+1).

write out the first 6 terms of the sequence and prove that an = 1/\sqrt{5}[ ((1+\sqrt{}5)/2)^2 - ((1-\sqrt{}5)/2)^2]


This can't be the right formula for an. It varies with n, while your formula above is a constant.
 
The characteristic equation is r^{2}-r-1=0

The roots are \frac {1+ \sqrt{5}}{2} , \frac {1- \sqrt{5}}{2}

The general solution is then a_{n} = \alpha (\frac {1+ \sqrt{5}}{2})^{n} + \beta ({\frac{1- \sqrt{5}}{2})^n

Then use the initial conditions, namely a0=1 and a1=1 to find \alpha and \beta
 
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