]> Number Theory - Cyclotomic Equations

Cyclotomic Equations

We try to solve the cyclotomic equation x p1 =(x1 )(x p1 +x p2 +...+1 )=0 algebraically. (Transcendentally, we know the roots are e 2 πik/p for k=0 ,...,p1 .)

It can be easily shown that if gcd(m,n)=1 , then a primitive mth root of unity times a primitive nth root of unity is a primitive mnth root of unity, thus we need only consider prime powers. But then if α is a primitive pth root of unity, then αk is a primitive p kth root of unity, so we need only consider the case where p is prime.

In general we can use Gauss' method, but let us see how far elementary methods lead us.

p=3 : we merely solve the quadratic x 2 +x+1 =0 to obtain

x=1 ±i3 2

p=5 : we could solve the quartic x 4 +x 3 +x 2 +x+1 =0 but since it is palindromic we make the variable substitution y=x+1 /x, and solve

y 2 +y1 =0

to find

y=1 ±5 2

and x 2 yx+1 =0 implies

x=y±y 2 4 2

giving the four solutions

x=5 1 ±2 5 10 4 ,5 1 ±2 5 10 4

p=7 : the palindrome yields a cubic which can be solved for x.

p=11 : the palindrome yields a quintic. Now elementary methods fail us and we need resort to Gauss' method as Vandermonde did.