Sphere: Volume, Surface Area, and Great Circle Explained

#Geometry
TL;DR
For a sphere of radius $r$, the volume is $\frac{4}{3}\pi r^3$ and the surface area is $4\pi r^2$ - exactly four times the area of its great circle ($\pi r^2$). Every flat slice through a sphere is a circle, and the biggest such slice, through the centre, is the great circle.
BT
Bhanzu TeamLast updated on July 21, 20269 min read

The Mensuration Of A Sphere

This article is the measurement deep-dive for the sphere: its volume, its surface area, its great circle, and its cross-sections. If you want the plain definition first - what a sphere is and how it differs from a circle - start with the companion page, what is a sphere, and come back here for the formulas and where they come from.

In short, a sphere is the set of all points in three-dimensional space that sit the same distance (the radius $r$) from a fixed centre point. That is the only fact we borrow. Everything below is about measuring it.

The two formulas, and where they come from

Volume.

$$V = \frac{4}{3}\pi r^3$$

Here $r$ is the radius and $\pi \approx 3.14159$. This is not a formula to memorise blindly - it has a clean origin. Imagine chopping the sphere's surface into thousands of tiny patches and joining each patch to the centre, making thousands of thin pyramids. Each pyramid's volume is $\frac{1}{3} \times \text{base area} \times \text{height}$, and every pyramid's height is the radius $r$. Add them all up:

$$V = \frac{1}{3} \times (\text{total surface area}) \times r = \frac{1}{3} \times 4\pi r^2 \times r = \frac{4}{3}\pi r^3$$

Archimedes reached the same result around 250 BCE a different way: he proved a sphere fills exactly two-thirds of the smallest cylinder that contains it. That cylinder has radius $r$ and height $2r$, so its volume is $2\pi r^3$, and two-thirds of that is $\frac{4}{3}\pi r^3$.

Surface area.

$$S = 4\pi r^2$$

The surface area of a sphere is exactly four times the area of its great circle. Since the great circle has area $\pi r^2$, four of them give $4\pi r^2$. This is a striking fact worth pausing on: you could take the "shadow" disc of a sphere and it would take four of them to cover the whole curved skin.

Quantity

Formula

Notes

Volume

$V = \frac{4}{3}\pi r^3$

grows with the cube of $r$

Surface area

$S = 4\pi r^2$

four great circles

Great circle area

$\pi r^2$

largest cross-section

Great circle circumference

$2\pi r$

the sphere's "equator"

Diameter

$d = 2r$

widest straight line through it

Because volume depends on $r^3$ but surface area only on $r^2$, doubling the radius multiplies the surface area by 4 but the volume by 8. That single fact drives a lot of biology and engineering, as the next section shows.

The great circle and cross-sections

Slice a sphere with any flat plane and the cut is always a circle - never an ellipse, never anything else, because a sphere looks the same from every direction.

  • A cut through the centre gives the great circle: the largest possible cross-section, with radius $r$, area $\pi r^2$, and circumference $2\pi r$. Every great circle splits the sphere into two equal hemispheres. The Earth's equator is a great circle; its lines of longitude are great circles too.

  • A cut that misses the centre gives a smaller circle, and the farther the plane is from the centre, the smaller that circle, shrinking to a single point at the very top or bottom.

Great circles matter far beyond geometry class: the shortest path between two points on a globe follows a great circle, which is why long flights curve toward the poles rather than following a straight line on a flat map.

Examples Of Sphere Mensuration

These build from a direct substitution up to solving for a missing radius. One of them shows a wrong turn worth walking through.

Example 1

Find the volume of a sphere with radius 6 cm. Use $\pi \approx 3.14$.

Substitute $r = 6$ into the volume formula.

$$V = \frac{4}{3}\pi r^3 = \frac{4}{3} \times 3.14 \times 6^3$$

$$= \frac{4}{3} \times 3.14 \times 216$$

$$= \frac{4}{3} \times 678.24 = 904.32 \text{ cm}^3$$

Example 2

Find the surface area of a sphere with diameter 10 cm. A tempting shortcut goes wrong first.

The tempting move is to plug the diameter straight into the surface-area formula: $S = 4\pi (10)^2 = 4\pi \times 100 = 1256 \text{ cm}^2$.

That answer is wrong, and you can see why by checking scale: a sphere only 10 cm across should have a surface area near a few hundred square centimetres, not over a thousand. The error is using the diameter where the formula demands the radius.

The correct method halves the diameter first: $r = \frac{10}{2} = 5 \text{ cm}$.

$$S = 4\pi r^2 = 4 \times 3.14 \times 5^2 = 4 \times 3.14 \times 25 = 314 \text{ cm}^2$$

The right answer, $314 \text{ cm}^2$, is exactly a quarter of the wrong one - because using $d$ instead of $r$ doubled the radius and so quadrupled a squared quantity.

Example 3

A sphere has surface area $4\pi r^2 = 616 \text{ cm}^2$. Find its radius. Use $\pi \approx \frac{22}{7}$.

Set the formula equal to the given area and solve for $r$.

$$4 \times \frac{22}{7} \times r^2 = 616$$

$$\frac{88}{7} \times r^2 = 616$$

$$r^2 = 616 \times \frac{7}{88} = 49$$

$$r = 7 \text{ cm}$$

Example 4

Find the volume of a hemisphere with radius 3 cm.

A hemisphere is half a sphere, so halve the sphere volume.

$$V_{\text{hemisphere}} = \frac{1}{2} \times \frac{4}{3}\pi r^3 = \frac{2}{3}\pi r^3$$

$$= \frac{2}{3} \times 3.14 \times 3^3 = \frac{2}{3} \times 3.14 \times 27 = 56.52 \text{ cm}^3$$

Example 5

A spherical balloon's radius doubles from 5 cm to 10 cm. By what factor does its volume grow?

Volume scales with the cube of the radius, so doubling $r$ multiplies volume by $2^3 = 8$. Check directly:

$$V_1 = \frac{4}{3}\pi (5)^3 = \frac{4}{3}\pi \times 125$$

$$V_2 = \frac{4}{3}\pi (10)^3 = \frac{4}{3}\pi \times 1000$$

$$\frac{V_2}{V_1} = \frac{1000}{125} = 8$$

The volume grows 8 times, not 2, a direct consequence of the cube in the formula.

Example 6

The great circle of a sphere has circumference $44 \text{ cm}$. Find the sphere's radius. Use $\pi \approx \frac{22}{7}$.

The great circle's circumference is $2\pi r$.

$$2 \times \frac{22}{7} \times r = 44$$

$$\frac{44}{7} \times r = 44$$

$$r = 44 \times \frac{7}{44} = 7 \text{ cm}$$

Why The Sphere's Formulas Matter — "The shape that holds the most for the least"

The sphere is nature's default answer to one question: how do you enclose the most volume with the least surface? Among all shapes with a given surface area, the sphere holds the most volume - which is why so many things in nature are round.

  • Why bubbles and droplets are spheres. A soap bubble minimises its surface for the air inside, and surface tension pulls it into the one shape that does that: a sphere. Raindrops, planets, and stars are round for related reasons.

  • The square-cube law in biology. Because surface area grows as $r^2$ while volume grows as $r^3$, a large animal has proportionally less skin per kilogram than a small one, which changes how it loses heat. This single ratio, buried in the two sphere formulas, shapes the size limits of living things.

  • Where the maths is going. The "fill it with pyramids" derivation you saw for the sphere is the same idea behind integral calculus, and the great-circle path is the entry point to spherical geometry and navigation. The sphere also sits at the top of the solids family alongside the cylinder and the cone - and Archimedes' cylinder result ties all three together.

The reason engineers pressurise gas and store liquids in spherical tanks is exactly this: a sphere spreads internal pressure evenly across the least possible material.

Mistakes To Watch For With Sphere Formulas

Mistake 1: Using the diameter where the radius belongs

Where it slips in: any sphere problem that hands you the diameter instead of the radius.

Don't do this: substitute $d = 10$ straight into $\frac{4}{3}\pi r^3$ or $4\pi r^2$.

The correct way: halve the diameter first, $r = \frac{d}{2}$, then substitute. Students first computing sphere volume and surface area routinely drop the halving step, which inflates a squared term by 4 and a cubed term by 8.

Mistake 2: Confusing the volume and surface-area formulas

Where it slips in: under time pressure, when both formulas look similar.

Don't do this: write volume as $4\pi r^2$ or surface area as $\frac{4}{3}\pi r^3$.

The correct way: anchor them by units. Volume is a cubic measure, so it must carry $r^3$: $\frac{4}{3}\pi r^3$. Surface area is a square measure, so it carries $r^2$: $4\pi r^2$. Let the units tell you which power belongs where.

Mistake 3: Forgetting the flat face when measuring a hemisphere's surface

Where it slips in: total surface area of a hemisphere (a solid half-sphere).

Don't do this: report the curved part only, $2\pi r^2$, and call it the total.

The correct way: a solid hemisphere has a curved surface ($2\pi r^2$) plus a flat circular base ($\pi r^2$), so its total surface area is $3\pi r^2$. Missing a face is the same class of error that sank the Vasa warship in 1628, when the builders measured the hull but under-accounted for the full loaded structure, and the ship capsized minutes after launch. Account for every surface before you total.

Key Takeaways

  • A sphere of radius $r$ has volume $\frac{4}{3}\pi r^3$ and surface area $4\pi r^2$.

  • The surface area equals four times the great-circle area ($\pi r^2$).

  • The great circle is the largest cross-section, made by a plane through the centre; every cross-section is a circle.

  • Volume scales as $r^3$ and surface area as $r^2$, so doubling $r$ multiplies volume by 8, surface area by 4.

  • A solid hemisphere's total surface area is $3\pi r^2$ (curved $2\pi r^2$ plus the flat base $\pi r^2$).

To take sphere mensuration further with a teacher, explore Bhanzu's geometry tutor sessions, a high school math tutor for solids and calculus links, or general math classes online.

A Practical Next Step

Practice these problems to solidify your understanding. Work through them and check the answers below. Use $\pi \approx 3.14$ unless told otherwise.

  1. Find the volume of a sphere with radius 3 cm.

  2. Find the surface area of a sphere with radius 7 cm (use $\pi \approx \frac{22}{7}$).

  3. Find the total surface area of a solid hemisphere with radius 5 cm.

Answer to Question 1: $V = \frac{4}{3}(3.14)(27) = 113.04 \text{ cm}^3$. Answer to Question 2: $S = 4 \times \frac{22}{7} \times 49 = 616 \text{ cm}^2$. Answer to Question 3: $3\pi r^2 = 3(3.14)(25) = 235.5 \text{ cm}^2$.

Want a live Bhanzu trainer to walk through more sphere problems? Book a free demo class.

Read More

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the volume of a sphere?
The volume of a sphere is $\frac{4}{3}\pi r^3$, where $r$ is the radius. Doubling the radius makes the volume eight times larger.
What is the surface area of a sphere?
The surface area is $4\pi r^2$, which is exactly four times the area of the sphere's great circle.
What is a great circle?
A great circle is the largest circle you can draw on a sphere - the cross-section made by a plane through the centre. It has radius $r$, and Earth's equator is a real example.
Why is the volume of a sphere $\frac{4}{3}\pi r^3$?
Break the sphere into tiny pyramids from the centre; their volumes sum to $\frac{1}{3} \times 4\pi r^2 \times r = \frac{4}{3}\pi r^3$. Archimedes also showed a sphere is two-thirds of its enclosing cylinder.
Is every cross-section of a sphere a circle?
Yes. Any flat plane cutting a sphere produces a circle; the one through the centre is the great circle, and off-centre cuts give smaller circles.
✍️ Written By
BT
Bhanzu Team
Content Creator and Editor
Bhanzu’s editorial team, known as Team Bhanzu, is made up of experienced educators, curriculum experts, content strategists, and fact-checkers dedicated to making math simple and engaging for learners worldwide. Every article and resource is carefully researched, thoughtfully structured, and rigorously reviewed to ensure accuracy, clarity, and real-world relevance. We understand that building strong math foundations can raise questions for students and parents alike. That’s why Team Bhanzu focuses on delivering practical insights, concept-driven explanations, and trustworthy guidance-empowering learners to develop confidence, speed, and a lifelong love for mathematics.
Related Articles
Book a FREE Demo ClassBook Now →