Summation of Series: Prove 1/4 - 1/(2n+2)

In summary, the conversation discussed the summation of a series, specifically 1/4 - 1/(2n+2), and how it is equal to 1/4. It also explained the proof for this summation and the concept of a geometric series. The behavior of a geometric series was also discussed, with the common ratio determining whether the series converges or diverges. The conversation also mentioned real-world applications of geometric series, such as in finance and investing.
  • #1
Erfan1
9
0
Prove that 1/(1*2*3) + 1/(2*3*4) + ... + 1/(n*(n+1)*(n+2)) = 1/4 - 1/(2*(n+1)*(n+2)
.
 
Mathematics news on Phys.org
  • #2
Hello Erfan,

Are you expected to use partial fraction decomposition or induction, or is the choice of method up to you? Can you show us what you have tried so far?
 
  • #3
Erfan said:
Prove that 1/(1*2*3) + 1/(2*3*4) + ... + 1/(n*(n+1)*(n+2)) = 1/4 - 1/(2*(n+1)*(n+2)
.

This looks like a telescopic series to me...
 
  • #4
MarkFL said:
Hello Erfan,

Are you expected to use partial fraction decomposition or induction, or is the choice of method up to you? Can you show us what you have tried so far?

Partial fractions !

I tried this 1/(r*(r+1)*(r+2)) = 1/(2r) - 1/(r+1) + 1/(2(r+2))
but it seems that this doesn't work :D
 
  • #5
Erfan said:
Prove that 1/(1*2*3) + 1/(2*3*4) + ... + 1/(n*(n+1)*(n+2)) = 1/4 - 1/(2*(n+1)*(n+2)
.

It is convenient to proceed by induction. Let's suppose that... $\displaystyle S_{n}= \frac{1}{1 \cdot 2 \cdot 3} + \frac{1}{2 \cdot 3 \cdot 4} + ... + \frac{1}{n \cdot (n+1) \cdot (n+2)} = \frac{1}{4} - \frac{1}{2 \cdot (n+1) \cdot (n+2)}\ (1)$

... is true for some n [it is true for n=2...]. Then is... $\displaystyle S_{n+1} = \frac{1}{4} - \frac{1}{2 \cdot (n+1) \cdot (n+2)} + \frac{1}{(n+1) \cdot (n+2) \cdot (n+3)} = \frac{1}{4} - \frac{1}{2 \cdot (n+2) \cdot (n+3)}\ (2)$ ... and that proves the statement... Kind regards $\chi$ $\sigma$
 
  • #6
Erfan said:
Partial fractions !

I tried this 1/(r*(r+1)*(r+2)) = 1/(2r) - 1/(r+1) + 1/(2(r+2))
but it seems that this doesn't work :D
Yes it does work! Try it like this: $$\begin{array}{cccccc} S_n = \frac{1/2}1 &- \frac12 &+ \frac{1/2}3 \\ & + \frac{1/2}2 &- \frac13 &+ \frac{1/2}4 \\ && + \frac{1/2}3 &- \frac14 &+ \frac{1/2}5 \\ &&& + \frac{1/2}4 &-\frac15 &+\frac{1/2}6 \\ &&&& + \ldots, \end{array}$$ continuing like that until you get to the row $+\dfrac{1/2}n - \dfrac1{n+1} + \dfrac{1/2}{n+2}.$ Notice that apart from a few terms at the beginning and end of the sum, the terms in each column add up to $0$.
 
  • #7
I would write the sum as:

\(\displaystyle \sum_{k=1}^n\left(\frac{1}{k(k+1)(k+2)} \right)\)

Now, using the Heaviside cover-up method on the summand:

\(\displaystyle \frac{1}{k(k+1)(k+2)}=\frac{A}{k}+\frac{B}{k+1}+ \frac{C}{k+2}\)

\(\displaystyle A=\frac{1}{2},\,B=-1,\,C=\frac{1}{2}\)

You had the correct decomposition. Thus, our sum may be written:

\(\displaystyle \sum_{k=1}^n\left(\frac{1}{2k}-\frac{1}{k+1}+\frac{1}{2(k+2)} \right)\)

\(\displaystyle \frac{1}{2}\sum_{k=1}^n\left(\frac{1}{k} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right)+\frac{1}{2}\sum_{k=1}^n\left(\frac{1}{k+2} \right)\)

I would split the middle sum into two halves and group as follows:

\(\displaystyle \frac{1}{2}\left(\left(\sum_{k=1}^n\left(\frac{1}{k} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right) \right)+ \left(\sum_{k=1}^n\left(\frac{1}{k+2} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right) \right) \right)\)

Now, re-indexing the first sum in each group, we may write:

\(\displaystyle \frac{1}{2}\left(\left(\sum_{k=0}^{n-1}\left(\frac{1}{k+1} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right) \right)+ \left(\sum_{k=2}^{n+1}\left(\frac{1}{k+1} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right) \right) \right)\)

We want to get the sums to cancel, so let's look at the first group:

\(\displaystyle \sum_{k=0}^{n-1}\left(\frac{1}{k+1} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right)\)

Pulling of the first term from the first sum and the last term from the second, we have:

\(\displaystyle 1+\sum_{k=1}^{n-1}\left(\frac{1}{k+1} \right)-\sum_{k=1}^{n-1}\left(\frac{1}{k+1} \right)-\frac{1}{n+1}\)

And so we are left with:

\(\displaystyle 1-\frac{1}{n+1}\)

Let's next look at the second group:

\(\displaystyle \sum_{k=2}^{n+1}\left(\frac{1}{k+1} \right)-\sum_{k=1}^n\left(\frac{1}{k+1} \right)\)

Pulling off the last term from the first sum and the first term from the second, we have:

\(\displaystyle \sum_{k=2}^{n}\left(\frac{1}{k+1} \right)+\frac{1}{n+2}-\frac{1}{2}-\sum_{k=2}^n\left(\frac{1}{k+1} \right)\)

And so we are left with:

\(\displaystyle \frac{1}{n+2}-\frac{1}{2}\)

Our sum may then be written as:

\(\displaystyle \frac{1}{2}\left(1-\frac{1}{n+1}+\frac{1}{n+2}-\frac{1}{2} \right)\)

\(\displaystyle \frac{1}{2}\left(\frac{1}{2}+\frac{1}{(n+1)(n+2)} \right)\)

\(\displaystyle \frac{1}{4}+\frac{1}{2(n+1)(n+2)}\)
 

FAQ: Summation of Series: Prove 1/4 - 1/(2n+2)

1. What is the summation of the series 1/4 - 1/(2n+2)?

The summation of this series is equal to 1/4. This is a geometric series with a common ratio of -1/2. As n approaches infinity, the terms of the series approach 0, thus the summation is equal to the first term, which is 1/4.

2. How do you prove the summation of the series 1/4 - 1/(2n+2)?

The proof involves using the formula for the summation of a finite geometric series. By plugging in the values for the first term (1/4) and the common ratio (-1/2), the formula simplifies to 1/4 * (1 - (-1/2)^n). As n approaches infinity, this formula approaches 1/4, thus proving the summation of the series.

3. Can you explain the concept of a geometric series?

A geometric series is a series of numbers where each term is multiplied by a common ratio to get the next term. For example, in the series 2, 4, 8, 16, the common ratio is 2, as each term is multiplied by 2 to get the next term. This type of series can be represented by the formula a + ar + ar^2 + ... + ar^n, where a is the first term, r is the common ratio, and n is the number of terms.

4. How does the common ratio affect the behavior of a geometric series?

The common ratio determines whether the series converges or diverges. If the absolute value of the common ratio is less than 1, the series will converge to a finite value. If the absolute value is greater than 1, the series will diverge to infinity. If the absolute value is equal to 1, the series will either converge or diverge depending on the value of the first term.

5. Are there any real-world applications of geometric series?

Yes, geometric series are commonly used in finance and investing. For example, to calculate the future value of an investment with a fixed interest rate, the formula A = P(1+r)^n can be used, where A is the future value, P is the principal amount, r is the interest rate, and n is the number of time periods. This formula is derived from the summation of a geometric series.

Similar threads

Replies
5
Views
1K
Replies
10
Views
754
Replies
8
Views
2K
Replies
8
Views
2K
Replies
7
Views
2K
Back
Top