Compute Arctangent Series: Sum from 0 to n

  • Thread starter Thread starter amcavoy
  • Start date Start date
  • Tags Tags
    Arctangent Series
amcavoy
Messages
663
Reaction score
0
I am trying to compute:

\sum_{k=0}^{n}\arctan{\left(\frac{1}{k^{2}+k+1}\right)}.

I have used some trig identities and reduced it, but before I can do anything more I am stuck on:

\sum_{k=0}^{n}\arctan{\left(k\right)}.

Is there a formula for this sum?

Thanks for the help.
 
Physics news on Phys.org
I have two ways to do this (probably more, but two that I can think of):

\sum_{k=0}^{n}\arctan{\left(\frac{1}{k^{2}+k+1}\right)}=\frac{\pi n}{2}-\sum_{k=0}^{n}\arctan{\left(k^{2}+k+1\right)},

and

\sum_{k=0}^{n}\arctan{\left(\frac{1}{k^{2}+k+1}\right)}=\sum_{k=0}^{n}\arctan{\left(k+1\right)}-\sum_{k=0}^{n}\arctan{\left(k\right)}.

Which one is better to work with? Thanks for the help.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top