23

Day 23

Area And Volume


Area Between Curves

When two curves enclose a region, its area is the integral of (top curve) minus (bottom curve). The first job is always to find where the curves meet. If the region is described by functions of yy, integrate in yy instead — right curve minus left curve.

Core Theorem
If f(x)g(x)f(x) \ge g(x) on [a,b][a, b], the area between them is
A=ab[f(x)g(x)]dx.A = \int_a^b \big[\,f(x) - g(x)\,\big]\,dx.
If p(y)q(y)p(y) \ge q(y) on [c,d][c, d], then
A=cd[p(y)q(y)]dy(rightleft).A = \int_c^d \big[\,p(y) - q(y)\,\big]\,dy \quad (\text{right} - \text{left}).
If the curves cross inside the interval, split at each crossing and add the areas.
Step-by-Step SOP
  1. 1

    Sketch the region

    Graph both curves and shade the enclosed region so you can see which function is on top (or on the right).
  2. 2

    Find the limits of integration

    Solve f=gf = g for the intersection points, or read off the given vertical/horizontal boundaries.
  3. 3

    Write top minus bottom (or right minus left)

    Set up the integral. A quick test point confirms the order.
  4. 4

    Split wherever the curves cross

    If the difference changes sign inside the interval, integrate each piece separately and add the (positive) areas.

Practice Exercises


Example 01Easy
Find the area of the region bounded by y=x+2y = x + 2 and y=x2y = x^2.
NEED A HINT?
Set x+2=x2x + 2 = x^2 to find the intersection points. Between them the line is on top.
SHOW DETAILED EXPLANATION

Find the intersection points

x2=x+2    x2x2=0    (x2)(x+1)=0x^2 = x + 2 \implies x^2 - x - 2 = 0 \implies (x - 2)(x + 1) = 0, so x=1x = -1 and x=2x = 2.

Decide which curve is on top

Test x=0x = 0: the line gives 22, the parabola gives 00. So y=x+2y = x + 2 is the top curve on [1,2][-1, 2].

Set up and evaluate

A=12[(x+2)x2]dx=[x22+2xx33]12=103(76)=92A = \int_{-1}^{2} \big[(x + 2) - x^2\big]\,dx = \left[\frac{x^2}{2} + 2x - \frac{x^3}{3}\right]_{-1}^{2} = \frac{10}{3} - \left(-\frac{7}{6}\right) = \frac{9}{2}.
Example 02Easy
Find the area of the region bounded by y=exy = e^x, y=xy = x, x=0x = 0, and x=1x = 1.
NEED A HINT?
On [0,1][0, 1], exe^x is always above xx. The vertical lines give the limits.
SHOW DETAILED EXPLANATION

Identify top and bottom

For every xx in [0,1][0, 1], ex>xe^x > x, so top =ex= e^x, bottom =x= x.

Set up and evaluate

A=01(exx)dx=[exx22]01=(e12)1=e321.218A = \int_0^1 (e^x - x)\,dx = \left[e^x - \frac{x^2}{2}\right]_0^1 = \left(e - \frac{1}{2}\right) - 1 = e - \frac{3}{2} \approx 1.218.
Example 03Medium
Find the area of the region bounded by x=y2x = y^2 and x=y+2x = y + 2.
NEED A HINT?
These are functions of yy, so integrate in yy. Solve y2=y+2y^2 = y + 2 for the yy-limits.
SHOW DETAILED EXPLANATION

Find the y-limits

y2=y+2    (y2)(y+1)=0y^2 = y + 2 \implies (y - 2)(y + 1) = 0, so y=1y = -1 and y=2y = 2.

Identify right and left curves

At y=0y = 0: x=y+2x = y + 2 gives 22, x=y2x = y^2 gives 00. So x=y+2x = y + 2 is the right curve.

Set up and evaluate

A=12[(y+2)y2]dy=[y22+2yy33]12=92A = \int_{-1}^{2} \big[(y + 2) - y^2\big]\,dy = \left[\frac{y^2}{2} + 2y - \frac{y^3}{3}\right]_{-1}^{2} = \frac{9}{2}.
Example 04Hard
Find the total area between y=sinxy = \sin x and y=cosxy = \cos x from x=0x = 0 to x=π/2x = \pi/2.
NEED A HINT?
The curves cross where tanx=1\tan x = 1, i.e. x=π/4x = \pi/4. On [0,π/4][0, \pi/4] cosine is on top; after that, sine is.
SHOW DETAILED EXPLANATION

Find the crossing point

sinx=cosx    tanx=1    x=π4\sin x = \cos x \implies \tan x = 1 \implies x = \frac{\pi}{4}.

Split and order each piece

On [0,π/4][0, \pi/4]: cosxsinx\cos x \ge \sin x. On [π/4,π/2][\pi/4, \pi/2]: sinxcosx\sin x \ge \cos x.

Two integrals

A=0π/4(cosxsinx)dx+π/4π/2(sinxcosx)dx=(21)+(21)=2220.828A = \int_0^{\pi/4} (\cos x - \sin x)\,dx + \int_{\pi/4}^{\pi/2} (\sin x - \cos x)\,dx = (\sqrt{2} - 1) + (\sqrt{2} - 1) = 2\sqrt{2} - 2 \approx 0.828.
Common Pitfalls
  • Not finding the intersection points firstThe limits of integration are usually the values where f=gf = g. Guessing them is the most common source of a wrong answer.
  • Forgetting to split when curves crossA single integral of fgf - g over a sign-changing interval gives net signed area, not total area. Split at every crossing.

Volumes of Revolution: Disk & Washer Method

Revolve a region around an axis and slice the solid perpendicular to that axis. If the region meets the axis, each slice is a solid disk. If there is a gap, each slice is a washer — a big disk with a smaller one removed.

Core Theorem
Disk: each slice is a full disk of radius RR, so
V=πab[R]2dx.V = \pi \int_a^b \big[R\big]^2\,dx.
Washer: each slice has outer radius RR and inner radius rr, so
V=πab([R]2[r]2)dx.V = \pi \int_a^b \Big(\big[R\big]^2 - \big[r\big]^2\Big)\,dx.
Square each radius separately, then subtract — never (Rr)2(R - r)^2. Revolving about a horizontal axis → integrate in xx; about a vertical axis → integrate in yy.
Step-by-Step SOP
  1. 1

    Sketch the region, the axis, and a representative slice

    The slice is perpendicular to the axis of revolution.
  2. 2

    Check for a gap

    Region touches the axis → disk (one radius). Gap between region and axis → washer (two radii).
  3. 3

    Write each radius as a distance to the axis

    For an axis y=ky = k, a radius is k(curve)|k - (\text{curve})|. Outer = to the farther curve, inner = to the nearer curve.
  4. 4

    Integrate

    V=πR2dxV = \pi \int R^2\,dx (disk) or π(R2r2)dx\pi \int (R^2 - r^2)\,dx (washer), along the axis of revolution.

Practice Exercises


Example 01Easy
The region under y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4 is revolved about the xx-axis. Find the volume.
NEED A HINT?
Each slice perpendicular to the xx-axis is a disk of radius R(x)=xR(x) = \sqrt{x}.
SHOW DETAILED EXPLANATION

Identify the radius

The axis is the xx-axis, so R(x)=xR(x) = \sqrt{x}.

Set up and evaluate

V=π04(x)2dx=π04xdx=π[x22]04=8πV = \pi \int_0^4 (\sqrt{x})^2\,dx = \pi \int_0^4 x\,dx = \pi \left[\frac{x^2}{2}\right]_0^4 = 8\pi.
Example 02Medium
The region bounded by y=x3y = x^3, y=8y = 8, and x=0x = 0 is revolved about the yy-axis. Find the volume.
NEED A HINT?
Slices perpendicular to the yy-axis are disks. Solve y=x3y = x^3 for xx to get the radius as a function of yy.
SHOW DETAILED EXPLANATION

Write the radius in terms of y

y=x3    x=y1/3y = x^3 \implies x = y^{1/3}, so R(y)=y1/3R(y) = y^{1/3}, with yy from 00 to 88.

Set up and evaluate

V=π08(y1/3)2dy=π08y2/3dy=π35(85/3)=π3532=96π5V = \pi \int_0^8 (y^{1/3})^2\,dy = \pi \int_0^8 y^{2/3}\,dy = \pi \cdot \frac{3}{5}\,(8^{5/3}) = \pi \cdot \frac{3}{5}\cdot 32 = \frac{96\pi}{5}.
Example 03Medium
The region bounded by y=xy = x and y=x2y = x^2 is revolved about the xx-axis. Find the volume.
NEED A HINT?
On [0,1][0, 1], y=xy = x is farther from the xx-axis (outer) and y=x2y = x^2 is closer (inner).
SHOW DETAILED EXPLANATION

Find the limits and radii

x=x2    x=0,1x = x^2 \implies x = 0, 1. Outer R(x)=xR(x) = x, inner r(x)=x2r(x) = x^2.

Set up and evaluate

V=π01(x2x4)dx=π[x33x55]01=π(1315)=2π15V = \pi \int_0^1 \big(x^2 - x^4\big)\,dx = \pi \left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1 = \pi\left(\frac{1}{3} - \frac{1}{5}\right) = \frac{2\pi}{15}.
Example 04Hard
The region bounded by y=xy = x and y=x2y = x^2 is revolved about the line y=2y = 2. Find the volume.
NEED A HINT?
The axis is above the region. The curve closer to y=2y = 2 gives the smaller radius. Since xx2x \ge x^2 on [0,1][0,1], y=xy = x is closer.
SHOW DETAILED EXPLANATION

Distances to the axis y = 2

Outer radius reaches the farther curve y=x2y = x^2: R(x)=2x2R(x) = 2 - x^2. Inner radius reaches y=xy = x: r(x)=2xr(x) = 2 - x.

Expand the integrand

(2x2)2(2x)2=(44x2+x4)(44x+x2)=x45x2+4x(2 - x^2)^2 - (2 - x)^2 = (4 - 4x^2 + x^4) - (4 - 4x + x^2) = x^4 - 5x^2 + 4x.

Set up and evaluate

V=π01(x45x2+4x)dx=π[x555x33+2x2]01=π815=8π15V = \pi \int_0^1 (x^4 - 5x^2 + 4x)\,dx = \pi \left[\frac{x^5}{5} - \frac{5x^3}{3} + 2x^2\right]_0^1 = \pi \cdot \frac{8}{15} = \frac{8\pi}{15}.
Common Pitfalls
  • Squaring the difference of the radiiπ(Rr)2dx\pi \int (R - r)^2\,dx is wrong. The washer area is πR2πr2\pi R^2 - \pi r^2, so the integrand is R2r2R^2 - r^2.
  • Forgetting the piDisk and washer cross sections are circles with area πr2\pi r^2. The π\pi is part of the formula.
  • Wrong variable of integrationHorizontal axis → integrate in xx with radius a function of xx. Vertical axis → integrate in yy.

Volume by Known Cross Sections

A solid has a flat base in the plane, and every slice perpendicular to one axis is a known shape — a square, a semicircle, a triangle. If you can write the area of a slice as a function of position, the volume is the integral of that area. No revolution, so usually no π\pi.

Core Theorem
If every cross section perpendicular to the xx-axis has area A(x)A(x), then
V=abA(x)dx.V = \int_a^b A(x)\,dx.
Build AA from the base length s(x)=(upper curve)(lower curve)s(x) = (\text{upper curve}) - (\text{lower curve}): square A=s2A = s^2; semicircle (diameter ss) A=π8s2A = \frac{\pi}{8}s^2; equilateral triangle A=34s2A = \frac{\sqrt{3}}{4}s^2; isosceles right triangle (leg ss) A=12s2A = \frac{1}{2}s^2.
Step-by-Step SOP
  1. 1

    Draw the base and a representative slice

    Identify which axis the slices are perpendicular to — that sets the variable of integration.
  2. 2

    Find the base length s

    s=(upper)(lower)s = (\text{upper}) - (\text{lower}) for slices perpendicular to the xx-axis; (right) − (left) for slices perpendicular to the yy-axis.
  3. 3

    Plug s into the slice's area formula

    Square s2s^2; semicircle π8s2\frac{\pi}{8}s^2; equilateral triangle 34s2\frac{\sqrt{3}}{4}s^2; isosceles right triangle 12s2\frac{1}{2}s^2.
  4. 4

    Integrate A over the interval

    V=abAdxV = \int_a^b A\,dx (or dydy). No π\pi unless the slice itself is round.

Practice Exercises


Example 01Medium
The base of a solid is bounded by y=x2y = x^2 and y=4y = 4. Cross sections perpendicular to the yy-axis are squares. Find the volume.
NEED A HINT?
Slices are perpendicular to the yy-axis, so work in yy. At height yy, the base runs from x=yx = -\sqrt{y} to x=yx = \sqrt{y}.
SHOW DETAILED EXPLANATION

Find the side length at height y

x=±yx = \pm\sqrt{y}, so s(y)=2ys(y) = 2\sqrt{y}.

Write the square area

A(y)=s(y)2=(2y)2=4yA(y) = s(y)^2 = (2\sqrt{y})^2 = 4y.

Integrate over y from 0 to 4

V=044ydy=[2y2]04=32V = \int_0^4 4y\,dy = \big[2y^2\big]_0^4 = 32.
Example 02Hard
The base is the region bounded by y=1x2y = 1 - \frac{x}{2}, the xx-axis, and the yy-axis. Cross sections perpendicular to the xx-axis are equilateral triangles. Find the volume.
NEED A HINT?
At position xx, the base segment goes from the xx-axis up to the line, so s(x)=1x2s(x) = 1 - \frac{x}{2}, for xx from 00 to 22.
SHOW DETAILED EXPLANATION

Write the triangle area

A(x)=34(1x2)2A(x) = \frac{\sqrt{3}}{4}\left(1 - \frac{x}{2}\right)^2.

Integrate

Let u=1x2u = 1 - \frac{x}{2}, du=12dxdu = -\frac{1}{2}\,dx: 02(1x2)2dx=201u2du=23\int_0^2 \left(1 - \frac{x}{2}\right)^2 dx = 2\int_0^1 u^2\,du = \frac{2}{3}.

Finish

V=3423=36V = \frac{\sqrt{3}}{4}\cdot \frac{2}{3} = \frac{\sqrt{3}}{6}.
Example 03Hard
The base of a solid is the disk x2+y21x^2 + y^2 \le 1. Cross sections perpendicular to the xx-axis are semicircles with diameter across the base. Find the volume.
NEED A HINT?
At position xx, the base runs from y=1x2y = -\sqrt{1 - x^2} to y=1x2y = \sqrt{1 - x^2}, so the diameter is 21x22\sqrt{1 - x^2}.
SHOW DETAILED EXPLANATION

Find the radius of a slice

Diameter =21x2= 2\sqrt{1 - x^2}, so radius =1x2= \sqrt{1 - x^2}.

Write the semicircle area

A(x)=12πr2=π2(1x2)A(x) = \frac{1}{2}\pi r^2 = \frac{\pi}{2}(1 - x^2).

Integrate from x = -1 to x = 1

V=π211(1x2)dx=π2[xx33]11=π243=2π3V = \frac{\pi}{2}\int_{-1}^{1} (1 - x^2)\,dx = \frac{\pi}{2}\left[x - \frac{x^3}{3}\right]_{-1}^{1} = \frac{\pi}{2}\cdot \frac{4}{3} = \frac{2\pi}{3}.
Common Pitfalls
  • Diameter vs. radius for semicircle slicesThe base segment ss is the diameter, so the radius is s/2s/2 and A=12π(s/2)2=π8s2A = \frac{1}{2}\pi (s/2)^2 = \frac{\pi}{8}s^2. Using r=sr = s quadruples the answer.
  • Adding an unnecessary piSquare and triangle cross sections are not round — do not multiply by π\pi. Only disk, washer, and semicircle slices carry a π\pi.
Gary Chang

Gary Chang

Calculus Educator

5+ Years of Calculus Teaching Experience | AP Calculus Specialist. Dedicated to helping students master calculus through step-by-step logic and clear visualizations.