Unit 8 Applications of Integration: Understanding Area Between Curves

Finding the Area Between Curves Expressed as Functions of xx

What “area between curves” means (and why you need calculus)

When you hear “area between curves,” you’re being asked to find the area of a region in the coordinate plane whose boundary is formed by two graphs. In AP Calculus AB, the graphs are usually given as functions like y=f(x)y=f(x) and y=g(x)y=g(x).

If both curves were straight lines, you could sometimes use geometry. But most of the time the boundaries are curved, so the region doesn’t break nicely into triangles and rectangles. That’s where integration matters: a definite integral adds up infinitely many very thin rectangles to approximate area, and then takes the limit to get the exact result.

The key idea is:

  • If you slice the region with vertical rectangles, each rectangle’s height is “top curve minus bottom curve,” and its thickness is dxdx.
  • Adding all those rectangle areas from a left endpoint aa to a right endpoint bb gives the total area.

This is why the standard “function of xx” area formula looks like an integral with respect to xx.

Vertical slicing: the fundamental setup

Suppose over an interval from x=ax=a to x=bx=b, one curve is always above the other. If f(x)f(x) is the upper function and g(x)g(x) is the lower function, then a typical vertical slice at position xx has:

  • height f(x)g(x)f(x)-g(x)
  • width dxdx

So the area is:

A=ab(f(x)g(x))dxA=\int_a^b \left(f(x)-g(x)\right)dx

This formula is simple, but it only works as written when you have correctly identified:

  1. the correct bounds aa and bb, and
  2. which function is on top for the entire interval.

If the “top” and “bottom” switch somewhere in the interval, you must split the integral.

Where do the bounds aa and bb come from?

Most AP problems define the region in one of these ways:

  1. Intersection points of the curves

    • You solve f(x)=g(x)f(x)=g(x) to find the xx-coordinates where the curves cross.
    • Those intersection xx-values often become aa and bb.
  2. Given vertical lines

    • The problem might explicitly say “between x=1x=1 and x=4x=4.” Then a=1a=1 and b=4b=4.
  3. A mix of both

    • One boundary could be an intersection, the other a given vertical line.

A common misconception is to assume the bounds are always the intersection points. Sometimes the region is cut off earlier by a vertical line, an axis, or another curve.

“Top minus bottom” is a relationship, not a label

Students often try to decide which formula to use before thinking about the picture. A better habit is:

  1. Sketch both curves (even a rough sketch).
  2. Pick a typical vertical slice.
  3. Ask: at that xx, which yy-value is higher?

The “top” function is the one that gives larger yy for the same xx.

If the top/bottom relationship changes, you can’t fix it by taking an absolute value blindly. On the AP exam, the expected method is usually to split at intersection points (or other switching points).

When you must split the integral

If f(x)f(x) and g(x)g(x) intersect at some value x=cx=c inside [a,b][a,b], then the top curve on [a,c][a,c] might be different from the top curve on [c,b][c,b].

In that case, area becomes a sum:

A=ac(topbottom)dx+cb(topbottom)dxA=\int_a^c \left(\text{top}-\text{bottom}\right)dx+\int_c^b \left(\text{top}-\text{bottom}\right)dx

This “split when the top changes” idea is one of the most tested skills in area-between-curves problems.

Notation reference (common equivalent forms)
SituationTypical sliceArea expression
Upper f(x)f(x), lower g(x)g(x) on [a,b][a,b]verticalab(f(x)g(x))dx\int_a^b (f(x)-g(x))dx
Upper/lower changes at x=cx=cvertical, piecewiseac(fg)dx+cb(gf)dx\int_a^c (f-g)dx+\int_c^b (g-f)dx (as appropriate)
Worked Example 1: Two functions with clean intersections

Find the area of the region bounded by y=xy=x and y=x2y=x^2.

Step 1: Understand the region

These two curves intersect where:

x=x2x=x^2

x2x=0x^2-x=0

x(x1)=0x(x-1)=0

So intersections occur at x=0x=0 and x=1x=1.

Step 2: Decide top minus bottom

On the interval 0<x<10<x<1, compare xx and x2x^2. For example, at x=12x=\frac{1}{2}:

x=12x=\frac{1}{2}

x2=14x^2=\frac{1}{4}

So y=xy=x is above y=x2y=x^2 on [0,1][0,1].

Step 3: Set up and compute the integral

A=01(xx2)dxA=\int_0^1 \left(x-x^2\right)dx

Antiderivative:

(xx2)dx=x22x33\int \left(x-x^2\right)dx=\frac{x^2}{2}-\frac{x^3}{3}

Evaluate from 00 to 11:

A=(1213)(00)=16A=\left(\frac{1}{2}-\frac{1}{3}\right)-\left(0-0\right)=\frac{1}{6}

So the area is 16\frac{1}{6} square units.

Worked Example 2: A “switching top” situation (splitting required)

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

Step 1: Find where they intersect in the interval

Solve:

sinx=cosx\sin x=\cos x

This happens when:

tanx=1\tan x=1

In [0,π][0,\pi], the solution is:

x=π4x=\frac{\pi}{4}

Step 2: Determine which is on top in each sub-interval
  • At x=0x=0: sin0=0\sin 0=0 and cos0=1\cos 0=1, so cosx\cos x is on top near 00.
  • At x=π2x=\frac{\pi}{2}: sinπ2=1\sin \frac{\pi}{2}=1 and cosπ2=0\cos \frac{\pi}{2}=0, so sinx\sin x is on top near π2\frac{\pi}{2}.

So the top switches at x=π4x=\frac{\pi}{4}.

Step 3: Split and integrate

Area equals:

A=0π/4(cosxsinx)dx+π/4π(sinxcosx)dxA=\int_0^{\pi/4} \left(\cos x-\sin x\right)dx+\int_{\pi/4}^{\pi} \left(\sin x-\cos x\right)dx

Compute the first integral:

(cosxsinx)dx=sinx+cosx\int \left(\cos x-\sin x\right)dx=\sin x+\cos x

So:

0π/4(cosxsinx)dx=(sinπ4+cosπ4)(sin0+cos0)\int_0^{\pi/4} \left(\cos x-\sin x\right)dx=\left(\sin \frac{\pi}{4}+\cos \frac{\pi}{4}\right)-\left(\sin 0+\cos 0\right)

Use sinπ4=cosπ4=22\sin \frac{\pi}{4}=\cos \frac{\pi}{4}=\frac{\sqrt{2}}{2}:

=(22+22)(0+1)=21=\left(\frac{\sqrt{2}}{2}+\frac{\sqrt{2}}{2}\right)-\left(0+1\right)=\sqrt{2}-1

Compute the second integral:

(sinxcosx)dx=cosxsinx\int \left(\sin x-\cos x\right)dx=-\cos x-\sin x

So:

π/4π(sinxcosx)dx=(cosπsinπ)(cosπ4sinπ4)\int_{\pi/4}^{\pi} \left(\sin x-\cos x\right)dx=\left(-\cos \pi-\sin \pi\right)-\left(-\cos \frac{\pi}{4}-\sin \frac{\pi}{4}\right)

Evaluate values:

cosπsinπ=(1)0=1-\cos \pi-\sin \pi=-(-1)-0=1

And:

cosπ4sinπ4=2222=2-\cos \frac{\pi}{4}-\sin \frac{\pi}{4}=-\frac{\sqrt{2}}{2}-\frac{\sqrt{2}}{2}=-\sqrt{2}

So the second integral is:

1(2)=1+21-(-\sqrt{2})=1+\sqrt{2}

Total area:

A=(21)+(1+2)=22A=(\sqrt{2}-1)+(1+\sqrt{2})=2\sqrt{2}

This example highlights the big idea: area requires “top minus bottom,” and when “top” changes, you split.

Why this topic connects to other integration ideas

Area between curves is one of the first places where you must combine multiple calculus skills:

  • solving equations to find intersections
  • understanding graphs and sign changes
  • interpreting a definite integral as accumulated quantity

It also previews later applications (some in AB, more in BC): volumes by slicing use the same “slice area times thickness” logic.

Exam Focus
  • Typical question patterns:
    • “Find the area of the region bounded by y=f(x)y=f(x) and y=g(x)y=g(x).” (You must find intersection points.)
    • “Find the area between the curves from x=ax=a to x=bx=b.” (Bounds are given; you still must decide top minus bottom.)
    • “Set up (but do not evaluate) an integral for the area …” (Setup is the main skill.)
  • Common mistakes:
    • Using the wrong bounds because you didn’t solve f(x)=g(x)f(x)=g(x) or you chose the wrong intersection points.
    • Forgetting to split when the curves cross inside the interval, leading to cancellation (negative area).
    • Reversing top and bottom (you get a negative number, which signals your setup is wrong for an area question).

Finding the Area Between Curves Expressed as Functions of yy

Why change the variable of integration?

Sometimes a region is much easier to describe using horizontal slices instead of vertical slices. When you slice horizontally:

  • each slice has a length measured left-to-right, which is “right curve minus left curve,” and
  • each slice has a thickness of dydy.

This matters because not every curve is easiest to work with as y=f(x)y=f(x). Some graphs fail the vertical line test (like circles), or a region might be bounded by curves that are naturally given as xx in terms of yy.

A good rule of thumb is:

  • Use dxdx when vertical slices give a single “top minus bottom” expression over a clean interval.
  • Use dydy when horizontal slices give a single “right minus left” expression over a clean interval.
Horizontal slicing: “right minus left”

Suppose the region is bounded by two curves written as:

x=R(y)x=R(y)

x=L(y)x=L(y)

where R(y)R(y) is the right boundary (larger xx-value) and L(y)L(y) is the left boundary (smaller xx-value) for each yy in an interval [c,d][c,d].

A typical horizontal slice at height yy has:

  • length R(y)L(y)R(y)-L(y)
  • thickness dydy

So the area is:

A=cd(R(y)L(y))dyA=\int_c^d \left(R(y)-L(y)\right)dy

Notice the parallel structure to the dxdx formula:

  • dxdx uses top minus bottom
  • dydy uses right minus left

A helpful memory aid is: T-B with dxdx, R-L with dydy.

How to find the yy-bounds cc and dd

The bounds for a dydy integral are yy-values, so you typically find them by locating the lowest and highest points of the region in the vertical direction.

Common ways they appear:

  • The region includes intersection points; you solve for the corresponding yy values.
  • The problem states “from y=cy=c to y=dy=d.”
  • The region is bounded by a curve and the axis y=0y=0 (or another horizontal line).

A common mistake is to keep using xx-bounds out of habit. If you integrate with respect to yy, the limits must be yy-values.

Converting from y=f(x)y=f(x) to x=g(y)x=g(y) (and when that’s tricky)

To use dydy, you often need boundaries in the form x=(something in y)x=\text{(something in }y\text{)}. That usually requires solving equations for xx.

For example, if:

y=x2y=x^2

then solving for xx gives:

x=±yx=\pm \sqrt{y}

This immediately raises an important point: some curves become two separate functions of yy (a left branch and a right branch). In area problems with dydy, that can be a feature, not a bug, because horizontal slices naturally see a left boundary and a right boundary.

Worked Example 1: Same region, different variable (seeing the symmetry)

Find the area bounded by y=x2y=x^2 and y=2xy=2x using integration with respect to yy.

Step 1: Visualize and find intersection points

Solve:

x2=2xx^2=2x

x22x=0x^2-2x=0

x(x2)=0x(x-2)=0

So intersections occur at x=0x=0 and x=2x=2.

Corresponding yy-values (plug into either equation):

  • at x=0x=0, y=0y=0
  • at x=2x=2, y=4y=4

So yy runs from 00 to 44.

Step 2: Express boundaries as xx in terms of yy

From y=x2y=x^2:

x=yx=\sqrt{y}

(We use x=yx=\sqrt{y} as the right branch in the first quadrant, which matches the region here.)

From y=2xy=2x:

x=y2x=\frac{y}{2}

Now decide which is right and which is left for 0y40\le y\le 4.
Take a test value, say y=1y=1:

x=1=1x=\sqrt{1}=1

x=12x=\frac{1}{2}

So x=yx=\sqrt{y} is to the right, and x=y2x=\frac{y}{2} is to the left.

Step 3: Set up and evaluate “right minus left”

A=04(yy2)dyA=\int_0^4 \left(\sqrt{y}-\frac{y}{2}\right)dy

Compute:

ydy=y1/2dy=23y3/2\int \sqrt{y}dy=\int y^{1/2}dy=\frac{2}{3}y^{3/2}

y2dy=12y22=y24\int \frac{y}{2}dy=\frac{1}{2}\cdot \frac{y^2}{2}=\frac{y^2}{4}

So:

A=(23y3/2y24)04A=\left(\frac{2}{3}y^{3/2}-\frac{y^2}{4}\right)_0^4

Evaluate at y=4y=4:

2343/2164=2384=1634=43\frac{2}{3}\cdot 4^{3/2}-\frac{16}{4}=\frac{2}{3}\cdot 8-4=\frac{16}{3}-4=\frac{4}{3}

At y=0y=0 the expression is 00, so the area is:

A=43A=\frac{4}{3}

This is the same region you could also do with dxdx; using dydy worked cleanly because the left and right boundaries were simple.

Worked Example 2: A circle cap where dydy is often cleaner

Find the area of the region inside the circle x2+y2=4x^2+y^2=4 to the right of the yy-axis.

Step 1: Describe the region

“Inside” the circle means all points with x2+y24x^2+y^2\le 4 (a radius-2 circle centered at the origin). “To the right of the yy-axis” means x0x\ge 0. So this is the right half of the circle.

This region is a classic case where writing the boundary as y=f(x)y=f(x) would require splitting into upper and lower semicircles. Horizontal slices avoid that.

Step 2: Use horizontal slices and solve for xx

From the circle equation:

x2=4y2x^2=4-y^2

Since we only want the right half (where x0x\ge 0):

x=4y2x=\sqrt{4-y^2}

For a given yy, the slice runs from the yy-axis (left boundary) to the circle (right boundary):

L(y)=0L(y)=0

R(y)=4y2R(y)=\sqrt{4-y^2}

The lowest and highest yy values in the circle are 2-2 and 22, so y[2,2]y\in[-2,2].

Step 3: Set up the area integral

A=22(4y20)dyA=\int_{-2}^{2} \left(\sqrt{4-y^2}-0\right)dy

You are not expected in AP Calculus AB to evaluate this integral by hand using advanced techniques (it’s a semicircle area integral). But you can interpret it geometrically: it represents the area of a semicircle of radius 22, so:

A=12π(22)=2πA=\frac{1}{2}\pi (2^2)=2\pi

This example shows a deeper point: integrals can encode geometric areas even when the antiderivative is not elementary in the tools you’ve learned.

Choosing between dxdx and dydy: what the exam expects you to notice

On many AP-style questions, both methods are possible, but one produces a single clean integral while the other requires splitting.

For example:

  • If a region is bounded left-right by curves that are easy to express as xx in terms of yy, dydy is often simpler.
  • If the region is bounded top-bottom by curves that are easy to express as yy in terms of xx, dxdx is often simpler.

A frequent error is to pick dydy but forget to rewrite everything in terms of yy, leading to an integral like (f(x))dy\int (f(x))dy, which doesn’t make sense.

What can go wrong with “right minus left”

The same issue you saw with top/bottom switching can happen here: the right boundary might change as yy changes. When that happens, you must split the integral at the yy-value where the switch occurs.

The best prevention is always the same:

  • draw a quick sketch
  • draw a representative horizontal slice
  • verify which curve is left and which is right over the interval
Exam Focus
  • Typical question patterns:
    • “Find the area of the region bounded by x=R(y)x=R(y) and x=L(y)x=L(y) from y=cy=c to y=dy=d.”
    • “Find the area of the region enclosed by … using integration with respect to yy.” (Often signals that dxdx would be messy.)
    • “Set up an integral (or integrals) to find the area …” where the main challenge is expressing boundaries as functions of yy.
  • Common mistakes:
    • Using xx-limits when integrating with respect to yy (limits must match the variable).
    • Not solving for xx correctly (missing the correct branch like x=4y2x=\sqrt{4-y^2} vs x=4y2x=-\sqrt{4-y^2}).
    • Forgetting that the left/right boundary can change, so a single integral may not cover the whole region without splitting.