keisoku

Spherical Bessel Function Zeros

Find the positive zeros of the spherical Bessel functions jₙ(x) or yₙ(x) in ascending order. Choose the kind, order, and count to list Newton-refined roots in a table and chart.

Input

Choose the kind of spherical Bessel function, the order n, and how many zeros you want to list the positive zeros in ascending order.

Function kind

Integer from 0 to 50

Integer from 1 to 30

Result

First zero of First kind jₙ(x) with order 0

3.1415926536

Function and zero positions

IndexZero x
13.1415926536
26.2831853072
39.4247779608
412.5663706144
515.7079632679

How it works

  • The spherical Bessel functions are evaluated with closed-form recurrences. The first kind starts from j0(x)=sin(x)/x and j1(x)=sin(x)/x^2 - cos(x)/x; the second kind from y0(x)=-cos(x)/x and y1(x)=-cos(x)/x^2 - sin(x)/x, raising the order with f(k+1)=((2k+1)/x)f(k) - f(k-1).
  • Zeros are located by scanning for sign changes on a fine grid, bracketing each root, and refining it with bisection and Newton iteration. For x smaller than the order, j_n is evaluated with a power series to avoid numerical instability.
  • The order n is an integer from 0 to 50 and the count is from 1 to 30. Results are accurate to roughly ten decimal places.

Reviews

Tell us what you think of this calculator.

Write a review

  1. Home
  2. Spherical Bessel Function Zeros