1

I tried simplifying it by first resolving it into partial fractions but to no use. Also I know that $\sum (1/n)$ is harmonic number, but I don't know how to use it. Please help me.

Cave Johnson
  • 4,270
Yami Kanashi
  • 703
  • 3
  • 11
  • 3
    $\sum_{n=1}^{2017}\frac{1}{n^{2}+2n}=\sum_{n=1}^{2017}\frac{1}{n(n+2)}=\frac{1}{2}\sum_{n=1}^{2017}\left(\frac{1}{n}-\frac{1}{n+2}\right)$. Note that this is telescoping. – user71352 Jan 04 '17 at 04:32
  • Well thanks for that last expression.... I'll try singing with it.... Else please help me – Yami Kanashi Jan 04 '17 at 04:42
  • 1
    This may help:$$\sum_{n=1}^{2017}\frac{1}{n+2}=\sum_{n=3}^{2019}\frac{1}{n}$$ What does the expression "singing with it" mean? I've never heard that before. – user71352 Jan 04 '17 at 04:46
  • "singing with it", sorry for this...I wanted to type "something with it", but since I use glide typing I might have pressed the wrong buttons. – Yami Kanashi Jan 04 '17 at 04:48
  • 2
    @LokeshSangewar LOL singing with it... – Frank Jan 04 '17 at 04:48
  • But then again sigma 1/n n=3 to 2019.....How to go ahead with this....Coz I want the answer as a single rational – Yami Kanashi Jan 04 '17 at 04:48
  • $$\sum_{n=1}^{2017}\left(\frac{1}{n}-\frac{1}{n+2}\right)=\sum_{n=1}^{2017}\frac{1}{n}-\sum_{n=3}^{2019}\frac{1}{n}$$ Note that many terms cancel. – user71352 Jan 04 '17 at 04:51
  • Okkkk....I got it. Thanks a lot!!! – Yami Kanashi Jan 04 '17 at 04:53
  • @LokeshSangewar No problem. – user71352 Jan 04 '17 at 04:53
  • But dude....(1/n)-(1/n+2) is not equal to 1/n(n+2).....So how to do it??????? – Yami Kanashi Jan 04 '17 at 04:58
  • @Servaes nope......I don't think so – Yami Kanashi Jan 04 '17 at 05:01
  • @Servaes Did I make an error? I'd be happy to delete my comments if this has happened. – user71352 Jan 04 '17 at 05:08
  • @user71352 well.... Unfortunately yes – Yami Kanashi Jan 04 '17 at 05:23
  • @LokeshSangewar Oh shoot! Can you point me to the error? – user71352 Jan 04 '17 at 05:24
  • U wrote 1/n(n+2) as 1/n - 1/n+2.....That's wrong..... – Yami Kanashi Jan 04 '17 at 05:25
  • @LokeshSangewar I gather, perhaps incorrectly, you are referring to my first comment. I believe there is a factor of $\frac{1}{2}$ on the outside of the sum and $$\frac{1}{2}\left(\frac{1}{n}-\frac{1}{n+2}\right)=\frac{1}{2}\cdot\frac{(n+2)-n}{n(n+2)}=\frac{1}{n(n+2)}$$ – user71352 Jan 04 '17 at 05:29
  • @user71352 You didn't. I was snidely commenting on the fact that your first three comments very explicitly give a step by step answer, yet the OP asks a question with an extremely obvious answer that above all you already gave. The OP's homework has now been done without any understanding from his/her side, which bothers me. But expressing this in such a way might not be helpful, so I'll delete my comment. – Servaes Jan 04 '17 at 14:42

1 Answers1

2

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

Writing it out:

$\frac{1}{2}[1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+...+\frac{1}{2016}+\frac{1}{2017}$

$\ \ \ \ \ \ \ \ \ \ \ \ \ -(\frac{1}{3}+\frac{1}{4}+...+\frac{1}{2016}+\frac{1}{2017}+\frac{1}{2018}+\frac{1}{2019})]$

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

8hantanu
  • 1,843