You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
When a region in the xy-plane is rotated through 2π radians (a full turn) about the x-axis, it sweeps out a three-dimensional solid of revolution. Integration lets us compute its exact volume by slicing the solid into infinitely thin discs — the disc method. This lesson derives the formula from first principles, works a graded set of examples (including a washer between two curves and a parametric solid), recovers the classical cone and sphere formulae as checks, and drills the exam technique that secures method marks.
Volumes of revolution are compulsory Pure content for Papers 1 and 2 (each 2 h, 100 marks, 33⅓%, with per-paper weighting AO1 55% / AO2 25% / AO3 20%), in the "Further calculus" strand. The topic is mostly AO1 (set up and evaluate the integral) but carries strong AO2 value whenever you are asked to derive the formula, justify which curve is "outer", or confirm a standard solid's volume; an applied "modelling a vase / a lens" version reaches into AO3. It is deeply synoptic: it reuses A-Level integration (powers, sin2 via double angle, ekx), connects to parametric calculus, and previews the surface-area-of-revolution and Pappus results later in this course. Mastering the disc and washer methods here also makes the y-axis case (next lesson) and surface-area formulae feel like small variations rather than new topics.
Take a curve y=f(x) on [a,b] with f(x)≥0. Slice [a,b] into n thin strips each of width δx. Rotating one strip about the x-axis produces a thin disc (a short cylinder) of radius y=f(x) and thickness δx, so its volume is approximately
δV≈πy2δx=π[f(x)]2δx.
Summing the discs and letting δx→0 turns the sum into an integral:
V=limδx→0∑πy2δx=π∫aby2dx=π∫ab[f(x)]2dx.
This is the disc method (sometimes called the method of discs, or — when two curves are involved — the washer or annulus method). The logic is identical to the way the area under a curve is built from thin rectangles of height y and width δx; here we simply rotate each rectangle into a disc and add up volumes instead of areas. The radius of a typical disc is the height of the curve at that x, namely y=f(x), and the disc's circular face has area πr2=πy2. Multiplying by the thickness δx and summing gives the formula above.
Critical warning. You must square y before integrating. The single commonest error is to write π∫ydx instead of π∫y2dx. The y2 comes from the disc area πr2 — there is no way to get a volume from ∫ydx (which has the units of an area). A quick dimensional check catches this slip every time: a volume must come from integrating something with units of (length)2, and y2 supplies exactly that.
A small inline diagram makes the slicing concrete:
flowchart LR
A["curve y = f(x)"] -->|"rotate strip about x-axis"| B["thin disc, radius y, thickness δx"]
B -->|"volume πy²·δx"| C["sum and let δx → 0"]
C -->|"∫ from a to b"| D["V = π ∫ y² dx"]
Find the volume when the region bounded by y=x2, the x-axis and the lines x=0, x=3 is rotated fully about the x-axis.
V=π∫03(x2)2dx=π∫03x4dx(M1 quote π∫y2dx and square)
=π[5x5]03=π(5243)=5243π(A1).
Find the volume when the region between y=x, the x-axis, x=0 and x=4 is rotated about the x-axis.
V=π∫04(x)2dx=π∫04xdx=π[2x2]04=π(8)=8π.
Find the volume when y=2x (for 0≤x≤3) is rotated about the x-axis.
V=π∫03(2x)2dx=π∫034x2dx=π[34x3]03=π(36)=36π.
This is a cone of base radius 6 (the value of y=2x at x=3) and height 3. The standard formula agrees: V=31πr2h=31π(62)(3)=36π. ✓ Such cross-checks against known solids are an excellent way to confirm a disc-method answer.
Find the volume when y=sinx (for 0≤x≤π) is rotated about the x-axis. Use sin2x=21(1−cos2x):
V=π∫0πsin2xdx=2π∫0π(1−cos2x)dx=2π[x−2sin2x]0π=2ππ=2π2.
(M1 use of the double-angle identity; M1 integrate; A1 2π2.)
The double-angle identity is essential: you cannot integrate sin2x directly. Rewriting sin2x=21(1−cos2x) turns the problem into integrating a constant and a cosine, both routine. The same trick (cos2x=21(1+cos2x)) handles any volume generated by a sine or cosine curve — a pattern worth recognising instantly, since trigonometric solids are a recurring exam favourite.
(Specimen-style — not a real past paper.)
The finite region R is enclosed by the curves y=x and y=x2. (a) Find the coordinates of the points of intersection. (b) Find the exact volume generated when R is rotated through 2π about the x-axis.
(a) x=x2⇒x(1−x)=0⇒x=0 or x=1; the curves meet at (0,0) and (1,1).
(b) On (0,1), x>x2, so y=x is the outer curve and y=x2 the inner — use the washer method V=π∫ab(yout2−yin2)dx:
V=π∫01(x2−x4)dx=π[3x3−5x5]01=π(31−51)=152π.
When the region between an outer curve y=f(x) and an inner curve y=g(x) is rotated about the x-axis, subtract the inner disc from the outer disc at each x:
V=π∫ab([f(x)]2−[g(x)]2)dx.
Beware: [f]2−[g]2=(f−g)2. You square each curve separately then subtract — squaring the difference is wrong. Geometrically, πf2 is the area of the outer disc and πg2 is the area of the inner hole; the cross-section of the solid is the annulus (ring) between them, of area π(f2−g2). The quantity (f−g)2 would instead be the square of the gap between the curves, which has no geometric meaning here.
The washer method only applies when both curves lie on the same side of the axis (so that the inner curve really does carve a hole out of the outer disc). If the region straddles the axis of rotation, or if the "inner" curve crosses to the other side, you must split the region first — a point examiners sometimes test by giving curves that intersect partway along.
Find the volume when y=e−x (for 0≤x≤2) is rotated about the x-axis.
V=π∫02(e−x)2dx=π∫02e−2xdx=π[−21e−2x]02=π(21−21e−4)=2π(1−e−4).
Numerically e−4≈0.0183, so V≈2π(0.9817)≈1.542. The crucial step is squaring (e−x)2=e−2x — doubling the exponent, not leaving it as e−x; this is exactly the kind of index slip that quietly loses accuracy marks.
Find the volume when y=x1 (for 1≤x≤3) is rotated about the x-axis.
V=π∫13x21dx=π[−x1]13=π(−31+1)=32π.
Here squaring gives (x1)2=x21=x−2, which integrates to −x−1; this is the same integrand whose improper version over [1,∞) gives the finite-volume Torricelli's trumpet of §12.
If x=x(t), y=y(t) with t from α to β, then the substitution dx=dtdxdt converts the x-integral into a t-integral:
V=π∫y2dx=π∫αβy2dtdxdt.
The disc-method logic is unchanged — radius y, area πy2 — but everything is now expressed through the parameter t. Remember to convert the limits to the corresponding t-values (here t already runs over [α,β]).
For x=t2, y=t, 0≤t≤2: dtdx=2t, so
V=π∫02t2⋅2tdt=π∫022t3dt=π[2t4]02=π(8)=8π.
(Take care with sign: if x decreases as t increases, dtdx<0 and you adjust to keep V>0.)
Find the volume when y=x+1 (for 0≤x≤2) is rotated about the x-axis. Square first, then integrate:
V=π∫02(x+1)2dx=π∫02(x2+2x+1)dx=π[3x3+x2+x]02=π(38+4+2)=326π.
The lesson is procedural: expand (x+1)2 into x2+2x+1 before integrating — you cannot integrate (x+1)2 term-by-term without expanding (or using a substitution).
Find the volume when the region between y=2 (outer) and y=x (inner) for 0≤x≤2 is rotated about the x-axis. Here 2≥x on the interval, so y=2 is outer:
V=π∫02(22−x2)dx=π∫02(4−x2)dx=π[4x−3x3]02=π(8−38)=316π.
Note the cross-section here is genuinely a ring: at each x the solid has an outer radius 2 and an inner radius x, so the washer area is π(4−x2).
Rotate the semicircle y=r2−x2 for −r≤x≤r about the x-axis:
V=π∫−rr(r2−x2)dx=π[r2x−3x3]−rr.
=π[(r3−3r3)−(−r3+3r3)]=π[32r3+32r3]=34πr3.
The classical volume of a sphere — recovered cleanly by integration. The key step where students slip is the lower limit: (−r)3=−r3, so the term −3x3 evaluated at −r is −3(−r)3=+3r3, and r2x at −r is −r3; together the lower-limit contribution is −r3+3r3=−32r3, which is subtracted, giving the second +32r3. Because y2=r2−x2 is even, you could equally integrate from 0 to r and double: V=2π∫0r(r2−x2)dx=2π[r3−3r3]=2π⋅32r3=34πr3 — often the cleaner route, and a useful trick whenever the integrand is even and the limits are symmetric.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.