Trapezoidal Rule Calculator
Composite trapezoidal rule of a polynomial, sin, or exp on [a, b]. Same engine as Definite Integral. Not the fluid trapezoid pages. Runs locally.
Trust summary Engine tested · Specification checked · 13/13 tests · Production surface contract 4/4 · v1.1.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Composite trapezoidal rule of poly, sin, or exp on [a, b].
- Scope
- Not indefinite CAS
- Verification
- Engine tested · 13/13 tests · Production surface contract 4/4 · Specification checked · v1.1.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 5 golden · 2 boundary · 6 property · Production surface contract 4/4 · Artifact integrity PASS
- Production
- Embedded snapshot: STALE · Last attested schema matched 1.1.0 snapshot / local build · Semantic contract ✓ · Last attestation PASS · current evidence changed · re-attestation required · Public/cache ✓ · Origin ✓ · Live production status STALE (1 capability; 163 remain CURRENT) @ 2026-09-19T00:00:17.039Z
- Semantic contract
- PASS
Formulas
Core equations used by this calculator.
How to use
Enter integrand, [a, b], and panels n
Poly needs coeffs. sin and exp are f(x)=sin x and eˣ. Simpson and Gauss live on sibling discovery URLs.
Read the approximation and exact check
Poly, sin, and exp show an exact antiderivative beside the trapezoid value.
Example calculations
Common configurations with formula and result.
∫₀¹ x dx
coeffs 0,1
∫₀¹ eˣ dx
n=200
Trapezoidal Rule calculator specification
Version 1.1.0 · Engine tested
- Engine tested 13/13 tests · Production surface contract 4/4
- Named expert review Not performed
- Calculation version 1.1.0
- Definition
- The composite trapezoidal rule approximates ∫_a^b f(x) dx with n panels. This page is method=trapezoid on math.numerical.definite_integral. Not a second integral engine. Not fluid trapezoid critical/normal depth or specific force.
- What it calculates
- Composite trapezoidal rule of poly, sin, or exp on [a, b].
- Inputs
- integrand
- a
- b
- n?
- coeffs?
- Outputs
- value
- exact
- abs_err
- Formula
composite trapezoid- Assumptions
- Not indefinite CAS
- Not fluid trapezoid geometry
- Polynomial degree ≤ 8
- Units
- dimensionless
- Boundary conditions
- n not in 2–10000 → INVALID_INPUT
- unknown method (including romberg) → INVALID_MODE
- Example
- poly 0,1 on [0,1] n=100 → 0.5
- Validation cases
2 published on this page · 13/13 tests · Production surface contract 4/4 · View evidence
- integrand=poly coeffs=0,1 a=0 b=1 n=100 → exact=0.5
- method=romberg integrand=sin a=0 b=1 → INVALID_MODE
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.1.0
Related tools
Other calculators in this family: Brent Method Calculator, Definite Integral Calculator, Gauss Quadrature Calculator, Golden Section Search Calculator, Numerical Derivative Calculator, Numerical Interpolation Calculator, Numerical Root Calculator, One-Dimensional Optimization Calculator . Explore all Numerical Calculus.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second integral engine?
No. It is method=trapezoid on math.numerical.definite_integral, the same engine as /calc/math/definite-integral.
Is this the fluid trapezoid calculator?
No. Open-channel trapezoid depth and specific force stay under /calc/physics. This page is numerical quadrature.