How to find the area between two curves
The area between two curves is found by integrating the difference between the upper function and the lower function over a specified interval. This method applies when both curves are continuous on the interval and is adapted by splitting the integral at intersection points if the curves cross.
The setup
Identify the two functions bounding the region. If the limits of integration are not given, find the points of intersection by setting the two equations equal to each other and solving for the variable of integration. Determine which curve is the upper bound and which is the lower bound on the interval by testing a point between the limits.
The steps
- Determine the limits of integration, and . 2. Identify the upper function and lower function such that on . 3. Set up the definite integral: . 4. Find the antiderivative and evaluate it from to using the Fundamental Theorem of Calculus.
Checking the result
The computed area must be strictly non-negative. If the result is negative, the upper and lower functions were likely swapped, or an arithmetic error occurred during evaluation.
Common errors
A frequent error is failing to split the integral at intersection points where the upper and lower curves change roles. Another is integrating with respect to when the region is more easily defined by functions of , which leads to overly complex integrals.
Worked example
Find the area of the region bounded by and .
Set the equations equal to find intersection points: . The limits are and . Test : and , so is the upper curve. Set up the integral: . Integrate: . Evaluate at bounds: . The area is .
FAQ
Run your own problem
References: Stewart Calculus, Chapter 6: Applications of Integration · OpenStax Calculus Volume 1, Chapter 6: Applications of Integration · Khan Academy, AP Calculus AB: Area between curves
See also