- This chapter covers six solid shapes: cuboid, cube, right circular cylinder, right circular cone, sphere, and hemisphere.
- For each solid you need three distinct measures: Lateral (Curved) Surface Area (LSA/CSA), Total Surface Area (TSA), and Volume.
- LSA = only the side walls (no top/bottom bases). TSA = every exposed face. Volume = space inside the solid.
- Real-world application questions (painting a tank, canvas for a tent, water in a pipe) dominate the board exam — learn to identify which formula fits.
- Board weightage: approx. 8-10 marks/year, spread across 1-2 short-answer (3 marks each) and 1 long-answer (4 marks). Composite-solid questions appear frequently.
- Key constant: use $\pi = \dfrac{22}{7}$ unless stated otherwise. Use $\pi = 3.14$ when the radius has decimal digits.
S1. Cuboid
A cuboid (rectangular box) has length $l$, breadth $b$, and height $h$. It has 6 rectangular faces, 12 edges, and 8 vertices. Every face is a rectangle.
Each variable explained:
- $l$ = length of the base; $b$ = breadth of the base; $h$ = height of the cuboid.
- LSA counts only the four vertical walls. If you are painting the four walls of a room (floor and ceiling excluded), you use LSA $= 2h(l+b)$. Perimeter of base $\times$ height is an easy way to remember this.
- TSA adds the two horizontal faces (top and bottom), each of area $lb$. TSA $=$ LSA $+ 2lb = 2h(l+b) + 2lb = 2(lb + bh + hl)$.
- Volume counts every cubic unit inside. Important conversion: $1\ \text{m}^3 = 1000\ \text{litres}$.
Problem: A room is 5 m long, 4 m wide, and 3 m high. Find the cost of whitewashing the four walls and the ceiling at Rs 7.50 per m2.
Step 1 — Area of four walls (LSA): $2h(l+b) = 2 \times 3 \times (5+4) = 6 \times 9 = 54\ \text{m}^2$.
Step 2 — Area of ceiling: $l \times b = 5 \times 4 = 20\ \text{m}^2$.
Step 3 — Total area to whitewash: $54 + 20 = 74\ \text{m}^2$.
Step 4 — Cost: $74 \times 7.50 = \textbf{Rs 555}.$
Problem: Mary wants to cover a wooden box (dimensions 80 cm by 40 cm by 20 cm) with square sheets of paper of size 40 cm by 40 cm. How many sheets are required?
Solution: TSA of box $= 2(lb + bh + hl) = 2(80 \times 40 + 40 \times 20 + 20 \times 80) = 2(3200 + 800 + 1600) = 2 \times 5600 = 11200\ \text{cm}^2$.
Area of one sheet $= 40 \times 40 = 1600\ \text{cm}^2$.
Sheets required $= \dfrac{11200}{1600} = \mathbf{7\ \text{sheets}}.$
Problem: Paint sufficient to cover $9.375\ \text{m}^2$ is available. How many bricks of dimensions $22.5\ \text{cm} \times 10\ \text{cm} \times 7.5\ \text{cm}$ can be painted?
Solution: TSA of one brick $= 2(22.5 \times 10 + 10 \times 7.5 + 7.5 \times 22.5) = 2(225 + 75 + 168.75) = 937.5\ \text{cm}^2$.
Total paint area $= 9.375\ \text{m}^2 = 93750\ \text{cm}^2$.
Number of bricks $= \dfrac{93750}{937.5} = \mathbf{100\ \text{bricks}}.$
S2. Cube
A cube is a special cuboid where all three edges are equal: $l = b = h = a$. All 6 faces are identical squares.
Each variable explained:
- $a$ = edge (side) length of the cube.
- LSA = 4 faces (the four side faces, excluding top and bottom) $\times\ a^2 = 4a^2$.
- TSA = 6 equal square faces $\times\ a^2 = 6a^2$. Verify: substitute $l = b = h = a$ into cuboid TSA formula $2(lb+bh+hl) = 2 \times 3a^2 = 6a^2$. Consistent.
- A cube of side 10 cm has volume $10^3 = 1000\ \text{cm}^3 = 1\ \text{litre}$. Very handy fact.
Problem: A cubical box has a volume of $\dfrac{125}{8}\ \text{m}^3$. Find its TSA.
Solution: $a^3 = \dfrac{125}{8} \Rightarrow a = \dfrac{5}{2}\ \text{m} = 2.5\ \text{m}$.
TSA $= 6a^2 = 6 \times (2.5)^2 = 6 \times 6.25 = \mathbf{37.5\ \text{m}^2}.$
S3. Right Circular Cylinder
A right circular cylinder has a circular base of radius $r$ and a height $h$, with the axis perpendicular to the base. Examples: a water pipe, a tin can, a roller, a well.
Each variable explained:
- $r$ = radius of the circular base; $h$ = height (length) of the cylinder.
- CSA = circumference of base $\times$ height $= 2\pi r \times h = 2\pi rh$. This is the area of the curved side wall (like the label on a tin can — if you cut and unroll it, you get a rectangle of width $2\pi r$ and height $h$).
- TSA = CSA + 2 circular bases $= 2\pi rh + 2\pi r^2 = 2\pi r(r+h)$.
- Volume = area of base $\times$ height $= \pi r^2 h$.
- For hollow cylinders (pipes), only the material (between outer radius $R$ and inner radius $r$) is solid. Volume of material $= \pi(R^2 - r^2)h$.
Problem: A cylindrical pillar is 50 cm in diameter and 3.5 m in height. Find the cost of painting its curved surface at Rs 12.50 per m2.
Solution: $r = 25\ \text{cm} = 0.25\ \text{m}$; $h = 3.5\ \text{m}$.
CSA $= 2\pi rh = 2 \times \dfrac{22}{7} \times 0.25 \times 3.5 = 2 \times \dfrac{22}{7} \times \dfrac{7}{8} = \dfrac{11}{2} = 5.5\ \text{m}^2$.
Cost $= 5.5 \times 12.50 = \textbf{Rs 68.75}.$
Problem: The inner diameter of a circular well is 3.5 m and it is 10 m deep. Find (i) its inner curved surface area, (ii) the cost of plastering at Rs 40 per m2.
Solution: $r = 1.75\ \text{m}$, $h = 10\ \text{m}$.
(i) CSA $= 2\pi rh = 2 \times \dfrac{22}{7} \times 1.75 \times 10 = 110\ \text{m}^2$.
(ii) Cost $= 110 \times 40 = \textbf{Rs 4400}.$
Problem: A cylindrical vessel is 14 cm in diameter and 24 cm tall. How many litres of oil can it hold?
Solution: $r = 7\ \text{cm}$, $h = 24\ \text{cm}$.
Volume $= \pi r^2 h = \dfrac{22}{7} \times 49 \times 24 = 22 \times 7 \times 24 = 3696\ \text{cm}^3$.
Capacity $= \dfrac{3696}{1000} = \mathbf{3.696\ \text{litres}}.$
Problem: A metallic pipe has inner diameter 4 cm, outer diameter 4.4 cm, and length 72 cm. If density of metal is $8\ \text{g/cm}^3$, find its mass.
Solution: $R = 2.2\ \text{cm}$, $r = 2\ \text{cm}$, $h = 72\ \text{cm}$.
Volume of metal $= \pi(R^2 - r^2)h = \dfrac{22}{7} \times (4.84 - 4) \times 72 = \dfrac{22}{7} \times 0.84 \times 72 = 190.08\ \text{cm}^3$.
Mass $= 190.08 \times 8 = \mathbf{1520.64\ \text{g}} \approx 1.52\ \text{kg}.$
S4. Right Circular Cone
A right circular cone has a circular base of radius $r$, a perpendicular height $h$, and a slant height $l$ connecting the apex to the rim of the base. Examples: an ice-cream cone, a funnel, a conical tent, a heap of sand.
Each variable explained:
- $r$ = radius of base circle; $h$ = perpendicular (vertical) height from centre of base to apex; $l$ = slant height (the sloping edge from apex to base rim).
- The relation $l = \sqrt{r^2 + h^2}$ comes from the right triangle in the cross-section: hypotenuse $l$, legs $r$ and $h$. Always compute $l$ first when given $r$ and $h$ and asked for CSA or TSA.
- CSA $= \pi r l$ — the area of the curved lateral surface, like the fabric of a conical tent (base circle excluded).
- TSA $= \pi r l + \pi r^2 = \pi r(r+l)$ — adds the base circle.
- Volume of cone $= \dfrac{1}{3}\pi r^2 h = \dfrac{1}{3} \times \text{Volume of enclosing cylinder}$. A cone holds exactly one-third as much as the cylinder with the same base and height. This is a standard experimental result shown in NCERT.
Problem: Find the curved surface area of a cone with slant height 60 cm and base radius 21 cm.
Solution: CSA $= \pi rl = \dfrac{22}{7} \times 21 \times 60 = 22 \times 3 \times 60 = \mathbf{3960\ \text{cm}^2}.$
Problem: The slant height and base diameter of a conical tomb are 25 m and 14 m. Find the cost of white-washing its curved surface at Rs 210 per 100 m2.
Solution: $r = 7\ \text{m}$, $l = 25\ \text{m}$.
CSA $= \pi rl = \dfrac{22}{7} \times 7 \times 25 = 22 \times 25 = 550\ \text{m}^2$.
Cost $= \dfrac{550 \times 210}{100} = \textbf{Rs 1155}.$
Problem: A conical tent is 10 m high and has base radius 24 m. Find (i) slant height, (ii) cost of canvas at Rs 70 per m2.
Solution: $h = 10\ \text{m}$, $r = 24\ \text{m}$.
(i) $l = \sqrt{r^2 + h^2} = \sqrt{576 + 100} = \sqrt{676} = \mathbf{26\ \text{m}}.$
(ii) Canvas area = CSA $= \dfrac{22}{7} \times 24 \times 26 = \dfrac{13728}{7} \approx 1961.14\ \text{m}^2$.
Cost $\approx 1961.14 \times 70 \approx \textbf{Rs 1,37,280}.$
Problem: Height of a cone = 16 cm, base radius = 12 cm. Find CSA and TSA. (Use $\pi = 3.14$)
Solution: $l = \sqrt{12^2 + 16^2} = \sqrt{144 + 256} = \sqrt{400} = 20\ \text{cm}$.
CSA $= 3.14 \times 12 \times 20 = \mathbf{753.6\ \text{cm}^2}.$
TSA $= \pi r(r+l) = 3.14 \times 12 \times (12+20) = 3.14 \times 12 \times 32 = \mathbf{1205.76\ \text{cm}^2}.$
Problem: A heap of wheat is conical with diameter 10.5 m and height 3 m. Find (i) its volume, (ii) canvas area to cover it from rain.
Solution: $r = 5.25\ \text{m}$, $h = 3\ \text{m}$.
$l = \sqrt{5.25^2 + 3^2} = \sqrt{27.5625 + 9} = \sqrt{36.5625} \approx 6.05\ \text{m}$.
(i) Volume $= \dfrac{1}{3}\pi r^2 h = \dfrac{1}{3} \times \dfrac{22}{7} \times 5.25^2 \times 3 = \dfrac{22}{7} \times 27.5625 = \mathbf{86.625\ \text{m}^3}.$
(ii) Canvas area = CSA $= \pi rl = \dfrac{22}{7} \times 5.25 \times 6.05 \approx \mathbf{99.55\ \text{m}^2}.$
S5. Sphere
A sphere is a perfectly round solid. Every point on its surface is at the same distance (radius $r$) from the centre. Examples: a ball, a marble, a shot-put, a globe. For a sphere there is no distinction between LSA and TSA — the entire surface is one continuous curved face.
Each variable explained:
- $r$ = radius. If diameter $d$ is given, use $r = d/2$ first.
- Surface area $= 4\pi r^2$: equals exactly four times the area of the sphere's great circle ($\pi r^2$). A geometric fact worth remembering: if you wrap a sphere perfectly, the paper has area equal to four of the circular cross-sections.
- Volume $= \dfrac{4}{3}\pi r^3$: a sphere's volume is $\dfrac{2}{3}$ of the volume of its circumscribing cylinder (Archimedes).
Problem: Find the surface area of a sphere of radius 14 cm.
Solution: SA $= 4\pi r^2 = 4 \times \dfrac{22}{7} \times 196 = 4 \times 22 \times 28 = \mathbf{2464\ \text{cm}^2}.$
Problem: Find the surface area of a sphere of diameter 14 cm.
Solution: $r = 7\ \text{cm}$. SA $= 4 \times \dfrac{22}{7} \times 49 = 4 \times 22 \times 7 = \mathbf{616\ \text{cm}^2}.$
Problem: A shot-put is a metallic sphere of radius 4.9 cm. Density of metal $= 7.8\ \text{g/cm}^3$. Find its mass.
Solution: Volume $= \dfrac{4}{3} \times \dfrac{22}{7} \times (4.9)^3 = \dfrac{4}{3} \times \dfrac{22}{7} \times 117.649 \approx 493.1\ \text{cm}^3$.
Mass $= 493.1 \times 7.8 \approx \mathbf{3846.32\ \text{g}} \approx 3.85\ \text{kg}.$
Problem: Find the volume of a sphere whose surface area is $154\ \text{cm}^2$.
Solution: $4\pi r^2 = 154 \Rightarrow r^2 = \dfrac{154 \times 7}{4 \times 22} = \dfrac{1078}{88} = \dfrac{49}{4} \Rightarrow r = 3.5\ \text{cm}$.
Volume $= \dfrac{4}{3} \times \dfrac{22}{7} \times (3.5)^3 = \dfrac{4}{3} \times \dfrac{22}{7} \times 42.875 = \dfrac{4 \times 22 \times 42.875}{21} \approx \mathbf{179.67\ \text{cm}^3}.$
S6. Hemisphere
A hemisphere is half a sphere, cut along a great circle. It has one curved surface and one flat circular base. Examples: a bowl, a dome, a half-melon.
Each variable explained:
- $r$ = radius of the hemisphere.
- CSA = half the sphere's surface $= \dfrac{1}{2} \times 4\pi r^2 = 2\pi r^2$ (the dome part only).
- TSA = curved part + flat circular base $= 2\pi r^2 + \pi r^2 = 3\pi r^2$.
- Volume = half the sphere's volume $= \dfrac{1}{2} \times \dfrac{4}{3}\pi r^3 = \dfrac{2}{3}\pi r^3$.
- Common exam trap: Use TSA $= 3\pi r^2$ for a solid hemisphere (like a marble cut in half). Use CSA $= 2\pi r^2$ for an open bowl (where only the inner curved surface is painted).
Problem: A hemispherical bowl has diameter 14 cm. Find its total surface area.
Solution: $r = 7\ \text{cm}$. TSA $= 3\pi r^2 = 3 \times \dfrac{22}{7} \times 49 = 3 \times 22 \times 7 = \mathbf{462\ \text{cm}^2}.$
Problem: How many litres of milk can a hemispherical bowl of diameter 10.5 cm hold?
Solution: $r = 5.25\ \text{cm}$.
Volume $= \dfrac{2}{3}\pi r^3 = \dfrac{2}{3} \times \dfrac{22}{7} \times (5.25)^3 = \dfrac{2}{3} \times \dfrac{22}{7} \times 144.703 \approx 303.19\ \text{cm}^3$.
Capacity $= \dfrac{303.19}{1000} \approx \mathbf{0.303\ \text{litres}}.$
S7. Composite (Combined) Solids
Many real-world objects are combinations of two or more basic solids. To find their surface area or volume, break them into known parts, compute each separately, then combine carefully.
Key principle: When two solids are joined, the common face is interior — do NOT count it in the total surface area. Subtract any face that disappears into the interior of the composite shape.
Common composite types in NCERT/board exams:
- Cylinder topped with a cone (rocket shape): TSA = CSA of cylinder + base of cylinder + CSA of cone (no circular face between them counted).
- Cylinder topped with a hemisphere (capsule): TSA = CSA of cylinder + base of cylinder + CSA of hemisphere.
- Hemisphere placed inside a cone (ice-cream scoop in cone).
- Cuboid with a hemispherical cavity scooped out.
Problem: A vessel is a hollow hemisphere mounted on a hollow cylinder. Diameter of hemisphere = 14 cm. Total height = 13 cm. Find the inner surface area of the vessel.
Solution: $r = 7\ \text{cm}$. Height of cylinder $= 13 - 7 = 6\ \text{cm}$.
Inner surface = CSA of cylinder + CSA of hemisphere $= 2\pi rh + 2\pi r^2 = 2\pi r(h + r)$
$= 2 \times \dfrac{22}{7} \times 7 \times (6 + 7) = 44 \times 13 = \mathbf{572\ \text{cm}^2}.$
Problem: A toy is in the form of a hemisphere surmounted on a right circular cylinder. The diameter of the base of the cylinder is 7 cm, height of cylinder is 13 cm. Find the surface area of the toy. (Use $\pi = 22/7$)
Solution: $r = 3.5\ \text{cm}$, $h = 13\ \text{cm}$.
TSA = CSA of cylinder + base of cylinder + CSA of hemisphere
$= 2\pi rh + \pi r^2 + 2\pi r^2 = 2\pi r(h + r) + \pi r^2$
$= 2 \times \dfrac{22}{7} \times 3.5 \times 16.5 + \dfrac{22}{7} \times 12.25$
$= 22 \times 33 + 38.5 = 726 + 38.5 = \mathbf{764.5\ \text{cm}^2}.$
Problem: A gulab jamun has cylindrical portion of length 5 cm and diameter 2.8 cm, with hemispherical ends. Find its volume.
Solution: $r = 1.4\ \text{cm}$, length of cylinder $= 5\ \text{cm}$.
Total length $= 5 + 1.4 + 1.4 = 7.8\ \text{cm}$ (two hemispheres add $2r$ to length).
Volume $= \pi r^2 h_{\text{cyl}} + 2 \times \dfrac{2}{3}\pi r^3 = \pi r^2 \left(h + \dfrac{4r}{3}\right)$
$= \dfrac{22}{7} \times (1.4)^2 \times \left(5 + \dfrac{4 \times 1.4}{3}\right) = \dfrac{22}{7} \times 1.96 \times 6.867 \approx \mathbf{25.05\ \text{cm}^3}.$
S8. Master Formula Table
Pin this table — everything your board exam tests from this chapter:
| Solid | LSA / CSA | TSA | Volume |
|---|---|---|---|
| Cuboid ($l, b, h$) | $2h(l+b)$ | $2(lb+bh+hl)$ | $lbh$ |
| Cube (side $a$) | $4a^2$ | $6a^2$ | $a^3$ |
| Cylinder ($r, h$) | $2\pi r h$ | $2\pi r(r+h)$ | $\pi r^2 h$ |
| Cone ($r, h, l$) | $\pi r l$ | $\pi r(r+l)$ | $\dfrac{1}{3}\pi r^2 h$ |
| Sphere ($r$) | $4\pi r^2$ | $4\pi r^2$ | $\dfrac{4}{3}\pi r^3$ |
| Hemisphere ($r$) | $2\pi r^2$ | $3\pi r^2$ | $\dfrac{2}{3}\pi r^3$ |
Cone slant height: $l = \sqrt{r^2 + h^2}$. Compute this first whenever $r$ and $h$ are given.
Hollow cylinder (pipe): Volume of material $= \pi(R^2 - r^2)h$, where $R$ = outer radius, $r$ = inner radius.
Unit conversions: $1\ \text{m}^3 = 10^6\ \text{cm}^3 = 1000\ \text{litres}$; $1\ \text{dm}^3 = 1\ \text{litre}$; $1\ \text{cm}^3 = 1\ \text{mL}$.
S9. Common Mistakes and Exam Tips
- Diameter vs radius: The single most common error. When a problem says "diameter = 14 cm", you must use $r = 7\ \text{cm}$ in every formula. Never plug in the diameter directly.
- Slant height vs vertical height: CSA of a cone uses slant height $l$, not vertical height $h$. If the problem gives $r$ and $h$, compute $l = \sqrt{r^2+h^2}$ as the very first step.
- Sphere: no separate LSA and TSA. The whole surface is $4\pi r^2$. Do not add any flat base.
- Hemisphere TSA trap: For an open bowl (inner surface only), use $2\pi r^2$. For a solid hemisphere (like a rubber dome), use $3\pi r^2$. Read the question carefully.
- Composite solid SA: The touching face disappears. Two solids joined at a circle of radius $r$ contribute $-2\pi r^2$ to the combined TSA (both sides of that face are interior).
- The 1/3 in cone volume: Forgetting this triples your answer — a very expensive mistake in a 3-mark question. Cone $= \dfrac{1}{3}$ cylinder.
- Consistent units: Convert all lengths to the same unit before computing. A common trap: radius in cm but height in m.
- Choice of pi: Use $\dfrac{22}{7}$ when the radius is a multiple of 7 (gives clean answers). Use $3.14$ when decimals appear. The problem usually indicates which.
- Volume and capacity: Volume gives cm3; to convert to litres divide by 1000. A cylinder of radius 10 cm and height 14 cm holds $\pi \times 100 \times 14 = 1400\pi \approx 4400\ \text{cm}^3 = 4.4$ litres.
- $16\ \text{cm}^2$
- $64\ \text{cm}^2$
- $96\ \text{cm}^2$
- $48\ \text{cm}^2$
- $\dfrac{4}{3}\pi \times 6^3\ \text{cm}^3$
- $\dfrac{4}{3}\pi \times 3^3\ \text{cm}^3$
- $4\pi \times 3^2\ \text{cm}^3$
- $\pi \times 3^3\ \text{cm}^3$
- $550\ \text{cm}^2$
- $1100\ \text{cm}^2$
- $175\ \text{cm}^2$
- $704\ \text{cm}^2$
- $440\ \text{cm}^2$
- $660\ \text{cm}^2$
- $748\ \text{cm}^2$
- $374\ \text{cm}^2$
- $1 : 3$
- $3 : 1$
- $1 : 9$
- $9 : 1$
- $23\ \text{cm}$
- $17\ \text{cm}$
- $\sqrt{161}\ \text{cm}$
- $\sqrt{481}\ \text{cm}$
- $308\ \text{cm}^2$
- $154\ \text{cm}^2$
- $462\ \text{cm}^2$
- $616\ \text{cm}^2$
- 2 times
- 4 times
- 6 times
- 8 times
- $\sqrt{25}\ \text{cm}$
- $\sqrt{41}\ \text{cm}$
- $5\sqrt{2}\ \text{cm}$
- $\sqrt{34}\ \text{cm}$
- $r$
- $r\sqrt{2}$
- $2r$
- $r/\sqrt{2}$
Book a free demo class