Area Under a Curve — The Strip Method

Every area problem in this chapter is the same three-step routine: sketch the region, choose a strip, integrate the strip across the region.

Vertical strips (the default): for a curve y=f(x)y = f(x) with f(x)0f(x) \geq 0 between x=ax = a and x=bx = b, a thin vertical strip at position xx has height yy and width dxdx, so Area=abydx=abf(x)dx\text{Area} = \int_a^b y\,dx = \int_a^b f(x)\,dx

Horizontal strips (when the curve is given as xx in terms of yy): for x=g(y)x = g(y) between y=cy = c and y=dy = d, the strip has length xx and thickness dydy: Area=cdxdy=cdg(y)dy\text{Area} = \int_c^d x\,dy = \int_c^d g(y)\,dy Choose horizontal strips whenever the boundaries are lines y=cy = c and y=dy = d — fighting with vertical strips there costs time and marks.

Area Is Not the Same as the Integral

The definite integral counts region below the xx-axis as negative; area is always positive. So when the curve crosses the axis inside [a,b][a, b]:

  1. Find where f(x)=0f(x) = 0 inside the interval.
  2. Split the integral at those points.
  3. Take the modulus of each piece and add.

The classic warning: 22x3dx=0\int_{-2}^{2} x^3\,dx = 0, but the area between y=x3y = x^3 and the xx-axis from 2-2 to 22 is 202x3dx=82\int_0^2 x^3\,dx = 8. Writing 00 for an area is an instant zero for the question.

Symmetry saves work: even-symmetric regions can be computed on one side and doubled; a circle or ellipse is computed in the first quadrant and multiplied by 44. State the symmetry in one line — examiners award the setup.

The Standard Regions (learn the results and their derivations)

Circle x2+y2=a2x^2 + y^2 = a^2: first-quadrant area =0aa2x2dx=πa24= \int_0^a \sqrt{a^2 - x^2}\,dx = \frac{\pi a^2}{4}, so the full circle has area πa2\pi a^2.

Ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1: from y=baa2x2y = \frac{b}{a}\sqrt{a^2 - x^2}, Area=40abaa2x2dx=4baπa24=πab\text{Area} = 4\int_0^a \frac{b}{a}\sqrt{a^2 - x^2}\,dx = 4\cdot\frac{b}{a}\cdot\frac{\pi a^2}{4} = \pi ab

Parabola y2=4axy^2 = 4ax up to its latus rectum x=ax = a: by symmetry about the xx-axis, Area=20a2axdx=8a23\text{Area} = 2\int_0^a 2\sqrt{ax}\,dx = \frac{8a^2}{3}

The key antiderivative behind the circle and ellipse results is a2x2dx=x2a2x2+a22sin1xa+C\int\sqrt{a^2 - x^2}\,dx = \frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a} + C from the Integrals chapter — quote it, do not re-derive it in the exam.

Worked Examples — Strips and Sign Changes

Example 1 — A straight-line region

Find the area bounded by y=2x+1y = 2x + 1, the xx-axis and the lines x=1x = 1, x=3x = 3.

Step 1 — check the sign: on [1,3][1, 3], y=2x+1>0y = 2x + 1 > 0, so no splitting is needed.

Step 2 — integrate the strip: 13(2x+1)dx=[x2+x]13=122\int_1^3 (2x + 1)\,dx = \left[x^2 + x\right]_1^3 = 12 - 2.

Answer: 1010 square units — and since the region is a trapezium, the geometry formula 12(3+7)2=10\frac{1}{2}(3 + 7)\cdot 2 = 10 confirms it.

Example 2 — Under a parabola

Find the area under y=x2y = x^2 from x=0x = 0 to x=2x = 2.

Step 1 — the curve is non-negative: area =02x2dx=[x33]02= \int_0^2 x^2\,dx = \left[\frac{x^3}{3}\right]_0^2.

Answer: 83\dfrac{8}{3} square units.

Example 3 — A sideways parabola with vertical strips

Find the area of the region in the first quadrant bounded by y2=xy^2 = x, the xx-axis and the lines x=1x = 1 and x=4x = 4.

Step 1 — solve for yy in the first quadrant: y=xy = \sqrt{x}.

Step 2 — integrate: 14xdx=[23x3/2]14=23(81)\int_1^4 \sqrt{x}\,dx = \left[\frac{2}{3}x^{3/2}\right]_1^4 = \frac{2}{3}(8 - 1).

Answer: 143\dfrac{14}{3} square units.

Example 4 — Horizontal strips

Find the area of the region bounded by x2=4yx^2 = 4y, the yy-axis and the lines y=2y = 2 and y=4y = 4 in the first quadrant.

Step 1 — boundaries are horizontal lines, so use horizontal strips: x=2yx = 2\sqrt{y}.

Step 2 — integrate in yy: 242ydy=[43y3/2]24=43(822)\int_2^4 2\sqrt{y}\,dy = \left[\frac{4}{3}y^{3/2}\right]_2^4 = \frac{4}{3}\left(8 - 2\sqrt{2}\right).

Answer: 32823\dfrac{32 - 8\sqrt{2}}{3} square units — choosing the strip to match the boundary lines is the whole trick.

Example 5 — The curve crosses the axis

Find the area bounded by y=3x+2y = 3x + 2, the xx-axis and the lines x=1x = -1 and x=1x = 1.

Step 1 — find the crossing: 3x+2=03x + 2 = 0 at x=23x = -\frac{2}{3}, which lies inside the interval — split there.

Step 2 — the negative piece: 12/3(3x+2)dx=16\int_{-1}^{-2/3}(3x+2)\,dx = -\frac{1}{6}, contributing area 16\frac{1}{6}.

Step 3 — the positive piece: 2/31(3x+2)dx=256\int_{-2/3}^{1}(3x+2)\,dx = \frac{25}{6}.

Answer: 16+256=133\dfrac{1}{6} + \dfrac{25}{6} = \dfrac{13}{3} square units — integrating straight from 1-1 to 11 gives 44, which is the integral, not the area.

Example 6 — Area under a full sine arch and beyond

Find the area bounded by y=sinxy = \sin x and the xx-axis from x=0x = 0 to x=2πx = 2\pi.

Step 1 — locate the sign change: sinx0\sin x \geq 0 on [0,π][0, \pi] and sinx0\sin x \leq 0 on [π,2π][\pi, 2\pi].

Step 2 — the two pieces: 0πsinxdx=2\int_0^{\pi}\sin x\,dx = 2 and π2πsinxdx=2\left\vert\int_{\pi}^{2\pi}\sin x\,dx\right\vert = 2.

Answer: 44 square units — while 02πsinxdx=0\int_0^{2\pi}\sin x\,dx = 0. One curve, two different questions.

Worked Examples — Circles, Ellipses and Parabolas

Example 7 — Area of a circle, derived

Using integration, find the area of the circle x2+y2=a2x^2 + y^2 = a^2.

Step 1 — first quadrant + symmetry: area =40aa2x2dx= 4\int_0^a \sqrt{a^2 - x^2}\,dx.

Step 2 — quote the standard antiderivative: [x2a2x2+a22sin1xa]0a=0+a22π2\left[\frac{x}{2}\sqrt{a^2 - x^2} + \frac{a^2}{2}\sin^{-1}\frac{x}{a}\right]_0^a = 0 + \frac{a^2}{2}\cdot\frac{\pi}{2}.

Step 3 — multiply by 4: 4πa244\cdot\frac{\pi a^2}{4}.

Answer: πa2\pi a^2 square units — a five-mark derivation that appears verbatim on board papers.

Example 8 — A quarter circle, numerically

Find the area of the region in the first quadrant enclosed by x2+y2=4x^2 + y^2 = 4 and the coordinate axes.

Step 1 — set up: 024x2dx\int_0^2\sqrt{4 - x^2}\,dx with a=2a = 2.

Step 2 — evaluate: [x24x2+2sin1x2]02=2π2\left[\frac{x}{2}\sqrt{4 - x^2} + 2\sin^{-1}\frac{x}{2}\right]_0^2 = 2\cdot\frac{\pi}{2}.

Answer: π\pi square units — one quarter of the full circle's area 4π4\pi, as it must be.

Example 9 — Area of an ellipse, derived

Using integration, find the area enclosed by x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1.

Step 1 — first-quadrant branch: y=baa2x2y = \dfrac{b}{a}\sqrt{a^2 - x^2}.

Step 2 — symmetry and the standard integral: Area=40abaa2x2dx=4baπa24\text{Area} = 4\int_0^a \frac{b}{a}\sqrt{a^2 - x^2}\,dx = \frac{4b}{a}\cdot\frac{\pi a^2}{4}

Answer: πab\pi ab square units — setting b=ab = a recovers the circle's πa2\pi a^2, a one-line sanity check worth writing.

Example 10 — Ellipse, numerically

Find the area of the region bounded by the ellipse x216+y29=1\dfrac{x^2}{16} + \dfrac{y^2}{9} = 1.

Step 1 — identify a=4a = 4, b=3b = 3 and quote the result: area =πab= \pi ab.

Answer: 12π12\pi square units. (If the derivation is demanded, reproduce Example 9 with these numbers.)

Example 11 — Parabola up to the latus rectum

Find the area bounded by the parabola y2=4axy^2 = 4ax and its latus rectum.

Step 1 — the latus rectum is the line x=ax = a: by symmetry about the xx-axis, area =20a2axdx= 2\int_0^a 2\sqrt{a}\sqrt{x}\,dx.

Step 2 — integrate: 4a[23x3/2]0a=4a23a3/24\sqrt{a}\cdot\left[\frac{2}{3}x^{3/2}\right]_0^a = 4\sqrt{a}\cdot\frac{2}{3}a^{3/2}.

Answer: 8a23\dfrac{8a^2}{3} square units — for y2=8xy^2 = 8x (so a=2a = 2) this is 323\dfrac{32}{3}.

Example 12 — Area versus integral, the cubic

Find the area bounded by y=x3y = x^3 and the xx-axis between x=2x = -2 and x=2x = 2.

Step 1 — note the odd symmetry: the integral 22x3dx=0\int_{-2}^{2}x^3\,dx = 0, but the region has equal areas on both sides.

Step 2 — compute one side and double: 202x3dx=21642\int_0^2 x^3\,dx = 2\cdot\frac{16}{4}.

Answer: 88 square units — parity kills the integral, never the area.

Example 13 — A cosine piece

Find the area under y=cosxy = \cos x from x=0x = 0 to x=π2x = \dfrac{\pi}{2}.

Step 1 — cosine is non-negative on this interval: area =0π/2cosxdx=[sinx]0π/2= \int_0^{\pi/2}\cos x\,dx = \left[\sin x\right]_0^{\pi/2}.

Answer: 11 square unit — always make the sign check before integrating; here it passes and the answer is one line.