0
$\begingroup$

Show that for all natural numbers $n$, the following equality holds:

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

Can't seem to wrap my head around it...

  • 0
    RHS should have $2i$ , not $i$.2017-01-10
  • 1
    "The without induction" proof just implicitly uses induction, @S.C.B.2017-01-10
  • 1
    It's false for $n=1$.2017-01-10
  • 0
    changed it. thanks.2017-01-10

2 Answers 2

0

By induction hypothesis $$ \sum_{i=1}^{n+1}\frac{1}{2i(2i-1)}= \frac{1}{(2n+1)(2n+2)}+\sum_{i=n+1}^{2n}\frac{1}{i} $$ On the other hand $$ \sum_{i=n+2}^{2n+2}\frac{1}{i}= -\frac{1}{n+1}+\frac{1}{2n+1}+\frac{1}{2n+2}+\sum_{i=n+1}^{2n}\frac{1}{i} $$ So you just have to prove that $$ -\frac{1}{n+1}+\frac{1}{2n+1}+\frac{1}{2n+2}=\frac{1}{(2n+1)(2n+2)} $$

1

Hint: $\frac{1}{2i(2i-1)}=\frac{1}{2i-1}+\frac{1}{2i}-\frac{1}{i}$