Applications and Combinations of Shapes
Most real-world objects are not pure shapes — they combine cylinders, cones, hemispheres, and cuboids. A tent is a cylinder topped by a cone. A vitamin capsule is a cylinder with hemispheres on each end. A grain silo is a cylinder with a hemispherical or conical roof. This lesson teaches how to handle such composite objects: identify the parts, compute each separately, and add (or subtract) appropriately.
The general approach
- Identify the basic shapes that make up the object.
- Compute the relevant quantity (surface area or volume) for each part separately.
- Add or subtract as appropriate — typically add for total volume, add for surface areas while omitting shared interfaces (faces hidden inside the object).
For surface areas, the most common mistake is including a face that is inside the composite object and should not be counted.
Five typical configurations
Configuration 1: Cone on top of a cylinder (a tent). The bottom of the cone is the same as the top of the cylinder — neither face is exposed. So:
- Total surface area = CSA(cylinder) + CSA(cone) + circular base of cylinder (the floor of the tent).
- If only the canvas above the ground matters: just CSA(cylinder) + CSA(cone).
- Total volume = .
Configuration 2: Hemisphere on top of a cylinder (a dome). The flat side of the hemisphere is on top of the cylinder — both circular faces are interior.
- Total surface area = CSA(cylinder) + curved SA(hemisphere) + circular base of cylinder.
- Total volume = .
Configuration 3: Cylinder with hemispheres on both ends (a capsule). Both flat hemisphere faces are inside.
- Total surface area = CSA(cylinder) + 2 × curved SA(hemisphere) = .
- Total volume = .
Configuration 4: Cone inside a cylinder (a conical hole). A solid cylinder has a cone-shaped depression at one end.
- Volume = cylinder volume - cone volume.
- Surface area depends on what is exposed — be careful.
Configuration 5: Cylinder around a sphere. A cylinder of radius and height exactly encloses a sphere of radius .
- Volume of sphere = of cylinder volume.
Detailed worked example
A circus tent is in the shape of a cylinder topped by a cone. The cylinder has radius m and height m; the cone has radius m and height m. How much canvas is required (excluding the floor)?
Step 1. Compute the slant height of the cone: m.
Step 2. CSA of cylinder: m.
Step 3. CSA of cone: m.
Step 4. Total canvas m.
Another worked example
A solid is made of a cylinder of radius cm and height cm, with hemispherical ends. Find the total surface area and total volume.
Step 1. CSA of cylinder cm.
Step 2. CSA of two hemispheres cm.
Step 3. Total surface area cm.
Step 4. Volume = cylinder + 2 × hemisphere = cm.
Worked examples
Example 1. A wooden toy is a cone mounted on a hemisphere of common radius cm. The cone's height is cm. Find the total surface area.
CSA of cone: where . So CSA . CSA of hemisphere: . Total: cm.
Example 2. A cylindrical tank has a hemispherical top, both of radius m. The cylindrical part is m tall. Find the total volume.
Cylinder: . Hemisphere: . Total: m m.
Example 3. A cuboidal block has a cylindrical hole drilled through it. Cuboid: . Hole radius: , depth: (drilled all the way through).
Volume of block . Volume of hole . Remaining .
Example 4. An ice-cream cone is shaped like a cone (radius cm, height cm) with a hemispherical scoop (radius cm) on top. Find the total volume.
Cone: . Hemisphere: . Total: cm.
Example 5. A grain silo has a cylindrical body of radius m and height m, with a conical top of slant height m on the same base. Find the total surface area excluding the bottom.
Cone height: . CSA of cone: . CSA of cylinder: . Total: m.
Try it yourself
- A circus tent has a cylinder of radius m and height m, with a cone of slant height m on top. Find the canvas required.
- A capsule has cylindrical body of radius cm and length cm, with hemispherical ends. Find the volume.
- A wooden article is a cylinder (radius cm, height cm) with a cone (same radius, height cm) on top. Find the total surface area.
- A solid is half a sphere (radius ) on top of a cylinder (same radius, height ). Express its volume.
- A cylindrical glass has a hemispherical bottom (open at top). It is filled with water. Compute the volume for radius and cylinder height .
- A cube of side has a cone of radius and height drilled from one face. Find the remaining volume.
- A toy is a cone on a hemisphere, both of radius cm. The cone is cm tall. Find the volume.
- A grain silo: cylinder () with cone on top (). Find total volume.
- A wooden block (cuboid, cm) has a cylindrical hole of radius drilled through the smallest face. Find the remaining volume.
- An object is a sphere of radius inscribed in a cylinder of radius and height . Find the volume of the cylinder NOT occupied by the sphere.
Pitfalls / Insight
- Don't double-count interior surfaces. When two shapes meet, the shared face is not part of the exterior.
- Match dimensions. Ensure all radii and heights are in compatible units.
- Use the right value of as the problem requests.
Insight. Real-world objects almost always combine basic shapes. Once you can identify the parts and apply the formulas separately, no composite object will defeat you. The technique is exactly the same as Chapter 10's triangulation — break the unknown into knowns and add (or subtract).