Find the area between $y = x^2 + 1$, the $x$-axis, and the ordinates $x = 1$ and $x = 3$.
The area is the size of that number, ignoring the sign.
- Find where the curve crosses the $x$-axis by solving $y = 0$.
- Split the integral at each crossing that lies inside the limits.
- Evaluate each piece separately.
- Take the size of each result, then add them.
Find the total area enclosed between $y = x^2 - 4$, the $x$-axis, and the ordinates $x = 0$ and $x = 3$.
Upper curve minus lower curve, integrated between the crossing points.
- Find the limits by solving the two equations simultaneously.
- Decide which curve is on top โ test an $x$-value between the limits.
- Integrate (upper $-$ lower).
- The answer will be positive; if it is negative, you had them the wrong way round.
Find the area enclosed between $y = x + 2$ and $y = x^2$.
Find the area enclosed between $y = 6 - x^2$ and $y = x^2 - 2$.
Area under
$\displaystyle\int_a^b y\,\mathrm{d}x$, if above the axis.
Ordinate
A vertical boundary line $x = a$.
Below the axis
The integral is negative; the area is its size.
Crossing inside
Split the integral at each root.
Never cancel
Do not integrate across a root in one go.
Between curves
$\displaystyle\int_a^b (\text{upper} - \text{lower})\,\mathrm{d}x$.
Find the limits
Solve the two equations simultaneously.
Which is upper?
Test an $x$-value in between.
Simplify first
Combine into one expression, then integrate.
Units
Square units, always.
Find the area under $y = 2x$ between $x = 0$ and $x = 4$.
โถ Show solution
$\Big[x^2\Big]_0^4 = 16$ square units.
Check: the region is a triangle with base $4$ and height $8$, area $\tfrac12(4)(8) = 16$ โ
Find the area under $y = x^2$ between $x = 0$ and $x = 3$.
โถ Show solution
$\Bigg[\dfrac{x^3}{3}\Bigg]_0^3 = 9$ square units.
Find the area under $y = x^2 + 2x$ between $x = 1$ and $x = 2$.
โถ Show solution
$\Bigg[\dfrac{x^3}{3} + x^2\Bigg]_1^2$
At $x=2$: $\dfrac83 + 4 = \dfrac{20}{3}$. At $x=1$: $\dfrac13 + 1 = \dfrac43$.
Area $= \dfrac{16}{3} = 5\tfrac13$ square units.
Find the area enclosed between $y = 4 - x^2$ and the $x$-axis.
โถ Show solution
Roots at $x = \pm 2$, and the curve is above the axis between them.
$\displaystyle\int_{-2}^{2}\left(4-x^2\right)\mathrm{d}x = \Bigg[4x - \dfrac{x^3}{3}\Bigg]_{-2}^{2}$
At $x=2$: $8 - \dfrac83 = \dfrac{16}{3}$. At $x=-2$: $-\dfrac{16}{3}$.
Area $= \dfrac{32}{3} = 10\tfrac23$ square units.
Find the area between $y = x^2 - 1$, the $x$-axis and the ordinates $x = -1$ and $x = 1$.
โถ Show solution
Between $-1$ and $1$ the curve is entirely below the axis (at $x=0$, $y = -1$).
$\displaystyle\int_{-1}^{1}\left(x^2-1\right)\mathrm{d}x = \Bigg[\dfrac{x^3}{3} - x\Bigg]_{-1}^{1}$
At $x=1$: $\dfrac13 - 1 = -\dfrac23$. At $x=-1$: $-\dfrac13 + 1 = \dfrac23$.
Integral $= -\dfrac23 - \dfrac23 = -\dfrac43$.
Area $= \dfrac{4}{3} = 1\tfrac13$ square units (taking the size).
Find the area enclosed between $y = x$ and $y = x^2$.
โถ Show solution
Crossings: $x = x^2$, so $x(x-1) = 0$ and $x = 0$ or $1$.
At $x = 0.5$: the line gives $0.5$, the parabola $0.25$ โ the line is on top.
$\displaystyle\int_0^1 \left(x - x^2\right)\mathrm{d}x = \Bigg[\dfrac{x^2}{2} - \dfrac{x^3}{3}\Bigg]_0^1 = \dfrac12 - \dfrac13 = \dfrac16$
Area $= \dfrac{1}{6}$ square units.
Find the area enclosed between $y = 2x$ and $y = x^2$.
โถ Show solution
Crossings: $x^2 = 2x$, so $x = 0$ or $2$.
At $x=1$: the line gives $2$, the parabola $1$ โ the line is on top.
$\displaystyle\int_0^2 \left(2x - x^2\right)\mathrm{d}x = \Bigg[x^2 - \dfrac{x^3}{3}\Bigg]_0^2 = 4 - \dfrac83 = \dfrac43$
Area $= \dfrac{4}{3}$ square units.
Find the total area between $y = x^3$, the $x$-axis and the ordinates $x = -1$ and $x = 2$.
โถ Show solution
The curve crosses the axis at $x = 0$, which lies inside the limits โ so split there.
$\displaystyle\int_{-1}^{0} x^3\,\mathrm{d}x = \Bigg[\dfrac{x^4}{4}\Bigg]_{-1}^{0} = 0 - \dfrac14 = -\dfrac14$
$\displaystyle\int_0^2 x^3\,\mathrm{d}x = \dfrac{16}{4} = 4$
Total area $= \dfrac14 + 4 = \dfrac{17}{4} = 4.25$ square units.
(Integrating straight through would give $4 - \tfrac14 = 3.75$, which is not the area.)
Find the area enclosed between $y = 9 - x^2$ and $y = x^2 + 1$.
โถ Show solution
Crossings: $9 - x^2 = x^2 + 1$, so $2x^2 = 8$ and $x = \pm 2$.
At $x=0$: $9$ versus $1$ โ the first curve is on top.
Difference: $\left(9-x^2\right) - \left(x^2+1\right) = 8 - 2x^2$
By symmetry, $2\displaystyle\int_0^2 \left(8-2x^2\right)\mathrm{d}x = 2\Bigg[8x - \dfrac{2x^3}{3}\Bigg]_0^2$
$= 2\left(16 - \dfrac{16}{3}\right) = 2 \times \dfrac{32}{3} = \dfrac{64}{3}$
Area $= \dfrac{64}{3} = 21\tfrac13$ square units.
The curve $C$ has equation $y = x^3 - 4x$.
(a) Find where $C$ crosses the $x$-axis. (b) Evaluate $\displaystyle\int_{-2}^{2}\left(x^3-4x\right)\mathrm{d}x$ and explain why the answer does not give the area. (c) Find the total area enclosed between $C$ and the $x$-axis. (d) Find the area enclosed between $C$ and the line $y = 0$ for $0 \leqslant x \leqslant 3$.
โถ Show solution
(a) $x^3 - 4x = x\left(x^2-4\right) = x(x-2)(x+2)$
Crossings at $x = -2$, $0$ and $2$.
(b) $\Bigg[\dfrac{x^4}{4} - 2x^2\Bigg]_{-2}^{2}$
At $x=2$: $4 - 8 = -4$. At $x=-2$: $4 - 8 = -4$.
Integral $= -4 - (-4) = 0$.
The answer is zero because $C$ is a curve with odd symmetry about the origin: the loop above the axis on $[-2,0]$ has exactly the same size as the loop below it on $[0,2]$, and the two signed contributions cancel completely. An area of zero is clearly wrong, which is why the integral must be split at $x = 0$.
(c) On $[-2, 0]$ the curve is above the axis (at $x=-1$, $y = -1+4 = 3 > 0$):
$\displaystyle\int_{-2}^{0} = 0 - (-4) = 4$
On $[0, 2]$ it is below (at $x=1$, $y = 1-4 = -3 < 0$):
$\displaystyle\int_0^2 = -4 - 0 = -4$, so this area is $4$.
Total area $= 4 + 4 = \mathbf{8}$ square units.
(d) On $[0,3]$ the curve crosses at $x = 2$, so split there.
$[0,2]$: area $4$, from part (c).
$[2,3]$: $\Bigg[\dfrac{x^4}{4} - 2x^2\Bigg]_2^3 = \left(\dfrac{81}{4} - 18\right) - (-4) = \dfrac{9}{4} + 4 = \dfrac{25}{4}$
This piece is above the axis, so its area is $\dfrac{25}{4} = 6.25$.
Total $= 4 + 6.25 = \mathbf{10.25}$ square units.