15

Just out of curiosity, I was wondering if anybody knows any methods (other than the integral test) of proving the infinite series where the nth term is given by $\frac{1}{n^2}$ converges.

NasuSama
  • 3,364

2 Answers2

61

Hint: $$\frac{1}{n^2} < \frac{1}{n(n-1)}.$$

$$\frac{1}{1 \cdot 2} + \frac{1}{2 \cdot 3} + \ldots + \frac{1}{n(n - 1)} = 1 - \frac12 + \frac12 - \frac13 + \ldots + \frac{1}{n - 1}-\frac1n = 1 - \frac1n \to 1.$$

njguliyev
  • 14,473
  • 1
  • 26
  • 43
16

With fewer words. Hopefully clear enough. Oresme's style, but converging this time, and proving that the sum is $<2$.

enter image description here

J. W. Tanner
  • 60,406
Jyrki Lahtonen
  • 133,153
  • Do you happen to have a source for this? I'd like to see others like this if there is some central repository... – daniel Aug 22 '13 at 19:50
  • 1
    I've seen it in some calculus book. I reproduced this with Mathematica. – Jyrki Lahtonen Aug 22 '13 at 19:50
  • I guess it would look neater with narrower borders. – Pedro Aug 22 '13 at 20:00
  • May be, @Pedro. First I had no borders at all, then very thin ones, then way too thick. This is a compromise. I agree with you in the sense that the next stack would look horrible with this border thickness. Too bad I already closed the notebook. Also, there would be more orphaned images at imgur :-/ – Jyrki Lahtonen Aug 22 '13 at 20:03
  • 2
    This is a very good illustration of the cauchy's condensation test that for a positive non-increasing function $f(n)$ the series $\sum f(n)$ and $\sum 2^{n}f(2^{n})$ converge/diverge together. – Paramanand Singh Oct 05 '13 at 10:44