The following problem has been on my mind for a while.
Lots of exact values of the arctangent function are known, such as $$\arctan 0=0$$ $$\arctan 1=\frac{\pi}{4}$$ $$\arctan \frac{1}{\sqrt 3}=\frac{\pi}{6}$$ However, I can't seem to find an exact value of $$\arctan 2$$ How can I find one? Is it possible?
NOTE: By exact, I mean that I am looking for an answer in the form $$\frac{p\pi}{q}$$ with $p,q\in \mathbb Z$.
$\arctan 2$ is not a rational multiple of $\pi$. If it were, then for some integer $n > 0$, we would have $(1 + 2i)^n$ is real. On the other hand, if we define $a_n := \operatorname{Im}((1 + 2i)^n)$, it is straightforward to show that this sequence satisfies the recurrence relation: $$a_{n+2} = 2 a_{n+1} - 5 a_n, \, n \ge 0.$$ But now $a_0 = 0$ and $a_1 = 2$, so by induction, it is straightforward to show $a_n \equiv 2^{n+1} \pmod{5}$ for $n \ge 1$. Since no power of 2 is divisible by 5, this implies that $a_n \ne 0$ for $n \ge 1$.