CAIE A-Level · Mathematics 9709 · Integration

Areas and Volumes of Revolution — Integration (9709 Pure Mathematics 1)

9 min readSyllabus 1.8FreeBy Uzair Khan

Syllabus objective

Use definite integration to find the area of a region bounded by a curve and lines parallel to the axes, or between a curve and a line or between two curves, and a volume of revolution about one of the axes.

Introduction

Definite integration is the engine behind two of the most frequently examined geometric applications in 9709 Pure Mathematics 1: finding areas of regions bounded by curves and straight lines, and computing volumes of revolution when a region is rotated about a coordinate axis. These topics appear in virtually every examination sitting and typically carry 7–12 marks. Mastery requires careful attention to limits, signs, and the geometry of the region involved — errors in any of these are the most common source of lost marks.


Core Concept

Areas of Regions

The definite integral abf(x)dx\displaystyle\int_a^b f(x)\,dx gives the signed area between the curve y=f(x)y = f(x) and the xx-axis over [a,b][a, b]. For exam purposes, the following cases must all be handled:

Case 1 — Between a curve and the xx-axis:

If f(x)0f(x) \geq 0 on [a,b][a,b], the area is simply abf(x)dx\displaystyle\int_a^b f(x)\,dx.

If the curve dips below the xx-axis on part of [a,b][a,b], split the integral at every root and take the absolute value of each part before summing.

Case 2 — Between a curve and a line parallel to the yy-axis (integrating with respect to yy):

When a boundary is a horizontal line or the region is better described in terms of yy, express xx as a function of yy and use:

Area=y1y2xdy\text{Area} = \int_{y_1}^{y_2} x\,dy

Case 3 — Between a curve and a straight line, or between two curves:

If f(x)g(x)f(x) \geq g(x) on [a,b][a,b] (upper curve minus lower curve):

Area=ab[f(x)g(x)]dx\text{Area} = \int_a^b \bigl[f(x) - g(x)\bigr]\,dx

The limits aa and bb are found by solving f(x)=g(x)f(x) = g(x) (or the given intersection conditions).

Volumes of Revolution

When a region is rotated through 2π2\pi radians (a full turn) about the xx-axis:

V=πaby2dxV = \pi \int_a^b y^2\,dx

When rotated about the yy-axis:

V=πy1y2x2dyV = \pi \int_{y_1}^{y_2} x^2\,dy

For rotation of the region between two curves y=f(x)y = f(x) (outer) and y=g(x)y = g(x) (inner) about the xx-axis:

V=πab[f(x)2g(x)2]dxV = \pi \int_a^b \bigl[f(x)^2 - g(x)^2\bigr]\,dx

Key Formulae & Definitions

Area under a curve (y0y \geq 0):

A=abydxA = \int_a^b y\,dx

Area between two curves (f(x)g(x)f(x) \geq g(x)):

A=ab[f(x)g(x)]dxA = \int_a^b \bigl[f(x) - g(x)\bigr]\,dx

Area integrating with respect to yy:

A=y1y2xdyA = \int_{y_1}^{y_2} x\,dy

Volume of revolution about the xx-axis:

V=πaby2dxV = \pi\int_a^b y^2\,dx

Volume of revolution about the yy-axis:

V=πy1y2x2dyV = \pi\int_{y_1}^{y_2} x^2\,dy

Washer/shell method (between two curves about the xx-axis):

V=πab[{f(x)}2{g(x)}2]dxV = \pi\int_a^b\bigl[\{f(x)\}^2 - \{g(x)\}^2\bigr]\,dx

Note: Volumes are always positive. If your answer is negative, check your limits or which curve is outer/inner.


Worked Examples

Example 1 — Area between a curve and a straight line

Find the area of the region enclosed by the curve y=x2+1y = x^2 + 1 and the line y=2x+4y = 2x + 4.

Step 1 — Find intersection points.

Set x2+1=2x+4x^2 + 1 = 2x + 4:

x22x3=0    (x3)(x+1)=0    x=1,  x=3x^2 - 2x - 3 = 0 \implies (x-3)(x+1) = 0 \implies x = -1,\; x = 3

Step 2 — Identify which is the upper curve on (1,3)(-1, 3).

Test x=0x = 0: line gives 44, curve gives 11. So y=2x+4y = 2x+4 is above y=x2+1y = x^2+1.

Step 3 — Set up and evaluate the integral.

A=13[(2x+4)(x2+1)]dx=13(x2+2x+3)dxA = \int_{-1}^{3} \bigl[(2x+4) - (x^2+1)\bigr]\,dx = \int_{-1}^{3} \bigl(-x^2 + 2x + 3\bigr)\,dx
=[x33+x2+3x]13= \left[-\frac{x^3}{3} + x^2 + 3x\right]_{-1}^{3}

At x=3x = 3: 9+9+9=9-9 + 9 + 9 = 9

At x=1x = -1: 13+13=53\dfrac{1}{3} + 1 - 3 = -\dfrac{5}{3}

A=9(53)=9+53=323A = 9 - \left(-\frac{5}{3}\right) = 9 + \frac{5}{3} = \frac{32}{3}
A=323 square units\boxed{A = \tfrac{32}{3} \text{ square units}}

Example 2 — Volume of revolution about the xx-axis

The region bounded by the curve y=x+1y = \sqrt{x+1}, the xx-axis, x=0x = 0 and x=3x = 3 is rotated through 2π2\pi radians about the xx-axis. Find the exact volume of the solid formed.

Step 1 — Write down the formula.

V=π03y2dxV = \pi \int_0^3 y^2\,dx

Step 2 — Substitute y2y^2.

Since y=x+1y = \sqrt{x+1}, we have y2=x+1y^2 = x + 1.

V=π03(x+1)dxV = \pi \int_0^3 (x+1)\,dx

Step 3 — Integrate.

V=π[x22+x]03=π(92+30)=π152V = \pi\left[\frac{x^2}{2} + x\right]_0^3 = \pi\left(\frac{9}{2} + 3 - 0\right) = \pi \cdot \frac{15}{2}
V=15π2 cubic units\boxed{V = \frac{15\pi}{2} \text{ cubic units}}

Example 3 — Volume of revolution about the yy-axis

The region enclosed by y=x2y = x^2, y=0y = 0, and y=4y = 4 is rotated fully about the yy-axis. Find the volume generated.

Step 1 — Express x2x^2 in terms of yy.

From y=x2y = x^2: x2=yx^2 = y.

Step 2 — Apply the formula for rotation about the yy-axis.

V=π04x2dy=π04ydyV = \pi \int_0^4 x^2\,dy = \pi \int_0^4 y\,dy

Step 3 — Integrate.

V=π[y22]04=π162=8πV = \pi\left[\frac{y^2}{2}\right]_0^4 = \pi \cdot \frac{16}{2} = 8\pi
V=8π cubic units\boxed{V = 8\pi \text{ cubic units}}

Common Mistakes & Examiner Pitfalls

MistakeWhat goes wrongHow to avoid it
Wrong sign for area below xx-axisNegative integral treated as areaAlways sketch; use \lvert\int\rvert for portions below axis
Forgetting π\pi in volume formulaVolume answer is off by a factor of π\piWrite V=πV = \pi\int\ldots from the outset
Using yy instead of y2y^2 in the volume integralComputes area, not volumeRemember: rotation gives πy2dx\pi y^2\,dx
Swapping upper and lower curveArea comes out negativeAlways verify which curve is greater with a test point
Incorrect limits when integrating w.r.t. yyLimits are yy-values, not xx-valuesCheck that limits match the variable of integration
Not squaring correctly when using washer methodE.g. writing f(x)2g(x)2=(fg)2f(x)^2 - g(x)^2 = (f-g)^2Expand each term separately before subtracting
Omitting absolute value for a region split by the xx-axisPositive and negative parts cancelSplit the integral at the roots and add magnitudes

Practice Questions

Q1. Find the area enclosed between the curve y=x34xy = x^3 - 4x and the xx-axis.

<details><summary>Show answer</summary>

The curve meets the xx-axis where x34x=0x(x24)=0x=2,0,2x^3 - 4x = 0 \Rightarrow x(x^2-4)=0 \Rightarrow x = -2, 0, 2.

On (2,0)(-2, 0): y>0y > 0; on (0,2)(0,2): y<0y < 0. By symmetry the two parts have equal magnitude.

A1=20(x34x)dx=[x442x2]20=0(48)=4A_1 = \int_{-2}^{0}(x^3-4x)\,dx = \left[\frac{x^4}{4}-2x^2\right]_{-2}^{0} = 0-(4-8) = 4
A2=02(x34x)dx=[x442x2]02=48=4A_2 = \left|\int_0^2(x^3-4x)\,dx\right| = \left|\left[\frac{x^4}{4}-2x^2\right]_0^2\right| = |4-8| = 4
Total area=4+4=8 square units\text{Total area} = 4 + 4 = \boxed{8 \text{ square units}}
</details>

Q2. The region RR is bounded by the curve y=4x2y = 4 - x^2 and the line y=x+2y = x + 2. Find the area of RR.

<details><summary>Show answer</summary>

Intersections: 4x2=x+2x2+x2=0(x+2)(x1)=04-x^2 = x+2 \Rightarrow x^2+x-2=0 \Rightarrow (x+2)(x-1)=0, so x=2,x=1x=-2,\,x=1.

Curve is above line on (2,1)(-2,1):

A=21[(4x2)(x+2)]dx=21(2xx2)dxA = \int_{-2}^{1}\bigl[(4-x^2)-(x+2)\bigr]\,dx = \int_{-2}^{1}(2-x-x^2)\,dx
=[2xx22x33]21=\left[2x-\frac{x^2}{2}-\frac{x^3}{3}\right]_{-2}^{1}

At x=1x=1: 21213=762-\tfrac{1}{2}-\tfrac{1}{3}=\tfrac{7}{6}

At x=2x=-2: 42+83=103-4-2+\tfrac{8}{3}=-\tfrac{10}{3}

A=76+103=76+206=276=92 square unitsA = \frac{7}{6}+\frac{10}{3} = \frac{7}{6}+\frac{20}{6} = \boxed{\frac{27}{6} = \frac{9}{2} \text{ square units}}
</details>

Q3. The curve y=3xy = 3\sqrt{x} and the lines x=0x = 0, x=4x = 4 bound a region which is rotated fully about the xx-axis. Find the exact volume of revolution.

<details><summary>Show answer</summary>
y2=9xy^2 = 9x
V=π049xdx=9π[x22]04=9π8=72π cubic unitsV = \pi\int_0^4 9x\,dx = 9\pi\left[\frac{x^2}{2}\right]_0^4 = 9\pi\cdot 8 = \boxed{72\pi \text{ cubic units}}
</details>

Q4. The region bounded by y=x2y = x^2 and y=2xy = 2x is rotated 2π2\pi radians about the xx-axis. Find the volume of the solid formed.

<details><summary>Show answer</summary>

Intersections: x2=2xx=0x^2 = 2x \Rightarrow x = 0 or x=2x = 2.

On (0,2)(0,2): 2xx22x \geq x^2, so y=2xy = 2x is the outer curve.

V=π02[(2x)2(x2)2]dx=π02(4x2x4)dxV = \pi\int_0^2\bigl[(2x)^2-(x^2)^2\bigr]\,dx = \pi\int_0^2(4x^2-x^4)\,dx
=π[4x33x55]02=π(323325)=π1609615=64π15 cubic units= \pi\left[\frac{4x^3}{3}-\frac{x^5}{5}\right]_0^2 = \pi\left(\frac{32}{3}-\frac{32}{5}\right) = \pi\cdot\frac{160-96}{15} = \boxed{\frac{64\pi}{15} \text{ cubic units}}
</details>

Q5. Find the volume generated when the region enclosed by y=1xy = \dfrac{1}{x}, y=0y = 0, x=1x = 1 and x=3x = 3 is rotated completely about the xx-axis.

<details><summary>Show answer</summary>
y2=1x2y^2 = \frac{1}{x^2}
V=π131x2dx=π[1x]13=π ⁣(13+1)=2π3 cubic unitsV = \pi\int_1^3\frac{1}{x^2}\,dx = \pi\left[-\frac{1}{x}\right]_1^3 = \pi\!\left(-\frac{1}{3}+1\right) = \boxed{\frac{2\pi}{3} \text{ cubic units}}
</details>

Connections

Prerequisite knowledge relied upon:

  • Definite Integrals — evaluating abf(x)dx\int_a^b f(x)\,dx using the Fundamental Theorem of Calculus; handling polynomial, power, and simple composite integrands.
  • Coordinate Geometry — finding intersection points of lines and curves by solving simultaneous equations.
  • Curve Sketching — identifying which curve lies above the other and locating roots, essential for setting up correct limits.

Natural next steps within 9709:

  • Integration by substitution and integration by parts (A2 Pure) — needed for more complex integrands in area/volume problems.
  • Differential Equations — another major application of integration techniques.
  • Further volumes of revolution at A2 level may involve parametric equations as limits or integrands.

Figures

Graph showing the parabola y = x^2 + 1 and the line y = 2x + 4, with the enclosed region shaded between x = -1 and x = 3.
Example 1: The shaded region is enclosed between y = x² + 1 (curve) and y = 2x + 4 (line), with intersection points at x = −1 and x = 3.
Graph of y = sqrt(x+1) from x = 0 to x = 3, with the region under the curve shaded, illustrating the volume of revolution about the x-axis.
Example 2: The shaded region under y = √(x + 1) between x = 0 and x = 3 is rotated about the x-axis to form the solid of revolution.
Graph showing the parabola y = x^2 and the line y = 2x, with the enclosed region shaded between x = 0 and x = 2, for the volume of revolution question.
Practice Q4: The region between y = x² and y = 2x, rotated about the x-axis using the washer method with outer radius 2x and inner radius x².

Keep learning

Prerequisites: Definite Integrals

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes