The normal area

We already know that there are two types of areas, the area (which is the "normal" area we already know), and the signed area, which is the sum of bar areas, or the integral. As long as the graph of ff defining the border of the area is above the xx-axis, the area and the signed area are equal. However, as soon as the graph of ff is below the xx-axis, the bar area Δxf(x)\Delta x\cdot f(x) becomes negative, and the sum of the bar areas is a mixture of positive and negative numbers - which does not correspond to the "normal" area. The figure below illustrates this point:

Recipe 1

So if we want to have the area (the normal one, all positive), we have to calculate the negative and positive parts separately:

A=12f(x)dxA_{-}=\int_{-1}^2 f(x)\, dx

and

A+=23f(x)dx A_{+}=\int_2^3 f(x)\, dx

Then we have to add their positive values: A+A+|A_{-}|+A_{+}. Here, the vertical lines means that we have to take the absolute value of AA_{-}, which simply means to take the positive part of the number.

Of course we can generalise this to arbitrary many positive and negative subregions.

Theorem 1

The (normal) area of a region bounded by the xx-axis, the graph of ff and between x=ax=a and x=bx=b is found by splitting the region at the xx-intercepts of ff, and determine the signed area of each subregion using the integral. The normal area is then the sum of the positive areas.

Example 1

The function equation of the graph ff shown above is

f(x)=18x31f(x)=\frac{1}{8}x^3-1

Find the (normal) area of the region enclosed by the graph of ff, the xx-axis, and the vertical lines at x=1x=-1 and x=3x=3.

Solution

We first need to find the xx-intercept of ff. For this example it is obviously x=2x=2, which also follows from

18x31=0x3=8x=2\begin{array}{lll} \frac{1}{8}x^3-1 &=& 0\\ x^3&=& 8 \\ x&=& 2 \end{array}

The antiderivative of ff is

F(x)=132x4xF(x)=\frac{1}{32}x^4-x

We then have

A=12(18x31)dx=F(2)F(1)=2.53125A_{-}=\int_{-1}^2 (\frac{1}{8}x^3-1)\, dx = F(2)-F(-1)=-2.53125

and

A+=23(18x31)dx=F(3)F(2)=1.03125A_{+}=\int_{2}^3 (\frac{1}{8}x^3-1)\, dx = F(3)-F(2)=1.03125

Thus, the (normal) area of the region is

A=A+A+=2.53125+1.03125=3.5625A=|A_{-}|+A_{+}=2.53125+1.03125=3.5625

Note that if add A+A+A_{-}+A_{+}, we get 1.5-1.5, which is simply the integral of ff from 1-1 to 33. Indeed:

13(18x31)dx=F(3)F(1)=1.5\int_{-1}^3 (\frac{1}{8}x^3-1)\, dx = F(3)-F(-1)=-1.5
Exercise 1
  1. Consider the function f(x)=12x21f(x)=\frac{1}{2}x^2-1.
    1. Determine 23f(x)dx\int_{-2}^3 f(x)\, dx
    2. Determine the area of the region enclosed by the graph of ff, the xx-axis, and the vertical lines at x=2x=-2 and x=3x=3.
  2. The region RR is enclosed by the graph of f(x)=2(x1)(x+1)f(x)=-2(x-1)(x+1), the xx-axis and the vertical lines at x=2x=-2 and x=3x=3.
    1. Determine the signed area RR.

    2. Determine the area of RR.

Solution
  1. The antiderivative of ff is

    F(x)=16x3xF(x)=\frac{1}{6}x^3-x
    1. 23f(x)dx=F(3)F(2)=(16333)(16(2)3(2))=0.83ˉ\int_{-2}^3 f(x)\, dx =F(3)-F(-2)=(\frac{1}{6}\cdot 3^3-3)-(\frac{1}{6}\cdot (-2)^3-(-2))=0.8\bar 3
    2. Draw graph (see below) to check if there are negative regions - indeed there are! We calculate the three regions separately. First we need to find the xx-intercepts of ff: Find xx with f(x)=012x21=0x2=2x=±2\begin{array}{lll} f(x) &= & 0\\ \frac{1}{2}x^2-1&= & 0\\ x^2&=& 2\\ x&=& \pm\sqrt{2} \end{array} Now we determine the areas with the integral: A1=22f(x)dx=F(2)F(2)=0.276142A_1=\int_{-2}^{-\sqrt{2}} f(x)\, dx = F(-\sqrt{2})-F(-2)=0.276142 A2=22f(x)dx=F(2)F(2)=1.88562A_2=\int_{-\sqrt{2}}^{\sqrt{2}} f(x)\, dx = F(\sqrt{2})-F(-\sqrt{2})=-1.88562 A3=23f(x)dx=F(3)F(2)=2.44281A_3=\int_{\sqrt{2}}^3 f(x)\, dx = F(3)-F(\sqrt{2})=2.44281 Thus, the area is A=A1+A2+A3=0.276142+1.88562+2.44281=4.604572A=A_1+|A_2|+A_3=0.276142+1.88562+2.44281=4.604572 Let's check if we get the result of (1), if we simply add the areas. Indeed, we have A1+A2+A3=0.2761421.88562+2.44281=0.83A_1+A_2+A_3=0.276142-1.88562+2.44281=0.8\overline{3}
  2. Draw the situation! Because of

    f(x)=2(x1)(x+1)=2x2+2f(x)=-2(x-1)(x+1)=-2x^2+2

    the antiderivative is

    F(x)=23x3+2xF(x) = -\frac{2}{3}x^3+2x
    1. A=23f(x)dx=F(3)F(2)=403=13.3A=\int_{-2}^3 f(x)\, dx = F(3)-F(-2)=-\frac{40}{3}=-13.\overline{3}.
    2. We have to calculate the negative and positive areas individually. First we need to find the xx-intercepts of ff: Find xx with f(x)=2(x1)(x+1)=0f(x)=-2(x-1)(x+1)=0 Clearly, this has to be at x1=1x_1=-1 and x2=1x_2=1. Thus, we have the three areas A1=21f(x)dx=F(1)F(2)=2.6A_1=\int_{-2}^{-1} f(x)\, dx = F(-1)-F(-2)=-2.\overline{6} A2=11f(x)dx=F(1)F(1)=83=2.6A_2=\int_{-1}^{1} f(x)\, dx = F(1)-F(-1)=\frac{8}{3}=2.\overline{6} A3=13f(x)dx=F(3)F(1)=13.3A_3=\int_{1}^{3} f(x)\, dx = F(3)-F(1)=-13.\overline{3} Thus, the area is 13.3+22.6=18.613.\overline{3}+2\cdot 2.\overline{6}=18.\overline{6}