Bessel Y Calculator
Y_n(x) for integer n=0…8 and x>0. 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 second kind Y_n(x), integer n, x>0.
- 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>0 with x≤80. Defaults n=0, x=1.
Read Y_n(x)
Y_0(1) ≈ 0.0882569642157. Y_1(1) ≈ −0.7812128213. x=0 is singular.
Example calculations
Common configurations with formula and result.
Y_0(1)
n = 0, x = 1
Y_1(1)
n = 1, x = 1
Bessel Y 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 second kind (Neumann) Y_n(x) for integer order n=0…8 and x>0. Logarithmic singularity at x=0. This page is mode=bessel_y on math.special. Not W_{-1}. Not CAS.
- What it calculates
- Bessel function of the second kind Y_n(x), integer n, x>0.
- Inputs
- n
- x
- Outputs
- value
- n
- x
- Formula
Y_n(x) Neumann series from J_n and digamma- Assumptions
- Integer order n=0…8
- Real x with 0 < x ≤ 80
- Singular at x=0
- Not W_{-1} (I_n is on /bessel-i; 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 ≤ 0 or x > 80 → INVALID_INPUT
- unknown mode (K / CAS) → INVALID_MODE
- Example
- n=0 x=1 → 0.0882569642157
- Validation cases
2 published on this page · 58/58 tests · Production surface contract 4/4 · View evidence
- n=0 x=1 → 0.0882569642157
- n=1 x=1 → −0.7812128213
- 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 J Calculator, Bessel K 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_y on math.special, the same engine as /calc/math/special-functions.
Does this compute I or K?
I_n is on /calc/math/bessel-i. K_n is on /calc/math/bessel-k. This page is integer-order Y_n for x>0. Not CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same special-functions engine.