Mathematics July 22, 2026 · 12 min read

The Platonic Hexahedron: A Complete Guide to Cube Volume, Surface Area, and Diagonal Calculations

Master cube calculations with formulas for volume (s³), surface area (6s²), space diagonal (s√3), and more. Includes worked examples and properties of the Platonic hexahedron.

Try the free calculator

Put these formulas into practice with our instant, step-by-step Cube Calculator.

Open Calculator ›

The cube, also known as the regular hexahedron, is one of the five Platonic solids and the most familiar three-dimensional shape in everyday life. With six square faces, twelve equal edges, and eight vertices where three edges meet at right angles, the cube is the foundation of spatial measurement — from packaging design and construction volumes to computer graphics voxel rendering and crystallography unit cells. This comprehensive guide explains every cube property, provides formulas for volume, surface area, and diagonals, and walks through detailed worked examples.

Key Takeaway

Every property of a cube derives from a single measurement: the side length s. Volume = s³, Surface Area = 6s², Space Diagonal = s√3, Face Diagonal = s√2, and Total Edge Length = 12s. Given any one property, you can reverse-engineer all others.

1. Properties of a Cube

PropertyFormula
VolumeV = s³
Surface AreaSA = 6s²
Face Diagonald_f = s√2
Space Diagonald = s√3
Total Edge Length12s

2. Volume: The Three-Dimensional Measure

V = s³ (Volume equals side length cubed)

The volume of a cube is computed by raising the side length to the third power. If s = 4 cm, then V = 4³ = 64 cm³. The cubic relationship means that doubling the side length multiplies the volume by 8 (2³ = 8). This is why a shipping container twice as wide, twice as deep, and twice as tall holds eight times as much cargo.

3. Surface Area: Six Identical Faces

SA = 6s² (Six faces, each with area s²)

Each face of a cube is a square with area s². Since there are six identical faces, the total surface area is 6s². For a cube with side length 4 cm: SA = 6 × 16 = 96 cm². Surface area scales quadratically — doubling the side quadruples the surface area.

4. Diagonals: Face and Space

A cube has two types of diagonals. The face diagonal connects two opposite corners of the same face and has length s√2 (derived from the Pythagorean theorem on a square). The space diagonal connects two opposite corners through the interior of the cube, passing through the center, and has length s√3 (derived from the 3D Pythagorean theorem: d² = s² + s² + s² = 3s²).

SEO Professional Insight

The space diagonal is critical in 3D game development and VR headset design — it determines the maximum distance between opposite corners of a cubic bounding box, which affects collision detection algorithms and render distance calculations.

5. Reverse Engineering: Finding Side from Other Properties

KnownFind Side
Volume Vs = ∛V
Surface Area SAs = √(SA/6)
Space Diagonal ds = d/√3

6. Worked Example: Cube with Side 4 cm

  1. Volume: V = 4³ = 64 cm³.
  2. Surface Area: SA = 6 × 4² = 96 cm².
  3. Face Diagonal: 4√2 ≈ 5.657 cm.
  4. Space Diagonal: 4√3 ≈ 6.928 cm.
  5. Total Edge Length: 12 × 4 = 48 cm.

7. Frequently Asked Questions

Is a cube a special case of a rectangular prism?

Yes. A cube is a rectangular prism where all three dimensions are equal. Every cube is a rectangular prism, but not every rectangular prism is a cube.

How do I find side length from surface area?

Use s = √(SA/6). For SA = 96, s = √(96/6) = √16 = 4.

What is the surface-area-to-volume ratio?

SA/V = 6/s. Smaller cubes have proportionally more surface area. A 1 cm cube has SA/V = 6, while a 10 cm cube has SA/V = 0.6.

Try our Cube Calculator to instantly compute volume, surface area, and diagonals from any single measurement.

© 2026 Calculator Archive. Free online calculators for math, finance, health, and more.