Review 5: Areas Between Curves
Recall that the integral of a function f(x) gives the area between the curve
f(x) and the
x-axis. Using this we can determine the area of the following region:
The area between the blue curve and the x-axis is given by
∫20x+1dx=12x2+x|20=2+2−0=4. and the area under the red curve is given by
∫20xe−x2dx=∫x=2x=0−12eudu=−12e−x2|20=−12e−4+12. Thus the area between the two curves in the difference between these two integrals; thus the area is
∫20x+1dx−∫20xe−x2dx=4+e−42−12.
We can apply this idea to find the area of more complicated regions as well. Consider the following region:
We wish to find the area enclosed by these two curves. First, we need to find the intersection points between these two curves. These two curves intersect when y+1=12y2−3. Solving for
y,
y+1=12y2−30=12y2−y−40=12(y2−2y−8)0=12(y−4)(y+2).
Thus these curves intersect when y=4 and
y=−2. Thus the coordinates for the intersection points are
(5,4) and
(−1,−2). Now that we know these points, we have a decision to make: which variable to integrate in.
Approach 1) integrating in x:
First, to integrate in x we need to make our curves functions of
x. Hence the parabola
x=12y2−3 becomes two functions of
x,
y=±√2x+6. Next we need to subtract the lower function from the higher function, but there are two different lower functions, first the lower half of the parabola, and second the line
y=x−1. A sketch of this split is shown below.
Thus to find the area of the enclosed region we compute two different integrals,
∫−1−3√2x+6−(−√2x+6)dx and
∫5−1√2x+6−(x−1)dx.
Adding these together we get
A=∫−1−32√2x+6dx+∫5−1√2x+6−x+1dx=[23(2x+6)3/2]−1−3+[13(2x+6)3/2−12x2+x]5−1=23(4)3/2−0+13(16)3/2−252+5−13(4)3/2+12+1=83+643−6=18.
Approach 2) integrating in y:
We can write both curves as functions of y, specifically x=12y2−3 and
x=y+1. As in the case of integrating in
x, we subtract the smaller function from the larger function, then integrate. If integrating in
y, visually that means subtracting the leftmost function from the rightmost function.
Since there is only one rightmost and one leftmost function within the bounds of the region, our integral is much simpler. The area is given by
A=∫4−2y+1−(12y2−3)dy=12y2+y−16y3+3y|4−2=8+4−646+12−(2−2+86−6)=18.
Notice that this approach is much simpler than integrating in x and gives the same area.