In mathematics, the Dottie number or the cosine constant is a constant that is the unique real root of the equation
where the argument of is in radians.
The decimal expansion of the Dottie number is given by:
Since is decreasing and its derivative is non-zero at , it only crosses zero at one point. This implies that the equation has only one real solution. It is the single real-valued fixed point of the cosine function and is a nontrivial example of a universal attracting fixed point. It is also a transcendental number because of the Lindemann–Weierstrass theorem. [1] The generalised case for a complex variable has infinitely many roots, but unlike the Dottie number, they are not attracting fixed points.
The constant appeared in publications as early as 1860s. [2] Norair Arakelian used lowercase ayb (ա) from the Armenian alphabet to denote the constant. [2]
The constant name was coined by Samuel R. Kaplan in 2007. It originates from a professor of French named Dottie who observed the number by repeatedly pressing the cosine button on her calculator. [3] [nb 1]
The Dottie number, for which an exact series expansion can be obtained using the Faà di Bruno formula, has interesting connections with the Kepler and Bertrand's circle problems. [5]
The Dottie number appears in the closed form expression of some integrals: [6] [7]
Using the Taylor series of the inverse of at (or equivalently, the Lagrange inversion theorem), the Dottie number can be expressed as the infinite series:
where each is a rational number defined for odd n as [3] [8] [9] [nb 2]
The Dottie number can also be expressed as:
where is the inverse of the regularized beta function. This value can be obtained using Kepler's equation, along with other equivalent closed forms. is the median of a beta distribution with parameters 1/2 and 3/2. [5]
In Microsoft Excel and LibreOffice Calc spreadsheets, the Dottie number can be expressed in closed form as SQRT(1-(1-2*BETA.INV(1/2,1/2,3/2))^2)
. In the Mathematica computer algebra system, the Dottie number is Sqrt[1-(1-2InverseBetaRegularized[1/2,1/2,3/2])^2]
.
Another closed form representation:
where is the inverse survival function of Student's t-distribution. In Microsoft Excel and LibreOffice Calc, due to the specifics of the realization of `TINV` function, this can be expressed as formulas 2*SQRT(3)*TINV(1/2, 3)/(TINV(1/2, 3)^2+3)
and TANH(2*ATANH(1/SQRT(3)*TINV(1/2,3)))
.