Sum of series- Fibonacci numerator, geometric denominator

AI Thread Summary
The discussion revolves around a series involving Fibonacci numbers in the numerator and powers of 2 in the denominator. The Fibonacci sequence follows a specific recurrence relation, and adjustments are needed to account for the powers of 2. The general formula for the sum of such a series is derived, leading to a function that evaluates to 4 if the series converges. To confirm convergence, the integral test and Binet's formula are suggested as effective methods. The conversation emphasizes the importance of correctly applying mathematical principles to analyze the series.
Apollonian
Messages
9
Reaction score
0
I have a series presented to me that goes something like this- 1/1+1/2+2/4+3/8+5/16+8/32+... I am aware that it is a sum to inifinity problem and the common ratio of the bottom is 2 but I don't know what to do with the numerator.
 
Mathematics news on Phys.org
Welcome to PF!

Hi Apollonian! Welcome to PF! :smile:

Since the numerator is the fibonacci sequence, it obeys the recurrence relation an+2 - an+1 -an = 0,

so solve that to get an = ABn + CDn :wink:
 
If the terms were 1, 1, 2, 3, 5, 8 (a Fibonacci sequence) it satisfies ##a_{n+1} = a_n + a_{n-1}##.

Comparing this with your sequence, you need to compensate for the powers of 2, so ##4a_{n+1} = 2a_n + a_{n-1}##.
 
the numerator increases at the rate of roughly 1.618, or more precicely, (1+sqrt(5))/2.
the general formula for finding the sum of such a continued fraction is
1/(1 -r)
so since r is (1+sqrt(5))/4...
can you solve from there?
 
phillip1882 said:
the numerator increases at the rate of roughly 1.618, or more precicely, (1+sqrt(5))/2.
the general formula for finding the sum of such a continued fraction is
1/(1 -r)
so since r is (1+sqrt(5))/4...
can you solve from there?

There are many things wrong with this.

Firstly, the rate is "roughly" r, not exactly r.
Secondly, that formula only works for infinite sums when |r|<1
 
replace the numerator with the Binet formula for the nth term of a Fibonacci series gives each term in terms of n.
\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{n} \sqrt{5}}
Multiplying that by \frac{1}{2^{n}} yields each term as:
\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{2n} \sqrt{5}}
 
If f(x)=1+1x+2x^2+3x^3+5x^4+8x^5...
f(x)*x=1x+1x^2+2x^3+3x^4+5x^5...
f(x)*x^2 =1x^2+1x^3+2x^4+3x^5...
Then f(x)-x*f(x)-x^2*f(x)=1 , so f(x)(1-x-x^2)=1 , so f(x)=1/(1-x-x^2)
Your series is this function evaluated at x=1/2 , which has a value of 4.
Isn't that something? :)
 
The series has a value of 4 if it converges. To establish the convergence, I suggest using the integral test along with Binet's formula.
 
I have never used binets formula before so how would I use it to prove the convergence?
 
  • #10
Binet's formula is basically an expression with an unknown variable n, which, when you plug in a value for n, gives the nth Fibonacci number. Replacing the Fibonacci number in your series with Binet's formula puts the series in the condition of a perfect integral test.
 

Similar threads

Replies
3
Views
2K
Replies
7
Views
2K
Replies
6
Views
2K
Replies
10
Views
2K
Replies
20
Views
2K
Replies
4
Views
3K
Replies
7
Views
2K
Back
Top