Area between the curves

The area between two curves is the region enclosed by them, found by integrating the difference of the functions over the interval: ∫(top − bottom)dx for functions of x, or ∫(right − left)dy for functions of y. It's tested in AP Calc Topics 8.4 and 8.5 under learning objectives 8.4.A and 8.5.A.

Verified for the 2027 AP Calculus AB/BC examLast updated June 2026

What is Area between the curves?

The area between curves is exactly what it sounds like, the size of the region trapped between two graphs on some interval. The big idea is simple. At every x-value, the vertical distance between the curves is (top function − bottom function). Integrate that distance across the interval and you've added up infinitely many skinny rectangles, giving you the total area. So the formula is ∫ from a to b of [f(x) − g(x)] dx, where f is on top.

The CED splits this into two topics. In Topic 8.4, the curves are functions of x and you slice vertically. In Topic 8.5, the curves are functions of y (think x = y² or sideways parabolas) and you slice horizontally, integrating (right − left) dy instead. Same idea, rotated 90 degrees. The essential knowledge for 8.5.A says it directly, areas in the plane can be calculated using functions of either x or y. Your job is recognizing which orientation makes the problem easier. One catch to watch for. If the curves cross inside your interval, top and bottom swap, so you have to split the integral at the intersection point or your areas will partially cancel.

Why Area between the curves matters in AP Calculus

This lives in Unit 8 (Applications of Integration) under learning objectives 8.4.A and 8.5.A, both of which say the same thing, calculate areas in the plane using the definite integral. It's the first place AP Calc asks you to use integration geometrically rather than just symbolically, and it shows up constantly. Beyond being tested directly, area between curves is the setup step for almost every volume problem later in Unit 8. Washers, disks, and cross-section solids all start with you identifying the same region between two curves. If you can't set up the area, you can't set up the volume. It's also a near-guaranteed FRQ context. The classic 'Let R be the region enclosed by...' free-response problem starts with an area-between-curves part (a) almost every year.

Keep studying AP Calculus Unit 8

How Area between the curves connects across the course

Intersection Points (Unit 8)

When the problem doesn't hand you the interval, the bounds of your integral come from where the curves intersect. Set f(x) = g(x), solve, and those x-values are your limits of integration. On the calculator-active FRQ, you're expected to find these intersections numerically and use them.

Integration and the Definite Integral (Unit 6)

Area between curves is the definite integral wearing a geometry costume. A single definite integral gives area between a curve and the x-axis. Subtracting g(x) just measures area from the curve g instead of from the axis, so ∫(f − g)dx is the same Riemann-sum logic you built in Unit 6.

Boundaries of the Region (Unit 8)

Every area problem comes down to identifying boundaries, which curve is on top (or on the right), which is on the bottom (or left), and where the region starts and stops. Sketching the region first makes these boundaries obvious and prevents the classic sign error of subtracting in the wrong order.

Volumes of Revolution and Cross Sections (Unit 8)

Topics 8.7 through 8.12 recycle this skill. The region R you find the area of in part (a) gets spun around an axis or stacked with cross sections in parts (b) and (c). The (top − bottom) expression you write for area becomes the radius or side length in the volume integral.

Is Area between the curves on the AP Calculus exam?

Multiple-choice questions usually give you two functions and either an interval or curves that intersect, then ask for the enclosed area. Expect setups like the area between y = x² and y = 2x on [0, 2], or y = sin(x) and y = cos(x) on [−π/4, π/4]. The traps are predictable. Curves that cross mid-interval (like y = x³ and y = x² on [−1, 1]) force you to split the integral, and an answer choice will always exist for students who didn't. On the FRQ side, this is the classic 'region R' problem. Part (a) asks for the area of a region bounded by two curves, often requiring a calculator to find the intersection points. You need to show the integral setup with correct bounds and integrand to earn the setup point, even on calculator-active questions. Writing just a number loses points.

Area between the curves vs Net signed area (a plain definite integral)

A definite integral ∫f(x)dx gives net signed area, where regions below the x-axis count as negative. Area between curves is always a positive, geometric quantity. That's why you integrate (top − bottom), or |f − g| split at intersection points. If you blindly compute ∫(f − g)dx over an interval where the curves cross, the pieces partially cancel and you get net area, not total area. The exam loves this distinction.

Key things to remember about Area between the curves

  • Area between curves equals the integral of (top function minus bottom function) when working in x, or (right minus left) when working in y.

  • If the bounds aren't given, find them by setting the two functions equal and solving for the intersection points.

  • If the curves cross inside the interval, split the integral at each intersection point so every piece counts as positive area.

  • Choose your variable strategically. If the region's left and right boundaries are single curves, integrating with respect to y (Topic 8.5) often avoids splitting the region.

  • Always sketch the region first. Knowing which curve is on top is the whole game, and a wrong order flips the sign of your answer.

  • This skill is the foundation for volumes of revolution and cross sections later in Unit 8, so the (top − bottom) expression you build here gets reused.

Frequently asked questions about Area between the curves

What is the area between curves in AP Calculus?

It's the area of the region enclosed by two graphs, computed as ∫ from a to b of (top − bottom) dx for functions of x, or ∫(right − left) dy for functions of y. It's covered in Topics 8.4 and 8.5 of Unit 8.

Can the area between curves be negative?

No. Area is always positive. If your integral comes out negative, you subtracted in the wrong order (bottom minus top) or the curves crossed inside your interval and the pieces canceled. Either fix the order or split the integral at the intersection points.

How is area between curves different from a regular definite integral?

A regular definite integral gives net signed area between one curve and the x-axis, so parts below the axis count as negative. Area between curves measures total geometric area between two functions, which is why you integrate the difference (top − bottom) and split at crossings.

How do I find the bounds if the problem doesn't give an interval?

Set the two functions equal and solve. For example, x² = 2x gives x = 0 and x = 2, so those are your limits of integration. On calculator-active FRQs, you can find these intersections numerically and store them for accuracy.

When should I integrate with respect to y instead of x?

Use dy when the region is bounded by one curve on the left and one on the right, especially with sideways curves like x = y². Integrating in x there would force you to split the region into pieces, while a single (right − left) dy integral handles it cleanly. That's the whole point of Topic 8.5.