OFFSET
1,2
COMMENTS
Dihedral angle in radians of regular tetrahedron.
Arccos(1/3) is the central angle of a cube, made by the center and two neighboring vertices. - Clark Kimberling, Feb 10 2009
Also the complementary tetrahedral angle, Pi-A156546, and therefore related to the magic angle (Pi-2*A195696). - Stanislav Sykora, Jan 23 2014
Polar angle (or apex angle) of the cone that subtends exactly one third of the full solid angle. - Stanislav Sykora, Feb 20 2014
Also the acute angle in the rhombi and isosceles trapezoids in the trapezo-rhombic dodecahedron. - Eric W. Weisstein, Jan 09 2019
Also the angle between the tangent lines to the curves y = sin(x) at y = cos(x) at the points of intersection. - David Radcliffe, Jan 17 2023
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Steven R. Finch, Errata and Addenda to Mathematical Constants, p. 58.
Eric Weisstein's World of Mathematics, Tetrahedron.
Eric Weisstein's World of Mathematics, Dihedral Angle.
Eric Weisstein's World of Mathematics, Trapezo-Rhombic Dodecahedron.
FORMULA
arccos(1/3) = arctan(2*sqrt(2)) = 2*arcsin(sqrt(3)/3) = arcsin(2*sqrt(2)/3).
EXAMPLE
1.2309594173407746821349291782479873757103400093550948390555483336639923144...
MATHEMATICA
RealDigits[ArcCos[1/3], 10, 120][[1]] (* Harvey P. Dale, Jul 06 2018 *)
RealDigits[ArcSec[3], 10, 120][[1]] (* Eric W. Weisstein, Jan 09 2019 *)
PROG
(PARI) acos(1/3)
(Magma) SetDefaultRealField(RealField(100)); Arccos(1/3); // G. C. Greubel, Aug 20 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Feb 22 2008
STATUS
approved