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: = radius of larger base, = radius of smaller base (top), = 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 and the height of the removed small cone be .
By similar triangles (the two cones are similar):
Solving:
Volume of big cone:
Volume of small cone:
After substitution and simplification:
Curved Surface Area:
where = slant height =
Total Surface Area:
Example: A bucket is 24 cm deep. Its top and bottom radii are 15 cm and 5 cm. Find its capacity.
Given: cm, cm, cm
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 comes from subtracting two similar cones. The cross-term appears naturally when we expand and substitute the similar triangle relationship. The formula is elegant because it reduces to the volume of a cylinder () when , and to the volume of a cone () when .
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 in terms of , , and , 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 (perpendicular height of the frustum) with (slant height). The volume formula uses , while the CSA formula uses . If the problem gives the slant height, first find before using the volume formula. Using directly in the volume formula gives a wrong answer. CBSE boards almost always give slant height in at least one frustum problem.