mersenneforum.org  

Go Back   mersenneforum.org > Fun Stuff > Puzzles

Reply
 
Thread Tools
Old 2005-12-01, 11:37   #12
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22·5·373 Posts
Default

Quote:
Originally Posted by mfgoode

Hey the URL given by ixfd64 is a good one. It says angle 27* can be trisected under the usual conditions. I have put on my thinking cap!
Mally
This is trivial. Note that 4*27 = 108 and that 108 - 90 = 18.

We can construct a 108 degree angle because it is the interior angle
of a regular pentagon and 2^2^1 + 1 = 5 is prime. We can construct a
27 degree angle by bisecting it twice. We can construct an 18 degree
angle by subtracting 90 from 108. Thus, we can construct a 9 degree
angle.
R.D. Silverman is offline   Reply With Quote
Old 2005-12-01, 12:13   #13
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

All angles that are multiple of 3 degrees can be constructed since:

sin 3° = \large \frac {\sqrt {8-\sqrt{3}-\sqrt{15}-\sqrt{10-2*\sqrt{5}}}}{4}

cos 3° = \large \frac {\sqrt {8+\sqrt{3}+\sqrt{15}+\sqrt{10-2*\sqrt{5}}}}{4}

In general, the only angles that we can construct are multiple of \frac {3}{17*257*65537} degrees, provided that there is not an unknown Fermat prime number.
alpertron is offline   Reply With Quote
Old 2005-12-01, 12:37   #14
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

In general, the only angles that we can construct are multiple of \frac {3}{17*257*65537} degrees, provided that there is not an unknown Fermat prime number.

For example, the cosine of 360/17 degrees is:

\large \frac {\sqrt{15 + \sqrt{17} - \sqrt{2(17-\sqrt{17})} + \frac {\sqrt{2(34+6\sqrt{17}+\sqrt{2(17-\sqrt{17})} - \sqrt{34(17-\sqrt{17})} + 8\sqrt{2(17+\sqrt{17})}})}{2}}}{4}
alpertron is offline   Reply With Quote
Old 2005-12-01, 13:14   #15
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

101010101102 Posts
Default

Quote:
Originally Posted by alpertron
In general, the only angles that we can construct are multiple of \frac {3}{17*257*65537} degrees, provided that there is not an unknown Fermat prime number.
The paragraph quoted above is incorrect, but I cannot edit my own messages, so I write the corrected paragraph below:

In general, the only angles that we can construct are multiple of \frac {3}{2^n*17*257*65537} degrees, provided that there is not an unknown Fermat prime number
alpertron is offline   Reply With Quote
Old 2005-12-01, 17:32   #16
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22×33×19 Posts
Thumbs up Trisecting an angle

Quote:
Originally Posted by R.D. Silverman
This is trivial. Note that 4*27 = 108 and that 108 - 90 = 18.

We can construct a 108 degree angle because it is the interior angle
of a regular pentagon and 2^2^1 + 1 = 5 is prime. We can construct a
27 degree angle by bisecting it twice. We can construct an 18 degree
angle by subtracting 90 from 108. Thus, we can construct a 9 degree
angle.
Thank you Bob for the excellent explanation for not only the 27*angle but also the 9* angle.
Gauss aged 17 yrs. investigated the constructability of regular "p-gons" (polygons with p sides) where p is a prime number. He derived that only if p is a prime "Fermat number" that this is possible.
p = 2^ 2^n +1

Now the first Fermat numbers are 5 , 17 , 257 , 65537 . Euler factorised F(5) and hence proved that it is composite. No further F(n) primes have been found for n>4 so far. May I say that this is also a challenge for GIMPS?
I would include the prime 3 for n=0 . Why has this prime not been included?

Alperton: Thank you for expanding my horizon on this topic. I need to study it further before I can comment on it.
As you say that all multiples of 3/expression are the number of angles that can be constructed then knowing the 9* angle can we construct a 3* angle?
Mally
mfgoode is offline   Reply With Quote
Old 2005-12-01, 17:45   #17
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

In order to actually construct the 3 degree angle, you can start from the well known pentagon and hexagon constructions. These have angles of 360°/5 = 72° and 360°/6 = 60° respectively. Subtract both angles and you get 12°. Bisect it twice and finally you get 12°/2^2 = 3°.
alpertron is offline   Reply With Quote
Old 2005-12-01, 18:05   #18
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

22·33·19 Posts
Question Trisecting an angle

:surprised Thank you Alperton. You have to spoon feed me!
Please explain the denominator of 3 in your previous post. I recognise the \Fermat numbers in it but I would imagine the angles will either be huge or very tiny.
Can a relationship be worked out for the number of sides in a regular polygon and the number of angles that can be constructed by unmarked ruler and compass?
Mally
mfgoode is offline   Reply With Quote
Old 2005-12-01, 19:11   #19
alpertron
 
alpertron's Avatar
 
Aug 2002
Buenos Aires, Argentina

2×683 Posts
Default

The heptadecagon can be constructed, see for example this Wikipedia article.

The angle between two succesive vertex is 360°/17.

Using the 3° angle constructed in my last post, just start drawing a 120-gon, where one of its vertex is a vertex of the 17-gon. You can draw other 16 120-gons using the other 16 vertex of the 17-gon.

Finally you have 120*17 = 2040 points in the circle. The angle between these points is 3°/17.

Since the 257- and 65537-gons are also constructible, using the same procedure you can construct an angle of 3°/(17*257*65537). Finally you can bisect this angle n times to have an angle of 3°/(2^n*17*257*65537)
alpertron is offline   Reply With Quote
Old 2005-12-03, 13:05   #20
mfgoode
Bronze Medalist
 
mfgoode's Avatar
 
Jan 2004
Mumbai,India

40048 Posts
Default Trisecting an angle

[QUOTE=alpertron]The heptadecagon can be constructed, see for example this Wikipedia article.

Thank you for the URL. It was most enlightening. I knew it was possible according to Gauss but did not have a method. But it seems very difficult to divide into 17 parts as The stone mason hired to erect it on Gauss' tomb refused as it was too complicated.
I will try and tabulate the different angles starting from 3* angles up to 90* angles which can be constructed geometrically. Do you by chance have a ready reckoner for these constructions? It will be valuable information for the forum.
Mally
mfgoode is offline   Reply With Quote
Old 2005-12-03, 16:40   #21
R.D. Silverman
 
R.D. Silverman's Avatar
 
Nov 2003

22×5×373 Posts
Default

Quote:
Originally Posted by mfgoode
I will try and tabulate the different angles starting from 3* angles up to 90* angles which can be constructed geometrically. Do you by chance have a ready reckoner for these constructions? It will be valuable information for the forum.
Mally
I see nothing wrong with your doing so for your own education and
entertainment. In fact, I applaud such efforts.

However:

(1) Unless you restrict to angles that are an integral number of degrees, your
list will be infinite. (e.g. bisecting a 45 degree angle etc.)

(2) Caiming that the result will be "valuable information" is ludicrous beyond
words. This information is *useless*. And it is easily reconstructed.
R.D. Silverman is offline   Reply With Quote
Old 2005-12-03, 17:30   #22
fatphil
 
fatphil's Avatar
 
May 2003

3×7×11 Posts
Default

Quote:
Originally Posted by R.D. Silverman
Sigh. Where is Underwood Dudley? We need him.
I had to google for him (which lead immediately to wikipedia).
Author of /The Trisectors/, it appears.

Thanks Bob - my Christmas pressy wish list has grown by one!

Phil
fatphil is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
angle bisection bhelmes Math 11 2017-11-17 16:47
Angle bisector problem philmoore Puzzles 25 2007-02-19 20:04
Trisecting an angle Wynand Miscellaneous Math 13 2006-08-07 21:25

All times are UTC. The time now is 15:50.


Mon Aug 2 15:50:01 UTC 2021 up 10 days, 10:19, 0 users, load averages: 2.17, 2.17, 2.27

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.