Master composite modeling with cylinders, cones, and spheres. Compute capacity and material usage with careful shared-face handling and lateral areas.
Volume is additive: for disjoint components, total volume is the sum of each part. For solids formed by joining pieces, ensure overlaps are handled correctly (avoid double-counting).
Surface area is not purely additive because shared faces are internal and not exposed. Subtract the areas of coincident faces, and add any newly exposed lateral areas (for removed parts).
A part consists of a cylinder of radius and height with a cone of radius and height attached on top, sharing the circular base. Compute total volume and exposed surface area.
Sum of cylinder and cone volumes:
Exposed surfaces include cylinder lateral + bottom, cone lateral; the shared base is internal.
A tank has a cylindrical body of radius and height topped with a hemisphere (radius also ). Compute capacity and mass of oil with density .
Mass = density × volume:
A cylindrical container (open top) of radius and height uses sheet metal of cost per square meter for walls and base. Find total cost as a function of .
Open top ⇒ exposed area = bottom + lateral:
For containers with wall thickness , capacity is the volume of the inner cavity. For a cylinder of outer radius and height , inner radius is (assuming bottom thickness included separately).
A cone has radius 5 cm and height 12 cm. Compute lateral area.
Slant cm. .
A cylinder (r=3, h=10) is capped by a cone (r=3, h=4). Compute exposed area.
Area = cylinder bottom + cylinder lateral + cone lateral. , ⇒ .
Find volume of a hemisphere with radius 6 cm.
.
Given , , cost . Find total cost.
Area = . Cost ≈ ≈ $30.16.
Outer R=10 cm, thickness t=0.5 cm, h=20 cm. Find capacity and material volume.
Inner r=9.5 cm. Capacity ; Material .
For an open-top cylinder with fixed surface area , find maximizing volume.
If radius tolerance is , estimate worst-case error in volume for a cylinder.
Worst-case .
Join cylinder (r=a,h=b) with hemisphere (R=a). Find exposed surface area.
Shared circular face is internal.
Attach a frustum (, , height=b/2) on a cylinder (r=a,h=b). Compute total surface.
s is slant of frustum; subtract shared circle.
A cylindrical hole (radius a) drilled through sphere (R). Find removed volume.
Napkin-ring result depends only on height h.
Two rectangular prisms share a face A×B. Compute exposed area.
Subtract 2AB from naive sum.
Compute volume of a frustum vase; compare to full cone difference.
Find the area of a spherical cap of height h on radius R.
A cone carved from a cylinder (same r,h). Compute remaining volume.
Glue a cone to a hemisphere (same radius). Find exposed area.
Shared circle is internal; include cone lateral + hemisphere area.