4
$\begingroup$

Does the following series converge? If it does, determine the appropriate limit.

$$\sum\limits_{k=1}^\infty\left(\frac{1}{2k}-\frac{1}{k+1}+\frac{1}{2(k+2)}\right)$$

The only thing i noticed so far is the occurence od the telescopic series via a transformation:

$$\frac{1}{2k}-\frac{1}{k+1}+\frac{1}{2(k+2)}=\frac{1}{k(k+1)(k+2)}$$

The ratio test delivers the result $k/(k+3)$ which renders it unhelpful, so I have to try something else. Now I have been thinking about finding an explicit expression for the partial sums

$$\sum\limits_{k=1}^N\left(\frac{1}{k(k+1)(k+2)}\right)$$

however I neither know, how do so nor do I know whether it suffices to show, that the partial sums will converge for $N\to\infty$ to conclude that the whole series will have a limit.

I need help on how to determine the the explicit expression of the partial sums and would like to know some good suggestions on what to do else.

  • 1
    Just compare your series with the $p$-series $\sum\frac1{n^3}$.2012-11-09
  • 0
    This series is telescopic.2012-11-09

4 Answers 4

9

You’re making it harder than necessary: for each $k\in\Bbb Z^+$ you have

$$\frac1{k(k+1)(k+2)}<\frac1{k^3}\;;$$

Now just use the ordinary comparison test.

I’m assuming that you’ve already shown that $\sum_{k\ge 1}\frac1{k^p}$ converges for all $p>1$. If not, note that

$$\sum_{k\ge 1}\frac1{k^p}\ge\int_1^\infty\frac{dx}{x^p}\;,$$

which diverges for $p>1$.

Added: In view of the comments, I’ll suggest another approach, a variation on partial fractions. In order to get something that might telescope, you want ideally two terms with denominators that are offset by $1$, so try this decomposition:

$$\frac1{k(k+1)(k+2)}=\frac{A}{k(k+1)}+\frac{B}{(k+1)(k+2)}\;;$$

clearly $B=-A$ and $A=\frac12$, so $$\frac1{k(k+1)(k+2)}=\frac12\left(\frac1{k(k+1)}-\frac1{(k+1)(k+2)}\right)\;,$$ and your partial sum is

$$\frac12\sum_{k=1}^N\left(\frac1{k(k+1)}-\frac1{(k+1)(k+2)}\right)\;.$$

  • 0
    We haven't discussed integrals yet in the context of limits and sequences and series so your hint does not help that much - so any easier way to show that? Furthermore I understand that I can show that the series will converge by your mentioned approximation, however I still don't know how to get the limit in the second step.2012-11-09
  • 0
    @Christian: Just observe that the Riemann sum $\sum_{k=1}^n\frac1{k^3}$ clearly exceeds $\int_1^{n+1}\frac{dx}{x^3}$, since $\frac1{x^3}$ is decreasing. Then $$\sum_{k\ge 1}\frac1{k^3}=\lim_{n\to\infty}\sum_{k=1}^n\frac1{k^3}\ge\lim_{n\to\infty}\int_1^{n+1}\frac{dx}{x^3}=\int_1^\infty\frac{dx}{x^3}\;.$$ I’m not sure what you mean by *the second step*. The integral diverges, so the series diverges.2012-11-09
  • 0
    @amWhy: I included the integral argument only in case he *didn’t* already know the $p$-series test. But if it’s a fairly rigorous course, and he’s not seen the integral test, there’s a fair chance that he’s not seen the $p$-series test, either.2012-11-09
  • 0
    @BrianM.Scott No criticism intended (note the +1)! I encountered the p-series in Calculus II and again when first studying Baby Rudin neither of which appealed to integral. (In short, it was presented as part of one's "toolkit" for testing convergence/divergence of series, together with ratio test, root test, etc.)2012-11-09
  • 0
    @BrianM.Scott: Looking up in my textbook the $p$-series is prooved (in a part we did not work through yet) with approximations $1/n^k\leq 1/n^2\leq 2/(n(n+1))$ for $k>1,k\in\mathbb{N}$ and the last term converges because the telescopic series converges. You claim, that my series I have to work with does not converge, however WolframAlpha claims that it converges to $1/4$ - am I missing something?2012-11-09
  • 0
    @Christian: I never said that your series does not converge. I said that it **does** converge, by comparison with the convergent series $\sum_{k\ge 1}\frac1{k^3}$.2012-11-09
  • 0
    @amWhy: Really? In every calculus text from which I’ve taught, the $p$-series test is derived from the integral test in Calc. II (unless it’s simply given by fiat, but I’m not sure that I’ve actually seen that).2012-11-09
  • 0
    @BrianM.Scott: We haven't even defined derivatives and integrals yet, currently attending "Calc. I" if you could say so. (Everything is different in Germany...) - However I still don't see how to determine the $1/4$ WolframAlpha has computed. By now I only know how to show, that my series converges.2012-11-09
  • 0
    @Christian: See if my addition helps. (**Ganz** anders! I’ve never seen series done before differentiation.)2012-11-09
  • 0
    @BrianM.Scott: Did you forgot to add a $1/2$ to the partial sum at the end? Nevertheless this looks more familiar and comprehensible and I will try working on that later on. - Thanks!2012-11-09
  • 0
    @Christian: Yes, I did; I’ll fix it in a moment. You’re welcome!2012-11-09
7

Hint: $\dfrac{1}{k(k+1)(k+2)}=\dfrac{1}{2}\left(\dfrac{1}{k(k+1)}-\dfrac{1}{(k+1)(k+2)}\right).$
Now use the method of differences to find an explicit expression for the partial sums.

1

You can bound each term from above by $k^{-3}$. Do you know that sum converges? If not, you can bound that from above by the integral of $x^{-3}$

0

You may write it in the form $x_k=a_{k+2}-2a_{k+1}+a_k$ (you're almost there). Thus, if you write out the partial sums

$$x_1+ \cdots + \cdots + x_n$$

cancelling out the corresponding intermediate terms, you will see that since $a_n \to 0$, the sum clearly converges.

You're almost there.