Next: Gamma and Factorial Functions, Previous: Bessel Functions, Up: Special Functions [Contents][Index]
The Airy functions \({\rm Ai}(x)\) and \({\rm Bi}(x)\) are defined in Abramowitz and Stegun, Handbook of Mathematical Functions, A&S Section 10.4 and DLMF 9.
The Airy differential equation is:
The numerically satisfactory pair of solutions (DLMF 9.2#T1) on the real line are \(y = {\rm Ai}(x)\) and \(y = {\rm Bi}(x).\)
These two solutions are oscillatory for \(x < 0\). \({\rm Ai}(x)\) is the solution subject to the condition that \(y\rightarrow 0\) as \(x\rightarrow +\infty,\) and \({\rm Bi}(x)\) is the second solution with the same amplitude as \({\rm Ai}(x)\) as \(x\rightarrow-\infty\) which differs in phase by \(\pi/2.\) Also, \({\rm Bi}(x)\) is unbounded as \(x\rightarrow +\infty.\)
If the argument \(x\) is a real or complex floating point number, the numerical value of the function is returned.
The Airy function \({\rm Ai}(x).\) See A&S eqn 10.4.2 and DLMF 9.
See also airy_bi
, airy_dai
, and airy_dbi
.
The derivative of the Airy function \({\rm Ai}(x)\) :
See airy_ai
.
The Airy function \({\rm Bi}(x)\) . See A&S eqn 10.4.3 and DLMF 9.
The derivative of the Airy function \({\rm Bi}(x)\) :
Next: Gamma and Factorial Functions, Previous: Bessel Functions, Up: Special Functions [Contents][Index]