1

How to find the sum $\frac{1}{1^4+1^2+1}+\frac{2}{2^4+2^2+1}+..+\frac{2015}{2015^4+2015^2+1}$ ?

I'm not being able to approach the problem.Hints please!

2 Answers2

7

Notice that: $$ \frac{n}{n^4+n^2+1}=\frac{n}{(n^2+n+1)(n^2-n+1)} = \frac{1}{2}\left(\frac{1}{n^2-n+1}-\frac{1}{n^2+n+1}\right)$$ and that: $$ \frac{1}{(n+1)^2-(n+1)+1}=\frac{1}{n^2+n+1}.$$

Together they give: $$\begin{eqnarray*} \sum_{n=1}^{2015}\frac{n}{n^4+n^2+1}&=&\frac{1}{2}\sum_{n=1}^{2015}\left(\frac{1}{n^2-n+1}-\frac{1}{(n+1)^2-(n+1)+1}\right)\\&=&\frac{1}{2}\left(\frac{1}{1}-\frac{1}{2016^2-2016+1}\right)=\color{blue}{\frac{2031120}{4062241}}.\end{eqnarray*}$$

Jack D'Aurizio
  • 353,855
0

You might want to prove by induction that the sum

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