AiryBiZero[k]
represents the k
zero of the Airy function
.
AiryBiZero[k,x0]
represents the k
zero less than x0.
AiryBiZero
AiryBiZero[k]
represents the k
zero of the Airy function
.
AiryBiZero[k,x0]
represents the k
zero less than x0.
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
- N[AiryBiZero[k]] gives a numerical approximation so long as the specified zero exists.
- AiryBiZero[k] represents the k
zero less than 0. - AiryBiZero can be evaluated to arbitrary numerical precision.
- AiryBiZero automatically threads over lists. »
Examples
open all close allBasic Examples (4)
N[AiryBiZero[1]]AiryBiZero gives the zeros of AiryBi:
AiryBi[AiryBiZero[1]]Display zeros of the AiryBi function over a subset of the reals:
Plot[AiryBi[z], {z, -7, 3}, Epilog -> {PointSize[0.03], Red, Point[Table[{AiryBiZero[k], 0}, {k, 4}]]}]Series expansion at Infinity:
Series[AiryBiZero[ x], {x, ∞, 2}]Scope (11)
Numerical Evaluation (4)
N[AiryBiZero[3]]Find the second zero of
less than
:
N[AiryBiZero[2, -500]]Evaluate numerically to high precision:
N[AiryBiZero[1], 25]Evaluate efficiently at high precision:
AiryBiZero[5.2`10000];//TimingCompute the elementwise values of an array using automatic threading:
AiryBiZero[2, {{2, 1}, {3, 2}}]//NOr compute the matrix AiryBiZero function using MatrixFunction:
MatrixFunction[AiryBiZero[2, #]&, {{2, 1}, {3, 2}}]//FullSimplifyCompute average-case statistical intervals using Around:
AiryBiZero[ 1, Around[2, 0.01]]Specific Values (4)
Limit[AiryBiZero[x], x -> Infinity]{AiryBiZero[1], AiryBiZero[2], AiryBiZero[3]}//NFind the first zero of AiryBi using Solve:
xzero = x /. Solve[AiryBi[x] == 0 && -2 < x < -1, x][[1]]Plot[AiryBi[x], {x, -6, 1}, Epilog -> Style[Point[{xzero, AiryBi[xzero]}], PointSize[Large], Red]]AiryBiZero threads elementwise over lists:
AiryBiZero[{1, 2, 3}]//NVisualization (2)
Display zeros of AiryBi function:
Plot[AiryBi[z], {z, -8, 5}, Epilog -> {PointSize[0.03], Point[Table[{AiryBiZero[k], 0}, {k, 5}]]}]Show the first zero less than
:
Plot[AiryBi[z], {z, -6, 1}, Epilog -> {PointSize[0.03], Red, Point[{AiryBiZero[1, -3], 0}]}]Series Expansion (1)
Asymptotic behavior of AiryBiZero[k] for large k:
Series[AiryBiZero[k], {k, ∞, 5}]Series[AiryBiZero[k], {k, ∞, 3}]See Also
Tech Notes
Related Guides
History
Text
Wolfram Research (2007), AiryBiZero, Wolfram Language function, https://reference.wolfram.com/language/ref/AiryBiZero.html.
CMS
Wolfram Language. 2007. "AiryBiZero." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/AiryBiZero.html.
APA
Wolfram Language. (2007). AiryBiZero. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/AiryBiZero.html
BibTeX
@misc{reference.wolfram_2026_airybizero, author="Wolfram Research", title="{AiryBiZero}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/AiryBiZero.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_airybizero, organization={Wolfram Research}, title={AiryBiZero}, year={2007}, url={https://reference.wolfram.com/language/ref/AiryBiZero.html}, note=[Accessed: 13-June-2026]}