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 >

BesselJ

BesselJ[n, z]
gives the Bessel function of the first kind J_n(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • J_n(z) satisfies the differential equation z^2y^('')+zy^'+(z^2-n^2)y=0.
  • BesselJ[n, z] has a branch cut discontinuity in the complex z plane running from -infty to 0.
  • For certain special arguments, BesselJ automatically evaluates to exact values.
  • BesselJ can be evaluated to arbitrary numerical precision.
  • BesselJ automatically threads over lists.
Evaluate for complex arguments and parameters:
Evaluate to high precision:
The precision of the output tracks the precision of the input:
BesselJ threads element-wise over lists:
For half-integer indices, BesselJ evaluates to elementary functions:
TraditionalForm formatting:
BesselJ can be applied to a power series:
Solve the Bessel differential equation:
Intensity of the Fraunhofer diffraction pattern of a circular aperture versus diffraction angle:
Use FullSimplify to simplify Bessel functions:
Sum and Integrate can produce BesselJ:
Find limits of expressions involving BesselJ:
With numeric arguments, half-integer Bessel functions are not automatically evaluated:
For symbolic arguments they are:
This can lead to major inaccuracies in machine-precision evaluation:
New in 1 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team