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 >

BesselJZero

BesselJZero[n, k]
represents the k^(th) zero of the Bessel function J_n(x).
BesselJZero[n, k, x0]
represents the k^(th) zero greater than x0.
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • N[BesselJZero[n, k]] gives a numerical approximation so long as the specified zero exists.
  • BesselJZero[n, k] represents the k^(th) zero greater than 0.
  • BesselJZero can be evaluated to arbitrary numerical precision.
Evaluate numerically:
Evaluate symbolically:
Evaluate numerically:
In[1]:=
Click for copyable input
Out[1]=
 
Evaluate symbolically:
In[1]:=
Click for copyable input
Out[1]=
Evaluate to high precision:
Find the first zero of J_0(x) greater than 100:
BesselJZero threads element-wise over lists:
TraditionalForm formatting:
Find a zero of J_nu(x) cos(alpha)-Y_nu(x) sin(alpha) using BesselJZero[Nu, k-Alpha/Pi]:
Find the derivative of Bessel zero with respect to k:
Find the first ten eigenmodes of a circular drum with Dirichlet boundary conditions:
Construct an amplitude comprising a certain mixture of modes:
Circular density plot:
Radial drum displacement profile:
Find the coefficient in the Rayleigh criterion for diffraction-limited optics:
Asymptotic behavior of BesselJZero[Nu, k] for large k:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team