- #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)
.
.
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)
.
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?
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)
.
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$.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
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.
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.
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.
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.
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.