


Frequently Asked Questions: Area Between Two Curves
The area of a region between two curves in calculus refers to the definite integral of the difference between the "upper" function and the "lower" function over a given interval along the x-axis (or the "rightmost" and "leftmost" functions over an interval along the y-axis). It represents the accumulated space between the two curves.
To find the area between two curves, y = f(x) and y = g(x), over an interval [a, b]:
- Sketch the graphs of the two functions to determine which function is "above" the other in the given interval.
- Determine the limits of integration, 'a' and 'b'. These might be given, or you might need to find the intersection points of the two curves by setting f(x) = g(x).
- Set up the definite integral of the difference between the upper function and the lower function over the interval [a, b].
- Evaluate the definite integral using the Fundamental Theorem of Calculus.
If integrating with respect to y (for curves x=f(y) and x=g(y)), the steps are similar but you'll subtract the "leftmost" function from the "rightmost" function over a y-interval [c, d].
If f(x) ≥ g(x) for all x in [a, b], the area A between the curves y = f(x) and y = g(x) from x = a to x = b is given by:
A = ∫ab [f(x) − g(x)] ⅆx
If integrating with respect to y, and h(y) ≥ k(y) for all y in [c, d], the area between x = h(y) and x = k(y) from y = c to y = d is:
A = ∫cd [h(y) − k(y)] ⅆy
If the curves intersect within the interval [a, b], the "upper" and "lower" functions switch places. In this case, you need to split the region into sub-regions at each intersection point within the interval. You calculate the area of each sub-region separately using the correct "upper" minus "lower" function for that sub-region, and then sum up the areas of all sub-regions to get the total area. Using the absolute value of the difference, ∫ab |f(x) - g(x)| dx, mathematically represents this sum.
You might integrate with respect to y (using horizontal strips) when the curves are more easily defined as functions of y (x = f(y) and x = g(y)). This is particularly useful when a vertical strip would cross the same curve multiple times, or when the intersection points are given or easily found in terms of their y-coordinates. In this case, you integrate the "rightmost" function minus the "leftmost" function with respect to y over an interval [c, d] on the y-axis.
Yes, many graphing calculators and online calculus tools can numerically evaluate definite integrals, including those used to find the area between curves. You would typically input the difference of the two functions and the limits of integration. However, understanding the process and formula is essential for setting up the problem correctly, especially when dealing with intersections or integrating with respect to y.