Ace.
- 52
- 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?