Volume of frustum — derivation and problem solving approach

medium CBSE 3 min read

Question

What is a frustum, how do we derive its volume formula, and how do we solve problems involving frustums?

Solution — Step by Step

A frustum is the portion of a cone that remains when the top part is cut off by a plane parallel to the base. Think of it as a bucket shape — wider at the bottom, narrower at the top, with flat circular faces on both ends.

Parameters: RR = radius of larger base, rr = radius of smaller base (top), hh = height of the frustum.

Think of the frustum as: big cone minus the small cone cut off.

Let the height of the original big cone be HH and the height of the removed small cone be HhH - h.

By similar triangles (the two cones are similar):

RH=rHh\frac{R}{H} = \frac{r}{H - h}

Solving: H=RhRrH = \frac{Rh}{R - r}

Volume of big cone: 13πR2H\frac{1}{3}\pi R^2 H

Volume of small cone: 13πr2(Hh)\frac{1}{3}\pi r^2 (H - h)

After substitution and simplification:

V=13πh(R2+r2+Rr)V = \frac{1}{3}\pi h (R^2 + r^2 + Rr)

Curved Surface Area:

CSA=π(R+r)l\text{CSA} = \pi (R + r) l

where ll = slant height = h2+(Rr)2\sqrt{h^2 + (R-r)^2}

Total Surface Area:

TSA=π(R+r)l+πR2+πr2\text{TSA} = \pi (R + r) l + \pi R^2 + \pi r^2

Example: A bucket is 24 cm deep. Its top and bottom radii are 15 cm and 5 cm. Find its capacity.

Given: h=24h = 24 cm, R=15R = 15 cm, r=5r = 5 cm

V=13π(24)(152+52+15×5)V = \frac{1}{3}\pi (24)(15^2 + 5^2 + 15 \times 5) V=13π(24)(225+25+75)=13π(24)(325)V = \frac{1}{3}\pi (24)(225 + 25 + 75) = \frac{1}{3}\pi (24)(325) V=2600π8168.14 cm38.168 litresV = 2600\pi \approx 8168.14 \text{ cm}^3 \approx 8.168 \text{ litres}
flowchart TD
    A["Frustum Problem"] --> B["Identify R, r, h from the problem"]
    B --> C{"What to find?"}
    C -->|"Volume"| D["V = 1/3 pi h times R2 + r2 + Rr"]
    C -->|"Slant height"| E["l = sqrt of h2 + R minus r squared"]
    C -->|"CSA"| F["CSA = pi times R + r times l"]
    C -->|"TSA"| G["TSA = CSA + pi R2 + pi r2"]
    A --> H["If not directly given, use similar triangles"]

Why This Works

The volume formula 13πh(R2+r2+Rr)\frac{1}{3}\pi h(R^2 + r^2 + Rr) comes from subtracting two similar cones. The RrRr cross-term appears naturally when we expand (R2Hr2(Hh))(R^2 H - r^2(H-h)) and substitute the similar triangle relationship. The formula is elegant because it reduces to the volume of a cylinder (πR2h\pi R^2 h) when R=rR = r, and to the volume of a cone (13πR2h\frac{1}{3}\pi R^2 h) when r=0r = 0.

Alternative Method

If you forget the frustum formula in an exam, derive it on the spot using the subtraction method. Set up the similar triangle ratio, find HH in terms of RR, rr, and hh, then subtract the small cone volume from the big cone volume. This takes about 2 extra minutes but guarantees the correct answer.

Common Mistake

Students often confuse hh (perpendicular height of the frustum) with ll (slant height). The volume formula uses hh, while the CSA formula uses ll. If the problem gives the slant height, first find h=l2(Rr)2h = \sqrt{l^2 - (R-r)^2} before using the volume formula. Using ll directly in the volume formula gives a wrong answer. CBSE boards almost always give slant height in at least one frustum problem.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next