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 >

BesselI

BesselI[n, z]
gives the modified Bessel function of the first kind I_n(z).
  • Mathematical function, suitable for both symbolic and numerical manipulation.
  • I_n(z) satisfies the differential equation z^2y^('')+zy^'-(z^2+n^2)y=0.
  • BesselI[n, z] has a branch cut discontinuity in the complex z plane running from -infty to 0.
  • For certain special arguments, BesselI automatically evaluates to exact values.
  • BesselI can be evaluated to arbitrary numerical precision.
  • BesselI 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:
BesselI threads element-wise over lists:
For half-integer indices, BesselI evaluates to elementary functions:
TraditionalForm formatting:
BesselI can be applied to a power series:
Inductance of a solenoid of radius r and length a with fixed numbers of turns per unit length:
Inductance per unit length of the infinite solenoid:
Use FullSimplify to simplify expressions with BesselI:
Integrate expressions involving BesselI:
Find limits of expressions involving BesselI:
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:
Continued fraction with arithmetic progression terms:
New in 1 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team