OFFSET
1,1
COMMENTS
Also the arclength between consecutive points of intersection of y = sin(x) and y = cos(x).
FORMULA
From Paolo Xausa, Nov 14 2024: (Start)
EXAMPLE
arclength = 3.8201977890277120179047620821714432919099676146...
MATHEMATICA
r = NIntegrate[Sqrt[1 + Cos[t]^2], {t, 0, Pi}, WorkingPrecision -> 200]
RealDigits[r][[1]]
First[RealDigits[Sqrt[8]*EllipticE[1/2], 10, 100]] (* Paolo Xausa, Nov 14 2024 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Jul 01 2020
STATUS
approved