Area & Volume Formulas: Complete Guide for All Shapes

Master surface area and volume questions with this complete guide, including formulas, worked examples, word problems, and common mistakes explained clearly
Surface area and volume questions graphic with cylinder and sphere formulas in Think10x.ai guide

Surface area and volume questions often trip up students more than almost any other topic in geometry does, not because the ideas are difficult, but because the formulas are easy to confuse under pressure. Is it πr²h or ⅓πr²h? Is the answer in cm² or cm³? Once you understand the logic behind each formula, you can find missing dimensions, classify solids, calculate real-world measurements, and solve coordinate problems using the same principles.

What Is the Difference Between Area and Volume?

Area measures flat 2D space, surface area covers the outside of a 3D object, and volume measures the space inside.

When Should You Use an Area, Volume, or Surface Area Formula?

Situation What to Use Units
Flat 2D shape, like a triangle, circle, or trapezoid
Area formula for that shape
cm², m²
3D solid, how much it holds or fills
Volume
cm³, m³
3D solid, paint, wrap, tile, or cover outside
Surface area
cm², m²
Combined solid, two shapes joined
Calculate each part, then add
Same as above
Hollow solid, one shape inside another
Calculate outer, then subtract inner
Same as above

Surface Area and Volume Formula Table

r = radius, h = height, l = slant height, a = side length.

Shape Total Surface Area (TSA) Lateral Surface Area Volume
Cube (a)
6a²
4a²
Cuboid (l, b, h)
2(lb + bh + hl)
2h(l + b)
l × b × h
Cylinder (r, h)
2πr(r + h)
2πrh
πr²h
Cone (r, l, h)
πr(r + l)
πrl
⅓πr²h
Sphere (r)
4πr²
4πr²
(4/3)πr³
Hemisphere (r)
3πr²
2πr²
(2/3)πr³

Area Formulas – 2D Shapes

How do you find the area of a triangle?

Use ½ba when base and perpendicular height are given. When only three side lengths are stated, use Heron’s formula – A = (s(s−a)(s−b)(s−c)), where s = (a+b+c)/2.

Heron’s formula example, integer result

  • Side a = 13 cm, b = 14 cm, c = 15 cm
  • s = (13 + 14 + 15) / 2 = 21
  • A = √(21 × 8 × 7 × 6) = √7056
  • √7056 = 84 (exact; no calculator needed)
  • A = 84 cm²

13–14–15 is not a Pythagorean triple, so ½bh cannot be applied without first finding the height. Heron’s formula gives the result in one step.

How do you find the area of a circle?

A = πr² | C = 2πr = πd

Square the radius first, then multiply by π. If the problem gives diameter d, always halve it before substituting; r = d ÷ 2.

Circle inscribed in a square with a shaded region

  • A circle is inscribed in a square of side 14 cm. Find the shaded area between them, to 2 d.p.
  • r = 14 ÷ 2 = 7 cm | Area of square = 14² = 196 cm²
  • Area of circle = π × 7² = 49π ≈ 153.94 cm²
  • Shaded area = 196 − 153.94 = 42.06 cm²

How do you find the area of a trapezoid?

A = ½ × (b₁ + b₂) × h

Add the two parallel sides, multiply by the perpendicular height, then halve. The slant sides are never used in the area formula.

Find Height Using Pythagoras First

  • An isosceles trapezoid has parallel sides 16 m and 28 m, and non-parallel sides (legs) of 10 m each.
  • Each base overhang = (28 − 16) ÷ 2 = 6 m
  • h = √(10² − 6²) = √64 = 8 m
  • A = ½ × (16 + 28) × 8 = 176 m²

Volume Formulas – Solids Volume

Understanding solid volume, the amount of space a 3D object holds, is one of the most practical skills in geometry. Each shape below shows the formula and worked examples.

How do you find the volume of a cylinder?

V = πr²h | TSA = 2πr(r + h)

Question

A cylindrical water tank has a diameter of 10 m and a height of 4 m. Water is pumped in at a rate of 25π m³ per hour. How many hours will it take to fill the tank to 80% of its capacity?

A. 2 hours B. 3.2 hours C. 4 hours D. 6.4 hours

Solution

  • Diameter = 10 m → radius = 5 m
  • Full volume = πr²h = π × 25 × 4 = 100π m³
  • 80% capacity = 0.8 × 100π = 80π m³
  • Time = 80π ÷ 25π = 3.2 hours

Key rule

Always convert diameter to radius first (r = d ÷ 2) before using the formula.

Why the other choices are wrong

A (2) divides the full volume by the rate without applying the 80% factor. C (4) forgets the 80% and fills the whole tank. D (6.4) uses the diameter directly in place of the radius.

Volume and surface area word problem with variables

A closed right circular cylinder has radius x cm and height x+6 cm. If the numerical value of its volume is equal to twice the numerical value of its total surface area, what is the value of x?

A. 4 B. 5 C. 6 D. 8

Solution

  • Volume = πx²(x+6)   |   TSA = 2πx(x + (x+6)) = 2πx(2x+6)
  • Set V = 2 × TSA: πx²(x+6) = 2 × 2πx(2x+6)
  • Divide both sides by πx: x(x+6) = 4(2x+6)
  • x² + 6x = 8x + 24 → x² − 2x − 24 = 0
  • Factor: (x − 6)(x + 4) = 0 → x = 6 (reject x = −4, radius must be positive)
  •  x = 6

Key rule

Set up both formulas in full before equating. Dividing by πx early removes a variable and turns the equation into a standard quadratic. Always reject negative solutions for a radius.

Why the other choices are wrong

A (4) comes from a sign error when rearranging. B (5) results from not dividing by πx before comparing terms. D (8) comes from using height alone instead of (r + h) in the TSA formula.

Think10x.ai Video Explaining the Cylinder Problem

How Do You Find the Volume of a Cone?

V = ⅓πr²h | TSA = πr(r + l)

A cone is a 3D solid with a circular base and a single vertex. Its volume is always one-third of a cylinder with the same base and height. The slant height l is used only in surface area, not in volume.

Question

A cone has volume 108π cm³. Its height is 3 times its radius. Find the radius.

Solution

  • Let radius = r, so height = 3r
  • V = ⅓πr²h = ⅓ × π × r² × 3r = πr³
  • πr³ = 108π → r³ = 108 → r = ∛108 = 3∛4 cm (exact) 4.76 cm

Common trap is forgetting to substitute h = 3r before simplifying.

How do you find the volume of a sphere?

V = ⁴⁄₃πr³ | SA = 4πr²

If the problem gives the diameter, halve it immediately. 

Sphere removed from a cube

A cube has side length 2x. A sphere of the greatest possible size is removed from the cube. Which expression represents the total surface area of the remaining solid?

A. 24x² − 4πx² B. 24x² + 4πx² C. 6x² + 4πx² D. 24x² + πx²

Solution

  • Cube TSA = 6(2x)² = 6 × 4x² = 24x²
  • Largest sphere that fits; diameter = side length → radius = x
  • The sphere is carved completely inside the cube, so all 6 outer faces remain unchanged.
  • The sphere’s exposed curved surface adds; 4πx² (the entire inner spherical surface is exposed)
  • The cube’s outer faces remain intact. The only new surface created is the inner curved surface of the sphere.
  • Correct approach is 6 cube faces stay (sphere is carved out internally) = 24x². Add full sphere surface = 4πx²
  • Total SA of remaining solid = 24x² + 4πx²

Key rule

When a sphere is carved from inside a cube, the 6 outer faces are unchanged (24x²). The internal cavity exposes the full sphere surface (4πx²). Add them, do not subtract.

Why the other choices are wrong

A subtracts the sphere surface instead of adding it. C uses only one face (6x²) instead of the full cube. D uses πx² (one circle) instead of the full sphere SA of 4πx².

Think10x.ai Video Explaining the Sphere Problem

How Do You Find the Volume of a Cuboid?

V = l × w × h | TSA = 2(lw + wh + lh)

Partial Fill, How Much More Is Needed?

A tank measuring 60 cm × 30 cm × 40 cm is already 75% filled with water. How many more litres are needed to fill it completely?

  • Total volume = 60 × 30 × 40 = 72,000 cm³
  • Volume already filled = 75% × 72,000 = 54,000 cm³
  • Volume still needed = 72,000 − 54,000 = 18,000 cm³ = 18 litres

Common trap is computing the full capacity (72 litres) and stopping there. The question asks for the remaining 25%, not the total. Always re-read what is being asked before writing the final answer.

How Do You Calculate Surface Area?

Surface area measures the outside of a 3D object, while volume measures the space inside.

Hemisphere on a cylinder with surface area

A solid is formed by placing a hemisphere on top of a cylinder. The radius of both the hemisphere and the cylinder is 6 cm, and the height of the cylinder is 10 cm. The bottom of the cylinder is closed.

Question

What is the total outer surface area, in square centimeters, of the solid?

Answer choices

A. 156π B. 192π C. 228π D. 264π

Solution

  • Identify the three exposed surfaces (1) bottom circle of cylinder, (2) curved wall of cylinder, (3) curved surface of hemisphere
  • Bottom circle = πr² = π(6²) = 36π cm²
  • Curved cylinder wall = 2πrh = 2π(6)(10) = 120π cm²
  • Curved hemisphere = 2πr² = 2π(36) = 72π cm²
  • Note: the flat circular top of the cylinder is NOT exposed, the hemisphere sits on it
  • Total SA = 36π + 120π + 72π = 228π cm²

Key rule

List every face and mark each as exposed or hidden before calculating. The shared circle between the hemisphere and cylinder top is interior, it is counted zero times. The bottom circle is exposed once.

Why the other choices are wrong

A (156π) omits the bottom circular face. B (192π) uses only half the curved hemisphere (πr² instead of 2πr²). D (264π) double-counts the shared circular face, adding it as both a cylinder top and a hemisphere base.

Think10x.ai Video Explaining the Hemisphere on Cylinder Problem

Composite solid worked example

Many surface area and volume word problems combine two shapes. Break the solid into familiar shapes, solve each part separately, then add or subtract.

Question

A garden ornament is formed by placing a solid cone on top of a solid cylinder. Both share the same circular base of radius 3 cm. The cylinder has height 8 cm and the cone has height 4 cm. Find the total volume in terms of π.

Answer choices

A. 72π cm³ B. 84π cm³ C. 96π cm³ D. 108π cm³

Solution

  • Cylinder (r = 3, h = 8) and cone (r = 3, h = 4)
  • V_cylinder = πr²h = π × 9 × 8 = 72π cm³
  • V_cone = ⅓πr²h = ⅓ × π × 9 × 4 = 12π cm³
  • V_total = 72π + 12π = 84π cm³

Key rule

Always sketch and label the shapes before writing any formula. A quick drawing prevents using the cone’s height inside the cylinder formula. For subtraction problems, calculate the outer solid first, then remove the inner shape.

Why the other choices are wrong

A (72π) Calculates only the cylinder and ignores the cone. C (96π) Applies the full cylinder formula to the cone. D (108π) Treats the total height (12) as a single cylinder.

Common Traps and How to Avoid Them

Trap Fix
Using diameter instead of radius
Halve the diameter first – r = d ÷ 2
Using slant height in volume formula
Volume always uses vertical height h
Forgetting ⅓ in cone volume
Cone = ⅓ of the matching cylinder
Mixing SA and volume formulas
SA = square units (cm²); Volume = cubic units (cm³)
Rounding π too early
Keep π exact until the very last step
Adding instead of subtracting (hollow solid)
Hollow = outer volume minus inner volume
Squaring only the coefficient in a radical
Square both parts – (n√k)² = n²k

Frequently Asked Questions

How do I remember cone volume vs. cylinder volume?

A cone holds exactly one-third as much as a cylinder with the same base and height. Cylinder: V = πr²h. Cone: V = ⅓πr²h. If you know the cylinder formula, multiply by ⅓ for the cone.

When do I use Heron's formula instead of ½bh?

Use ½bh when the base and perpendicular height are both given. Use Heron’s formula when only the three side lengths are given and no height is stated.

What is slant height and when does it matter?

Slant height (l) is the distance from the base edge to the apex of a cone along the sloping surface. It appears only in the surface area formula (CSA = πrl). The volume formula always uses the vertical height h.

Can volume answers be irrational?

Yes. Answers like 36π, 108π, or 5√3 are perfectly valid and often preferred. Leave answers in terms of π unless the problem asks for a decimal.

How do I handle a hollow solid like a pipe?

Subtract the inner volume from the outer volume. For a hollow cylinder with outer radius R and inner radius r: V = π(R² − r²)h.

How do I approach surface area and volume word problems?

Most problems follow three steps. First, identify the shape. Second, decide whether the question asks for area, surface area, or volume. Then, pick the right formula and substitute carefully. Drawing a quick sketch before writing any formula makes step one much easier.

What is the fastest way to avoid unit conversion mistakes?

Carry the unit label through every step of the working. If your label ever simplifies to cm instead of cm², you will spot the error immediately. Convert all lengths to the same unit before substituting into any formula.

Need Help With Your Own Question?

Upload a clear photo to Think10x.ai and get an instant video explanation. Built for tutors and students. Private by default.

Try Think10x.ai

TABLE OF CONTENTS