Volume of frustum — derivation and problem solving approach

medium CBSE 3 min read

Question

A bucket is in the shape of a frustum with top radius 15 cm, bottom radius 10 cm, and height 24 cm. Find its volume and the area of the metal sheet used to make it (CSA + bottom circle).

(CBSE Class 10 pattern)


Solution — Step by Step

flowchart TD
    A["Full Cone"] -->|"Cut horizontally\nparallel to base"| B["Small cone\n(removed)"]
    A -->|"What remains"| C["Frustum\n(bucket shape)"]
    C --> D["R = top radius\nr = bottom radius\nh = height"]
    D --> E["Volume = πh/3 × (R² + r² + Rr)"]
    D --> F["Slant height\nl = √(h² + (R-r)²)"]
    F --> G["CSA = π(R+r)l"]
V=πh3(R2+r2+Rr)V = \frac{\pi h}{3}(R^2 + r^2 + Rr) =π×243(152+102+15×10)= \frac{\pi \times 24}{3}(15^2 + 10^2 + 15 \times 10) =8π(225+100+150)=8π×475=3800π= 8\pi(225 + 100 + 150) = 8\pi \times 475 = 3800\pi =11942.86 cm311.94 litres= \mathbf{11942.86 \text{ cm}^3 \approx 11.94 \text{ litres}} l=h2+(Rr)2=242+(1510)2=576+25=60124.52 cml = \sqrt{h^2 + (R - r)^2} = \sqrt{24^2 + (15-10)^2} = \sqrt{576 + 25} = \sqrt{601} \approx 24.52 \text{ cm}

The bucket has a curved surface and a bottom circle (no top — it is open).

CSA of frustum: π(R+r)l=π(15+10)×24.52=613π1925.22\pi(R + r)l = \pi(15 + 10) \times 24.52 = 613\pi \approx 1925.22 cm²

Bottom circle: πr2=π×100=100π314.16\pi r^2 = \pi \times 100 = 100\pi \approx 314.16 cm²

Total metal sheet: 613π+100π=713π2239.38 cm2613\pi + 100\pi = 713\pi \approx \mathbf{2239.38 \text{ cm}^2}


Why This Works

A frustum is simply a cone with the top sliced off. Its volume equals the volume of the full cone minus the volume of the small cone that was removed. When you work through this subtraction algebraically (using similar triangles to relate the heights and radii), the formula V=πh3(R2+r2+Rr)V = \frac{\pi h}{3}(R^2 + r^2 + Rr) emerges.

The term R2+r2+RrR^2 + r^2 + Rr is the key — it is not (R+r)2(R+r)^2 or R2+r2R^2 + r^2. The cross term RrRr comes from the subtraction of similar cones. Remembering this specific form is critical.


Alternative Method — Direct Derivation

If the full cone has height HH and the small removed cone has height HhH - h:

By similar triangles: rR=HhH\frac{r}{R} = \frac{H-h}{H}, so H=RhRrH = \frac{Rh}{R-r}.

Volume of frustum = Volume of big cone - Volume of small cone = π3R2Hπ3r2(Hh)\frac{\pi}{3}R^2 H - \frac{\pi}{3}r^2(H-h)

Substituting and simplifying gives πh3(R2+r2+Rr)\frac{\pi h}{3}(R^2 + r^2 + Rr).

In CBSE, frustum problems are usually about practical objects: buckets, flower pots, or milk containers. The question will give two radii and a height (or slant height). Always identify which is RR (larger) and rr (smaller). If slant height ll is given instead of vertical height hh, use h=l2(Rr)2h = \sqrt{l^2 - (R-r)^2} to convert.


Common Mistake

The most common error: writing the volume formula as πh3(R2+r2)\frac{\pi h}{3}(R^2 + r^2) and forgetting the RrRr term. This underestimates the volume. The correct formula has three terms inside: R2+r2+RrR^2 + r^2 + Rr. A quick sanity check: if R=rR = r (cylinder, not a frustum), the formula should give πr2h\pi r^2 h, and indeed πh3(r2+r2+r2)=πr2h\frac{\pi h}{3}(r^2 + r^2 + r^2) = \pi r^2 h. Without the RrRr term, this check fails.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next