]> Deriving the Surface Area of a Cone

Calculating the Surface Area of a Cone

Several Web pages derive the formula for the surface area of a cone using calculus. While doing so is a good demonstration of the method of successive approximation, it's not really necessary. Finding the formula can be done with nothing more than simple plane geometry and one insight.

The Problem

Given a right circular cone with base radius r and height h, what is its surface area?

[cone with dimensions]

The cone's surface is made of two parts: the base and the side.

[base and side]

Our formula is the sum of the two areas:

A = A base + A side

The Area of the Base

The base is a disk of radius r. Its area is πr2. Our area formula is now

A = π r 2 + A side

The Area of the Side

Here's where we use our insight. We can transform the cone's side into a circular disk minus a sector by cutting along the line p and flattening:

[cut cone being flattened]

We end up with a disk minus a sector.

[flattened disk minus a sector]

Note that we're viewing it in perspective. From above it looks like [disk minus a sector].

(If flattening the cone's side is hard for you to imagine, try this. Cut the side along p as before. Turn the cone on its side so that the apex lies on the ground. Pin down one of the edges you created by cutting along p. Unroll the cone around its apex. The result is the same as if we'd flattened it.)

What is the area of this shape? We know that the area of a disk with radius p is πp2. But that doesn't take into account the missing sector. What is its area?

Note the dotted line in the figure above. Consider it as a measure of how much of the disk is actually there (as opposed to missing). If it's 1, then we have a complete disk; if it's 1/2, then we have half a disk. (Precisely, it's the ratio of the area of the disk-minus-sector to the full disk.) To find the area of the disk-minus-sector, take the area of the full disk [πp2] and multiply it by this ratio. The problem is now to figure out what the ratio is.

From the construction above, the circumference of the base of the cone and curved side of the disk-minus-sector are the same length. The corresponding parts are shown below in red.

[corresponding curves]

Since we know the circumference of the base of the cone [2πr], the curved part of the disk is in ratio 2 π r 2 π p = r p to the entire disk. Multiplying this ratio by the area of the full disk gives r p π p 2 = π rp . This is the area of the side.

p can be found using the Pythagorean theorem [ r 2 + h 2 = p 2 ]. Taking the square root of both sides gives p = ± r 2 + h 2 . (We discard the negative root.)

The Formula

Adding it all up gives

A = π r 2 + π rp

Factoring out terms:

A = π r r + p

Substituting for p gives the solution:

A = π r r + r 2 + h 2

Checking for Correctness

Let's do a quick sanity check on the formula. We would expect that as h increases, so does the surface area. Does it? As h increases, so does p, so the surface does increase. Good.

Now, what happens as h decreases to zero? The cone gets flatter and flatter, with the tip approaching the base. So the surface area should approach two times the area of the base. If we plug in zero for h, we get π r r + r = 2 π r 2 , as expected.

Epilogue

Now that all that's over, I have to confess that I wrote the page not only because I like this derivation but because I can never remember the formula.


Plane geometry formulas

  1. The circumference of a circle of radius r is 2πr.

  2. The area of a disk of radius is r is πr2.

  3. Given a right triangle with sides a, b, and hypotenuse c, a2+b2=c2 [The Pythagorean theorem].


Last updated 5 September 2004
http://www.rdrop.com/~half/math/cone/surface.area.xhtml
All contents ©1999-2004 Mark L. Irons