AP-CALCBC-8.4-8.6

U8.4 Area Between Curves

Master computing area between curves in AP Calculus BC: set up top−bottom dx or right−left dy integrals, find intersections, and handle regions with multiple crossings.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U8.4 Area Between Curves, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When two curves fence off a region, its area is one of the most testable integral applications in Unit 8. The idea is simple: slice the region into thin rectangles, add up their areas, and let the sum become an integral. But the exam rewards precision — you must know which curve is on top, where the curves cross, and when it is smarter to integrate with respect to yy instead of xx.

This lesson builds the full toolkit: the core formula, finding intersection bounds algebraically, splitting regions when the top and bottom swap, and rewriting curves as functions of yy when horizontal slices are cleaner. Get these habits right and you will set up correct definite integrals fast — on both the calculator and no-calculator sections.

The Core Formula and Why It Works

To find the area of a region bounded above by y=f(x)y=f(x) and below by y=g(x)y=g(x) from x=ax=a to x=bx=b, take a thin vertical rectangle of width dxdx. Its height is the top curve minus the bottom curve, f(x)g(x)f(x)-g(x), and its area is [f(x)g(x)]dx[f(x)-g(x)]\,dx. Summing all such slices givesA=ab[f(x)g(x)]dx.A=\int_a^b \left[f(x)-g(x)\right]\,dx.The subtraction handles signs automatically. Even if part of the region lies below the xx-axis, as long as ff is genuinely above gg on [a,b][a,b], the difference f(x)g(x)f(x)-g(x) is positive and the integral gives a positive area. This is why you should never simply integrate each curve separately and hope the signs work out — always subtract bottom from top.

A common misconception is thinking you must take absolute values everywhere. You do not, provided you correctly identify which function is larger on the interval. The absolute value idea only matters when you are unsure of the ordering, or when the curves cross inside the interval. On the exam, a quick test point between the bounds tells you which curve is on top: plug a convenient xx into both functions and compare.

Finding the Bounds: Intersections

Most problems do not hand you the limits aa and bb — you find them by setting the curves equal. Solve f(x)=g(x)f(x)=g(x) to locate every xx where the curves meet; these become your integration bounds.

For example, with y=x2y=x^2 and y=2xy=2x, set x2=2xx^2=2x, so x22x=0x^2-2x=0, giving x=0x=0 and x=2x=2. Those are your limits. Between them, test x=1x=1: the line gives 22 and the parabola gives 11, so the line is on top.

On the calculator-allowed section, you may find intersections numerically and store them to avoid rounding error. On the no-calculator section, intersections are always clean — factorable quadratics, obvious points, or standard trig values. If you get messy irrational bounds on a no-calculator problem, recheck your algebra.
StepAction
1Set f(x)=g(x)f(x)=g(x) and solve for all intersection xx-values
2Order the intersections to get the interval(s)
3Pick a test point to decide top vs. bottom
4Integrate top minus bottom over each interval
Always sketch a quick graph. A picture prevents the single most costly error: subtracting in the wrong order.

Multiple Intersections: Splitting the Integral

When curves cross more than once inside the region, the roles of top and bottom can switch. You cannot use a single top−bottom expression across the whole interval; instead you split at each crossing and set up a separate integral for each piece, always writing the larger function first.

Suppose ff and gg intersect at x=ax=a, x=cx=c, and x=bx=b, with ff on top over [a,c][a,c] and gg on top over [c,b][c,b]. The total area isA=ac[f(x)g(x)]dx+cb[g(x)f(x)]dx.A=\int_a^c\left[f(x)-g(x)\right]dx+\int_c^b\left[g(x)-f(x)\right]dx.An equivalent shortcut is A=abf(x)g(x)dxA=\int_a^b |f(x)-g(x)|\,dx, which the calculator can evaluate directly — but you still must find cc to write the split form for full analytic credit.

The classic trap is y=x3y=x^3 and y=xy=x, which meet at x=1,0,1x=-1,0,1. On [1,0][-1,0] the cubic is above the line; on [0,1][0,1] the line is above the cubic. By symmetry each piece has area 14\tfrac14, giving total area 12\tfrac12. If you integrated xx3x-x^3 across [1,1][-1,1] without splitting, the two halves would cancel to zero — a completely wrong answer that reveals you ignored the sign change.

Integrating With Respect to y

Sometimes horizontal slices are far cleaner than vertical ones. This happens when curves are naturally written as xx in terms of yy, or when a vertical-slice approach would force you to split into several integrals because the bounding curve changes.

A horizontal rectangle has height dydy and width equal to the right curve minus the left curve. If the region runs from y=cy=c to y=dy=d, bounded on the right by x=p(y)x=p(y) and on the left by x=q(y)x=q(y), thenA=cd[p(y)q(y)]dy.A=\int_c^d\left[p(y)-q(y)\right]dy.Consider the region bounded by x=y2x=y^2 and x=y+2x=y+2. Solving y2=y+2y^2=y+2 gives y=1y=-1 and y=2y=2. For a test value like y=0y=0, the line gives x=2x=2 and the parabola gives x=0x=0, so the line is on the right. Then A=12[(y+2)y2]dy=92A=\int_{-1}^{2}\left[(y+2)-y^2\right]dy=\tfrac{9}{2}.

Deciding which variable to integrate in is a key exam skill. Ask: are the functions easier to write as y=f(x)y=f(x) or x=g(y)x=g(y)? Would vertical slices require multiple integrals while horizontal slices need only one? Choosing the smarter orientation saves time and reduces error.

Key terms

Area between curves.
The region enclosed between two graphs, computed by integrating the difference of the bounding functions over the interval where one lies consistently above (or right of) the other.
Top minus bottom.
For vertical slices, the integrand is the upper function minus the lower function, f(x)g(x)f(x)-g(x), ensuring a positive height.
Right minus left.
For horizontal slices, the integrand is the rightmost curve minus the leftmost, p(y)q(y)p(y)-q(y), integrated with respect to yy.
Intersection points.
The xx- or yy-values where the two curves are equal; found by solving f=gf=g, and used as integration bounds or split points.
Splitting the integral.
Dividing the region at each point where the top and bottom curves swap roles, writing a separate top-minus-bottom integral for each subinterval.
Representative slice.
A thin rectangle used to model the region; its orientation (vertical or horizontal) determines whether you integrate in xx or yy.

Worked example

Find the area of the region enclosed by the curves y=xy=\sqrt{x} and y=12xy=\tfrac{1}{2}x.
First find where the curves intersect by setting them equal: x=12x\sqrt{x}=\tfrac12 x. Square both sides: x=14x2x=\tfrac14 x^2, so 14x2x=0\tfrac14 x^2-x=0, giving x(14x1)=0x(\tfrac14 x-1)=0. Thus x=0x=0 and x=4x=4. These are the integration bounds.

Next determine which curve is on top. Test x=1x=1: 1=1\sqrt{1}=1 while 12(1)=0.5\tfrac12(1)=0.5. Since 1>0.51>0.5, the curve y=xy=\sqrt{x} is above y=12xy=\tfrac12 x on the interval.

Set up the integral with top minus bottom:A=04[x12x]dx.A=\int_0^4\left[\sqrt{x}-\tfrac12 x\right]dx.Integrate term by term. The antiderivative of x=x1/2\sqrt{x}=x^{1/2} is 23x3/2\tfrac{2}{3}x^{3/2}, and the antiderivative of 12x\tfrac12 x is 14x2\tfrac14 x^2:A=[23x3/214x2]04.A=\left[\tfrac{2}{3}x^{3/2}-\tfrac14 x^2\right]_0^4.Evaluate at x=4x=4: 23(4)3/2=23(8)=163\tfrac{2}{3}(4)^{3/2}=\tfrac{2}{3}(8)=\tfrac{16}{3}, and 14(16)=4\tfrac14(16)=4. So the upper value is 1634=163123=43\tfrac{16}{3}-4=\tfrac{16}{3}-\tfrac{12}{3}=\tfrac{4}{3}. At x=0x=0 everything is 00.

Therefore the enclosed area is 43\tfrac{4}{3} square units.

Practice questions

The region RR is enclosed by y=x2y=x^2 and y=4y=4. Which integral gives the area of RR?
  1. 22(x24)dx\int_{-2}^{2}(x^2-4)\,dx
  2. 22(4x2)dx\int_{-2}^{2}(4-x^2)\,dx
  3. 04(4x2)dx\int_{0}^{4}(4-x^2)\,dx
  4. 22(4+x2)dx\int_{-2}^{2}(4+x^2)\,dx

Answer: 22(4x2)dx\int_{-2}^{2}(4-x^2)\,dx

Set x2=4x^2=4 to find intersections x=2x=-2 and x=2x=2. On this interval the horizontal line y=4y=4 lies above the parabola, so the integrand is top minus bottom, 4x24-x^2, over [2,2][-2,2]. The choice with x24x^2-4 reverses the order and gives a negative value; the bounds 00 to 44 confuse xx-limits with yy-values.
Let RR be the region bounded by x=y22x=y^2-2 and x=yx=y. Set up, but do not evaluate, an integral for the area of RR, and explain your choice of variable.

Answer: A=12[y(y22)]dyA=\int_{-1}^{2}\left[y-(y^2-2)\right]dy

Because both curves are given as xx in terms of yy, horizontal slices are natural. Set y22=yy^2-2=y to get y2y2=0y^2-y-2=0, so (y2)(y+1)=0(y-2)(y+1)=0 and y=1,2y=-1,2. Test y=0y=0: the line gives x=0x=0 and the parabola gives x=2x=-2, so the line x=yx=y is on the right. The width of a slice is right minus left, y(y22)y-(y^2-2), integrated from y=1y=-1 to y=2y=2. Integrating in yy avoids splitting the region into two vertical-slice integrals.
Find the total area enclosed between y=x3y=x^3 and y=4xy=4x.

Answer: 88

Set x3=4xx^3=4x: x34x=x(x24)=0x^3-4x=x(x^2-4)=0, so x=2,0,2x=-2,0,2. On [2,0][-2,0], test x=1x=-1: cubic gives 1-1, line gives 4-4, so the cubic is on top. On [0,2][0,2], test x=1x=1: line gives 44, cubic gives 11, so the line is on top. Area =20(x34x)dx+02(4xx3)dx=\int_{-2}^{0}(x^3-4x)\,dx+\int_{0}^{2}(4x-x^3)\,dx. Each piece equals 44 by symmetry, giving total area 88. Failing to split would cancel the halves to 00.

FAQ

How do I know whether to integrate with respect to x or y?
Choose the orientation that keeps a single top (or right) function throughout the region. If the curves are written as y=f(x)y=f(x) and vertical slices have one consistent top and bottom, integrate in xx. If the curves are given as x=g(y)x=g(y), or vertical slices would force multiple integrals, use horizontal slices and integrate in yy.
What happens if I subtract the curves in the wrong order?
You get the negative of the correct area. Since area must be positive, a negative result signals a reversed order. Always identify the top (or right) curve with a test point first, or take the absolute value of the difference if you use a calculator.
Do I need to split the integral when curves cross multiple times?
Yes. Wherever the top and bottom curves swap, the sign of the difference changes. Split the integral at each crossing and write each piece as larger function minus smaller function, so every subintegral contributes a positive area.
Can the area between curves be found even when the region dips below the x-axis?
Yes. The formula ab[topbottom]dx\int_a^b[\text{top}-\text{bottom}]\,dx works regardless of where the region sits relative to the axes, because it measures the vertical gap between the curves, not signed area under a single curve.

Learn this with a teacher, not a page

The Crimsora tutor teaches U8.4 Area Between Curves live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.