Roots of Unity
Gauss generalized his method to to find an expression (using radicals) for any root of unity.
Suppose we want to find an expression for a primitve th root of unity for a prime , and assume we have done so for smaller primes. Let be factors of such that for some . Let be a generator of . Let be a primitive th root of unity.
For any expression containing , define to be the same expression with each replaced by .
Suppose satisfies . Then define
Then replacing by in this expression yields . Since we can equate the coefficients of the powers of as before to argue can be expressed in terms of .
Example: Take . Then . If we take as defined earlier discussing the 17-gon, we see , thus . Then the expression is simply and we saw before must be an integer.
To continue, we took . Again and we can take as defined earlier. Then note and we see is an integer.
Now define to be where each has been replaced by . Then we have (a lot of cancellation occurs, from the fact that the sum of the th roots of unity is zero for any ). By a similar argument, each is known, and thus if we choose th roots correctly, then (the symbol does not have its usual meaning here because the particular th roots we need may not be real). We can use brute force: try every possible root until the resulting is correct.
A much better way is to consider the expression . Then if we change each to (that is apply ) then changes to , while from before we know becomes , thus their product is unchanged.
Arguing as before, this means is known for all , so once we have made a choice for the value of we can easily find the values for each without guesswork.
Example: Let be a primitive fifth root of unity. We shall derive an expression for in terms of a primitive fourth root of unity.
Set . Take , since generates . Then . Set to simply , so the s are: We need to compute , choose a fourth root of the result and then work out values for from there. To make the computation easier we do not blindly proceed using the most obvious method.
Instead we notice (I've omitted shortcuts I took for clarity, e.g. since the squares of different powers of will be different powers of , and they will add up to .)
Now
Thus whence where is a fourth root of unity.
Now that we have found the solutions of , we compute (Actually first equation is unnecessary since we already have in terms of from before.)
Thus after some algebraic manipulation we find Finally, we have all four of the primitive fifth roots of unity: where .
If instead we had chosen , and then (i.e. mirror the process used for the 17th roots of unity) we have expressed in terms of a primitive square root of unity (i.e. over the rationals, since is rational): which can be verified to be the same solutions.