Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Special Functions > Bessel-Related Functions >

AiryBi

AiryBi[z]
gives the Airy function Bi(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • The Airy function Bi(z) is a solution to the differential equation y^('')-xy=0.
  • Bi(z) increases exponentially as z→infty.
  • AiryBi[z] is an entire function of z with no branch cut discontinuities.
  • For certain special arguments, AiryBi automatically evaluates to exact values.
  • AiryBi can be evaluated to arbitrary numerical precision.
  • AiryBi automatically threads over lists.
Evaluate for complex arguments:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
AiryBi threads element-wise over lists and matrices:
Simple exact values are generated automatically:
Find series expansions at infinity:
TraditionalForm formatting:
AiryBi can be applied to power series:
Expansion at infinity for an arbitrary symbolic direction z:
Solve the Schrödinger equation in a linear potential (e.g. uniform electric field):
Check the Sommerfeld radiation condition for a combination of Airy functions:
There is only an outgoing plane wave:
Plot the imaginary part in the complex plane:
Use FullSimplify to simplify Airy functions, here in the Wronskian of the Airy equation:
Compare with the output of Wronskian:
FunctionExpand tries to simplify the argument of AiryBi:
Generate Airy functions from differential equations:
Find a numerical root:
Compare with the built-in function AiryBiZero:
Integrals:
Integral transforms:
Machine-precision input is insufficient to get a correct answer:
Use arbitrary-precision evaluation instead:
A larger setting for $MaxExtraPrecision can be needed:
Machine-number inputs can give high-precision results:
Simplifications sometimes hold only in parts of the complex plane:
Parentheses are required for correct parsing in the traditional form:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team