Ellipsoid Surface Area Calculator
Compute ellipsoid surface area using Knud Thomsen's approximation.
For rugby ball coating, planet surface estimates, and egg shell sizing.
Unlike the volume of an ellipsoid (clean closed form), the surface area has no exact closed-form formula for the general scalene case (a ≠ b ≠ c). It requires elliptic integrals.
Knud Thomsen’s approximation gets within ~1.1% of the true value for any ellipsoid:
SA ≈ 4π × ((a^p × b^p + a^p × c^p + b^p × c^p) / 3)^(1/p)
Where p = 1.6075. This approximation is exact when a = b = c (sphere case).
Worked example: leather for a rugby ball
Size 5 rugby ball: a = b = 122.5 mm, c = 145 mm.
Raise each semi-axis to the power 1.6075 first: 122.5^1.6075 = 2,273.4 and 145^1.6075 = 2,981.1. Note that these are not the squares. A common slip is to reach for a² out of habit, and 122.5² = 15,006 is nowhere near 2,273.
Then take the three pairwise products, average them, and undo the power:
- (2,273.4 × 2,273.4 + 2,273.4 × 2,981.1 + 2,273.4 × 2,981.1) / 3 = 6,240,900
- 6,240,900^(1/1.6075) = 16,875
- SA = 4π × 16,875 = 212,050 mm² = 0.212 m² ≈ 2.28 sq ft
Leather for a rugby ball is cut as four panels, and once you allow for seam overlap and offcuts the material bought is comfortably more than the geometric surface. The formula gives you the floor, not the order quantity.
Worked example: chicken egg shell surface
Large egg: a = b = 21.5 mm, c = 28.5 mm. Same procedure: 21.5^1.6075 = 138.6, 28.5^1.6075 = 218.3.
SA = 4π × ((138.6 × 138.6 + 138.6 × 218.3 + 138.6 × 218.3) / 3)^(1/1.6075) ≈ 7,104 mm² ≈ 71 cm²
That one is worth checking against reality. Eggshells run 0.3 to 0.4 mm thick, so at the thin end the shell volume is 71 cm² × 0.03 cm ≈ 2.13 cm³. Calcium carbonate is 2.7 g/cm³, giving about 5.8 g of shell, which sits right inside the 5 to 6 g a large egg’s shell actually weighs.
This example is also a prolate spheroid, so we can check Thomsen against the exact formula further down: it gives 7,104 mm² too, agreeing to about a thousandth of a percent.
Where ellipsoid surface area matters:
- Sports ball manufacturing. Leather, synthetic, or rubber surface area for material cost.
- Pharmaceutical caplet coating. Sugar or enteric coating is bought by the surface area it has to cover.
- Eggshell biology research. Surface area drives gas exchange (CO₂ out, O₂ in) during incubation.
- Planet surface estimates. Earth is barely oblate and Thomsen is exact to more decimal places than anyone needs. Even Saturn, the most flattened planet in the solar system at 60,268 by 54,364 km, comes out within 0.0013% of the exact oblate formula.
- Aerodynamic drag calculations. Surface area of streamlined fuselages and torpedoes.
- Painted sculpture coverage. Ovoid sculpture material estimates.
Why no clean formula exists:
The surface area of an ellipsoid requires integrating across the curved surface, which boils down to elliptic integrals, and those have no algebraic closed form. The volume integral (Stokes’ theorem applied to a “flat” ellipsoid measurement) DOES close cleanly; surface area doesn’t.
The 2D analogue behaves the same way: an ellipse perimeter also needs an elliptic integral, which is why Ramanujan’s approximation exists.
Knud Thomsen’s contribution:
In 2004, Knud Thomsen (a Danish engineer) published a simple formula that matches true ellipsoid surface area to within 1.061% over all possible ellipsoid shapes, and exactly for spheres. The exponent p = 1.6075 was determined empirically. There is no deep reason for that exact value. It is simply the number that makes the worst case as small as possible.
Special cases (exact formulas):
- Sphere (a = b = c = r): SA = 4πr². Thomsen gives this exactly. ✓
- Prolate spheroid (a = b < c): SA = 2πa² + (2πac × arcsin(e) / e), where e = √(1 − a²/c²). Used for rugby balls.
- Oblate spheroid (a = b > c): SA = 2πa² + (πc²/e × ln((1+e)/(1−e))), where e = √(1 − c²/a²). Used for Earth.
For most practical work, Thomsen’s approximation is good enough.
Sanity check:
- a = b = c = 1 (unit sphere): SA = 4π ≈ 12.566. Thomsen gives exactly this. ✓
How we build and check this calculator
This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.
SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.