In previous articles, I’ve looked at how to find cos(72º) using some nasty algebra and some comparatively nice geometry. In this one, inspired by @ImMisterAl, I try some nicer - although quite literally complex - geometry.

De Moivre’s Theorem

I’m going to assume you’re ok with complex numbers. If you’re not, go and read up on them. They’re cool. I’ll wait.

One of the many nice properties of complex numbers is that there are two ways to write them: in rectangular form (such as z=a+bi) and in polar form, something like z=Reiθ, where a=Rsin(θ) and b=Rcos(θ) 1

This property means we can use exponent properties on complex numbers: quite clearly, if z=Reiθ, then z2=ei(2θ) and more generally zn=ei(nθ) (for integer n). Incidentally, this is a very nice way of proving the double angle formulas if you have nothing better to do.

This idea, known as De Moivre’s theorem, is a useful link between algebra and trigonometry.

Roots of unity

(Quick shout out to @evelynjlambs’s excellent writings under this title.)

In particular, if we think about the angle of 72º, or 25π in proper units, we can see that five of them together make up a whole circle. So, if we let Z=cos(25π)+isin(25i), or ei(25π) it’s straightforward to see that Z5=ei(2π)=1.

So, our complex number Z must satisfy Z51=0 - which factorises as (Z1)(Z4+Z3+Z2+Z+1)=0. We know that Z1, so we can focus on (Z4+Z3+Z2+Z+1)=0 instead.

Conjugates

But wait - there’s more! The complex conjugate of a number z=a+bi is z¯=abi - and by looking at the unit circle, it’s clear than Z3=Z¯2 and Z4=Z¯.

So, our (Z4+Z3+Z2+Z+1)=0 becomes (Z¯+Z¯2+Z2+Z+1)=0.

It’s also worth noting that z+z¯=2a, for any z.

For our value of Z, we have our ‘a’ - the real part - as cos(25π). For Z2, the real part is the cosine of twice that angle, which is 2a21 using the double angle formula.

So, we know that Z+Z¯=2a and Z2+Z¯2=2(2a21). We can substitute these into the bracket to get: 4a22+2a+1=0, which simplifies to 4a2+2a1=0.

Now all we need to do is solve it! a=2±4+168=1±54. We know a>0 because it’s in the first quadrant, so the value of cos(72º) is 514

Footnotes:

1. That might look familiar if you’ve been trying to put things in the form Rsin(xα) at A-level. It’s not quite the same thing, but it’s the same flavour.