The Definite Integral

The indefinite integral is a function; the definite integral is a number got by putting values into that function.

Let

F(x) = $\displaystyle \int$f (x) dx

So F is a function with the property that F' = f.

Definition 6..8   The definite integral of f from a to b is denoted by $ \int_{a}^{b}$f (x) dx and is defined to be F(b) - F(a).

Definition 6..9   a and b are called the limits of integration.

Notation: $\displaystyle \left[\vphantom{F(x)}\right.$F(x)$\displaystyle \left.\vphantom{F(x)}\right]_{a}^{b}$ is used to mean F(b) - F(a).

Example 6..10  

$\displaystyle \int_{1}^{2}$x dx = $\displaystyle \left[\vphantom{\frac{x^2}{2}}\right.$$\displaystyle {\frac{{x^2}}{{2}}}$$\displaystyle \left.\vphantom{\frac{x^2}{2}}\right]_{1}^{2}$ = 2 - $\displaystyle {\frac{{1}}{{2}}}$ = $\displaystyle {\frac{{3}}{{2}}}$

Remark 6..11   Note that the constant of integration is of no importance when you are calculating a definite integral. Include it and you get

(F(b) + c) - (F(a) + c) = F(b) - F(a)

-- the same answer as you would have got by ignoring the constant in the first place.

Remark 6..12   The definite integral is the one that is used to calculate areas, volumes, lengths, moments of inertia and a host of other things.

Properties of the Definite Integral

$\displaystyle \int_{b}^{a}$f (x) dx = - $\displaystyle \int_{a}^{b}$f (x) dx (1)

So reversing the limits of integration multiplies the answer by -1.

Proof. Let F(x) be an indefinite integral for f (x). Then

$\displaystyle \int_{b}^{a}$f (x) dx = F(a) - F(b)    
  = - (F(b) - F(a))    
  = - $\displaystyle \int_{a}^{b}$f (x) dx    


$\displaystyle \int_{a}^{b}$f (x) dx + $\displaystyle \int_{b}^{c}$f (x) dx = $\displaystyle \int_{a}^{c}$f (x) dx (2)

Proof. F(x) as before. Then

$\displaystyle \int_{a}^{b}$f (x) dx + $\displaystyle \int_{b}^{c}$f (x) dx = $\displaystyle \left(\vphantom{F(b)-F(a)}\right.$F(b) - F(a)$\displaystyle \left.\vphantom{F(b)-F(a)}\right)$ + $\displaystyle \left(\vphantom{F(c)-F(b)}\right.$F(c) - F(b)$\displaystyle \left.\vphantom{F(c)-F(b)}\right)$    
  = F(c) - F(a)    
  = $\displaystyle \int_{a}^{c}$f (x) dx    


Using the Definite Integral to Calculate Areas

This is slightly more complicated than one might hope, but not by much. The problem is caused by the fact that definite integrals can be either positive or negative, while areas are always positive.


Case 1: The curve is entirely above the x-axis

This is complication free.

Choose a reference point (r, 0) on the x-axis, and let F(x) be the area under the section of the curve between (r, f (r)) and (x, f (x)).

As we saw earlier, F'(x) = f (x), and so F(x) = $ \int$f (x) dx.

Now consider the area under the curve between x = a and x = b.

F(b) is the area between x = r and x = b; F(a) is that between x = r and x = a.

The cross-hatched area is the difference, i.e. F(b) - F(a). Therefore the area sought is $ \int_{a}^{b}$f (x) dx.

Example 6..13   Find the area under the curve y = $ \sqrt{x}$ between x = 0 and x = 4.

Solution The curve does not go below the x-axis and so

Area  = $\displaystyle \int_{0}^{4}$$\displaystyle \sqrt{x}$ dx    
  = $\displaystyle \left[\vphantom{\frac{2}{3}x^{3/2}}\right.$$\displaystyle {\frac{{2}}{{3}}}$x3/2$\displaystyle \left.\vphantom{\frac{2}{3}x^{3/2}}\right]_{0}^{4}$    
  = $\displaystyle {\frac{{16}}{{3}}}$    


Case 2: The curve is entirely below the x-axis

This time y = f (x) is negative, and so the height of the rectangle we looked at when considering the difference between F(x0 + h) and F(x0) is not f (x0) but - f (x0) (since heights can't be negative). So F'(x) = - f (x), and so for areas under the x-axis

Area  = - $\displaystyle \int_{a}^{b}$f (x) dx

Case 3: The curve is part above and part below the x-axis

You have to split the problem up and consider the two parts separately. Use case 1 to deal with the section above the x-axis and case 2 to deal with the section below the x-axis.

Example 6..14   Find the area bounded by the curve y = sin x, the x-axis and the lines x = 0 and x = 2$ \pi$.

Solution Draw a picture so that you can see what is happening.

From 0 to $ \pi$ the curve is above the axis and from $ \pi$ to 2$ \pi$ it is below.

Above the axis we have

Area  = $\displaystyle \int_{0}^{{\pi}}$sin x dx    
  = $\displaystyle \left[\vphantom{-\cos x}\right.$ -cos x$\displaystyle \left.\vphantom{-\cos x}\right]_{0}^{{\pi}}$    
  = - cos$\displaystyle \pi$ + cos  0    
  = 2    

And below we have

Area  = - $\displaystyle \int_{{\pi}}^{{2\pi}}$sin x dx    
  = $\displaystyle \left[\vphantom{\cos x}\right.$cos x$\displaystyle \left.\vphantom{\cos x}\right]_{{\pi}}^{{2\pi}}$    
  = cos 2$\displaystyle \pi$ - cos$\displaystyle \pi$    
  = 2    

Therefore the total area is 4.


Note what would have happened had we not split the area into two sections. The two parts would have cancelled, giving us an area of zero -- which is clearly silly. In this case we could have noted, by symmetry, that the required area = 2$\displaystyle \int^{{\pi}}_{0}$sin x dx = 4.

The same ``assemble the bits'' approach works on areas between curves.

Example 6..15   Find the area between the curve y = sin x and the line y = $\displaystyle {\frac{{2x}}{{\pi}}}$ and above the x-axis.

Solution Again the best way to begin is by drawing a picture.

Here A = $\displaystyle \left(\vphantom{\frac{\pi}{2},1}\right.$$\displaystyle {\frac{{\pi}}{{2}}}$, 1$\displaystyle \left.\vphantom{\frac{\pi}{2},1}\right)$ and lies on both y = sin x and y = $\displaystyle {\frac{{2x}}{{\pi}}}$.

The next step is to work out where the line and curve cross. This will give us the limits for the integrals.

In this case they cross when x = 0 and when x = 1.

From the picture we can see that the area we want is the area under the curve minus that under the line (shaded). Therefore

Area  = $\displaystyle \int_{0}^{{\frac{\pi}{2}}}$sin x dx - $\displaystyle \int_{0}^{{\frac{\pi}{2}}}$$\displaystyle {\frac{{2x}}{{\pi}}}$ dx    
  = $\displaystyle \left[\vphantom{-\cos x}\right.$ -cos x$\displaystyle \left.\vphantom{-\cos x}\right]_{0}^{{\frac{\pi}{2}}}$ - $\displaystyle \left[\vphantom{\frac{x^2}{\pi}}\right.$$\displaystyle {\frac{{x^2}}{{\pi}}}$$\displaystyle \left.\vphantom{\frac{x^2}{\pi}}\right]_{0}^{{\frac{\pi}{2}}}$    
  = 1 - $\displaystyle {\frac{{\pi^2}}{{4}}}$$\displaystyle {\frac{{1}}{{\pi}}}$    
  = 1 - $\displaystyle {\frac{{\pi}}{{4}}}$    


Example 6..16   Find the area between the curve y = x2 and the line y = 2.

Example 6..17   Find the area between the curves y = x2 and y = x4.

Ian Craw 2003-12-15