Finding explicit formula of this recursion formula

Click For Summary

Homework Help Overview

The discussion revolves around finding an explicit formula for a sequence defined by a recursion formula, specifically t_{1}= 0; t_{n} = t_{n-1} + \frac{2}{n(n+1)}. Participants are exploring the nature of the sequence and the challenges posed by the lack of a common difference or ratio.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Some participants attempt to compute the first few terms of the sequence to identify a pattern. Others suggest using partial fraction decomposition to simplify the recursion. There are also considerations of integrating related series to derive a formula.

Discussion Status

Participants are actively engaging with different methods to approach the problem, including substitution and integration techniques. There is a recognition of the complexity involved in deriving an explicit formula, and multiple strategies are being discussed without a clear consensus on the best approach.

Contextual Notes

Some participants question whether the methods being discussed, such as integration, are appropriate given their current understanding of calculus. This indicates a potential gap in knowledge that may affect their ability to follow certain suggestions.

Ace.
Messages
52
Reaction score
0

Homework Statement


Write an explicit formula for the sequence determined by the following recursion formula.

t_{1}= 0; t_{n} = t_{n-1} + \frac{2}{n(n+1)}

The Attempt at a Solution



t_{1} = 0

t_{2} = t_{1} + \frac{2}{2(2+1)}
t_{2} = \frac{1}{3}

t_{3} = t_{2} + \frac{2}{3(3+1)}
t_{3} = \frac{1}{3} + \frac{2}{3(3+1)}
t_{3} = \frac{4}{12} + \frac{2}{12)}
t_{3} = \frac{1}{2}

t_{4} = t_{3} + \frac{2}{4(4+1)}
t_{4} = \frac{1}{2} + \frac{2}{20}
t_{4} = \frac{3}{5}My sequence is 0, \frac{1}{3}, \frac{1}{2}, \frac{3}{5} \cdots

How do I make an explicit formula if there is no common difference nor a common ratio?
 
Physics news on Phys.org
Ace. said:

Homework Statement


Write an explicit formula for the sequence determined by the following recursion formula.

t_{1}= 0; t_{n} = t_{n-1} + \frac{2}{n(n+1)}




The Attempt at a Solution



t_{1} = 0

t_{2} = t_{1} + \frac{2}{2(2+1)}
t_{2} = \frac{1}{3}

t_{3} = t_{2} + \frac{2}{3(3+1)}
t_{3} = \frac{1}{3} + \frac{2}{3(3+1)}
t_{3} = \frac{4}{12} + \frac{2}{12)}
t_{3} = \frac{1}{2}

t_{4} = t_{3} + \frac{2}{4(4+1)}
t_{4} = \frac{1}{2} + \frac{2}{20}
t_{4} = \frac{3}{5}


My sequence is 0, \frac{1}{3}, \frac{1}{2}, \frac{3}{5} \cdots

How do I make an explicit formula if there is no common difference nor a common ratio?

Do a partial fraction decomposition on ##\frac{2}{n(n+1)}##. Let that be ##\frac{A}{n} + \frac{B}{n+1}## (you determine A and B).

Now ##t_n = t_{n-1} + \frac{A}{n} + \frac{B}{n+1}## and ##t_{n-1} = t_{n-2} + \frac{A}{n-1} + \frac{B}{n}##.

Substitute the latter expression into the first and see what happens. Now continue successive substitution until you arrive at ##t_1##.
 
Here's another way. The form n(n+1)(n+2)... (n+r-1) in sums of series is strongly analogous to the form xr in integration. So for Ʃ1/(n(n+1)) consider ∫dx/x2. This gives you a guess for the sum of the series, which you can then refine by taking the difference of two consecutive terms and comparing it with the original.
 
is that calculus? :$
 
Ace. said:
is that calculus? :$
Yes. I take it you've not done any integration yet.
 

Similar threads

Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
1K
Replies
46
Views
7K
Replies
8
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
11
Views
2K
Replies
5
Views
2K