It is given that , , and for .
What is the value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
f ( n ) = F n is the Fibonacci number. We can solve for f ( 5 0 ) = F 5 0 using the linear recurrence relation f ( n ) = f ( n − 1 ) + f ( n − 2 ) . The characteristic polynomial of the recurrence is as follows.
r 2 − r − 1 ⟹ r ⟹ F n F 0 F 1 ⟹ c 1 ⟹ F n F 5 0 = 0 = 2 1 ± 5 = c 1 φ n + c 2 ψ n = c 1 + c 2 = 0 = c 1 ( φ − ψ ) = 1 = 5 1 = 5 φ n − ψ n = 5 φ 5 0 − ψ 5 0 = 1 2 5 8 6 2 6 9 0 2 5 where 2 1 + 5 = φ is the golden ratio. where c 1 , c 2 are constants, ψ = 2 1 − 5 . ⟹ c 2 = − c 1 Binet’s formula