Ellipsoid Volume & Surface Area Calculator

Calculate the volume, approximate surface area (Knud Thomsen), and cross-sectional areas of an ellipsoid from three semi-axes. Sphere detection, presets for egg, Earth, and rugby ball.

cm
cm
cm

Common Ellipsoids Reference

NameabcVolumeSurface Area
Unit sphere1114.212.6
Chicken egg2.82.22.256.773.6
Tennis ball3.33.33.3150.5136.8
Rugby ball15995,089.41,725.4
Watermelon18131312,723.52,915.0
Earth (km)6378.16378.16356.81,083,000,000,000.0510,000,000.0
Planning notes, formulas, and examples

About the Ellipsoid Volume & Surface Area Calculator

An ellipsoid is a three-dimensional surface whose cross-sections are ellipses (or circles). It is defined by three semi-axes a, b, and c, measured along the x, y, and z axes respectively. When all three are equal (a = b = c = r) the ellipsoid is a sphere of radius r. When two are equal you get a spheroid — oblate if the short axis is the axis of symmetry (like Earth or M&Ms) and prolate if the long axis is the axis of symmetry (like a rugby ball or a watermelon).

The volume formula is elegant: V = (4/3)πabc — a natural generalization of the sphere volume (4/3)πr³. The surface area, however, has no simple closed-form expression for a general ellipsoid. It requires elliptic integrals. For practical calculations, the Knud Thomsen approximation provides excellent accuracy (relative error < 1.061% for any ellipsoid): S ≈ 4π[(aᵖbᵖ + aᵖcᵖ + bᵖcᵖ)/3]^(1/p), where p ≈ 1.6075.

Ellipsoids are fundamental in geodesy (the Earth is modeled as an oblate ellipsoid with a ≈ b ≈ 6378 km and c ≈ 6357 km), medical imaging (tumors and organs are often modeled as ellipsoids for volume estimation), food science (eggs, melons), optics (ellipsoidal reflectors), and statistics (confidence ellipsoids in multivariate analysis).

This calculator accepts three semi-axes with selectable units, computes volume, surface area (Knud Thomsen), the three cross-sectional ellipse areas (xy, xz, yz planes), detects spheres and spheroids, and includes presets for common ellipsoidal shapes and a reference table.

When This Page Helps

The Ellipsoid Volume & Surface Area Calculator is useful when you need fast and consistent geometry results without reworking the same algebra repeatedly. It helps you move from raw measurements to Volume, Surface Area (approx), Cross-section XY in one pass, with conversions and derived values shown together.

How to Use the Inputs

  1. Enter semi-axis a (along x), b (along y), and c (along z).
  2. Select the measurement unit (mm, cm, in, m, km).
  3. Or click a preset to load a common ellipsoid shape.
  4. View volume, surface area, and the three cross-sectional areas.
  5. The calculator detects whether your shape is a sphere, oblate, or prolate spheroid.
  6. Compare axes visually in the bar chart.
  7. Scroll down for the reference table of common ellipsoids.
Formula used
Volume: V = (4/3)πabc Surface area (Knud Thomsen): S ≈ 4π[(aᵖbᵖ + aᵖcᵖ + bᵖcᵖ)/3]^(1/p), p = 1.6075 Cross-section (xy): A_xy = πab Cross-section (xz): A_xz = πac Cross-section (yz): A_yz = πbc Sphere check: a = b = c Oblate spheroid: a = b > c Prolate spheroid: a = b < c (or any two equal with the third different)

Example Calculation

Result: Volume ≈ 301.59, Surface area ≈ 226.98, A_xy ≈ 75.40, A_xz ≈ 56.55, A_yz ≈ 37.70

V = (4/3)π(6)(4)(3) = 96π ≈ 301.59. The Knud Thomsen approximation with p = 1.6075 gives S ≈ 226.98. Cross-sections: πab = 24π ≈ 75.40, πac = 18π ≈ 56.55, πbc = 12π ≈ 37.70.

Tips & Best Practices

  • For a sphere (a = b = c), the Knud Thomsen formula gives exactly 4πr², so it degrades gracefully.
  • Earth's semi-axes are a ≈ b ≈ 6378.1 km and c ≈ 6356.8 km — an oblate spheroid.
  • The Knud Thomsen approximation with p ≈ 1.6075 has a maximum relative error under 1.061% for any ellipsoid.
  • Ellipsoid volume equals (4/3)π × the product of the three semi-axes — just multiply and scale.
  • In medicine, ultrasound volume estimation often uses the ellipsoid formula: V ≈ (π/6) × length × width × height.

How This Ellipsoid Volume & Surface Area Calculator Works

Where It Helps In Practice

Ellipsoid Volume & Surface Area Calculator calculations show up in coursework, drafting, construction layout, packaging, tank sizing, machining, and quality control. Instead of solving each transformation manually, you can test scenarios quickly and verify whether your dimensions remain within tolerance.

Accuracy And Setup Tips

Sources & Methodology

Last updated:

Frequently Asked Questions

  • An ellipsoid is a 3D surface described by (x/a)² + (y/b)² + (z/c)² = 1, where a, b, c are the semi-axes. Cross-sections are ellipses or circles.