A336083 Decimal expansion of the arclength on the unit circle such that the corresponding chord separates the interior into segments having 3 = ratio of segment areas; see Comments.
2, 3, 0, 9, 8, 8, 1, 4, 6, 0, 0, 1, 0, 0, 5, 7, 2, 6, 0, 8, 8, 6, 6, 3, 3, 7, 7, 9, 3, 1, 3, 6, 2, 4, 8, 4, 6, 1, 1, 1, 9, 9, 6, 4, 5, 8, 5, 8, 8, 3, 1, 0, 3, 7, 5, 4, 5, 3, 1, 5, 2, 9, 3, 1, 9, 2, 7, 1, 9, 2, 8, 5, 8, 0, 2, 6, 6, 5, 2, 0, 9, 3, 9, 1, 3, 3
Offset: 1
Examples
arclength = 2.3098814600100572608866337793136248461119964...
Links
- Marc B. Reynolds, Volume element of SO(3) and average uniform random rotation angle, 2017.
Programs
-
Mathematica
k = 3; s = s /. FindRoot[(2 Pi - s + Sin[s])/(s - Sin[s]) == k, {s, 2}, WorkingPrecision -> 200] RealDigits[s][[1]]
-
PARI
d=solve(x=0,1,cos(x)-x); d+Pi/2 \\ Gleb Koloskov, Feb 21 2021
Comments