Bessel J Calculator
J_n(x) for integer n=0…8. Same engine as Special Functions. Not W_{-1}. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 58/58 tests · Production surface contract 4/4 · v1.10.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Bessel function of the first kind J_n(x), integer n.
- Scope
- Integer order n=0…8
- Verification
- Engine tested · 58/58 tests · Production surface contract 4/4 · Specification checked · v1.10.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 13 golden · 8 boundary · 37 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.10.0 ready · Semantic contract ✓ · Attestation report not published on origin · Live production status STALE (2 capabilities; 162 remain CURRENT) @ 2026-09-20T09:01:12.147Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter n and x
Integer order n=0…8. Finite real x with |x|≤80. Defaults n=0, x=1.
Read J_n(x)
J_0(0)=1. J_1(0)=0. J_0(1) ≈ 0.765197686558.
Example calculations
Common configurations with formula and result.
J_0(0)
n = 0, x = 0
J_0(1)
n = 0, x = 1
Bessel J calculator specification
Version 1.10.0 · Engine tested
- Engine tested 58/58 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.10.0
- Definition
- The Bessel function of the first kind J_n(x) for integer order n=0…8. Series J_n(x)=(x/2)^n Σ (−1)^k (x/2)^{2k}/(k!(n+k)!). This page is mode=bessel_j on math.special. Not W_{-1}. Not CAS.
- What it calculates
- Bessel function of the first kind J_n(x), integer n.
- Inputs
- n
- x
- Outputs
- value
- n
- x
- Formula
J_n(x) = (x/2)^n Σ_k (−1)^k (x/2)^{2k} / (k! (n+k)!)- Assumptions
- Integer order n=0…8
- Real x with |x|≤80
- Not W_{-1} (Y_n / I_n / K_n have discovery pages)
- Not Lambert W
- Not CAS
- Units
- dimensionless
- Boundary conditions
- non-finite x → INVALID_NUMBER
- n not in 0…8 → INVALID_INPUT
- |x| > 80 → INVALID_INPUT
- unknown mode (W_{-1} / CAS) → INVALID_MODE
- Example
- n=0 x=0 → 1
- Validation cases
2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence
- n=0 x=0 → 1
- n=0 x=1 → 0.765197686558
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.10.0
Related tools
Other calculators in this family: Bessel I Calculator, Bessel K Calculator, Bessel Y Calculator, Beta Function Calculator, Brent Method Calculator, Definite Integral Calculator, DFT Calculator, Discrete Fourier Transform Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second special-functions engine?
No. It is mode=bessel_j on math.special, the same engine as /calc/math/special-functions.
Does this compute Y, I, or K?
This page is integer-order J_n. Y_n is on /calc/math/bessel-y. I_n is on /calc/math/bessel-i. K_n is on /calc/math/bessel-k. Not CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same special-functions engine.