The Core Idea: Finding the Area Between Curves That Intersect at More Than Two Points
When finding the area between two curves, the standard approach is to integrate the "top" function minus the "bottom" function over a given interval. However, this method relies on one function being consistently above the other. This topic addresses the scenario where the functions intersect multiple times, causing the roles of the "top" and "bottom" curves to switch within the region of interest.
To find the total area in such cases, the region must be partitioned into two or more sub-regions at each point of intersection. A separate definite integral is then set up for each sub-region, and the results are summed. An alternative strategy involves changing the perspective of integration. Instead of using vertical rectangles (integrating with respect to ), we can use horizontal rectangles and integrate with respect to . This approach is often more convenient if the functions are more easily expressed as in terms of , or if it simplifies a multi-integral problem into a single integral of the "right" function minus the "left" function.
Key Formulas
The fundamental formulas for finding the area between curves are adapted for these more complex regions.
Partitioning the Region (Integrating with respect to )
If the curves and intersect at , , and , and the "top" function changes at , the total area is the sum of the areas of the sub-regions:
Integrating with respect to
If the curves are expressed as and , and is consistently to the right of for in the interval , the area is given by:
Understanding When to Split the Integral or Integrate with Respect to y
The choice of method depends on the geometry of the region and the form of the given equations.
- When to Split the Integral (Integrate with respect to ): You must split the integral if the function that defines the upper boundary of the region changes at any point between the overall integration limits. For example, if is the top function on `
Using Your Calculator
For problems involving complex functions or multiple intersections, a graphing calculator is an essential tool.
To find the area of a region that must be partitioned:
Graph Functions: Enter the top/bottom functions into
Y1andY2.Find Intersections: Use the
CALCmenu (2nd+TRACE) and select . Move the cursor near each intersection point and pressENTERthree times. Find all three (or more) intersection points, e.g., , , and . It is highly recommended to store these values into variables (, ,A, etc.) to maintain precision.Identify Top/Bottom: Look at the graph to see which function (
Y1orY2) is on top for each interval ( and ).Calculate Integrals: Use the
fnIntcommand (MATH->9: fnInt) from the home screen to calculate the area of each sub-region and add them together. The syntax will look like this:fnInt(Y1-Y2, X, a, b) + fnInt(Y2-Y1, X, b, c)
Note on Integrating with Respect to : Standard graphing calculators are designed to graph and integrate functions of . To use a calculator for a integral, you can either solve the equations for (which may be complicated) or simply replace all instances of in your integrand with and use your -bounds as the -bounds in fnInt. For example, to calculate $\int_{-\sqrt{3}}^{\sqrt{3}} (9 - 3y^2) \, dy, you would enter fnInt(9-3X^2, X, -√(3), √(3))`.
AP Exam Quick Hit
Common Question Types
Multiple Intersections (Calculator Active): You will be given two functions, often transcendental (e.g., `f(x) = e^{x/2}and $g(x) = \sin(x)+2), and asked to find the area of the region enclosed by them. You must use your calculator to find all intersection points and then set up the sum of two or more definite integrals to find the total area.
Integrating with Respect to (Non-Calculator): You will be given functions that are difficult to work with in terms of , such as and . The prompt will ask for the area of the enclosed region, and the most direct solution is to set up and evaluate a single integral with respect to .
Common Mistakes
Ignoring Middle Intersections: Finding only the two outermost intersection points and setting up a single integral (). This is incorrect because the integral will compute a net area, where one sub-region's area is subtracted from the other, leading to a wrong answer.
Incorrect Integrand Order: Forgetting to switch the order of subtraction () when the functions cross. For example, using for all integrals when it should be $ for the first and for the second.
Setup Errors for Integrals: When integrating with respect to , students may mistakenly use -values for the bounds of integration or forget to write the differential as . The entire setup—integrand, bounds, and differential—must be consistent with the variable of integration.
Using Absolute Value in Setup: On a Free Response Question, writing as your setup is not sufficient. You must show the explicit setup with separate integrals for each sub-region, clearly identifying the correct order for each.