n = 1 ∑ ∞ x n F n = 5 0 5 x
Find the value of x , x > 0 such that the above equation satisfies where F n denotes the n th Fibonacci number .
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.
Can you proof this property?
Log in to reply
Let S = n = 1 ∑ ∞ x n F n . F 1 = F 2 = 1 and F n = F n − 1 + F n − 2 so
S = n = 1 ∑ ∞ x n F n = x 1 + x 2 1 + n = 3 ∑ ∞ x n F n = x 1 + x 2 1 + n = 3 ∑ ∞ x n F n − 1 + F n − 2 = x 1 + x 2 1 + n = 3 ∑ ∞ x n F n − 1 + n = 3 ∑ ∞ x n F n − 2 = x 1 + x 2 1 + x 1 n = 2 ∑ ∞ x n F n + x 2 1 n = 1 ∑ ∞ x n F n = x 1 + [ x 1 + x 2 1 ] n = 1 ∑ ∞ x n F n = x 1 + [ x 1 + x 2 1 ] S
Thus, S = x 2 − x − 1 x .
Log in to reply
Turns out f ( x ) = x 2 − x − 1 x = f ( x 1 )
Thanks for writing that out, I didn't have time for it.
did it the same way!
Apply this .
Problem Loading...
Note Loading...
Set Loading...
Using the following property :
n = 1 ∑ ∞ x n F n = x 2 − x − 1 x ,
we deduce that x 2 − x − 1 = 5 0 5 , which gives us the answers -22 and 23.
⇒ 2 3 is the only positive x.