OFFSET
0,1
COMMENTS
A chord length c and the area A of the circular segment are related by A = Pi^2*[arcsin x - x *sqrt(1-x^2)] where x = c/(2r) is the chord length divided by diameter 2r.
Setting A = Pi^2*r/3 yields this constant here. Setting A=Pi^2*r/2 gives x=1: a chord through the circle center splits the area into two halves.
arccos(x) = 0.268133... rad = 15.36291.. deg is the angle between the chord and the line through the circle center (that cuts it in half) measured at the point where the chord and the line intersect the circle.
FORMULA
Root of arcsin(x) -x * sqrt(1-x^2) = Pi/3.
EXAMPLE
0.96426707428389728406 ... = 1.928534148567794... / 2 .
MATHEMATICA
RealDigits[Chop[x /. FindRoot[ArcSin[x] - x*Sqrt[1 - x^2] - Pi/3, {x, 1}, WorkingPrecision -> 120]]][[1]] (* Amiram Eldar, Apr 17 2026 *)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Oct 01 2025
STATUS
approved
