Unit 8 Applications of Integration (AP Calculus BC): Average Value, Net Change & Motion, Area Between Curves, and Volume

Average value of a function

What “average value” means and why integrals are involved

When you hear “average,” you probably think of adding up a bunch of numbers and dividing by how many there are. For discrete data (like equally spaced measurements), you can do exactly that. For a continuous function %%LATEX0%% on an interval %%LATEX1%%, there are infinitely many values, so we use a definite integral as the “add everything up” step.

A helpful geometric picture is this: the definite integral %%LATEX2%% gives the signed area under the curve. If you want a single “typical height” of the graph on %%LATEX3%%, imagine a rectangle spanning the interval with constant height equal to the average value. The rectangle’s area is

\text{(average height)}(b-a)

Setting that rectangle area equal to the integral area produces the average value formula.

A quick memory cue that matches the usual average idea: “add everything up, then divide.” Here, the integral is the “add everything up,” and dividing by interval length is the “divide.” For example, on an interval from %%LATEX5%% to %%LATEX6%%, you divide by 40, so the average value is

\frac{1}{40}\int_0^{40} f(x)\,dx

Reference diagram from the original notes:

The formula and how to interpret it

The average value of %%LATEX9%% on %%LATEX10%% is

f_{\text{avg}}=\frac{1}{b-a}\int_a^b f(x)\,dx

Interpretations:

  • As a mean height: the height of a constant function that would enclose the same signed area over the interval.
  • As a rate: if %%LATEX12%% is a rate (like gallons per minute), then %%LATEX13%% is the total accumulated amount, and dividing by elapsed time b-a gives the average rate.

A common misconception is that the average value must match an endpoint like %%LATEX15%% or %%LATEX16%%. It doesn’t. It depends on the whole interval.

Connecting average value to the Mean Value Theorem for Integrals

If %%LATEX17%% is continuous on %%LATEX18%%, then there exists at least one number %%LATEX19%% in %%LATEX20%% such that

f(c)=\frac{1}{b-a}\int_a^b f(x)\,dx

This says that somewhere on the interval, the function actually attains its average value. AP questions may ask you to find such a %%LATEX22%% or to set up an equation whose solution is %%LATEX23%%.

Worked example: average value and “find c”

Let

f(x)=x^2

Find the average value of %%LATEX26%% on %%LATEX27%% and find a value %%LATEX28%% such that %%LATEX29%%.

1) Compute the average value:

f_{\text{avg}}=\frac{1}{3-0}\int_0^3 x^2\,dx

\int_0^3 x^2\,dx=\left[\frac{x^3}{3}\right]_0^3=\frac{27}{3}=9

So

f_{\text{avg}}=\frac{1}{3}\cdot 9=3

2) Solve f(c)=3:

c^2=3

So a value that works is

c=\sqrt{3}

Only %%LATEX36%% lies in %%LATEX37%%, so that is the relevant solution.

Exam Focus

Typical question patterns include finding %%LATEX38%% on %%LATEX39%%, finding %%LATEX40%% such that %%LATEX41%%, and interpreting the average value in context (average temperature, average rate, etc.). Common mistakes include forgetting the factor %%LATEX42%%, using absolute area instead of signed area, and solving for %%LATEX43%% but giving a value outside the interval.

Accumulation, net change, and motion along a line

Net change: why integrals model “how much changed”

A core idea in calculus is that integrals reverse derivatives. If a quantity changes at a rate, integrating that rate over time gives the total change.

If F'(t)=r(t), then

\int_a^b r(t)\,dt=F(b)-F(a)

In words: the integral of a rate from %%LATEX46%% to %%LATEX47%% equals the net change in the original quantity.

Motion vocabulary and derivative relationships

Let s(t) be position along a line.

  • Velocity is the derivative of position:

v(t)=s'(t)

  • Acceleration is the derivative of velocity:

a(t)=v'(t)=s''(t)

These relationships also work backwards using integrals:

  • Change in velocity:

v(b)-v(a)=\int_a^b a(t)\,dt

  • Change in position (displacement):

s(b)-s(a)=\int_a^b v(t)\,dt

This is also a direct application of the FTC: for example, integrating acceleration from %%LATEX53%% to %%LATEX54%% gives

\int_a^b a(t)\,dt=v(b)-v(a)

A compact summary (and a common source of confusion) is:

Quantity you wantIntegral to useWhat it represents
Displacement\int_a^b v(t)\,dtNet change in position
Total distance traveled\int_a^b |v(t)|\,dtTotal movement regardless of direction
Change in velocity\int_a^b a(t)\,dtNet change in velocity

Some students mistakenly label %%LATEX59%% as “position.” It is not position by itself; it is total distance traveled. Position requires an initial value such as %%LATEX60%%.

Displacement vs total distance (a classic exam trap)

Displacement is net change in position:

\text{displacement}=\int_a^b v(t)\,dt

Total distance counts movement regardless of direction:

\text{total distance}=\int_a^b |v(t)|\,dt

To compute total distance, you usually find where %%LATEX63%% (direction changes) and split the integral. A common misconception is to compute distance using %%LATEX64%% without absolute value; that gives displacement, not distance.

Interpreting integrals of rates in context (not just motion)

The same accumulation idea appears in many applications. If %%LATEX65%% is a flow rate (liters per minute), then %%LATEX66%% is total volume. Units are a strong hint on AP problems: “per second” integrated over seconds becomes a plain amount.

Worked example: displacement and total distance

A particle has velocity

v(t)=t^2-4t+3

on [0,4]. Find displacement and total distance.

1) Displacement:

\text{displacement}=\int_0^4 (t^2-4t+3)\,dt

An antiderivative is

\frac{t^3}{3}-2t^2+3t

Evaluate:

\left[\frac{t^3}{3}-2t^2+3t\right]_0^4=\frac{64}{3}-20=\frac{4}{3}

So displacement is

\frac{4}{3}

2) Total distance: find where velocity changes sign.

t^2-4t+3=0

(t-1)(t-3)=0

So %%LATEX75%% and %%LATEX76%%. The velocity is positive on %%LATEX77%%, negative on %%LATEX78%%, and positive on [3,4], so

\text{total distance}=\int_0^1 v(t)\,dt-\int_1^3 v(t)\,dt+\int_3^4 v(t)\,dt

Using the same antiderivative:

\int_0^1 v(t)\,dt=\left[\frac{t^3}{3}-2t^2+3t\right]_0^1=\frac{4}{3}

\int_1^3 v(t)\,dt=\left[\frac{t^3}{3}-2t^2+3t\right]_1^3=-\frac{4}{3}

\int_3^4 v(t)\,dt=\left[\frac{t^3}{3}-2t^2+3t\right]_3^4=\frac{4}{3}

Therefore

\text{total distance}=\frac{4}{3}-\left(-\frac{4}{3}\right)+\frac{4}{3}=4

Exam Focus

Typical question patterns include finding displacement and total distance from a velocity function, finding velocity/position change from acceleration with an initial condition, and interpreting %%LATEX85%% from units. Common mistakes include forgetting absolute value for total distance, not splitting at every time when %%LATEX86%%, and losing track of initial conditions when integrating.

Area between curves

From “area under a curve” to “area between two curves”

You already know %%LATEX87%% measures signed area between %%LATEX88%% and the x-axis. To find area between two curves, use thin slices: each vertical slice has height “top minus bottom,” and adding up all slices becomes an integral.

Reference diagram from the original notes:

The standard setup (vertical slices)

If the region is bounded by %%LATEX90%% on top and %%LATEX91%% on bottom from %%LATEX92%% to %%LATEX93%%, then

A=\int_a^b (f(x)-g(x))\,dx

The “top” function is the one with larger y-value on that interval.

Where the bounds come from (and why intersections matter)

In many AP problems, you integrate from where the region starts to where the curves intersect. Often one boundary is a convenient value like %%LATEX96%%, but you should always verify by solving %%LATEX97%% for intersection points.

When you must split the integral

If the curves cross inside the interval, “top minus bottom” changes and you must split the integral. If you don’t, you compute net signed area and parts can cancel.

Horizontal slices (integrating with respect to y)

If vertical slices are difficult, slice horizontally. If the right boundary is %%LATEX99%% and the left boundary is %%LATEX100%% for %%LATEX101%% to %%LATEX102%%, then

A=\int_c^d (R(y)-L(y))\,dy

Worked example: area between curves with intersections

Find the area enclosed by

y=x

and

y=x^2

Intersections:

x=x^2

x(x-1)=0

So %%LATEX108%% and %%LATEX109%%. On %%LATEX110%%, %%LATEX111%% is on top, so

A=\int_0^1 (x-x^2)\,dx

\left[\frac{x^2}{2}-\frac{x^3}{3}\right]_0^1=\frac{1}{6}

Worked example: matching an “integrate top minus bottom” setup from the original notes

In the original notes, a typical setup was described using the top function %%LATEX114%% and the bottom function %%LATEX115%% on [0,4]. One correct way to express the area is as a single integral:

A=\int_0^4 \left((5x-x^2)-x\right)\,dx

The same idea was also written as subtracting two integrals:

A=\int_0^4 (5x-x^2)\,dx-\int_0^4 x\,dx

These are equivalent, and both reflect the “integrate the top curve and subtract the bottom curve” idea.

Worked example: choosing horizontal slices

Consider the region bounded by

y=\sqrt{x}

and

y=2-x

Solve for %%LATEX121%% in terms of %%LATEX122%%:

x=y^2

x=2-y

Intersection in y comes from

y^2=2-y

(y+2)(y-1)=0

Because %%LATEX128%% implies %%LATEX129%%, the relevant range is %%LATEX130%%. Right boundary is %%LATEX131%% and left boundary is x=y^2, so

A=\int_0^1 ((2-y)-y^2)\,dy

\left[2y-\frac{y^2}{2}-\frac{y^3}{3}\right]_0^1=\frac{7}{6}

Exam Focus

Typical question patterns include finding area between two curves, setting up (not necessarily evaluating) an area integral possibly using %%LATEX135%%, and finding area enclosed by multiple curves (which forces intersections and splitting). Common mistakes include not checking which function is on top, forgetting to split when the curves cross, and mixing up left vs right when integrating with respect to %%LATEX136%%.

Volumes of solids using cross-sections (general slicing idea)

Why volume can be an integral

The key volume idea is the same accumulation idea as area: if you know the area of a cross-section at each position, you can add up infinitely many thin slices.

If a solid extends from %%LATEX137%% to %%LATEX138%% and the cross-sectional area perpendicular to the %%LATEX139%%-axis is %%LATEX140%%, then

V=\int_a^b A(x)\,dx

One way students remember why this makes sense is: cross-sectional area times thickness gives a tiny volume. For instance, for a “rectangular slice,” the slice volume would be approximately length times width times thickness, and the integral adds them up. A common template that appears in introductory explanations is

V=\int (\text{length})(\text{width})\,dx

This is not limited to rectangles, but it reinforces the idea that you need an area formula inside the integral.

Cross-sections you see a lot on AP problems

AP questions often describe a base region in the xy-plane and specify that cross-sections perpendicular to an axis are shapes like squares, rectangles with a fixed ratio, semicircles, or equilateral triangles.

The procedure is consistent:

1) Draw the base region and decide the slicing direction.
2) Express the slice width (often top minus bottom, or right minus left).
3) Use geometry to convert that width into a cross-sectional area formula.
4) Integrate.

A frequent error is to write the correct shape area formula but use the wrong slice width (for example, using %%LATEX144%% when the width should be %%LATEX145%%).

Worked example: squares on a base region

The base in the xy-plane is bounded by

y=\sqrt{x}

and

y=0

from %%LATEX149%% to %%LATEX150%%. Cross-sections perpendicular to the x-axis are squares.

Side length:

s(x)=\sqrt{x}

Area:

A(x)=s(x)^2=x

Volume:

V=\int_0^4 x\,dx=\left[\frac{x^2}{2}\right]_0^4=8

Worked example: semicircles (watch the radius)

Base region bounded by

y=4-x^2

and

y=0

on %%LATEX157%%. Cross-sections perpendicular to the %%LATEX158%%-axis are semicircles whose diameters lie in the base.

Diameter:

d(x)=4-x^2

Radius:

r(x)=\frac{4-x^2}{2}

Semicircle area:

A(x)=\frac{1}{2}\pi r(x)^2

So

A(x)=\frac{\pi}{8}(4-x^2)^2

Volume setup:

V=\int_{-2}^2 \frac{\pi}{8}(4-x^2)^2\,dx

Exam Focus

Typical question patterns include solids with a base region and specified cross-sections (squares/semicircles/triangles), “set up the integral” prompts, and choosing %%LATEX164%% vs %%LATEX165%% based on cross-section orientation. Common mistakes include confusing diameter and radius, using the wrong slice length (top-bottom vs right-left), and forgetting that “perpendicular to the %%LATEX166%%-axis” means thickness %%LATEX167%%.

Volumes of revolution: disk and washer methods

Solids of revolution: rotating a region around an axis

When you rotate a 2D region around a line (axis of rotation), you form a 3D solid. Disk/washer methods use slices perpendicular to the axis of rotation. Each slice becomes a disk (no hole) or a washer (hole).

A common student intuition is: “We get a 2D shape from area under a curve; if we rotate this shape, we get a 3D object.” That’s a useful mental model for revolution problems, but remember that not all volume problems involve rotation (cross-section problems may not rotate anything).

Disk method (no hole)

If the radius is R(x), then

V=\int_a^b \pi R(x)^2\,dx

Because circles show up so often, some students default to the disk method as a first thought. That heuristic can be helpful, but always check whether there is a hole (washer) or whether shells are easier.

Washer method (hole in the middle)

If outer radius is %%LATEX170%% and inner radius is %%LATEX171%%, then

V=\int_a^b \pi(R(x)^2-r(x)^2)\,dx

You subtract areas, not radii.

A common setup you may also see written (and that matches the original notes) is the idea of “outer disk minus inner disk,” expressed as

V=\int_a^b \pi R(x)^2\,dx-\int_a^b \pi r(x)^2\,dx

This is equivalent to the single-integral washer formula when the bounds match.

Reference diagram from the original notes:

Choosing %%LATEX174%% vs %%LATEX175%% for disks/washers

The disk/washer method always means slices perpendicular to the axis.

  • Rotate about a horizontal line: vertical slices often lead to dx.
  • Rotate about a vertical line: horizontal slices often lead to dy.

Worked example: disks around the x-axis

Rotate the region between

y=\sqrt{x}

and

y=0

from %%LATEX181%% to %%LATEX182%% about the x-axis.

R(x)=\sqrt{x}

V=\int_0^4 \pi(\sqrt{x})^2\,dx=\int_0^4 \pi x\,dx

V=\pi\left[\frac{x^2}{2}\right]_0^4=8\pi

Worked example: washers about y=1

Rotate the region bounded by

y=x

and

y=x^2

on %%LATEX190%% about %%LATEX191%%.

Outer radius is distance from y=1 to the lower curve:

R(x)=1-x^2

Inner radius is distance from y=1 to the upper curve:

r(x)=1-x

Volume setup:

V=\int_0^1 \pi\left((1-x^2)^2-(1-x)^2\right)\,dx

Exam Focus

Typical question patterns include rotating around coordinate axes or shifted lines %%LATEX197%% or %%LATEX198%%, deciding whether to use %%LATEX199%% or %%LATEX200%%, and setting up integrals even when not asked to evaluate. Common mistakes include forgetting axis shifts in radii, writing %%LATEX201%% instead of %%LATEX202%%, and swapping inner/outer radius.

Volumes of revolution: cylindrical shell method

Why shells exist (and when they’re easier than washers)

The shell method uses slices parallel to the axis of rotation. Rotating a thin strip produces a cylindrical shell with radius, height, and thickness.

Shells are especially useful when rotating around the %%LATEX203%%-axis (or a vertical line) and the region is naturally written with %%LATEX204%%, because washers might require solving for %%LATEX205%% as a function of %%LATEX206%%.

Shell volume formula and meaning of each factor

A shell has

  • radius: distance to the axis of rotation
  • height: top minus bottom
  • thickness: dx

So

V=\int_a^b 2\pi(\text{radius})(\text{height})\,dx

A common mistake is mixing washer and shell logic. Always check: shells use slices parallel to the axis.

Worked example: rotate around the y-axis using shells

Rotate the region bounded by

y=x

and

y=x^2

on %%LATEX212%% about the %%LATEX213%%-axis.

r(x)=x

h(x)=x-x^2

V=\int_0^1 2\pi x(x-x^2)\,dx

V=2\pi\left[\frac{x^3}{3}-\frac{x^4}{4}\right]_0^1=\frac{\pi}{6}

Worked example: rotation about x=2 (absolute value and splitting)

Rotate the region under

y=\sqrt{x}

above %%LATEX220%% on %%LATEX221%% about x=2.

Radius is distance to x=2:

r(x)=|2-x|

Because the expression changes at x=2, split:

V=\int_0^2 2\pi(2-x)\sqrt{x}\,dx+\int_2^4 2\pi(x-2)\sqrt{x}\,dx

Exam Focus

Typical question patterns include using shells around the %%LATEX227%%-axis or about shifted vertical lines %%LATEX228%%, and choosing shells because washers would require messy algebra. Common mistakes include forgetting the factor 2\pi, confusing shell height with radius, and ignoring absolute-value distance to shifted axes.

Choosing methods and building correct integral setups

A decision framework that matches the geometry

Many application problems are difficult because of modeling rather than calculus. A reliable workflow is:

1) Identify what is being accumulated (area, volume, net change, distance).
2) Choose a slicing direction that makes slice measurements simplest.
3) Write the slice measurement (height, radius, cross-sectional area) as a function of the integration variable.
4) Determine correct bounds.
5) Integrate, or leave as setup if asked.

If you jump straight to memorized formulas, it’s easy to confuse radii, heights, and bounds.

Notation reference (common in Unit 8)

IdeaTypical notationMeaning
Average value\frac{1}{b-a}\int_a^b f(x)\,dxMean height or mean rate over interval
Displacement\int_a^b v(t)\,dtNet change in position
Total distance\int_a^b |v(t)|\,dtTotal path length in 1D motion
Area between curves\int_a^b (\text{top}-\text{bottom})\,dxGeometric area (nonnegative if set up correctly)
Volume by known cross-sections\int_a^b A(x)\,dxSum of cross-sectional areas
Disk/washer\int_a^b \pi(R^2-r^2)\,dxSlices perpendicular to axis
Shells\int_a^b 2\pi(\text{radius})(\text{height})\,dxSlices parallel to axis

A “set up only” style example (typical AP wording)

“The region enclosed by %%LATEX237%%, %%LATEX238%%, %%LATEX239%%, and %%LATEX240%% is revolved about the x-axis. Set up (but do not evaluate) an integral for the volume.”

Because the region touches the axis and we rotate around the x-axis, use disks:

R(x)=\sin x

V=\int_0^{\pi} \pi(\sin x)^2\,dx

Exam Focus

Typical question patterns include “set up an integral expression for…” prompts (often with heavy partial credit for correct setup), explaining method choice in free-response, and modeling with correct units. Common mistakes include correct formulas with incorrect bounds, using shells when slices are perpendicular (or washers when slices are parallel), and not using correct distances to shifted axes like %%LATEX245%% or %%LATEX246%%.