Area Under a Curve0%

Integration · Topic 5 of 9

Area Under a Curve

Video lesson · from 26:592 worked examples

One lesson video covers all of Integration, so it opens at 26:59 for this topic — not from the beginning.

Theory

aby = f(x)

In general, we can find the area enclosed by a curve and the xx-axis between x=ax=a and x=bx=b by using:

abf(x)dx\int_a^b f(x) \,dx

⚠️ Common Examiner Traps

  • Find the limits if you are not given them: "the area between the curve and the xx-axis" means you must solve y=0y = 0 to get the roots first.
  • An area is never negative: if the integral comes out negative the region is below the axis. Take the positive value and say why.
  • Split where the curve crosses the axis: integrating straight through a root lets positive and negative parts cancel, which understates the area.
  • Use brackets when substituting: particularly with a negative limit, where a missing bracket changes every sign.
  • State the units: areas are in square units.

Worked examples

Example 1

The graph of y=x24xy=x^2-4x is shown below.
Calculate the shaded area.

45y = x² - 4x

The area is between x=4x=4 and x=5x=5.

A=45(x24x)dx=[x332x2]45=(12532(25))(6432(16))=(125350)(64332)=(253)(323)=73 square units\begin{aligned} A &= \int_4^5 (x^2 - 4x) \,dx \\ &= \left[ \frac{x^3}{3} - 2x^2 \right]_4^5 \\ &= \left( \frac{125}{3} - 2(25) \right) - \left( \frac{64}{3} - 2(16) \right) \\ &= \left( \frac{125}{3} - 50 \right) - \left( \frac{64}{3} - 32 \right) \\ &= \left( -\frac{25}{3} \right) - \left( -\frac{32}{3} \right) \\ &= \frac{7}{3} \text{ square units} \end{aligned}

Example 2

Find the area enclosed by the graph of y=x2+5x6y = -x^2 + 5x - 6 and the xx-axis.

23y = -x² + 5x - 6

First find the roots (where y=0y=0):

x2+5x6=0x25x+6=0(x2)(x3)=0\begin{aligned} -x^2 + 5x - 6 &= 0 \\ x^2 - 5x + 6 &= 0 \\ (x-2)(x-3) &= 0 \end{aligned}

The limits are x=2x=2 to x=3x=3.

A=23(x2+5x6)dx=[x33+5x226x]23=(9+45218)(83+1012)=(92)(143)=276+286=16 square units\begin{aligned} A &= \int_2^3 (-x^2 + 5x - 6) \,dx \\ &= \left[ -\frac{x^3}{3} + \frac{5x^2}{2} - 6x \right]_2^3 \\ &= \left( -9 + \frac{45}{2} - 18 \right) - \left( -\frac{8}{3} + 10 - 12 \right) \\ &= \left( -\frac{9}{2} \right) - \left( -\frac{14}{3} \right) \\ &= -\frac{27}{6} + \frac{28}{6} = \frac{1}{6} \text{ square units} \end{aligned}