keisoku

Bessel Function Calculator (Jₙ, Yₙ)

Enter an integer order n and x to compute the Bessel function of the first kind Jₙ(x) and the second kind Yₙ(x), with a table of adjacent orders and a graph.

Input

Enter the order n (an integer) and the argument x to compute the Bessel function of the first kind Jₙ(x) and second kind Yₙ(x).

Enter an integer (negative allowed)

Enter a real number. Yₙ requires positive x

Result

Value of J_0(2.5)

-0.0483837765

Y_0(2.5)

0.4980703596

J_1 (next order)

0.4970941025

First-kind Bessel functions of adjacent orders

OrderValue
J_-1(x)-0.4970941025
J_0(x)-0.0483837765
J_1(x)0.4970941025

Graph of J_0(x)

How it works

  • The Bessel function of the first kind Jₙ(x) uses Maclaurin series for J₀ and J₁, and a stable backward recurrence (Miller method) for higher orders.
  • The Bessel function of the second kind Yₙ(x) uses a series for Y₀, the Wronskian relation for Y₁, and forward recurrence for higher orders.
  • Yₙ(x) is not defined as a real value for x of 0 or less, so it is not computed there.
  • Only integer orders n are supported; negative orders are obtained from the symmetry of Jₙ(x) and Yₙ(x).

Reviews

Tell us what you think of this calculator.

Write a review

  1. Home
  2. Bessel Function Calculator (Jₙ, Yₙ)