2

everybody.

I'm suppose to prove this without induction: Prove Without Induction: $\sum\limits_{k=2}^{n} \frac{1}{k(k-1)} = 1 - \frac{1}{n}$

I'm not sure how to do it. I tried a bit of algebraic manipulation, but I'm not sure how to do it.

It's suppose to be basic. I did get a hint of factorizing $\frac{1}{k(k-1)}$ but that didn't get me anywhere.

A hint or any directions would be much appreciated!

  • 8
    Duplicate of http://math.stackexchange.com/q/1742825/215011 . But see the comments to that post: "...the telescoping method cannot be written out in all its excruciating fullness without the principle of induction" – grand_chat Sep 02 '16 at 17:09
  • There is an easy algorithmic way for calculating hypergeometric sums, namely Gosper's algorithm. You can find it for instance in the book "A=B" by Zeilberger. – studiosus Sep 02 '16 at 17:52
  • @grand_chat, thanks for letting me know. – Gal Grünfeld Sep 02 '16 at 18:12

3 Answers3

4

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

E.H.E
  • 23,280
1

That's a telescoping series. Use partial fraction techniques to do the following split: $$\frac{1}{k(k-1)} = \frac{1}{k-1} - \frac{1}{k},$$ and proceed from there.

Sean Lake
  • 1,737
  • 3
    I'm not really sure this can legitimately count as being "without induction" (although the induction is at most tacit when the argument is phrased like this). $\qquad$ – Michael Hardy Sep 02 '16 at 17:08
  • Where is the induction? I told him the first step to make, the first step in every other answer posted. – Sean Lake Sep 02 '16 at 17:19
0

$$\sum_{k=2}^n \frac{1}{k(k-1)} =\sum_{k=2}^n \underbrace{\frac{1}{k-1}}_{f(n-1)}-\sum_{k=2}^n \underbrace{\frac{1}{k}}_{f(n)}$$

Aakash Kumar
  • 3,480