Two-Sided Limit Calculator
Numeric two-sided limit of a polynomial, sin, or exp at a finite x. Same engine as Numerical Derivative. Not one-sided. Not L’Hôpital. Not a second engine. Runs locally.
Trust summary Engine tested · Specification checked · 14/14 tests · Production surface contract 2/2 · v1.1.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Numeric two-sided limit of poly, sin, or exp at a finite x.
- Scope
- Not symbolic CAS lim
- Verification
- Engine tested · 14/14 tests · Production surface contract 2/2 · Specification checked · v1.1.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 4 golden · 3 boundary · 7 property · Production surface contract 2/2 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.1.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
Choose f and x
Poly needs coeffs (constant first). sin and exp are f(t)=sin t and eᵗ. Finite x only.
Read the two-sided value
Left and right probes are shown. Finite-difference derivatives stay on /numerical-derivative.
Example calculations
Common configurations with formula and result.
x² at 3
coeffs 0,0,1
sin at 0
two-sided
Two-Sided Limit calculator specification
Version 1.1.0 · Engine tested
- Engine tested 14/14 tests · Production surface contract 2/2
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- lim_{t→x} f(t) is estimated by [f(x+h)+f(x−h)]/2. This page is method=limit on math.numerical.derivative. Polynomial, sin, and exp are continuous, so the exact check is f(x). Not a second engine. Not one-sided. Not L’Hôpital. Not a CAS.
- What it calculates
- Numeric two-sided limit of poly, sin, or exp at a finite x.
- Inputs
- integrand
- x
- h?
- coeffs?
- Outputs
- value
- exact
- abs_err
- left
- right
- gap
- Formula
[f(x+h) + f(x−h)] / 2- Assumptions
- Not symbolic CAS lim
- Not one-sided left/right
- Not L’Hôpital
- Not x→∞
- Polynomial degree ≤ 8
- Units
- dimensionless
- Boundary conditions
- h ≤ 0 → VALUE_MUST_BE_POSITIVE
- h > 1 → VALUE_OUT_OF_RANGE
- unknown method (including left, right, lhopital, autodiff, cas) → INVALID_MODE
- Example
- method=limit integrand=poly coeffs=0,0,1 x=3 → 9
- Validation cases
2 published on this page · 14/14 tests · Production surface contract 2/2 · View evidence
- method=limit integrand=poly coeffs=0,0,1 x=3 → exact=9
- method=left integrand=sin x=0 → INVALID_MODE
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.1.0
Related tools
Other calculators in this family: Bessel I Calculator, Bessel J Calculator, Bessel K Calculator, Bessel Y Calculator, Beta Function Calculator, Brent Method Calculator, Definite Integral Calculator, DFT Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second derivative engine?
No. It is method=limit on math.numerical.derivative, the same engine as /calc/math/numerical-derivative. Forward / backward / central differences stay on that page.
Do you ship one-sided limits or L’Hôpital?
No. method=left, method=right, and method=lhopital are INVALID_MODE. This page is the two-sided numeric probe only. Not a CAS.
Where does this run?
Locally in the browser by default. REST and MCP call the same derivative engine.