Icon for AP® Calculus AB-BC

AP® Calculus AB-BC

How to Find the Area Between Two Curves: A Review

Ever shaded the space between two curves on a graph and wondered exactly how much “stuff” fits there? That shaded space is a region, and its exact size is the area between the curves. The goal today is mastering how to find the area between two curves, a core AP® Calculus skill tagged CHA-5.A.1. Engineers compare growth models, economists separate cost curves, and physicists measure work done—therefore, this topic shows up far beyond the classroom. This guide breaks down how to find the area between two curves in a few easy steps.

Why This Topic Matters on the AP® Exam

CHA-5.A.1 requires students to calculate the area between curves using definite integrals. Questions appear in both multiple-choice and free-response sections, sometimes with but often without a calculator. Because of that mix, a solid, no-calculator technique is essential. First, understand the basic idea: area is “top minus bottom.” Let’s see how that works.

The Core Idea: “Top Curve – Bottom Curve”

A definite integral measures an accumulated quantity. Picture stacking ultra-thin rectangular slices under a curved roof. Each slice has height equal to the vertical distance between two curves and width \Delta x. Summing infinitely many slices leads to an integral.

Key formula for vertical slicing:

\text{Area} = \int_{a}^{b} \bigl[f(x) - g(x)\bigr]dx \quad \text{where } f(x)\ge g(x) \text{ on }[a,b]

Units stay positive because the top curve’s y-values exceed the bottom curve’s. If the result is negative, the curves were likely reversed.

Method 1: Vertical Slices (Integrating with Respect to x)

When to Use

  • Curves are already written as y=f(x).
  • A single function remains on top throughout the entire x-interval.

How to Find Area Between Two Curves Step-by-Step Example #1

Find the area between y=x^{2} and y=2x+3 from x=-1 to x=2.

  1. Sketch both curves and shade the region.

  1. Intersection points: solve x^{2}=2x+3. Rearranging gives x^{2}-2x-3=0, so (x-3)(x+1)=0(x+1)=0. Therefore, x=-1 and x=3. The interval stops at x=2, so only x=-1 belongs. The other bound is manually given as x=2.
  2. Test a value, say x=0. Then y_{\text{line}}=3 and y_{\text{parabola}}=0; hence, the line sits on top.
  3. Set up the integral:
    • \text{Area}= \int_{-1}^{2}\bigl[(2x+3)-x^{2}\bigr]dx
  4. Integrate:
    • \int (2x+3-x^{2})dx = x^{2}+3x-\frac{x^{3}}{3}+C
  5. Evaluate:
    • At x=2: 4+6-\frac{8}{3}=10-\frac{8}{3}=\frac{22}{3}
    • At x=-1: 1-3+\frac{1}{3}=-2+\frac{1}{3}=-\frac{5}{3}
    • Subtract: \frac{22}{3}-\bigl(-\frac{5}{3}\bigr)=\frac{27}{3}=9

Therefore, the region’s exact area is \boxed{9} square units.

Short graph check: a negative answer would signal the curves were swapped; however, the positive value confirms the setup.

Mini-Checklist of Common Errors

  • Forgetting to switch “top minus bottom” when curves cross.
  • Dropping absolute value bars when the calculator returns a negative result.
  • Ignoring the problem’s requested bounds.

Method 2: Horizontal Slices (Integrating with Respect to y)

When to Use

  • Describing the region left-to-right is simpler.
  • Shapes involve inverse or sideways functions, such as x=y^{2}.

How to Find Area Between Two Curves Step-by-Step Example #2

Find the area enclosed by x=y^{2} and x=4-y^{2}.

  1. Sketch the curves. Both open rightward (because x is positive).

  1. Intersection points: set y^{2}=4-y^{2}. Thus 2y^{2}=4, so y^{2}=2. The y-values are y=\pm\sqrt2.
  2. For a y-value like 0, x_{\text{right}}=4 and x_{\text{left}}=0, so x=4-y^{2} is the right curve.
  3. Set up the integral (horizontal slices):
    • \text{Area}= \int_{-\sqrt2}^{\sqrt2} \bigl[(4-y^{2})-(y^{2})\bigr]dy= \int_{-\sqrt2}^{\sqrt2} (4-2y^{2})dy
  4. Integrate:
    • \int(4-2y^{2})dy = 4y-\frac{2y^{3}}{3}+C
  5. Evaluate from -\sqrt2 to \sqrt2. Because the integrand is even, double the upper-half value:
    • Upper half: 4(\sqrt2)-\frac{2(\sqrt2)^{3}}{3}=4\sqrt2-\frac{4\sqrt2}{3}=\frac{8\sqrt2}{3}
    • Double it: \text{Area}=2\cdot\frac{8\sqrt2}{3}=\frac{16\sqrt2}{3} square units.

Slicing horizontally avoided solving each curve for y, therefore saving time.

Piecewise Regions & Curve Switching

Curves may cross multiple times. In those cases, break the region into sub-intervals where a single curve stays on top (or to the right).

How to Find Area Between Two Curves Example #3

Find the area between y=\sin x and y=\cos x from x=0 to x=2\pi.

  1. Intersection points: set \sin x=\cos x. That implies \tan x=1, so x=\frac{\pi}{4}+\pi n. Within 0\le x\le 2\pi, intersections occur at \frac{\pi}{4} and \frac{5\pi}{4}.
  2. Identify “top” on each sub-interval using a quick graph or table.
    • Interval 1: 0\to\frac{\pi}{4} — cos x > sin x.
    • Interval 2: \frac{\pi}{4}\to\frac{5\pi}{4} — sin x > cos x.
    • Interval 3: \frac{5\pi}{4}\to2\pi — cos x > sin x.
  3. Set up piecewise integrals:
    • \text{Area}=\int_{0}^{\pi/4}\bigl[\cos x-\sin x\bigr]dx+\int_{\pi/4}^{5\pi/4}\bigl[\sin x-\cos x\bigr]dx+\int_{5\pi/4}^{2\pi}\bigl[\cos x-\sin x\bigr]dx
  4. Evaluate each integral (symmetry helps):
    • Because each integral over equal-length symmetric intervals yields the same magnitude, the total turns out to be 4\sqrt2 square units (full calculation can be verified on a calculator).

Graphing beforehand shows where to cut the region, thus avoiding sign errors.

Quick Graphing Strategies

  • Pencil-sketch first: mark intercepts, peaks, and intersection points.
  • On a calculator, adjust the window so both curves fill the screen; next, use the “intersect” or “trace” feature.
  • In free-response, label each curve clearly—AP® graders award “communication” points for that clarity.

Common Pitfalls & Pro Tips

  • Sign errors appear if the region dips below the x-axis; however, “top minus bottom” still works because it compares curves, not axes.
  • Always attach correct units: if y is meters and x is seconds, the area has meter-seconds units.
  • Perform an estimation check. For example, compare your answer to the area of a bounding rectangle. If the integral result is larger, something is off.
  • On calculators, remember parentheses: ∫((top) – (bottom)) dx, not ∫(top) – (bottom) dx.

Quick Reference Chart: Key Vocabulary

TermDefinition
Definite IntegralThe net sum of infinitely many small areas between two x-values.
Bounds of IntegrationThe a and b numbers that tell where to start and stop adding slices.
Intersection PointThe x- or y-value where two curves meet; sets limits or interval breaks.
Top Curve / Bottom CurveIn vertical slicing, the curve with the higher y-value (top) and the lower one (bottom).
Right Curve / Left CurveIn horizontal slicing, the curve with the larger x-value (right) and the smaller one (left).
SliceA thin rectangle approximated by the integral before taking the limit.
RegionThe 2-D space enclosed by the curves—its area is the goal.

Conclusion

To recap, finding the area between two curves follows four main steps:

  1. Identify and graph the curves.
  2. Find intersection points to set the bounds or breakpoints.
  3. Choose vertical or horizontal slices, based on which description is easier.
  4. Integrate “top minus bottom” (or “right minus left”) over each consistent interval.

Practicing a variety of setups cements the process for exam day. Mastering how to find the area between two curves turns a simple shaded picture into an exact numerical answer—an empowering skill for any budding analyst.

Sharpen Your Skills for AP® Calculus AB-BC

Are you preparing for the AP® Calculus exam? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world math problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!

Need help preparing for your AP® Calculus AB-BC exam?

Albert has hundreds of AP® Calculus AB-BC practice questions, free responses, and an AP® Calculus AB-BC practice test to try out.

Interested in a school license?​

Bring Albert to your school and empower all teachers with the world's best question bank for:

➜ SAT® & ACT®
➜ AP®
➜ ELA, Math, Science, & Social Studies
➜ State assessments

Options for teachers, schools, and districts.