mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Math

Reply
 
Thread Tools
Old 2018-03-25, 18:26   #1
wildrabbitt
 
Jul 2014

3·149 Posts
Default polygons

Hi,

is it true that if a polygon with n sides can be constructed with ruler and compass then $\frac{\pi}{n}$ can be worked out in surd form?

Will
wildrabbitt is offline   Reply With Quote
Old 2018-03-25, 18:32   #2
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

3·1,993 Posts
Default

I think the result you're looking for is that a regular n-gon can be constructed with a compass and straightedge if and only if cos(2*pi/n) is constructible with field operations +, -, *, / and extraction of square roots.
CRGreathouse is offline   Reply With Quote
Old 2018-03-25, 18:43   #3
wildrabbitt
 
Jul 2014

3×149 Posts
Default

thanks sounds like it.

Is what you're saying the same as

....if cos(2pi/n) is the solution of an algebraic equation?
wildrabbitt is offline   Reply With Quote
Old 2018-03-25, 19:59   #4
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

40178 Posts
Default

Quote:
n-gon is constructible using straightedge and compass if and only if the odd prime factors of
n
n (if any) are distinct Fermat primes.[167] Likewise, a regular
n
n-gon may be constructed using straightedge, compass, and an angle trisector if and only if the prime factors of
n
n are any number of copies of 2 or 3 together with a (possibly empty) set of distinct Pierpont primes, primes of the form
2
a
3
b
1
{\displaystyle 2^{a}3^{b}+1}.[169]
It is possible to partition any convex polygon into
n
n smaller convex polygons of equal area and equal perimeter, when
n
n is a power of a prime number, but this is not known for other values of
n
n.[170]
Please see article for unbroken version. But basically this is related to the fact that a circle can only be divided into n equal sections if and only if n can be factored into single-powers of Fermat primes and 2 (using a straight edge and compass). So a triangle, square, pentagon, hexagon and octagon are possible while a 9 sided regular polygon is not.

https://en.wikipedia.org/wiki/Prime_number

Last fiddled with by a1call on 2018-03-25 at 20:10
a1call is offline   Reply With Quote
Old 2018-03-25, 20:17   #5
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

40178 Posts
Default

Here is a better source:

Quote:
In 1796 (when he was 19 years old), Gauss gave a sufficient condition for a regular n-gon to be constructible, which he also conjectured (but did not prove) to be necessary, thus showing that regular n-gons were constructible for n=3, 4, 5, 6, 8, 10, 12, 15, 16, 17, 20, 24, 30, 32, 34, 40, 48, 51, 60, 64, ... (OEIS A003401).

http://mathworld.wolfram.com/ConstructiblePolygon.html
a1call is offline   Reply With Quote
Old 2018-03-25, 20:18   #6
CRGreathouse
 
CRGreathouse's Avatar
 
Aug 2006

135338 Posts
Default

Yes, and this result in turn is due to Galois theory.
CRGreathouse is offline   Reply With Quote
Old 2018-03-25, 21:21   #7
Nick
 
Nick's Avatar
 
Dec 2012
The Netherlands

1,709 Posts
Default

Quote:
Originally Posted by wildrabbitt View Post
thanks sounds like it.

Is what you're saying the same as

....if cos(2pi/n) is the solution of an algebraic equation?
No, you're only allowed to use square roots (or square roots of square roots, etc.)

Perhaps a better way to think of it is that you can construct the regular n-sided polygon with ruler and compasses if and only if \(\phi(n)\) is a power of two.
Nick is offline   Reply With Quote
Old 2018-03-25, 22:27   #8
Dr Sardonicus
 
Dr Sardonicus's Avatar
 
Feb 2017
Nowhere

10010001111012 Posts
Default

The important thing is alluded to in post #2 to this thread: numbers constructible with compass and straightedge are those that can be formed (starting with 1 and 0, or with the integers), using finitely many additions, subtractions, multiplications, divisions (not by zero!) and extraction of square roots.

Note that, for any positive integer n, cos(2*pi/n) satisfies a polynomial of degree at least 1 with rational coefficients. In fact, 2*cos(2*pi/n) satisfies a monic polynomial with integer coefficients, i.e. is a "algebraic integer." If n > 2, the degree of this polynomial is eulerphi(n)/2, half the degree of the cyclotomic polynomial for the primitive nth roots of unity.

If z = exp(i*t), then x = z + 1/z = 2*cos(t). The polynomial for 2*cos(n*t) in terms of x may be expressed

Pn(x) = z^n + 1/z^n. By multiplying Pn(x) = z^n + 1/z^n by x = z + 1/z, we easily obtain the recurrence

Pn+1(x) = x*Pn(x) - Pn-1(x), so that

P0(x) = 2, P1(x) = x, P2(x) = x^2 - 2, P3(x) = x^3 - 3*x, etc.

Then 2*cos(2*pi/n) satisfies Pn(x) = 2*cos(2*pi), i.e. Pn(x) = 2. The minimum polynomial of 2*cos(2*pi/n) will be a proper factor of Pn(x) - 2.

Galois theory tells us that the roots of a polynomial equation are constructible by compass and straightedge (i.e. using finitely many additions, subtractions, multiplications, divisions (not by zero!) and extraction of square roots) precisely when the Galois group of the polynomial is a 2-group.

Fortuitously, the (irreducible factors of) the polynomials Pn(x) have Abelian Galois groups, which means in particular that the order of the Galois groups of the irreducible factors are equal to the degrees. So the criterion for constructibility becomes, eulerphi(n) is a power of 2. And this means that n is either a power of 2, or a power of 2 times the product of distinct Fermat primes.

Legend has it that Gauss's discovery of the constructibility of the regular 17-gon led to his decision to study mathematics rather than languages (philology). He was gifted in languages; legend also has it that he learned and mastered Russian when well into his fifties.
Dr Sardonicus is offline   Reply With Quote
Old 2018-03-25, 23:23   #9
a1call
 
a1call's Avatar
 
"Rashid Naimi"
Oct 2015
Remote to Here/There

2,063 Posts
Default

Quote:
Originally Posted by Dr Sardonicus View Post
The important thing is alluded to in post #2
Like I have said before, If he would only learn how to use Pari-GP.

Thank you for the nice clarification Dr Sardonicus.
a1call is offline   Reply With Quote
Old 2018-03-26, 19:03   #10
wildrabbitt
 
Jul 2014

44710 Posts
Default

Hey Guys, thanks very much for all the feedback.

I need to understand all of that. What I did understand will help me write the latex document I started on last night in order to try to inspire a yougn student I'm trying to help with maths.

Thanks. A great response.
wildrabbitt is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
How Many Polygons davar55 Puzzles 10 2008-10-25 04:37
Convex Polygons davar55 Puzzles 45 2007-02-25 14:34

All times are UTC. The time now is 16:14.


Mon Aug 2 16:14:22 UTC 2021 up 10 days, 10:43, 0 users, load averages: 2.53, 2.51, 2.34

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.