OFFSET
3,4
COMMENTS
From Jean-François Alcover, Mar 11 2013: (Start)
These are the 5 angles, in radians and in degrees:
A = Pi/2 = 90 deg,
B = Pi/2 + arccos((sqrt(57)-3)/8) = 145.338336261... deg,
C = Pi - 2*arccos((sqrt(57)-3)/8) = 69.323327476... deg,
D = Pi - arccos((sqrt(57)-3)/8) = 124.661663738... deg,
E = 2*arccos((sqrt(57)-3)/8) = 110.676672523... deg.
Ratios of sides are AB:BC:CD:DE:EA = d:1:2:2:1 with d = sqrt(22*sqrt(57)-50)/4 = 2.693700493... (End)
REFERENCES
Steinhaus, H. Mathematical Snapshots, 3rd ed. New York: Dover, 1999.
Wells, D. The Penguin Dictionary of Curious and Interesting Geometry. London: Penguin, pp. 177-179, 208, and 211, 1991.
LINKS
Jean-François Alcover, Pentagonal tile
P. L. Bowers and K. Stephenson, A 'Regular' Pentagonal Tiling of the Plane, Conformal Geom. Dyn. 1, 58-68, 1997.
Ed Pegg, Jr., The 14 Different Types of Pentagons that Tile the Plane"
M. ten Have, Pentagons and the Golden Section
Eric W. Weisstein, Pentagon Tiling
FORMULA
Solution to 3*cos(x/2) + 2*cos(x) = 1. [Jean-François Alcover, Mar 09 2013]
EXAMPLE
110.676672523... degrees.
MATHEMATICA
2*ArcCos[(Sqrt[57]-3)/8]*180/Pi // RealDigits[#, 10, 100]& // First (* Jean-François Alcover, Mar 09 2013 *)
PROG
(PARI) solve(x=Pi, Pi/2, 3*cos(x/2) + 2*cos(x) - 1)*180/Pi \\ Michel Marcus, Aug 19 2019
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jonathan Vos Post, Feb 16 2011
EXTENSIONS
More terms from Jean-François Alcover, Mar 09 2013
STATUS
approved