Area between curves expressed as functions of x — AP Calculus BC
1. Core Concept of Area Between Two Curves ★☆☆☆☆ ⏱ 3 min
This is a core, frequently tested application of definite integration, making up 10-15% of Unit 8 exam weight for AP Calculus BC, appearing in both multiple-choice and free-response sections annually. Intuitively, it is the total non-negative 2D space bounded above by $y=f(x)$ and below by $y=g(x)$, generalizing the concept of area under a curve (which is just area between a curve and $y=0$).
The core reasoning comes from Riemann sums: we split the region into infinitely many thin vertical rectangles of width $dx$, calculate each rectangle's area as height × width, then sum all areas via integration.
2. Area Over a Fixed Interval ★★☆☆☆ ⏱ 4 min
The simplest case is when you are given a pre-defined interval $[a, b]$, and one function is always greater than or equal to the other across the entire interval. The formula comes from taking the limit of a Riemann sum approximation:
A = \int_a^b \left[ f_{\text{top}}(x) - f_{\text{bottom}}(x) \right] dx
Area is always non-negative, so the order of subtraction is critical. This formula works regardless of where the curves are relative to the x-axis: if both are below the x-axis, the difference between the higher (less negative) and lower (more negative) function is still positive, so you will get a positive area.
Exam tip: If you are unsure which function is upper, always test at least one point in the interval before setting up the integral. This 2-second check eliminates the most common 1-point deduction on the AP exam: swapping upper and lower functions.
3. Area of Closed Regions with Intersection Bounds ★★★☆☆ ⏱ 4 min
In most AP problems, you will not be given a pre-defined interval. Instead, you must first find the bounds of integration by calculating where the two curves intersect. For two continuous curves that form a single closed region, they will intersect exactly twice, so the two x-coordinates of intersection are your lower and upper bounds of integration. After finding intersections, you still confirm which function is upper between the bounds, then apply the basic area formula just as you would for a fixed interval.
Exam tip: Never divide both sides of the intersection equation by a variable (e.g. $x$) to simplify. This eliminates the $x=0$ root, leading to incorrect bounds. Always move all terms to one side and factor instead.
4. Total Area for Curves That Cross Multiple Times ★★★★☆ ⏱ 5 min
If two curves intersect more than once between the outermost bounds, the upper and lower functions swap places at each intersection. Because area is always non-negative, integrating the difference of the original functions across the entire interval will give net signed area, where areas below the original upper function cancel out positive areas, which is not the total geometric area that almost all AP questions ask for.
Exam tip: If a question asks for 'total area', it always requires splitting the integral at every crossing. Only if it explicitly asks for 'net area' do you not split the integral.
Common Pitfalls
Why: Dividing by a variable eliminates the $x=0$ root, which is a valid solution when $x$ is a common factor.
Why: This calculates net signed area, not total geometric area, which is what almost all AP area questions request.
Why: Students incorrectly assume upper functions must be positive, so they mix up the order of subtraction.
Why: Confuses x and y coordinates of intersections, mixing up area with respect to x and area with respect to y.
Why: Students assume only intersections on the outer edge of the region matter, but internal intersections can swap upper/lower functions.