keisoku

Modified Spherical Bessel Function iₙ(x), kₙ(x) Calculator

Enter an order n and x to compute the modified spherical Bessel functions of the first kind iₙ(x) and second kind kₙ(x), with a table of neighboring orders and a graph.

Input

Enter an order n and an argument x (positive real) to compute the modified spherical Bessel functions iₙ(x) and kₙ(x).

Integer between 0 and 50

Positive real number (x > 0)

Result

First kind iₙ(x) (n = 2, x = 2)

0.3518560886

Second kind kₙ(x) (n = 2, x = 2)

0.3454492694

Order n

2

Argument x

2

Graph of iₙ(x) (n = 2)

Values for neighboring orders

Order niₙ(x)kₙ(x)
01.81343020390.1062920829
10.97438274360.1594381243
20.35185608860.3454492694
30.09474252221.0230612979
40.02025726093.926163812

How it works

  • The first kind starts from the closed forms i0(x)=sinh(x)/x and i1(x)=(x cosh(x)−sinh(x))/x^2.
  • The second kind starts from k0(x)=(π/2)e^(−x)/x and k1(x)=(π/2)e^(−x)(1+x)/x^2.
  • Both use the three-term recurrence f(n−1)−f(n+1)=(2n+1)/x times f(n).
  • kₙ is computed by upward recurrence (increasing order), which is numerically stable.
  • iₙ is computed by backward recurrence (Miller method) and normalized with i0(x), since upward recurrence is unstable.
  • Enter a positive real x and an integer order n between 0 and 50.

Reviews

Tell us what you think of this calculator.

Write a review

  1. Home
  2. Modified Spherical Bessel Function iₙ(x), kₙ(x) Calculator