HomeCalculatorsMathNumerical CalculusBessel I Calculator
Math calculator

Bessel I Calculator

I_n(x) for integer n=0…8. Same engine as Special Functions. Not W_{-1}. Not CAS. Runs locally.

Instant result
Result

Enter values to calculate.

Inputs
Mode
Formula
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
Modified Bessel function of the first kind I_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
Specification basis
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.

SeriesI_n(x) = (x/2)^n Σ_k (x/2)^{2k} / (k! (n+k)!)
ParityI_n(−x) = (−1)^n I_n(x)
iSame engine as /special-functions. Not a second engine. Not /in. W_{-1}, incomplete beta, and normalized sinc later on this engine.

How to use

1

Enter n and x

Integer order n=0…8. Finite real x with |x|≤80. Defaults n=0, x=1.

2

Read I_n(x)

I_0(0)=1. I_0(1) ≈ 1.26606587775. I_1(1) ≈ 0.565159103992.

Example calculations

Common configurations with formula and result.

ϟ

I_0(0)

n = 0, x = 0

I_0(0) = 1
1
ϟ

I_0(1)

n = 0, x = 1

I_0(1)
1.26606587775

Bessel I calculator specification

Version 1.10.0 · Engine tested

Calculation status

Review policy · Evidence

Definition
The modified Bessel function of the first kind I_n(x) for integer order n=0…8. Series I_n(x)=(x/2)^n Σ (x/2)^{2k}/(k!(n+k)!). Even/odd like J_n. This page is mode=bessel_i on math.special. Not W_{-1}. Not CAS.
What it calculates
Modified Bessel function of the first kind I_n(x), integer n.
Inputs
  • n
  • x
Outputs
  • value
  • n
  • x
Formula
I_n(x) = (x/2)^n Σ_k (x/2)^{2k} / (k! (n+k)!)
Assumptions
  • Integer order n=0…8
  • Real x with |x|≤80
  • Not W_{-1} (K_n is on /bessel-k)
  • 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=1 → 1.26606587775
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 → 1.26606587775
Specification basis
  • ISO 80000-2:2019 Quantities and units — Mathematics
Calculation version
1.10.0
}

Frequently asked questions

Key distinctions behind the calculation.

Is this a second special-functions engine?

No. It is mode=bessel_i on math.special, the same engine as /calc/math/special-functions.

Does this compute K?

K_n is on /calc/math/bessel-k. This page is integer-order I_n. Not CAS.

Where does this run?

Locally in the browser by default. REST and MCP call the same special-functions engine.