9

Prove the following by considering a telescoping series $$\sum_{n=1}^{\infty}\arctan\frac{1}{8n^{2}} = \frac{\pi}{4} - \arctan \left(\tanh\frac{\pi}{4}\right)$$

I recognise this question has been asked here Evaluate $\sum_{n=1}^\infty \arctan\left(\frac{1}{8n^2} \right)$ however, I would specifically like an answer using telescoping given that this question is in the telescoping chapter of Jack D'aurizio's Superior Mathematics from an Elementary Point of View. I have tried writing the sum as $$\sum_{n=1}^{\infty}\arctan\left(\frac{1}{4n-1}\right) - \arctan\left(\frac{1}{4n+1}\right)$$ but this doesn't telescope and I have no idea how $e$, let alone $\tanh$ is going to appear. The RHS can also be rewritten as $\arctan(e^{-\pi/2})$, but this has not been useful to me.

Could someone provide some hints or an outline of a solution using telescoping?

BaroqueFreak
  • 753
  • 8
  • 19
  • 1
    Thank you for pointing out Jack D'aurizio's excellent book. It is the kind I would expect from him. @JackD'aurizio – marty cohen Sep 14 '19 at 04:20
  • 1
    Hint: https://en.wikipedia.org/wiki/Gudermannian_function ;) – Jack D'Aurizio Sep 14 '19 at 11:41
  • @JackD'Aurizio Could I please have another hint on how I should use the Gudermannian function? The RHS can be written as $\frac{1}{2}(\text{gd}(\infty) - \text{gd}(\frac{\pi}{2}))$ but I'm not sure if this helps. Also, is the other sum in exercise 5 related to this one? – BaroqueFreak Sep 19 '19 at 05:16
  • 1
    @BaroqueFreak: I have expanded my answer in order to provide further hints. Try to express $\arctan\tanh(n+1)-\arctan\tanh(n)$ (and similar telescopic terms) as the arctangent of something. The two sums in exercise $5$ can be tackled by the same technique. – Jack D'Aurizio Sep 19 '19 at 12:03
  • @JackD'Aurizio $\arctan \tanh(n+1) - \arctan \tanh(n) = \arctan\frac{\sinh (1)}{\cosh(2n+1)}$, but is this for the first or second sum in the question? I know how to do the first sum, but not sure I can get a $\frac{1}{8n^{2}}$ from what you suggested – BaroqueFreak Sep 29 '19 at 04:39

1 Answers1

5

I won't spoil the solution through creative telescoping, just point that such kind of series can be brute-forced through Weierstrass products. Indeed $$\sum_{n\geq 1}\arctan\frac{1}{8n^2} = \text{Im}\sum_{n\geq 1}\log\left(1+\frac{i}{8n^2}\right) = \text{Im}\log\prod_{n\geq 1}\left(1+\frac{i}{8n^2}\right), $$ hence the knowledge of the explicit value of $\prod_{n\geq 1}\left(1+\frac{z^2}{n^2}\right)$ is enough to solve the given problem, and $$ \prod_{n\geq 1}\left(1+\frac{z^2}{n^2}\right) = \frac{\sinh(\pi z)}{\pi z} $$ can be derived from the Weierstrass product of the sine function via the substitution $x\mapsto iz$.


An alternative approach. We have $$ \arctan\frac{1}{8n^2}=\int_{0}^{\frac{1}{8n^2}}\frac{dx}{1+x^2}=\int_{8n^2}^{+\infty}\frac{dx}{1+x^2}=2\int_{2\sqrt{2}n}^{+\infty}\frac{x\,dx}{1+x^4}=16\int_{n}^{+\infty}\frac{x\,dx}{1+64 x^4} $$ so $$\begin{eqnarray*} \sum_{n\geq 1}\arctan\frac{1}{8n^2}&=&16\int_{0}^{+\infty}\frac{x\lfloor x\rfloor}{1+64x^4}\,dx=\frac{\pi}{4}-16\int_{0}^{+\infty}\frac{x\{x\}}{1+64x^4}\,dx\\&=&\int_{0}^{+\infty}\frac{16 x}{1+64x^4}\left(\tfrac{1}{2}-\{x\}\right)\,dx\end{eqnarray*}$$ and we may regard $\frac{1}{2}-\{x\}$ as a Fourier sine series: $$\left(\tfrac{1}{2}-\{x\}\right)\stackrel{\text{a.e.}}{=}\sum_{n\geq 1}\frac{\sin(2\pi n x)}{\pi n}$$ then invoke $$ \int_{0}^{+\infty}\frac{16x}{1+64x^4}\cdot\frac{\sin(2\pi nx)}{\pi n}\,dx = \frac{\sin\left(\frac{\pi n}{2}\right)}{n e^{\pi n/2}}$$ which follows from the residue theorem or the (inverse) Laplace transform. These manipulations allow to convert the original series into $$ \sum_{n\geq 1}\frac{\sin\left(\frac{\pi n}{2}\right)}{n e^{\pi n/2}}=\sum_{m\geq 0}\frac{(-1)^m}{(2m+1)e^{\pi(2m+1)/2}} $$ which can be readily computed from $\sum_{m\geq 0}\frac{(-1)^m}{2m+1}z^m=\arctan(z)$, leading to $$ \sum_{n\geq 1}\arctan\frac{1}{8n^2} = \arctan(e^{-\pi/2}).$$

Jack D'Aurizio
  • 353,855