Telescoping Series: Finding the Sum of 1/k(k+3)

  • Thread starter Thread starter trap101
  • Start date Start date
  • Tags Tags
    Series Sum
trap101
Messages
339
Reaction score
0
So the question is find the sum of the series:


\sum from k = 1 to ∞ of 1 / k(k+3),

now the solution they provided was:

= 1/3 [ (1 - 1/4) + (1/2 - 1/5) + ...+ (1/n - 1/(n+3) ]

=1/3 [ 1+ 1/2+1/3 -1/(n+1) - 1/(n+2) - 1/(n+3)]

--> 11/18

I'm stuck on how they were able to show the sum telescoping and why they were able to factor out the 1/3. Also how are you suppose to solve these sorts of questions?
 
Physics news on Phys.org
trap101 said:
So the question is find the sum of the series:


\sum from k = 1 to ∞ of 1 / k(k+3),

now the solution they provided was:

= 1/3 [ (1 - 1/4) + (1/2 - 1/5) + ...+ (1/n - 1/(n+3) ]

=1/3 [ 1+ 1/2+1/3 -1/(n+1) - 1/(n+2) - 1/(n+3)]

--> 11/18

I'm stuck on how they were able to show the sum telescoping and why they were able to factor out the 1/3. Also how are you suppose to solve these sorts of questions?

Rewrite 1/(k(k + 3)) as two fractions, using partial fraction decomposition.
 
\sum^{\infty}_{k=1} \frac{1}{k(k+3)}
First, express \frac{1}{k(k+3)} as partial fractions.
 
Darn. Have to go back and review that, but it makes sense to do that now, thanks.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top