Learn

Area in Between Two Curves: Top Minus Bottom, Intersections, Splitting

In 1924, Horace Lamb's calculus book described a workshop ritual: a steam engine traces a closed pressure loop, and the area enclosed between its forward and return strokes equals the net work delivered per cycle. Two curves, one number that matters. Finding the area in between two curves is that skill, miniaturized — subtract bottom from top, then integrate.

Two Curves, One Sandwiched Region

Scale the engine room down to a picture any calculus student can draw. The line y=2xy = 2x climbs steadily; the parabola y=x2y = x^2 starts slower, then catches up. They meet at (0,0)(0, 0) and (2,4)(2, 4), trapping one region — the area in between two curves.

The picture shows the whole method for the area in between two curves. Shade the region, slice it into vertical strips, and let each strip run from the bottom curve up to the top curve. The area in between two curves is the sum of those strips — the entire agenda, and every area in between two curves problem starts here.

y = 2xy = x²f(x) − g(x)Adx1224O
The area in between two curves y = 2x and y = x² from x = 0 to x = 2, shaded violet. Each vertical strip runs from the bottom curve to the top curve: height f(x) − g(x), width dx.

The Area In Between Two Curves Formula: Top Minus Bottom

Start with numbers. At x=1.2x = 1.2 in the figure, the top curve y=2xy = 2x gives 2.42.4; the bottom curve y=x2y = x^2 gives 1.441.44. Strip height: 2.41.44=0.962.4 - 1.44 = 0.96 — the raw material of the area in between two curves.

In words: area = (top − bottom) × strip width, summed. As dxdx shrinks to zero, the sum becomes an integral. With f(x)f(x) on top, g(x)g(x) below, and crossings at aa and bb, the area in between two curves is

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

Todhunter's 1889 text states it nearly verbatim — “Let y=ϕ(x)y = \phi(x) be the equation to the upper curve, and y=ψ(x)y = \psi(x) the equation to the lower curve” — giving A=[ϕ(x)ψ(x)]dxA = \int \left[\phi(x) - \psi(x)\right]dx (Article 138). Granville's 1911 calculus says it with a strip: area (yy)dx(y' - y'')\,dx, top ordinate (the y-value) minus bottom ordinate. Every method for the area in between two curves is that one subtraction.

Check the mini-example: 02(2xx2)dx=483=43\int_0^2 (2x - x^2)\,dx = 4 - \frac{8}{3} = \frac{4}{3} — the shaded area in between two curves above really is 43\frac{4}{3}.

How to Find the Area In Between Two Curves: Four Steps

Every AP Calculus question on the area in between two curves runs on four steps, in the order Granville's worked examples use.

  1. Find the intersections. Solve f(x)=g(x)f(x) = g(x); the solutions are the limits of the area in between two curves. Granville: “to determine the limits of integration we solve the equations simultaneously to find where the curves intersect.”
  2. Decide which curve is on top on each piece. Test one x-value between crossings, or sketch the area in between two curves.
  3. Integrate top minus bottom — the heart of every area in between two curves computation: [f(x)g(x)]dx\int \left[f(x) - g(x)\right]dx between consecutive crossings.
  4. Add the pieces. If the curves trade places, the area in between two curves arrives piecewise: compute each piece, add the positive results.

Follow the checklist and finding the area between curves is pure discipline — that is how to find area between two curves without wasted work. Skip step 1 and no integration will save the area in between two curves.

Why Top Minus Bottom Works — and When to Split

Why subtract? A strip between the curves is a thin rectangle — height (top − bottom), width dxdx; Granville writes its area as (yy)dx(y' - y'')\,dx. Integrating adds the strips into the area in between two curves. The subtraction also cancels everything below the bottom curve, so the x-axis never appears.

When to split? Areas between two curves that cross mid-interval demand it: on [0,1][0, 1] one curve is on top, on [1,2][1, 2] the other. Integrate each piece with its own top and bottom, then add: the area bounded by two curves stays positive piece by piece. Crossings are the top source of lost points on area in between two curves problems, and calculating area between curves piecewise is the fix.

Sideways strips: given x=f(y)x = f(y) and x=g(y)x = g(y) (parabolas like y2=4xy^2 = 4x), slice horizontally: A=[f(y)g(y)]dyA = \int \left[f(y) - g(y)\right]dy — Todhunter's Article 139 companion. Same rule, rotated 90 degrees, still the area in between two curves.

Example 1 · A Line and a Parabola

Problem. Find the area of the region enclosed by y=2xy = 2x and y=x2y = x^2 — the most common area in between two curves pairing in textbooks.

Step 1 — intersect. 2x=x22x = x^2 becomes x(x2)=0x(x - 2) = 0, so x=0x = 0 or x=2x = 2: crossings at (0,0)(0, 0) and (2,4)(2, 4), integration from 0 to 2.

Step 2 — top and bottom. Test x=1x = 1: line 2, parabola 1. The line stays on top — the typical area in between two curves picture.

Step 3 — integrate. A=02(2xx2)dx=[x2x33]02=483=43A = \int_0^2 (2x - x^2)\,dx = \left[x^2 - \frac{x^3}{3}\right]_0^2 = 4 - \frac{8}{3} = \frac{4}{3}.

Answer. The area in between two curves is 431.333\frac{4}{3} \approx 1.333 square units. (Granville's 1911 set, Ex. 18 p. 369, builds this pair into a three-curve problem.)

Example 2 · When the Bottom Curve Switches, Split

Problem. Find the area of the region bounded by y=x2y = x^2, y=xy = x, and y=2xy = 2x — a three-curve area in between two curves problem. (Granville 1911, Ex. 18 p. 369; printed answer 76\frac{7}{6}.)

Find every crossing. y=xy = x meets y=x2y = x^2 at x=0,1x = 0, 1; y=2xy = 2x meets y=x2y = x^2 at x=0,2x = 0, 2; y=xy = x meets y=2xy = 2x only at the origin. The region runs from x=0x = 0 to x=2x = 2 with y=2xy = 2x on top throughout.

Watch the bottom. For 0x10 \le x \le 1 the bottom boundary is y=xy = x; for 1x21 \le x \le 2 it is y=x2y = x^2. At x=1x = 1 the bottom switches — so split the area in between two curves into two integrals:

A=01(2xx)dx+12(2xx2)dx=12+23=76A = \int_0^1 (2x - x)\,dx + \int_1^2 (2x - x^2)\,dx = \frac{1}{2} + \frac{2}{3} = \frac{7}{6}

Answer. The area in between two curves totals 76\frac{7}{6} square units, matching the 1911 printed answer.

y = 2xy = xy = x²12124O
When the bottom curve changes, split. Here y = 2x stays on top from x = 0 to x = 2, but the bottom switches from y = x to y = x² at the dashed line x = 1: the area in between two curves is the sum of two integrals.

Example 3 · Two Parabolas and a Square Root

Problem. Find the area enclosed by the parabolas y2=4xy^2 = 4x and x2=4yx^2 = 4y — a classic area in between two curves problem still asked today. (Murray, An Elementary Course in the Integral Calculus, 1898, Ch. IV Ex. 3.)

Intersect. From y2=4xy^2 = 4x take the upper branch y=2xy = 2\sqrt{x}. Setting 2x=x242\sqrt{x} = \frac{x^2}{4} gives x=0x = 0 and x=4x = 4: the parabolas meet at (0,0)(0, 0) and (4,4)(4, 4), framing the area in between two curves.

Top minus bottom. The right-opening branch y=2xy = 2\sqrt{x} is on top, the upward branch y=x24y = \frac{x^2}{4} below — so the area in between two curves is

A=04(2xx24)dx=323163=163A = \int_0^4 \left(2\sqrt{x} - \frac{x^2}{4}\right)dx = \frac{32}{3} - \frac{16}{3} = \frac{16}{3}

Answer. The area in between two curves is 163\frac{16}{3} square units.

y² = 4xy = x²/4A = 16/3123424O
Two parabolas, y² = 4x and y = x²/4, cross at (0, 0) and (4, 4). The shaded area in between two curves is the integral of 2√x − x²/4 from 0 to 4, which equals 16/3.
Problem 1

A metal sign is cut in the shape of the region enclosed by the parabola y2=9xy^2 = 9x and the line y=3xy = 3x (units in inches). What is the sign's area, in square inches?

00:00
Page 1
Problem 2

A landscape plan shades the region that lies inside the circle y2=4xx2y^2 = 4x - x^2 and outside the parabola y2=2xy^2 = 2x (upper halves only, meters). Find the shaded area in between two curves, rounded to three decimal places.

00:00
Page 1
Problem 3

Two decorative arches follow the parabolas y2=6xy^2 = 6x and x2=6yx^2 = 6y (units in feet). Find the area in between two curves between the arches.

00:00
Page 1

Common Mistakes

1. Integrating before finding intersections. The limits are the crossings — solve f(x)=g(x)f(x) = g(x) first. Wrong limits are the most common way the area in between two curves goes wrong.

2. Subtracting bottom minus top. A negative result means the curves are inverted; Murray's 1898 text warns that areas below the axis carry a negative sign. Top minus bottom keeps the area in between two curves positive on every piece.

3. Assuming one curve stays on top. Curves that cross demand a split. In Example 2 the bottom switched from y=xy = x to y=x2y = x^2 at x=1x = 1; integrating straight across it in one step returns a wrong area in between two curves.

4. Using x-limits on a y-integral. Horizontal strips pair with y-limits (Todhunter's Article 139 companion); mixing variables silently ruins the area when calculating area between curves.

5. Missing a third boundary curve. The area in between two curves can be stitched from three curves, as in Example 2. Audit the top and bottom of every piece before integrating.

Frequently asked questions

1

How to find area between curves, step by step?

Four steps: solve $f(x) = g(x)$ for the intersections; pick the top curve on each piece; integrate $\int \left[f(x) - g(x)\right]dx$ between crossings; add the pieces if the curves switch. That is the whole area in between two curves method — Example 1 runs all four steps in four lines.

2

What if the two curves cross in the middle of the region?

Split at the crossing: each piece gets its own top and bottom, then add the positive results — $\int_0^1 (2x - x)\,dx + \int_1^2 (2x - x^2)\,dx = \frac{7}{6}$. Never integrate one top-minus-bottom across a crossing; the pieces cancel, and the area in between two curves comes out wrong.

3

Is the area between 2 curves the same as the area between two curves?

Yes — identical concept, informal spelling. Students also search for "the area bounded by 2 curves", areas between two curves, or calculating area between curves. Every phrasing points to the same top-minus-bottom integral for the area in between two curves.

4

How does this differ from the area between a curve and the x-axis?

Set $g(x) = 0$: the area in between two curves collapses to the area between a curve and the x-axis, $\int_a^b f(x)\,dx$. The two-curve version is the general tool; the one-curve version is its special case.

5

A problem says “let x represent the area bounded by the graph” — what does it want?

Name the unknown before computing. A prompt reading “let x represent the area bounded by the graph of f and the line y = 1” wants an integral equation first. Write $x = \int_a^b \left[f(t) - 1\right]dt$, with $a$ and $b$ the intersections — the area in between two curves setup — then solve.

6

My worksheet says “let a x represent the area bounded by the graph” — what is A(x)?

That typed phrase is “let A(x) represent the area bounded by the graph” without parentheses. A(x) is an accumulating area in between two curves function: $A(x) = \int_c^x \left[f(t) - g(t)\right]dt$ runs from a fixed left end $c$ to a moving end $x$; its derivative hands back the integrand.

Related practice