Right Circular Cone: Volume, Surface Area, and Examples

#Geometry
TL;DR
A right circular cone is a 3D solid with one circular base and a single apex that sits directly above the centre of that base, so its axis stands perpendicular to the base. Its volume is $\frac{1}{3}\pi r^2 h$, its curved surface area is $\pi r l$, and its total surface area is $\pi r(l + r)$, where $l$ is the slant height. This article derives each formula, explains exactly what makes a cone "right circular" rather than oblique, separates the height from the slant height, and works through examples and the slips students hit most
BT
Bhanzu TeamLast updated on July 14, 202611 min read

What is a Right Circular Cone?

A right circular cone is a three-dimensional solid with a flat circular base and a curved surface that tapers smoothly to a single point called the apex (or vertex), where the apex sits directly above the centre of the base. "Circular" means the base is a circle; "right" means the line from the apex to the base centre — the axis — meets the base at a right angle, so the cone stands straight up.

This is the difference between a right circular cone and the broader idea of a cone: a general cone can lean, with its apex off to one side, making an oblique cone whose cross-section is an oval rather than a circle.

The right circular case is the upright, symmetric one — the form school problems almost always mean, and the one these standard formulas describe. Keep the base circular but stop the sides from tapering and you get a right circular cylinder instead; a cone is the version where one circular end collapses to a point.

Three measurements describe a right circular cone, and keeping two of them apart is the whole game:

  • The radius ($r$) is the radius of the circular base.

  • The height ($h$) is the perpendicular distance straight up from the base centre to the apex.

  • The slant height ($l$) is the distance from any point on the rim, straight up the slanted surface, to the apex.

A right circular cone has two surfaces (one flat circular base, one curved lateral surface), one curved edge (the rim), and one vertex (the apex). It belongs to the family of curved solids, alongside the cylinder and the hemisphere, rather than the flat-faced prisms and pyramids. You can see how it sits among the others in the guide to 3D geometry shapes.

Students lose more marks confusing $h$ and $l$ than on any other part of the cone, so pin this down before any formula.

The height $h$ goes straight up the middle. The slant height $l$ runs along the outside surface. Because the cone is right (apex above the centre), the radius $r$, the height $h$, and the slant height $l$ form a right triangle inside the cone, with $l$ as the hypotenuse. By the Pythagorean theorem:

$$l = \sqrt{r^2 + h^2}$$

The slant height is always longer than the height, because it is the hypotenuse of that triangle. If a problem gives you $h$ and $r$, compute $l$ from this before touching the surface-area formula. (In an oblique cone the apex is off-centre, so there is no single slant height — another reason the right circular case is the clean one.)

Volume of A Right Circular Cone

The volume of a right circular cone is:

$$V = \frac{1}{3}\pi r^2 h$$

Where this comes from: $\pi r^2$ is the area of the circular base, and $\pi r^2 h$ would be the volume of a cylinder with that base and height. A cone fills exactly one-third of that cylinder — pour three cones of water into the matching cylinder and it fills exactly once — so multiply by $\frac{1}{3}$. The same one-third turns any prism into its matching pyramid; it is the signature of a solid that tapers to a point.

Variable glossary: $V$ is the volume, $r$ is the base radius, $h$ is the perpendicular height, and $\pi \approx 3.14159$. Volume comes out in cubic units (cm³, m³).

Surface Area of a Right Circular Cone

A right circular cone has two surfaces: the curved side and the flat circular base.

Curved (lateral) surface area (CSA) — the slanted part only:

$$\text{CSA} = \pi r l$$

Where this comes from: cut the curved surface along one slant line and unroll it. It flattens into a sector (a slice) of a large circle whose radius is the slant height $l$. The curved edge of that sector is the base rim, of length $2\pi r$. The area of a sector is $\frac{1}{2} \times (\text{arc length}) \times (\text{radius}) = \frac{1}{2} \times 2\pi r \times l = \pi r l$. So the curved surface area is $\pi r l$ — driven by the slant height $l$, not the vertical height $h$.

Total surface area (TSA) — the curved part plus the circular base:

$$\text{TSA} = \pi r l + \pi r^2 = \pi r(l + r)$$

Where this comes from: add the flat circular base, a circle of area $\pi r^2$, to the curved surface $\pi r l$, and factor out $\pi r$.

The clearest way to see both pieces is the cone's net: the curved surface unrolls into a sector, and the base is a separate full circle.

Quantity

Formula

Units

Slant height

l = √(r² + h²)

length

Volume

V = ⅓ π r² h

cubic

Curved surface area

CSA = π r l

square

Total surface area

TSA = π r (l + r)

square

Variable glossary: $V$ is the volume, CSA is the curved surface area (slanted side only), TSA is the total surface area (side plus base), $r$ is the base radius, $h$ is the perpendicular height, $l$ is the slant height. Surface area comes out in square units (cm², m²).

Examples of the Right Circular Cone

For consistency, every example below uses centimetres and takes $\pi \approx 3.14$.

Example 1

A right circular cone has radius 3 cm and height 4 cm. Find its slant height.

$$l = \sqrt{r^2 + h^2}$$

$$l = \sqrt{3^2 + 4^2}$$

$$l = \sqrt{9 + 16}$$

$$l = \sqrt{25}$$

Final answer: $l = 5$ cm

Example 2

A right circular cone has radius 7 cm and height 9 cm. A student finds the total surface area using the height instead of the slant height. Find the correct total surface area.

Take the wrong path first, because using $h$ in place of $l$ is the classic cone error.

Wrong attempt: the student writes $\text{TSA} = \pi r(h + r)$ and plugs in $h = 9$.

$$3.14 \times 7 \times (9 + 7) = 3.14 \times 7 \times 16 = 351.7 \text{ cm}^2$$

The break: the slanted surface follows the slant edge, not the vertical height. The formula needs $l$, and $l$ is longer than $h$, so this answer is too small.

Correct method: first find the slant height.

$$l = \sqrt{r^2 + h^2} = \sqrt{7^2 + 9^2} = \sqrt{49 + 81} = \sqrt{130} \approx 11.4 \text{ cm}$$

Now use it.

$$\text{TSA} = \pi r(l + r) = 3.14 \times 7 \times (11.4 + 7) = 3.14 \times 7 \times 18.4$$

Final answer: $\text{TSA} \approx 404.4$ cm²

Example 3

Find the volume of a right circular cone with radius 6 cm and height 10 cm.

$$V = \frac{1}{3}\pi r^2 h$$

$$V = \frac{1}{3} \times 3.14 \times 6^2 \times 10$$

$$V = \frac{1}{3} \times 3.14 \times 36 \times 10$$

$$V = \frac{1}{3} \times 1130.4$$

Final answer: $V \approx 376.8$ cm³

Example 4

Find the curved surface area of a right circular cone with radius 5 cm and slant height 13 cm.

$$\text{CSA} = \pi r l$$

$$\text{CSA} = 3.14 \times 5 \times 13$$

$$\text{CSA} = 3.14 \times 65$$

Final answer: $\text{CSA} \approx 204.1$ cm²

Example 5

A right circular cone has radius 8 cm and slant height 17 cm. Find its total surface area.

$$\text{TSA} = \pi r(l + r)$$

$$\text{TSA} = 3.14 \times 8 \times (17 + 8)$$

$$\text{TSA} = 3.14 \times 8 \times 25$$

$$\text{TSA} = 3.14 \times 200$$

Final answer: $\text{TSA} = 628$ cm²

Example 6

A right circular cone has volume $100\pi$ cm³ and radius 5 cm. Find its height.

Start from the volume formula and solve for $h$.

$$V = \frac{1}{3}\pi r^2 h$$

$$100\pi = \frac{1}{3} \times \pi \times 5^2 \times h$$

Divide both sides by $\pi$.

$$100 = \frac{1}{3} \times 25 \times h$$

Multiply both sides by 3 and divide by 25.

$$h = \frac{100 \times 3}{25} = \frac{300}{25}$$

Final answer: $h = 12$ cm

Why The Upright Cone Earns Its Keep

The right circular cone is the shape for anything that must channel down to a point or shed material evenly.

A circular base and a centred apex mean the cone is symmetric all the way round, so it directs flow straight to the tip without favouring one side — which is why funnels, hoppers, and nozzles are right circular cones rather than lopsided ones.

The volume formula does real work the moment you fill one: a conical pile of grain, a heap of sand, or a tapering concrete pour all need $\frac{1}{3}\pi r^2 h$, and a pile that looks about as big as a cylindrical bin actually holds only a third as much.

The surface-area formula sizes the material: a sheet-metal worker uses $\pi r l$ to cut the curved blank for a funnel and adds $\pi r^2$ only if the cone is closed at the base. The same upright geometry shapes a rocket nose-cone cutting air, a loudspeaker spreading sound, and a party hat — anywhere a circular mouth must narrow smoothly to a single point. The fixed one-third volume and the single clean slant height are the facts doing the engineering, both of which depend on the cone being right.

Where Students Trip Up On Right Circular Cones

Mistake 1: Using height instead of slant height in surface area

Where it slips in: any surface-area calculation when the problem gives the vertical height, not the slant height.

Don't do this: plug $h$ straight into $\pi r(l + r)$. The curved surface follows the slanted edge.

The correct way: compute $l = \sqrt{r^2 + h^2}$ first, then use $l$. The slant height is always the larger of the two. The rusher who skips this step reports a surface area that is reliably too small.

Mistake 2: Forgetting the one-third in volume

Where it slips in: the volume formula, especially right after studying cylinders.

Don't do this: write $V = \pi r^2 h$. That is the cylinder's volume, three times too big for a cone.

The correct way: a cone is one-third of its enclosing cylinder, so $V = \frac{1}{3}\pi r^2 h$. The memorizer who carries the cylinder formula over forgets the shape tapers to a point.

Mistake 3: Mixing up curved and total surface area

Where it slips in: questions that ask for "surface area" without saying which, or describe an open cone.

Don't do this: report $\pi r l$ when the question wants the whole closed solid, or add the base when only the curved part is wanted (an open funnel or a party hat has no base).

The correct way: read whether the base is included. $\text{CSA} = \pi r l$ is the slanted side only; $\text{TSA} = \pi r(l + r)$ adds the circular base. A closed cone gets TSA; an open one gets CSA. The second-guesser should ask: is the bottom there or not?

Conclusion

  • A right circular cone has a circular base and an apex directly above the base centre, so its axis is perpendicular to the base — the upright, symmetric form.

  • It differs from a general or oblique cone, whose apex is off-centre; "right" is what gives it a single clean slant height.

  • Slant height $l = \sqrt{r^2 + h^2}$ is always longer than the height $h$ and is what drives the surface area.

  • Volume is $\frac{1}{3}\pi r^2 h$ — exactly one-third of the matching cylinder.

  • Curved surface area is $\pi r l$; total surface area is $\pi r(l + r)$, adding the circular base.

  • The most common errors are using $h$ where the formula needs $l$ and forgetting the one-third in volume.

Practice And Next Steps

Work through these problems to solidify your understanding, then check each answer against the formulas above.

  1. A right circular cone has radius 9 cm and height 12 cm. Find its slant height, then its curved surface area ($\pi \approx 3.14$).

  2. Find the volume of a right circular cone with radius 7 cm and height 6 cm ($\pi \approx \frac{22}{7}$).

  3. A right circular cone has radius 6 cm and slant height 10 cm. Find its total surface area ($\pi \approx 3.14$).

To build solid geometry with a teacher who explains why each formula works rather than asking you to memorise it, explore Bhanzu's geometry tutor, our high school math tutor, or math classes online. Want a live Bhanzu trainer to unroll the cone's net step by step? Book a free demo class.

Read More

  • Geometric shapes — the full 2D and 3D shape family in one place.

  • What is a polyhedron — the flat-faced solids, contrasted with curved ones like the cone.

  • Tetrahedron — a flat-faced solid that also narrows to a point, for comparison.

  • Sector of a circle — the pie-slice shape a cone's curved surface unrolls into.

  • What is volume — the space-measuring idea behind every solid's volume formula.

Was this article helpful?

Your feedback helps us write better content

Frequently Asked Questions

What is the difference between a cone and a right circular cone?
A general cone can lean, with its apex off to one side (an oblique cone). A right circular cone has a circular base and its apex directly above the base centre, so its axis is perpendicular to the base — the standard upright case.
What is the formula for the volume of a right circular cone?
$V = \frac{1}{3}\pi r^2 h$, where $r$ is the base radius and $h$ is the perpendicular height. It is one-third the volume of a cylinder with the same base and height.
What is the difference between height and slant height?
The height $h$ is the perpendicular distance from base centre to apex; the slant height $l$ runs along the outer surface from the rim to the apex. They link through $l = \sqrt{r^2 + h^2}$, and $l$ is always the longer one.
How do you find the total surface area of a right circular cone?
$\text{TSA} = \pi r(l + r)$, which adds the curved surface $\pi r l$ to the circular base $\pi r^2$. Find $l$ first if the problem gives only the height.
How many faces, edges, and vertices does a right circular cone have?
It has 2 surfaces (one flat circular base, one curved surface), 1 curved edge (the base rim), and 1 vertex (the apex).
What are some real-life examples of a right circular cone?
An ice-cream cone, a funnel, a party hat, a traffic cone, and a rocket nose-cone are all right circular cones - circular at the base, narrowing straight to a centred point.
✍️ 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 →