Sum of series- Fibonacci numerator, geometric denominator

In summary, the conversation discusses a series with a numerator that follows the Fibonacci sequence and a common ratio of 2. Methods such as solving a recurrence relation and using Binet's formula are suggested to find the sum of the series and establish its convergence.
  • #1
Apollonian
9
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
  • #2
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:
 
  • #3
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}##.
 
  • #4
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?
 
  • #5
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
 
  • #6
replace the numerator with the Binet formula for the nth term of a Fibonacci series gives each term in terms of n.
[itex]\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{n} \sqrt{5}}[/itex]
Multiplying that by [itex]\frac{1}{2^{n}}[/itex] yields each term as:
[itex]\frac{(1+\sqrt{5})^{n}-(1-\sqrt{5})^{n}}{2^{2n} \sqrt{5}}[/itex]
 
  • #7
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? :)
 
  • #8
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.
 
  • #9
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.
 

FAQ: Sum of series- Fibonacci numerator, geometric denominator

What is the sum of a series with a Fibonacci numerator and geometric denominator?

The sum of a series with a Fibonacci numerator and geometric denominator is a mathematical concept that involves adding together a sequence of numbers where each number in the sequence is the sum of the two previous numbers. The denominator of the series is also a geometric progression, meaning each term is multiplied by a constant ratio to get the next term.

How is the sum of a series with a Fibonacci numerator and geometric denominator calculated?

The sum of a series with a Fibonacci numerator and geometric denominator can be calculated using the formula S = (F(n+2) - 1) * r / (r-1), where F(n+2) is the (n+2)th term in the Fibonacci sequence and r is the common ratio of the geometric progression in the denominator.

What is the significance of using a Fibonacci numerator and geometric denominator in a series?

Using a Fibonacci numerator and geometric denominator in a series can lead to interesting patterns and relationships between the terms in the sequence. It is also a common problem in mathematics and has real-world applications in fields such as finance and computer science.

Can the sum of a series with a Fibonacci numerator and geometric denominator be infinite?

Yes, it is possible for the sum of a series with a Fibonacci numerator and geometric denominator to be infinite. This occurs when the common ratio of the geometric progression is greater than 1, causing the terms in the series to increase without bound.

Are there any practical applications for understanding the sum of a series with a Fibonacci numerator and geometric denominator?

Yes, understanding the sum of a series with a Fibonacci numerator and geometric denominator can be useful in financial analysis, as it can be used to calculate the present value and future value of investments. It also has applications in computer algorithms and data compression techniques.

Similar threads

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