Areas Between Curves
Say we have a pair of curves:
What's the area betwee and ? Well, we can chop it up into Riemann sums:
We'll denote the width of each rectangle as What's the height? It's the difference between the top point of the rectangle (where the rectangle touches ) and the bottom point of the rectangle (where it touches ). Thus, for a single rectangle we have the area:
Making smaller:
and smaller:
and even smaller:
we eventually fill in the area bounded to the left by to the right by above by and below by What's the value of this area? It's the sum of all the areas of the individual rectangles:
Now that we've seen integrals, this is really:
This is how we find the area between two curves. Importantly, whenever we want to know such an area we want to first identify the integrand (our rectangle's height):
Once we have this information, we want to know the limits, or bounds:
These are the key pieces of information. We want to know the lower bound the upper bound and the integrand While it may seem like a simple task, it turns out that for many areas, this can be difficult. For example, consider the following problem:
problem. What is the area between and
The first step is to always try and create a visualization of the curves.
At this point, we see a problem. is not a function. A function is a a relation from Thus, for we've effectively specified the set of ordered pairs:
And in doing so, it's no longer clear whether is a function of or whether is a function of And because of that ambiguity, we have a situation where it's unclear where our rectangles' heights start and end. It could start at and end at It could start at and end at
To solve this problem, we'll have to split the area into two halves and sum the two after. And to do that, we need the intersection points:
Since and we have:
This is a quadratic. Solve for
Thus, we have:
Next, from the implicit function theorem, we know that the top curve can be rewritten as:
and the bottom curve is:
Finally, the line between the and is given by the equation:
At this point, we can find the area:
Integrating for a Different Variable
The procedure above is meticulous. There's a much faster way: Integrating with respect to Visually, this means we compute the area by dividing the region into horizontal rectangles.
To do so, we rewrite all of the equations to render them as true functions. Thus:
Now we integrate in the variable:
The gives us the left endpoint of the rectangle, and the gives us the right endpoint of the rectangle.