OFFSET
0,1
COMMENTS
Summarizing the definition: the supremum of the absolute value of a differentiable function f(x,y) is less than or equal to 0.318759... times the square root of the integral of the sum of squares of all partial derivatives of f.
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, p. 222.
FORMULA
Equals sqrt( 1/(2*Pi) * Integral_{t >= 1} 1/(sqrt(t^2 + 2)*sqrt(t^2 + 3)) dt ).
sqrt((F(log(3)/2*i, 3/2)*i + K(-1/2))/(2*Pi*sqrt(2))), with i = sqrt(-1), F and K being the elliptic integrals.
EXAMPLE
0.31875906098038662481197217247621254322535...
MAPLE
Re(evalf(sqrt((EllipticF(I/sqrt(3), sqrt(3/2))*I + EllipticK(I/sqrt(2))) / (2*Pi*sqrt(2))), 120)); # Vaclav Kotesovec, Apr 22 2015
MATHEMATICA
Sqrt[(EllipticF[Log[3]/2*I, 3/2]*I + EllipticK[-1/2])/(2*Pi*Sqrt[2])] // Re // RealDigits[#, 10, 100]& // First
RealDigits[Sqrt[(EllipticK[1/3] - EllipticF[ArcCot[Sqrt[2]], 1/3])/(2 Sqrt[3] Pi)], 10, 100][[1]] (* Jan Mangaldan, Jan 04 2017 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, May 14 2014
STATUS
approved