Next: , Previous: , Up: Special Functions   [Contents][Index]

15.3 Airy Functions

The Airy functions Ai(x) and 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:

d2ydx2xy=0

The numerically satisfactory pair of solutions (DLMF 9.2#T1) on the real line are y=Ai(x) and y=Bi(x).

These two solutions are oscillatory for x<0. Ai(x) is the solution subject to the condition that y0 as x+, and Bi(x) is the second solution with the same amplitude as Ai(x) as x which differs in phase by π/2. Also, Bi(x) is unbounded as x+.

If the argument x is a real or complex floating point number, the numerical value of the function is returned.

Function: airy_ai (x)

The Airy function Ai(x). See A&S eqn 10.4.2 and DLMF 9.

See also airy_bi, airy_dai, and airy_dbi.

Categories: Airy functions · Special functions ·
Function: airy_dai (x)

The derivative of the Airy function Ai(x) :

airy_dai(x)=ddxAi(x)

See airy_ai.

Categories: Airy functions · Special functions ·
Function: airy_bi (x)

The Airy function Bi(x) . See A&S eqn 10.4.3 and DLMF 9.

See airy_ai, and airy_dbi.

Categories: Airy functions · Special functions ·
Function: airy_dbi (x)

The derivative of the Airy function Bi(x) :

airy_dbi(x)=ddxBi(x)

See airy_ai, and airy_bi.

Categories: Airy functions · Special functions ·

Next: , Previous: , Up: Special Functions   [Contents][Index]

JavaScript license information