4

Via the Lindemann theorem it is easy to prove that the cosine of any rational multiple of $\pi$ is an algebraic number; however its contrapositive only tells us that the arc cosine of an algebraic number is a transcendental number, not necessarily linearly dependent from $\pi$ over the rationals.

I ask, then, is it true via any other theorem? Is there a nice counterexample?

I came to this question specifically as I've found in my research an angle $\theta$ such that $$\cos\theta = \frac{\sqrt{5}-1}{2} =: \varphi^{-1},$$ and I wanted to find out if $\theta$ has any nice representation, such as a rational multiple of $\pi$.

3 Answers3

2

No. As a concrete counterexample, $\cos^{-1}(0.6)$ is not a rational multiple of $\pi$.

$\cos^{-1}(0.6)$ is a rational multiple of $\pi$ if and only if $0.6+0.8i$ is a root of unity. But if $(0.6+0.8i)^n = 1$ then $(3+4i)^n$ must be real. And this is impossible because $(3+4i)^n \equiv 3+4i \pmod 5$ for all $n\ge 1$

2

No.

As Henning said, $\cos^{-1} \alpha$ is a rational multiple of $\pi$ if and only if $z = \alpha+i\sqrt{1-\alpha^2}$ is a root of unity. Note that as a sum of algebraic numbers, $z$ is itself an algebraic number; and to find out for which $F \in \mathbb{Q}[x]$ is true that $F(z)=0$ we only need the resolvent $F(z) = \rho(q(y),p(z-x))$, where $q \in \mathbb{Q}[y]$ is the polynomial for which $q(\alpha)=0$, and $p\in\mathbb{Q}[x]$ is the polynomial for which $p(i\sqrt{1-\alpha^2})=0$.

But using this answer we can easily decide whether $z$ is a root of unity: An algebraic $z$ of modulus one is a root of unity if and only if its (irreducible) $F$ is a cyclotomic polynomial. Let $N = \deg F$; there are finitely many cyclotomic polynomials $\Phi_M$ such that $\deg\Phi_M = \varphi(M) = N$, where $\varphi$ is Euler's totient function, so we only need to compare them.

For example, in the case of $z = 3/5 + i4/5$, $F(x) = x^2-\frac{6}{5}x+1$, which can never be a cyclotomic polynomial, since they have only integer coefficients, as roots of unity are algebraic integers.

In the case of $\varphi^{-1}$, $F(x) = x^4 + 2x^3 - 2x^2 + 2x + 1$, which we can compare to the $4$ cyclotomic polynomials of degree $4$ and see that it matches none, so $\cos^{-1}(\varphi^{-1})$ is not a rational multiple of $\pi$.

0

To generalize Makholm's answer: Niven's theorem says that if $\theta$ is any rational multiple of $\pi$ other than an integer multiple of $\pi/2$ or of $\pi/3$, then $\cos \theta$ is irrational. Thus if $a$, $b$ and $c$ are a Pythagorean triple, that is if they are integers and $a^2+b^2=c^2$, then $\arccos(a/c)=\arcsin(b/c)$ and $\arcsin(a/c)=\arccos(b/c)$ are not rational multiples of $\pi$.

Arvid Samuelsson
  • 1,092
  • 4
  • 19