5. Areas Under & Between Curves0%

Integration · Topic 5 of 5

5. Areas Under & Between Curves

Video coming soon3 worked examples

Theory

The area under y=f(x)y = f(x) (above the xx-axis) from aa to bb is abydx\int_a^b y\,dx. The area between two curves, with ff the upper and gg the lower, is:

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

where aa and bb are the points of intersection.

Advanced Higher also asks for the area between a curve and the yy-axis. The whole picture simply turns on its side: strips are now horizontal, so we integrate xx with respect to yy, between yy-limits:

Area=cdxdy\text{Area} = \int_c^d x\,dy

To use it, rearrange the equation of the curve to give xx in terms of yy before integrating.

The Golden Rule: for the area between curves, find the intersection points first (they are the limits), then integrate “upper minus lower”. If the region is bounded by the yy-axis rather than the xx-axis, switch to xdy\int x\,dy and use yy-limits throughout.

⚠️ Common Examiner Traps

  • Wrong way round: it is upper curve minus lower curve — check which is on top over the interval.
  • Limits: the intersection points give the limits of integration — solve f(x)=g(x)f(x) = g(x) first.
  • Areas below the axis: a region below the xx-axis gives a negative integral, so account for the sign.

Worked examples

Example 1

Find the area enclosed between the curve y=x2y = x^2 and the line y=2xy = 2x.

Step 1: Find the intersection points by solving x2=2xx^2 = 2x:

x22x=0    x(x2)=0    x=0, 2x^2 - 2x = 0 \implies x(x-2) = 0 \implies x = 0,\ 2

Step 2: Between these, the line y=2xy = 2x is above y=x2y = x^2, so integrate upper minus lower:

Area=02(2xx2)dx=[x2x33]02\text{Area} = \int_0^2 (2x - x^2)\,dx = \left[x^2 - \frac{x^3}{3}\right]_0^2

Step 3: Evaluate:

=483=43= 4 - \frac{8}{3} = \frac{4}{3}

Example 2

Find the area under the curve y=3x2y = 3x^2 between x=1x = 1 and x=2x = 2.

Step 1: Integrate the function between the given limits:

Area=123x2dx=[x3]12\text{Area} = \int_1^2 3x^2\,dx = \left[x^3\right]_1^2

Step 2: Evaluate:

=81=7= 8 - 1 = 7

Example 3

Find the area enclosed by the curve y=x2y = x^2 (for x0x \ge 0), the yy-axis, and the lines y=1y = 1 and y=4y = 4.

Step 1: The region is bounded by the yy-axis and given yy-limits, so integrate with respect to yy. Rearrange the curve to give xx in terms of yy, taking the positive root since x0x \ge 0:

y=x2    x=y=y1/2y = x^2 \implies x = \sqrt{y} = y^{1/2}

Step 2: Set up the integral with the yy-limits:

Area=14y1/2dy=[23y3/2]14\text{Area} = \int_1^4 y^{1/2}\,dy = \left[\frac{2}{3}y^{3/2}\right]_1^4

Step 3: Evaluate, noting 43/2=84^{3/2} = 8 and 13/2=11^{3/2} = 1:

=23(8)23(1)=16323=143= \frac{2}{3}(8) - \frac{2}{3}(1) = \frac{16}{3} - \frac{2}{3} = \frac{14}{3}

The area is 143\dfrac{14}{3} square units.