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