What is a Sphere? Definition, Volume, Surface Area

#Math Terms
TL;DR
A sphere is a perfectly round 3D shape — the set of all points in space at the same distance from a fixed centre. That distance is the radius $r$. The volume of a sphere is $V = \tfrac{4}{3}\pi r^3$ and the surface area is $SA = 4\pi r^2$. A sphere has the *smallest surface area* enclosing a given volume — which is why bubbles are spherical.
BT
Bhanzu TeamLast updated on May 16, 20266 min read

What Is a Sphere?

A sphere is the set of all points in three-dimensional space that are the same distance from a single fixed point — the centre. That fixed distance is the radius $r$. Every point on the sphere's surface is exactly $r$ away from the centre.

Key features:

  • A sphere has no vertices, no edges, and no flat faces — its entire surface is curved.

  • It is the 3D analogue of a circle. A circle is a sphere reduced to 2D.

  • A sphere is the most symmetric 3D shape — every plane through the centre cuts the sphere into two identical halves (hemispheres).

What Are the Sphere Formulas?

Two formulas matter for almost every sphere problem.

Volume of a Sphere

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

The volume scales with the cube of the radius. Doubling the radius multiplies the volume by $2^3 = 8$.

Example. A basketball has radius approximately 12 cm.

$$V = \frac{4}{3} \pi (12)^3 = \frac{4}{3} \pi (1728) = 2304\pi \approx 7238 \text{ cm}^3$$

Surface Area of a Sphere

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

The surface area scales with the square of the radius. Doubling the radius quadruples the surface area.

Example. Same basketball, $r = 12$:

$$SA = 4\pi (12)^2 = 576\pi \approx 1810 \text{ cm}^2$$

From Diameter

If you only know the diameter $d$, replace $r$ with $d/2$:

$$V = \frac{4}{3}\pi \left(\frac{d}{2}\right)^3 = \frac{\pi d^3}{6}, \qquad SA = \pi d^2$$

What Are the Properties of a Sphere?

A sphere has uniquely useful properties because of its perfect symmetry.

  1. No edges or vertices. The entire surface is smoothly curved.

  2. Minimum surface area for a given volume. This is why soap bubbles and raindrops form spheres — the surface tension minimises area, which forces the shape into a sphere.

  3. Maximum volume for a given surface area. A sphere holds more than any other shape with the same skin.

  4. Every cross-section through the centre is a circle. Cutting a sphere with a flat plane that passes through its centre produces a great circle with the same radius as the sphere.

  5. Infinite axes of symmetry. Any line through the centre is a rotational axis.

  6. All points on the surface are equidistant from the centre. That's the defining property.

What Are the Differences Between a Sphere, Circle, and Ball?

Shape

Dimension

Includes

Circle

2D

The curve only (no interior)

Disc

2D

The curve plus its interior

Sphere

3D

The surface only (hollow)

Ball

3D

The surface plus everything inside (solid)

A sphere is technically just the hollow surface — the 3D analogue of a circle. A ball includes the inside. In casual language people often say "sphere" to mean either.

Learn more: Radius – Definition, Formula & Examples

Why Does the Sphere Matter? (Real-World GROUND)

"The sphere is the only solid whose every plane section is a circle." — Pappus of Alexandria, c. 300 CE.

The sphere is one of the most important shapes in physics and engineering because of its minimal-surface-area property. Any closed shape with a fixed volume — bubbles, raindrops, stars under gravity — naturally trends toward spherical form because that's the shape that minimises surface energy.

Real-world examples:

  • Planets and stars. Every planet and star larger than ~500 km in radius is approximately spherical because gravity overwhelms structural strength. Earth, Mars, and the Sun are all spheres (slightly flattened by rotation — oblate spheroids).

  • Soap bubbles. Surface tension pulls a bubble into the shape that minimises surface area — a sphere.

  • Raindrops. Small raindrops are nearly spherical; large ones become flattened by air resistance.

  • Sports balls. Footballs, basketballs, baseballs, billiard balls — all spheres because spherical balls roll uniformly in every direction.

  • Ball bearings. Engineered as near-perfect spheres because of the uniform-rolling property.

  • Atoms (approximately). Atoms have spherical electron clouds (in their simplest models).

  • Eyeballs. The human eyeball is approximately spherical so that the lens can focus light onto the retina.

A Worked Example

Find the volume of a sphere with diameter 10 cm.

The intuitive (wrong) approach. A student plugs the diameter directly into the volume formula:

$$V \stackrel{?}{=} \frac{4}{3}\pi (10)^3 = \frac{4000\pi}{3} \approx 4189 \text{ cm}^3$$

That answer is 8 times too big.

Why it fails. The volume formula uses radius, not diameter. Radius is half the diameter. Plugging diameter into $r^3$ gives $(2r)^3 = 8r^3$ — an answer 8× larger than it should be.

The correct method.

Step 1: Find the radius. $r = d/2 = 10/2 = 5$ cm.

Step 2: Apply the formula.

$$V = \frac{4}{3}\pi (5)^3 = \frac{4}{3}\pi (125) = \frac{500\pi}{3} \approx 523.6 \text{ cm}^3$$

Check. Using diameter gave 4189, which is exactly $8 \times 523.6$ — the factor of 8 from the cube error.

At Bhanzu, our trainers teach this wrong-path-first sequence intentionally — confusing radius and diameter in 3D formulas is especially costly because the cube amplifies the error. Once a student feels the 8× cost, the check "what does the formula want?" becomes automatic.

What Are the Most Common Mistakes With Spheres?

Mistake 1: Using diameter instead of radius

Where it slips in: Plugging $d$ into $V = \frac{4}{3}\pi r^3$ or $SA = 4\pi r^2$.

Don't do this: For diameter 10, computing $V = \frac{4}{3}\pi (10)^3$.

The correct way: Convert first. $r = d/2$, then apply the formula. The wrong calculation gives 8× the right volume.

Mistake 2: Mixing up volume and surface area formulas

Where it slips in: Volume has $r^3$; surface area has $r^2$. Students sometimes swap them.

Don't do this: Compute surface area using $V = \frac{4}{3}\pi r^3$.

The correct way: $V = \frac{4}{3}\pi r^3$ (volume, in cubic units). $SA = 4\pi r^2$ (surface area, in square units). Different powers of $r$, different units.

Mistake 3: Reporting volume in square units (or vice versa)

Where it slips in: Confusing the unit-of-measurement when stating a sphere's properties.

Don't do this: Volume in m² or surface area in m³.

The correct way: Volume is in cubic units (m³, cm³, in³). Surface area is in square units (m², cm², in²). The units flow from the dimension being measured.

A Practical Next Step

Try these three before moving on to other 3D shapes.

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

  2. Find the surface area of a sphere with diameter 14 cm.

  3. A spherical water tank has volume $972\pi$ m³. Find its radius.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is a sphere in simple words?
A sphere is a perfectly round 3D shape — like a ball. Every point on its surface is the same distance from the centre. A circle is its 2D version.
What is the formula for the volume of a sphere?
$V = \frac{4}{3}\pi r^3$, where $r$ is the radius. The volume scales with the cube of the radius — doubling the radius makes the volume 8 times bigger.
What is the formula for the surface area of a sphere?
$SA = 4\pi r^2$, where $r$ is the radius. Doubling the radius quadruples the surface area.
How is a sphere different from a circle?
A circle is 2D — it's the curved line where all points are equidistant from a centre. A sphere is 3D — it's the curved surface in space where all points are equidistant from a centre. Stack infinitely many circles to get a sphere.
How many edges and vertices does a sphere have?
Zero of each. A sphere has no edges (its surface is smoothly curved with no boundaries) and no vertices (no corner points). Just one continuous curved surface.
What is a great circle on a sphere?
A circle drawn on the sphere's surface whose plane passes through the centre. The equator on Earth is a great circle. The radius of a great circle equals the radius of the sphere itself.
Why are bubbles spherical?
Surface tension pulls bubbles into the shape that minimises surface area for the volume of gas inside. Mathematically, the sphere is the minimum-surface-area shape for a fixed volume — so bubbles always settle into spheres (when undisturbed).
✍️ 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 →