Regular Frustum Calculator
Regular n-gon frustum V = h/3 (A+a+√(Aa)) from n, two sides, and height. Bases from Regular Polygon. Same engine as Solid Geometry. Not /frustum. Not /regular-pyramid. Not CAS. Runs locally.
Trust summary Engine tested · Specification checked · 66/66 tests · Production surface contract 3/3 · v1.11.0
- Input interpretation
- Enter values to calculate.
- Result
- —
- Model
- Right regular n-gon frustum volume, lateral area, and total surface from n, two sides, and height.
- Scope
- Right regular n-gon frustum
- Verification
- Engine tested · 66/66 tests · Production surface contract 3/3 · Specification checked · v1.11.0
- Named expert review
- Optional · Not performed
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Evidence
- 25 golden · 13 boundary · 28 property · Production surface contract 3/3 · Artifact integrity PASS
- Production
- Embedded snapshot: unpublished · Build schema 1.11.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, s, t, and h
n must be an integer ≥ 3. Default n = 6, s = 2, t = 1, h = 1 is a hexagonal frustum.
Read V, A, and S
Hexagon 2-1-1 has V = 7√3/2. Equal sides s=t=1, h=1 match the unit hexagonal prism.
Example calculations
Common configurations with formula and result.
Hexagon 2-1-1
n = 6, s = 2, t = 1, h = 1
Prism identity
n = 6, s = 1, t = 1, h = 1
Regular Frustum calculator specification
Version 1.11.0 · Engine tested
- Engine tested 66/66 tests · Production surface contract 3/3
- Named expert review Not performed
- Calculation version 1.11.0
- Definition
- A right regular n-gon frustum with integer n≥3, bottom side s>0, top side t>0, and height h>0 has volume h/3 (A+a+√(Aa)), where A and a are the regular polygon bases from math.geometry.plane. Face slant is l=√(h²+(ρ−ρ′)²) with ρ, ρ′ the base apothems. Lateral faces are isosceles trapezoids from math.geometry.plane. Total surface is A+a+n(s+t)l/2. s=t recovers a regular prism. This page is mode=regular_frustum on math.geometry.solid. Not /frustum. Not /regular-pyramid. Not CAS.
- What it calculates
- Right regular n-gon frustum volume, lateral area, and total surface from n, two sides, and height.
- Inputs
- n
- s
- t
- h
- Outputs
- volume
- lateral
- surface
- base
- cap
- slant
- Formula
V = h/3 (A+a+√(Aa)), l = √(h²+(ρ−ρ′)²), S = A+a+n(s+t)l/2- Assumptions
- Right regular n-gon frustum
- Integer n ≥ 3
- Bases from math.geometry.plane
- Lateral faces from the isosceles trapezoid engine
- s=t is a valid regular prism
- Not a circular frustum page
- Not a pyramid
- Not CAS
- Units
- length (consistent units)
- volume (length³)
- area (length²)
- Boundary conditions
- n < 3 or n not integer → INVALID_INPUT
- s ≤ 0 or t ≤ 0 or h ≤ 0 → VALUE_MUST_BE_POSITIVE
- unknown mode → INVALID_MODE
- Example
- n=6 s=2 t=1 h=1 → V=7√3/2
- Validation cases
3 published on this page · 66/66 tests · Production surface contract 3/3 · View evidence
- n=6 s=2 t=1 h=1 → V=7√3/2
- n=6 s=1 t=1 h=1 → V=3√3/2 prism=true
- n=2 s=2 t=1 h=1 → INVALID_INPUT
- Specification basis
- ISO 80000-2:2019 Quantities and units — Mathematics
- Calculation version
- 1.11.0
Related tools
Other calculators in this family: Angle Between Lines Calculator, Circle Calculator, Cone Calculator, Conic Section Calculator, Coordinate Geometry Calculator, Cross Product Calculator, Cylinder Calculator, Dodecahedron Calculator . Explore all Geometry.
Frequently asked questions
Key distinctions behind the calculation.
Is this a second solid engine?
No. It is mode=regular_frustum on math.geometry.solid, the same engine as /calc/math/solid-geometry.
Is this the circular frustum?
No. The right circular frustum stays on /calc/math/frustum. This page is a right frustum whose bases are regular n-gons. s=t recovers a regular prism, not a cone.
Is this a pyramid?
No. The regular n-gon pyramid stays on /calc/math/regular-pyramid. Both bases here must be positive; a zero top is out of scope. Ellipsoid is /calc/math/ellipsoid on the same engine.
Where does this run?
Locally in the browser by default. REST and MCP call the same solid-geometry engine.