Ellipsoid Calculator
Ellipsoid V = 4/3 πabc from three semi-axes. a = b = c is a sphere. Same engine as Solid Geometry. Not /sphere. Not the 2-D ellipse. 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
- Triaxial ellipsoid volume from three semi-axes. Sphere surface when a=b=c.
- Scope
- Euclidean 3-space
- 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 a, b, and c
All three semi-axes must be positive. Default a = 2, b = 1.5, c = 1.
Read V
2-1.5-1 has V = 4π. Equal axes a=b=c=1 match the unit sphere.
Example calculations
Common configurations with formula and result.
Triaxial 2-1.5-1
a = 2, b = 1.5, c = 1
Sphere identity
a = 1, b = 1, c = 1
Ellipsoid 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 triaxial ellipsoid with semi-axes a>0, b>0, c>0 has volume 4/3 πabc. When a=b=c the solid is a sphere and this page reports the sphere surface 4πa². This page is mode=ellipsoid on math.geometry.solid. Not /sphere. Not the 2-D ellipse. Triaxial surface later. Not CAS.
- What it calculates
- Triaxial ellipsoid volume from three semi-axes. Sphere surface when a=b=c.
- Inputs
- a
- b
- c
- Outputs
- volume
- surface
- sphere
- Formula
V = 4/3 πabc- Assumptions
- Euclidean 3-space
- Semi-axes a, b, c > 0
- a=b=c is a valid sphere
- Not a sphere page
- Not the 2-D ellipse
- Triaxial surface later
- Not CAS
- Units
- length (consistent units)
- volume (length³)
- area (length²)
- Boundary conditions
- a ≤ 0 or b ≤ 0 or c ≤ 0 → VALUE_MUST_BE_POSITIVE
- unknown mode → INVALID_MODE
- Example
- a=2 b=1.5 c=1 → V=4π
- Validation cases
3 published on this page · 66/66 tests · Production surface contract 3/3 · View evidence
- a=2 b=1.5 c=1 → V=4π sphere=false
- a=1 b=1 c=1 → V=4π/3 A=4π sphere=true
- a=2 b=1.5 c=0 → VALUE_MUST_BE_POSITIVE
- 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=ellipsoid on math.geometry.solid, the same engine as /calc/math/solid-geometry.
Is this the sphere calculator?
No. The sphere page stays on /calc/math/sphere. Equal semi-axes a=b=c are a valid ellipsoid that matches the sphere volume and surface.
Is this the 2-D ellipse?
No. The plane ellipse stays on /calc/math/ellipse. This page is a 3-D solid. Triaxial surface comes later.
Where does this run?
Locally in the browser by default. REST and MCP call the same solid-geometry engine.