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.
The two linearly independent solutions of the Airy differential equation:
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.
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.
The derivative of the Airy function \({\rm Bi}(x)\) :
Next: Gamma and factorial Functions, Previous: Bessel Functions, Up: Special Functions [Contents][Index]