All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Just Math
The Sum of Reciprocals (Posted on 2025-03-26) Difficulty: 3 of 5
Let {an} be a sequence of numbers that satisfy a0 = 3, and (3 − an+1)(6 + an) = 18. Find
  n    1
  ∑   ---
 i=0   ai

No Solution Yet Submitted by Danish Ahmed Khan    
No Rating

Comments: ( Back to comment list | You must be logged in to post comments.)
Solution Solution | Comment 2 of 3 |
Start with the equation (3-a(n+1)) * (6+a(n)) = 18
18 - 6*a(n+1) + 3*a(n) - a(n+1)*a(n) = 18
6*a(n+1) - 3*a(n) + a(n+1)*a(n) = 0
6/a(n) - 3/a(n+1) + 1 = 0
1/a(n+1) = 2/a(n) + 1/3

This last equation is a simple linear recurrence for 1/a(n), and we know 1/a(0) = 1/3.  For clarity let b(n) = 1/a(n).  Then b(n+1) = 2*b(n) + 1/3 and the goal is the sum of b(0) through b(n).

A little exploration: evaluate the terms of b(n):
b(0) = 1/3
b(1) = 2*(1/3) + 1/3 = 3/3
b(2) = 2*(3/3) + 1/3 = 7/3
b(3) = 2*(7/3) + 1/3 = 15/3
At this point the formula for b(n) is apparent: b(n) = (2^(n+1) - 1)/3. Can be proven more formally with a inductive proof.

Then the sum of the first n+1 terms, starting at n=0 can be written as (2^1 - 1)/3 + (2^2 - 1)/3 + ... + (2^(n+1) - 1)/3
= (2^1 + 2^2 + ... + 2^(n+1))/3 - (1+1+..+1)/3
= (2^(n+2) - 2)/3 - (n+1)/3
= (2^(n+2) - n - 3)/3

No computers needed!

  Posted by Brian Smith on 2025-03-29 01:50:06
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (7)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2025 by Animus Pactum Consulting. All rights reserved. Privacy Information