Area between functions
This looks at signed and unsigned area between functions.
Contents
Fundamental theorem of calculus
Previously, we touched upon derivatives as the instantaneous change at one point, and integrals as the accumulation of change on an interval.
Loosely speaking, the fundamental theorem of calculus says that this accumulation manifests as the area under the curve and above the -axis. If the curve is below the -axis, then the enclosed area has a negative sign.
Unsigned vs signed area
By default, a definite integral gives the signed area mentioned above.
The unsigned area, ie taking all areas as positive, is
Signed area is useful when you want to find the net effect of increases and decreases; unsigned area is useful to find the literal area.
When question says “find the area between …” they refer to the unsigned area.
When finding unsigned area by hand, it involves
- Solve
- Split into the regions separated by its zeros
- Integrate for each region. Typically this means finding the antiderivative once, then evaluate using different limits of integration.
- Add up the absolute values of the areas from step 3.
In most circumstances, there is only one contiguous bounded area. Only for rare cases like manually finding “distance traveled” in kinematics is this procedure necessary.
Area between curves
For a contiguous enclosed region bounded by functions and , such that
- , AND
- for all
Equivalently, each vertical line passing through the region must intersect above, and below.
Then the bounded region has area
In cases where the region has more than one function for the top or bottom portions, then the area must be subdivided by vertical lines such that each region is bounded by a single function on top, and a single function below.
Example: Find the area enclosed between and .
The area is bounded by on top, but by both and below.
Solving and yield , as the two intersection points. The area can be calculated by splitting into two regions down .
See sketch of the curves .
Always quickly sketch the functions or curves using function transformations to visualize the area.