Finding explicit formula of this recursion formula

That's OK, you can still solve the problem. Do you have a textbook or online notes explaining what a partial fraction decomposition is? If not, I can help you with that.
  • #1
Ace.
52
0

Homework Statement


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

t[itex]_{1}[/itex]= 0; t[itex]_{n}[/itex] = t[itex]_{n-1}[/itex] + [itex]\frac{2}{n(n+1)}[/itex]

The Attempt at a Solution



t[itex]_{1}[/itex] = 0

t[itex]_{2}[/itex] = t[itex]_{1}[/itex] + [itex]\frac{2}{2(2+1)}[/itex]
t[itex]_{2}[/itex] = [itex]\frac{1}{3}[/itex]

t[itex]_{3}[/itex] = t[itex]_{2}[/itex] + [itex]\frac{2}{3(3+1)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{1}{3}[/itex] + [itex]\frac{2}{3(3+1)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{4}{12}[/itex] + [itex]\frac{2}{12)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{1}{2}[/itex]

t[itex]_{4}[/itex] = t[itex]_{3}[/itex] + [itex]\frac{2}{4(4+1)}[/itex]
t[itex]_{4}[/itex] = [itex]\frac{1}{2}[/itex] + [itex]\frac{2}{20}[/itex]
t[itex]_{4}[/itex] = [itex]\frac{3}{5}[/itex]My sequence is 0, [itex]\frac{1}{3}[/itex], [itex]\frac{1}{2}[/itex], [itex]\frac{3}{5}[/itex] [itex]\cdots[/itex]

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

Homework Statement


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

t[itex]_{1}[/itex]= 0; t[itex]_{n}[/itex] = t[itex]_{n-1}[/itex] + [itex]\frac{2}{n(n+1)}[/itex]




The Attempt at a Solution



t[itex]_{1}[/itex] = 0

t[itex]_{2}[/itex] = t[itex]_{1}[/itex] + [itex]\frac{2}{2(2+1)}[/itex]
t[itex]_{2}[/itex] = [itex]\frac{1}{3}[/itex]

t[itex]_{3}[/itex] = t[itex]_{2}[/itex] + [itex]\frac{2}{3(3+1)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{1}{3}[/itex] + [itex]\frac{2}{3(3+1)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{4}{12}[/itex] + [itex]\frac{2}{12)}[/itex]
t[itex]_{3}[/itex] = [itex]\frac{1}{2}[/itex]

t[itex]_{4}[/itex] = t[itex]_{3}[/itex] + [itex]\frac{2}{4(4+1)}[/itex]
t[itex]_{4}[/itex] = [itex]\frac{1}{2}[/itex] + [itex]\frac{2}{20}[/itex]
t[itex]_{4}[/itex] = [itex]\frac{3}{5}[/itex]


My sequence is 0, [itex]\frac{1}{3}[/itex], [itex]\frac{1}{2}[/itex], [itex]\frac{3}{5}[/itex] [itex]\cdots[/itex]

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##.
 
  • #3
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.
 
  • #4
is that calculus? :$
 
  • #5
Ace. said:
is that calculus? :$
Yes. I take it you've not done any integration yet.
 

Related to Finding explicit formula of this recursion formula

1. What is a recursion formula?

A recursion formula is a mathematical equation that defines a sequence of numbers or values by relating each term to one or more of the previous terms. This allows for the computation of a sequence without having to explicitly list out every term.

2. How do you find the explicit formula of a recursion formula?

To find the explicit formula of a recursion formula, you need to first identify the pattern or relationship between each term and the previous terms. Then, you can use algebraic techniques such as substitution and solving for variables to create an explicit equation that can be used to compute any term in the sequence.

3. What are the benefits of finding the explicit formula of a recursion formula?

Finding the explicit formula of a recursion formula allows for a more efficient way to calculate specific terms in a sequence without having to calculate each term individually. It also provides a better understanding of the underlying pattern or relationship between the terms.

4. Are there any limitations to finding the explicit formula of a recursion formula?

Yes, there are limitations to finding the explicit formula of a recursion formula. Some recursion formulas may be too complex or may not follow a clear pattern, making it difficult to find an explicit formula. In these cases, it may be more practical to continue using the recursion formula to calculate the terms in the sequence.

5. Can the explicit formula of a recursion formula be used to find any term in the sequence?

Yes, the explicit formula of a recursion formula can be used to find any term in the sequence as long as the formula accurately represents the pattern of the sequence. However, it is important to note that as the terms in the sequence get larger, the accuracy of the explicit formula may decrease due to rounding errors or limitations in the accuracy of the formula.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
Replies
17
Views
1K
  • Mechanical Engineering
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
8
Views
522
  • Precalculus Mathematics Homework Help
Replies
5
Views
1K
  • Precalculus Mathematics Homework Help
Replies
5
Views
728
  • Precalculus Mathematics Homework Help
Replies
4
Views
911
  • Precalculus Mathematics Homework Help
Replies
11
Views
884
  • Introductory Physics Homework Help
Replies
8
Views
1K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
Back
Top