Lesson
Building the Volume Formula for a Cylinder
This Grade 8 lesson builds the cylinder volume formula from the idea of stacking equal circular layers, then turns that reasoning into a precise and usable procedure. It focuses on why `V = pi r^2 h` makes sense, how to choose the correct measurements, and how to solve forward and missing-dimension problems without treating the formula as a memorized rule.
Position in the unit
This record is the dedicated instructional lesson for Grade 8 learners studying cylinder volume derivation. Use it alongside, not instead of, these linked records:
- The unit overview, [rea.m08.geometry-measurement.volume.cylinder-derivation.formula-build], for the big picture of how the formula is assembled.
- [rea.m08.geometry-measurement.volume.cylinder-volume-derivation-lesson] for the broader lesson context across the topic.
- [rea.m08.geometry-measurement.volume.basic-formulas.lesson] for the wider idea that volume counts cubic units.
- [rea.m08.geometry-measurement.volume.cylinder-volume-derivation-practice-set] for additional independent practice.
Learning goal
By the end of this Grade 8 lesson, you should be able to:
- explain why the volume of a cylinder is
base area x height - identify the meaning of
r,h, andV - build the formula
V = pi r^2 h - use the formula to find volume or a missing dimension
- avoid common errors with radius, diameter, and units
Intuition first: why a cylinder formula should exist
Imagine a cylinder as a stack of many thin circular layers, all the same size.
Each layer has:
- the same circular base area
- a tiny thickness
If you stack equal circular layers straight up to a height h, the total amount of space inside depends on two things:
- how much space one layer covers
- how many layers fit from bottom to top
That is the same structure as a prism: volume equals the area of one cross-section times the length of the stack.
For a cylinder, the repeated cross-section is a circle. So the volume must be:
volume = area of circular base x height
This is the key idea. The formula is not a new rule dropped from nowhere. It is built from a familiar area formula and the meaning of volume.
Visual description
Picture a soup can.
- The top and bottom are congruent circles.
- The distance from the bottom circle to the top circle is the height
h. - If you slice the can horizontally, every slice is a circle of the same size.
- Because the slices match, the solid grows by repeating the same circular area through the full height.
So a cylinder behaves like a repeated circular layer model.
Precise notation
For a right cylinder:
r= radius of the circular baseh= perpendicular height of the cylinderB= area of the baseV= volume
Known circle formula:
B = pi r^2
Volume structure:
V = Bh
Substitute the base area into the volume structure:
V = (pi r^2)h = pi r^2 h
This is the cylinder volume formula.
Why the formula works
The formula can be understood in three linked steps:
- A cylinder is built from equal circular layers.
- One layer covers
pi r^2square units. - Repeating that same area through height
hgivespi r^2 hcubic units.
So:
V = pi r^2 h
Notice the unit change:
r^2gives square units in the base area- multiplying by
hadds one more length factor - the final answer is in cubic units
Example of units:
- if
randhare in centimetres, thenVis incm^3
Step-by-step procedure
To find the volume of a cylinder
- Identify the radius
rand heighth. - If you are given the diameter, divide by 2 to get the radius.
- Compute the base area:
pi r^2. - Multiply by the height:
V = pi r^2 h. - Write the answer in cubic units.
- If needed, give both the exact form (with
pi) and a decimal approximation.
To find a missing height
- Start with
V = pi r^2 h. - Divide both sides by
pi r^2. - Use
h = V / (pi r^2). - Check that the unit for
his a length unit.
To find a missing radius
- Start with
V = pi r^2 h. - Divide both sides by
pi h. - Use
r^2 = V / (pi h). - Take the positive square root:
r = sqrt(V / (pi h)). - If needed, double the radius to get the diameter.
Fully worked examples
Example 1: direct calculation with whole numbers
A cylinder has radius 3 cm and height 8 cm. Find its volume.
Step 1: Write the formula.
V = pi r^2 h
Step 2: Substitute r = 3 and h = 8.
V = pi(3^2)(8)
Step 3: Simplify.
3^2 = 9
So:
V = pi(9)(8) = 72pi
Step 4: State units.
Exact volume: 72pi cm^3
Approximate volume:
72pi ≈ 226.2
So the volume is approximately 226.2 cm^3.
Example 2: diameter is given instead of radius
A cylinder has diameter 10 m and height 4 m. Find its volume.
Step 1: Convert diameter to radius.
r = 10 / 2 = 5 m
Step 2: Use the formula.
V = pi r^2 h
Step 3: Substitute.
V = pi(5^2)(4)
Step 4: Simplify.
5^2 = 25
V = pi(25)(4) = 100pi
Step 5: State units.
Exact volume: 100pi m^3
Approximate volume:
100pi ≈ 314.2
So the volume is approximately 314.2 m^3.
Example 3: decimal measurements
A juice container is shaped like a cylinder with radius 2.5 cm and height 12 cm. Find its volume.
Step 1: Write the formula.
V = pi r^2 h
Step 2: Substitute.
V = pi(2.5^2)(12)
Step 3: Square the radius carefully.
2.5^2 = 6.25
So:
V = pi(6.25)(12)
Step 4: Multiply.
6.25 x 12 = 75
So:
V = 75pi
Step 5: State units.
Exact volume: 75pi cm^3
Approximate volume:
75pi ≈ 235.6
So the volume is approximately 235.6 cm^3.
Example 4: finding a missing height
A cylinder has volume 180pi cm^3 and radius 3 cm. Find the height.
Step 1: Start with the formula.
V = pi r^2 h
Step 2: Substitute known values.
180pi = pi(3^2)h
Step 3: Simplify 3^2.
180pi = 9pi h
Step 4: Solve for h.
Divide both sides by 9pi:
h = 180pi / 9pi
h = 20
Step 5: State units.
The height is 20 cm.
Example 5: finding a missing radius
A cylinder has volume 154pi cm^3 and height 14 cm. Find the radius.
Step 1: Start with the formula.
V = pi r^2 h
Step 2: Substitute known values.
154pi = pi r^2 (14)
Step 3: Simplify.
154pi = 14pi r^2
Step 4: Divide both sides by 14pi.
r^2 = 154pi / 14pi = 11
Step 5: Take the positive square root.
r = sqrt(11)
Step 6: Approximate if needed.
sqrt(11) ≈ 3.32
So the radius is sqrt(11) cm, or about 3.32 cm.
Common misconceptions and repairs
Misconception 1: using diameter as if it were radius
Error: substituting d directly into pi r^2 h.
Repair: always check whether the circular measure is radius or diameter. If diameter is given, use r = d/2 first.
Misconception 2: forgetting to square the radius
Error: using V = pi rh.
Repair: the base is a circle, and circle area is pi r^2, not pi r.
Misconception 3: writing square units instead of cubic units
Error: answering in cm^2.
Repair: volume measures space inside a solid, so the answer must be in cubic units such as cm^3, m^3, or in^3.
Misconception 4: squaring both radius and height
Error: using pi r^2 h^2.
Repair: only the circular base area is squared. Height is multiplied once because it counts how far the base area is extended.
Misconception 5: rounding too early
Error: replacing pi with 3.14 before finishing all calculations.
Repair: keep the exact form with pi until the last step, then round once.
Quick self-check practice
Try these before looking at the answers.
- Find the volume of a cylinder with
r = 4 cm,h = 7 cm. - Find the volume of a cylinder with
d = 12 m,h = 5 m. - A cylinder has
V = 48pi cm^3andr = 2 cm. Findh. - A cylinder has
V = 200pi cm^3andh = 8 cm. Findr.
Answers
V = pi(4^2)(7) = pi(16)(7) = 112pi cm^3.r = 12/2 = 6, soV = pi(6^2)(5) = pi(36)(5) = 180pi m^3.48pi = pi(2^2)h = 4pi h, soh = 12 cm.200pi = pi r^2 (8), so200 = 8r^2,r^2 = 25, andr = 5 cm.
What to remember
The cylinder volume formula is built, not memorized blindly:
V = base area x height
For a cylinder, the base is a circle:
base area = pi r^2
Therefore:
V = pi r^2 h
When the formula makes sense visually, it is easier to use correctly and easier to rearrange when a dimension is missing.