Question
Question: The Fibonacci sequence is defined by \( a_1 \) = 1 = \( a_2 \) , \( a_n = a_{n-1} + a_{n-2} \) for n...
The Fibonacci sequence is defined by a1 = 1 = a2 , an=an−1+an−2 for n >2 .
Find an+1/an for n = 1,2,3,4,5.
Solution
We need to find n=1,2,3,4,5 separately as the question says. Fibonacci sequence is the series of numbers in which a number is the addition of the last two numbers starting with 0 or 1 . Fibonacci sequence is significant and used to create technical indicators.
Complete answer:
Given a1= 1
a2= 1
We need to find a3 , a4 , a5 and a6
Given,
an = an−1+ an−2 for n>2
Now we need to find for n=3,
a3= a3−1+ a3−2= a2+ a1
= 1+1
By adding ,
= 2
Then need to find for n= 4 ,
a4= a4−1+ a4−2= a3+ a2
= 2 + 1
By adding,
= 3
Next for n =5,
a5= a5−1+ a5−2=a4+ a3
= 3+2
By adding,
We get,
= 5
Finally need to find for n =6
a6= a6−1+ a6−2= a5+ a4
= 5+3
By adding,
We get,
= 8
Also given,
an= an−1+an−2
Now here we need to find for n= 1,
( an+1 /an)= (a1+1 /a1)= ( a2/a1)
By substituting the values,
We get,
= 11
= 1
Then for n=2
(an+1/an)= (a2+1/ a2)
= (a3/ a2)
By substituting the values,
We get,
= 12
= 2
Now for n=3
(an+1/ an) = ( a3+1/a3)
= (a4/ a3)
By substituting the values,
We get,
= 23
Then need to find for n=4
(an+1/ an) = (a4+1/ a4)=(a5/a4)
By substituting the values,
We get,
= 35
Finally for n=5
(an+1/ an)
= ( a5+1/ a5)
= (a6/ a5)
By substituting the values,
We get,
= 58
Hence the value of (an+1/ an) when n\ = \ 1,2,3,4,5\ are 1,2,23,35,58 respectively.
Final answer :
The value of (an+1/ an) when n\ = \ 1,2,3,4,5\ are 1,2,23,35,58 respectively.
Note:
Another example of Fibonacci sequence is 0,1,1,2,3,5,8,13,21,.... The expression of the Fibonacci sequence is Xn=Xn−1+Xn−2 . Mathematically Fibonacci number is strongly related to golden ratio and also closely related to lucas numbers.