Unit 6: Integration and Accumulation of Change

Accumulation and the Meaning of the Definite Integral

What “accumulation” means (and why calculus cares)

In many real situations, you don’t directly measure a total amount; you measure a rate that tells you how the total is changing. For example, velocity tells you how position changes, flow rate (gallons per minute) tells you how much volume is added to a tank, and power usage rate (kilowatts) tells you how much energy is consumed over time. Accumulation is the idea of rebuilding the total change from the rate of change by adding up many small contributions over an interval.

Up to this point, derivatives have been the main tool for understanding rate of change (change per unit). Integrals reverse that perspective: an integral can represent the total change that builds up from a rate.

Signed area and “net change”

A key interpretation is geometric. If you graph a function f(x)f(x), then the definite integral

abf(x)dx\int_a^b f(x)\,dx

represents the net (signed) area between the curve and the xx-axis from x=ax=a to x=bx=b.

Where f(x)>0f(x) > 0, the integral contributes positive area; where f(x)<0f(x) < 0, it contributes negative area. This is why the definite integral is often described as net change.

A common confusion is mixing up net area with total area. Total area counts area below the axis as positive and is often written with absolute value:

abf(x)dx\int_a^b |f(x)|\,dx

AP problems frequently test whether you understand that

abv(t)dt\int_a^b v(t)\,dt

is displacement (net change in position), not total distance, while total distance traveled is

abv(t)dt\int_a^b |v(t)|\,dt

Units: the quickest way to sanity-check an integral

Units make the meaning of an integral much clearer. If f(x)f(x) has units “something per xx” (like meters per second or dollars per year), then

abf(x)dx\int_a^b f(x)\,dx

has units “something,” because you multiply by dxdx. Example: if v(t)v(t) is in meters per second, then

010v(t)dt\int_0^{10} v(t)\,dt

is in meters. This units check is one of the best ways to avoid interpreting an integral incorrectly on FRQs.

Definite integral vs indefinite integral (number vs family of functions)

A definite (bounded) integral has limits of integration and outputs a single number (a net accumulated amount):

25f(x)dx\int_2^5 f(x)\,dx

An indefinite integral is also called an antiderivative and represents a whole family of functions:

f(x)dx\int f(x)\,dx

The bounds aa and bb matter: changing them changes the interval of accumulation.

Example 1: Net change from a rate

Suppose a particle has velocity (in meters per second)

v(t)=3t4v(t) = 3t - 4

Find the displacement from t=1t=1 to t=4t=4.

Displacement is the integral of velocity:

14(3t4)dt\int_1^4 (3t-4)\,dt

An antiderivative of 3t43t-4 is

32t24t\frac{3}{2}t^2 - 4t

So

14(3t4)dt=[32t24t]14\int_1^4 (3t-4)\,dt = \left[\frac{3}{2}t^2 - 4t\right]_1^4

Evaluate:

(321616)(3214)\left(\frac{3}{2}\cdot 16 - 16\right) - \left(\frac{3}{2}\cdot 1 - 4\right)

=(2416)(1.54)=(24-16) - (1.5-4)

=8(2.5)=10.5=8 - (-2.5)=10.5

So the displacement is 10.510.5 meters.

A common pitfall is forgetting that if part of the interval has negative velocity, displacement can be smaller than total distance.

Exam Focus
  • Typical question patterns:
    • Interpret abr(t)dt\int_a^b r(t)\,dt as the net change in a quantity given a rate r(t)r(t).
    • Distinguish displacement from total distance using v(t)dt\int |v(t)|\,dt.
    • Use units to interpret what an integral represents.
  • Common mistakes:
    • Treating a negative region as positive area when the question asks for net change.
    • Forgetting that a definite integral is a number (and trying to attach “+C”).
    • Ignoring units and misinterpreting the result.

Riemann Sums: Building the Definite Integral from Rectangles

Why Riemann sums exist

If a definite integral represents area/accumulation, how do you find it when the region has a curved boundary or you don’t have a nice formula? You approximate the region using shapes you do know. The standard starting point is to split the interval into rectangles, compute each rectangle’s area (base times height), and add them up. The more rectangles you use, the better the estimate. This method is a Riemann sum.

Conceptually:

  1. Split the interval into subintervals.
  2. Approximate the curve on each subinterval using a rectangle (or a trapezoid).
  3. Add the approximations.
  4. Make the subintervals thinner and thinner.

That limiting process leads to the definition of the definite integral.

Partitions, subinterval width, and sample points

A partition of [a,b][a,b] breaks the interval into nn subintervals.

For equal-width subintervals:

Δx=ban\Delta x = \frac{b-a}{n}

The endpoints are

x0=ax_0 = a

x1=a+Δxx_1 = a+\Delta x

xn=bx_n = b

A Riemann sum uses a sample point xix_i^* in each subinterval [xi1,xi][x_{i-1},x_i], producing

i=1nf(xi)Δx\sum_{i=1}^n f(x_i^*)\Delta x

As nn\to\infty (so Δx0\Delta x\to 0), if the limit exists, it becomes the definite integral:

abf(x)dx=limni=1nf(xi)Δx\int_a^b f(x)\,dx = \lim_{n\to\infty}\sum_{i=1}^n f(x_i^*)\Delta x

Left, right, and midpoint sums (how AP usually frames them)

AP frequently specifies which sample points to use:

  • Left Riemann sum (use the left endpoints):

i=1nf(xi1)Δx\sum_{i=1}^n f(x_{i-1})\Delta x

  • Right Riemann sum (use the right endpoints):

i=1nf(xi)Δx\sum_{i=1}^n f(x_i)\Delta x

  • Midpoint Riemann sum (use the midpoint of each subinterval):

xi=xi1+xi2x_i^* = \frac{x_{i-1}+x_i}{2}

i=1nf(xi1+xi2)Δx\sum_{i=1}^n f\left(\frac{x_{i-1}+x_i}{2}\right)\Delta x

A practical detail that shows up constantly with tables: for a left sum you do not use the furthest-right function value, and for a right sum you do not use the furthest-left function value.

The trapezoidal rule (a straighter-edge approximation)

Instead of rectangles, you can approximate each slice with a trapezoid whose top edge is the line segment connecting endpoint function values.

Geometrically, each trapezoid has area

12(b1+b2)h\frac{1}{2}(b_1+b_2)h

where b1b_1 and b2b_2 are the two vertical “heights” (the function values at the endpoints) and hh is the horizontal width of the subinterval.

For equal subintervals, the trapezoidal rule is

Tn=Δx2[f(x0)+2f(x1)+2f(x2)++2f(xn1)+f(xn)]T_n = \frac{\Delta x}{2}\left[f(x_0) + 2f(x_1) + 2f(x_2) + \cdots + 2f(x_{n-1}) + f(x_n)\right]

You can also view this as the average of the left and right sums:

Tn=Ln+Rn2T_n = \frac{L_n + R_n}{2}

Example of a single trapezoid computation (matching the standard formula): if a subinterval has width 11 and endpoint heights 22 and 55, then that trapezoid’s area is

12(2+5)(1)\frac{1}{2}(2+5)(1)

From a table of values (even and uneven spacing)

A very common AP format gives a table of values of ff at specific xx values and asks you to approximate an integral using a left/right/midpoint/trapezoidal sum.

  • When the data are evenly spaced, Δx\Delta x is the constant spacing.
  • When they’re not evenly spaced, you must use each subinterval’s actual width (for example, widths of 22, 22, and 33 in one table).
Example 1: Approximate with a left sum from a table

You are given values of ff:

xx0246
f(x)f(x)541-2

Approximate 06f(x)dx\int_0^6 f(x)\,dx using a left Riemann sum with the partition points in the table.

The subintervals are [0,2][0,2], [2,4][2,4], [4,6][4,6], each with width Δx=2\Delta x = 2, and the left endpoints are 00, 22, 44.

L=f(0)2+f(2)2+f(4)2L = f(0)\cdot 2 + f(2)\cdot 2 + f(4)\cdot 2

=52+42+12=20= 5\cdot 2 + 4\cdot 2 + 1\cdot 2 = 20

So

06f(x)dx20\int_0^6 f(x)\,dx \approx 20

Interpretation reminder: the negative value at x=6x=6 didn’t matter for the left sum because x=6x=6 is not used as a left endpoint here.

Example 2: Trapezoidal rule from the same table

Using

T=Δx2[f(0)+2f(2)+2f(4)+f(6)]T = \frac{\Delta x}{2}\left[f(0)+2f(2)+2f(4)+f(6)\right]

with Δx=2\Delta x=2:

T=1[5+2(4)+2(1)+(2)]T = 1\cdot \left[5+2(4)+2(1)+(-2)\right]

=13= 13

Notice how much smaller it is than the left sum because the function drops and becomes negative by the end.

Example 3: Table with uneven subinterval widths (left, right, midpoint idea, trapezoids)

Consider the tabular data:

xx0247
f(x)f(x)161015

The widths are 22, 22, and 33.

A left sum using these subintervals is

(2)(1)+(2)(6)+(3)(10)(2)(1) + (2)(6) + (3)(10)

A right sum is

(2)(6)+(2)(10)+(3)(15)(2)(6) + (2)(10) + (3)(15)

A trapezoidal sum is

12(1+6)(2)+12(6+10)(2)+12(10+15)(3)\frac{1}{2}(1+6)(2) + \frac{1}{2}(6+10)(2) + \frac{1}{2}(10+15)(3)

A midpoint rule requires function values at midpoints; if you approximate just the interval [0,4][0,4] as one subinterval, then the midpoint is 22, width is 44, and the midpoint rectangle estimate is

(4)(6)(4)(6)

This illustrates the core midpoint idea: use a rectangle whose height comes from the “in-between” value, not an endpoint.

Example 4: Tabular Riemann sums in context (and you often don’t need to simplify)

The AP exam frequently provides tables like this:

Years tt235710
Height H(t)H(t)1.5261115

A trapezoidal approximation over the given intervals is

12(1.5+2)(1)+12(2+6)(2)+12(6+11)(2)+12(11+15)(3)\frac{1}{2}(1.5+2)(1) + \frac{1}{2}(2+6)(2) + \frac{1}{2}(6+11)(2) + \frac{1}{2}(11+15)(3)

A left sum is

(1)(1.5)+(2)(2)+(2)(6)+(3)(11)(1)(1.5) + (2)(2) + (2)(6) + (3)(11)

A right sum is

(1)(2)+(2)(6)+(2)(11)+(3)(15)(1)(2) + (2)(6) + (2)(11) + (3)(15)

You do not always have to simplify these expressions unless the question explicitly requires a numerical value.

Exam Focus
  • Typical question patterns:
    • Approximate a definite integral from a table using left/right/midpoint sums or the trapezoidal rule.
    • Write a Riemann sum expression that represents an integral (or identify the integral represented by a sum).
    • Decide whether an approximation is an overestimate or underestimate using increasing/decreasing or concavity.
  • Common mistakes:
    • Using the wrong endpoints (left vs right) or accidentally including one too many terms.
    • Forgetting to multiply by the interval width (using values but not Δx\Delta x).
    • Assuming equal spacing when the table spacing is not uniform.

The Fundamental Theorem of Calculus (FTC): Connecting Derivatives and Integrals

Why the FTC is the centerpiece of integration

Riemann sums define integrals, but they’re not practical for exact computation. The Fundamental Theorem of Calculus explains that integration and differentiation are inverse processes in a precise way. This gives you a powerful shortcut: instead of taking a limit of sums, you evaluate antiderivatives.

FTC Part 1: Derivative of an accumulation function

Define an accumulation function

F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt

If ff is continuous, FTC Part 1 states:

F(x)=f(x)F'(x) = f(x)

In plain language: if you accumulate the rate f(t)f(t) from aa up to xx, then the rate at which that accumulated total changes at xx is just the original rate value at xx.

When the upper limit is not just xx

If

G(x)=ag(x)f(t)dtG(x) = \int_a^{g(x)} f(t)\,dt

then

G(x)=f(g(x))g(x)G'(x) = f(g(x))g'(x)

If the variable is in the lower limit,

H(x)=g(x)af(t)dtH(x) = \int_{g(x)}^a f(t)\,dt

then

H(x)=f(g(x))g(x)H'(x) = -f(g(x))g'(x)

Example 1: Differentiate an accumulation function

Let

G(x)=2x31+t2dtG(x) = \int_2^{x^3} \sqrt{1+t^2}\,dt

Then

G(x)=1+(x3)23x2G'(x) = \sqrt{1+(x^3)^2}\cdot 3x^2

So

G(x)=3x21+x6G'(x) = 3x^2\sqrt{1+x^6}

A common pitfall is “differentiating inside” with respect to xx. FTC Part 1 says to keep the integrand as a function of the dummy variable, plug in the limit, and multiply by the derivative of the limit.

FTC Part 2: Evaluate a definite integral using an antiderivative

If F(x)=f(x)F'(x)=f(x), then

abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

Equivalently,

[F(x)]ab=F(b)F(a)\left[F(x)\right]_a^b = F(b)-F(a)

This is the rule that turns “bounded integrals” into plug-in-and-subtract computations.

Net Change Theorem (a conceptual restatement)

If a quantity has rate of change F(x)F'(x), then

F(b)F(a)=abF(x)dxF(b) - F(a) = \int_a^b F'(x)\,dx

Example 2: Use FTC Part 2 to evaluate an integral

Evaluate

13(2x+5)dx\int_1^3 (2x + 5)\,dx

An antiderivative is

x2+5xx^2 + 5x

So

[x2+5x]13\left[x^2 + 5x\right]_1^3

=(9+15)(1+5)=18= (9+15) - (1+5) = 18

A common pitfall is adding +C+C to a definite integral evaluation. Constants cancel in F(b)F(a)F(b)-F(a), so you do not include them.

Example 3: Definite integral of a simple power rule antiderivative

Compute

232xdx\int_2^3 2x\,dx

An antiderivative of 2x2x is

x2x^2

So the definite integral is

[x2]23\left[x^2\right]_2^3

=3222=5= 3^2 - 2^2 = 5

Exam Focus
  • Typical question patterns:
    • Differentiate functions defined by integrals (especially with g(x)g(x) as a limit).
    • Evaluate definite integrals by finding antiderivatives (often mixed with properties).
    • Use the Net Change Theorem to connect a derivative/rate to total change.
  • Common mistakes:
    • Forgetting the chain rule factor g(x)g'(x) when the bound is g(x)g(x).
    • Treating axf(t)dt\int_a^x f(t)\,dt like an ordinary product instead of a function definition.
    • Writing +C+C for a definite integral or failing to plug in both bounds.

Properties of Definite Integrals (How to Simplify Without Integrating)

Why properties matter

Not every integral on an AP exam is meant to be computed by finding an antiderivative. Sometimes the integrand is messy, or you’re only given a graph or a few key values. Properties of definite integrals let you rewrite, break apart, or compare integrals to find exact values efficiently.

Linearity: add and scale

If ff and gg are integrable and cc is a constant, then

ab(f(x)+g(x))dx=abf(x)dx+abg(x)dx\int_a^b (f(x)+g(x))\,dx = \int_a^b f(x)\,dx + \int_a^b g(x)\,dx

and

abcf(x)dx=cabf(x)dx\int_a^b c f(x)\,dx = c\int_a^b f(x)\,dx

Additivity over intervals

If a<c<ba < c < b, then

abf(x)dx=acf(x)dx+cbf(x)dx\int_a^b f(x)\,dx = \int_a^c f(x)\,dx + \int_c^b f(x)\,dx

Reversing bounds changes the sign

abf(x)dx=baf(x)dx\int_a^b f(x)\,dx = -\int_b^a f(x)\,dx

A special case:

aaf(x)dx=0\int_a^a f(x)\,dx = 0

Symmetry: even and odd functions

If ff is even, meaning f(x)=f(x)f(-x)=f(x), then

aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x)\,dx = 2\int_0^a f(x)\,dx

If ff is odd, meaning f(x)=f(x)f(-x)=-f(x), then

aaf(x)dx=0\int_{-a}^{a} f(x)\,dx = 0

These shortcuts only apply on symmetric intervals of the form [a,a][-a,a].

Comparison ideas (often used with graphs)

If f(x)g(x)f(x) \ge g(x) on [a,b][a,b], then

abf(x)dxabg(x)dx\int_a^b f(x)\,dx \ge \int_a^b g(x)\,dx

If mf(x)Mm \le f(x) \le M on [a,b][a,b], then

m(ba)abf(x)dxM(ba)m(b-a) \le \int_a^b f(x)\,dx \le M(b-a)

Example 1: Use properties to compute an integral from given values

Suppose you know:

02f(x)dx=5\int_0^2 f(x)\,dx = 5

and

26f(x)dx=1\int_2^6 f(x)\,dx = -1

Find

60f(x)dx\int_6^0 f(x)\,dx

First,

06f(x)dx=5+(1)=4\int_0^6 f(x)\,dx = 5 + (-1) = 4

Then reverse bounds:

60f(x)dx=06f(x)dx=4\int_6^0 f(x)\,dx = -\int_0^6 f(x)\,dx = -4

Example 2: Symmetry shortcut

Let ff be odd. Evaluate

33(f(x)+2)dx\int_{-3}^{3} (f(x) + 2)\,dx

Split using linearity:

33f(x)dx+332dx\int_{-3}^{3} f(x)\,dx + \int_{-3}^{3} 2\,dx

Odd symmetry gives

33f(x)dx=0\int_{-3}^{3} f(x)\,dx = 0

And

332dx=2(3(3))=12\int_{-3}^{3} 2\,dx = 2(3-(-3)) = 12

So the value is 1212.

Exam Focus
  • Typical question patterns:
    • Compute an integral using only given integral values and properties (no antiderivative needed).
    • Use symmetry (even/odd) on symmetric intervals to simplify.
    • Rewrite integrals by splitting intervals or reversing bounds.
  • Common mistakes:
    • Forgetting the negative sign when reversing bounds.
    • Misapplying even/odd rules on non-symmetric intervals.
    • Distributing incorrectly: thinking (f+g)=fg\int (f+g) = \int f\cdot \int g (this is false).

Antiderivatives and Indefinite Integrals (Recovering Functions from Their Derivatives)

What an antiderivative is (and why +C+C matters)

An antiderivative of f(x)f(x) is a function F(x)F(x) such that

F(x)=f(x)F'(x) = f(x)

Because derivatives “forget” constants (the derivative of any constant is 00), antiderivatives come in families. If F(x)F(x) is one antiderivative, then F(x)+CF(x)+C is also an antiderivative for any constant CC. That’s why the constant of integration is very important.

Indefinite integral notation

The indefinite integral is written

f(x)dx=F(x)+C\int f(x)\,dx = F(x) + C

Important distinction:

  • A definite integral is a number.
  • An indefinite integral is a family of functions.
Core antiderivative patterns (reverse-derivative thinking)

Antidifferentiation is often the “opposite” of differentiation. For the power rule, if differentiating multiplies down and decreases the power, antidifferentiating divides and increases the power.

Power rule (for n1n \ne -1):

xndx=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+1} + C

This includes common simplifications like

2xdx=x2+C\int 2x\,dx = x^2 + C

because

2xdx=2x22+C\int 2x\,dx = \frac{2x^2}{2} + C

If an integrand is not immediately in power-rule format, you often algebraically manipulate it so that it is.

Special logarithm case:

1xdx=lnx+C\int \frac{1}{x}\,dx = \ln|x| + C

Exponential:

exdx=ex+C\int e^x\,dx = e^x + C

axdx=axln(a)+C\int a^x\,dx = \frac{a^x}{\ln(a)} + C

Trigonometric basics (it’s efficient to memorize derivative-antiderivative pairs for speed on the AP exam):

cosxdx=sinx+C\int \cos x\,dx = \sin x + C

sinxdx=cosx+C\int \sin x\,dx = -\cos x + C

For example, since

ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x

it follows that

cosxdx=sinx+C\int \cos x\,dx = \sin x + C

Example 1: Find a function from its derivative

Given

f(x)=6x24xf'(x) = 6x^2 - \frac{4}{x}

and f(1)=3f(1)=3, find f(x)f(x).

Integrate:

f(x)=(6x24x)dxf(x) = \int \left(6x^2 - \frac{4}{x}\right)dx

Compute each part:

6x2dx=2x3\int 6x^2\,dx = 2x^3

4xdx=4lnx\int \frac{4}{x}\,dx = 4\ln|x|

So

f(x)=2x34lnx+Cf(x) = 2x^3 - 4\ln|x| + C

Use f(1)=3f(1)=3:

3=2(1)34ln1+C3 = 2(1)^3 - 4\ln|1| + C

Since ln1=0\ln|1|=0,

3=2+C3 = 2 + C

So C=1C=1 and

f(x)=2x34lnx+1f(x) = 2x^3 - 4\ln|x| + 1

A common pitfall is dropping the absolute value in lnx\ln|x|.

Example 2: Indefinite integral using linearity and patterns

Evaluate

(5ex3cosx)dx\int (5e^x - 3\cos x)\,dx

Using linearity:

5exdx3cosxdx\int 5e^x\,dx - \int 3\cos x\,dx

So

5ex3sinx+C5e^x - 3\sin x + C

Exam Focus
  • Typical question patterns:
    • Find f(x)f(x) given f(x)f'(x) and an initial condition.
    • Compute indefinite integrals using basic patterns and linearity.
    • Recognize when lnx\ln|x| appears.
  • Common mistakes:
    • Forgetting +C+C on an indefinite integral.
    • Using the power rule when n=1n=-1 (you must use lnx\ln|x|).
    • Losing track of signs on trig antiderivatives, especially sinxdx\int \sin x\,dx.

Integration by Substitution (Reverse Chain Rule)

Why substitution is needed

Basic antiderivative rules work when the integrand matches a known pattern. But many functions are composites, like sin(3x)\sin(3x) or a product like 1+x22x\sqrt{1+x^2}\cdot 2x. Differentiation of composites uses the chain rule, so integration of composites often requires reversing the chain rule.

Integration by substitution (u-substitution) is the main method in this unit for integrals that involve a function and (up to a constant factor) its derivative.

The core idea: spot an inner function and its derivative

If you see

f(g(x))g(x)f(g(x))g'(x)

then you can set

u=g(x)u=g(x)

and rewrite the integral in terms of uu:

f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx = \int f(u)\,du

A reliable u-substitution process
  1. Choose uu to be an “inside” expression (often inside parentheses, a root, an exponent, or a trig function).
  2. Differentiate: du=u(x)dxdu = u'(x)dx.
  3. Rewrite the integral entirely in terms of uu and dudu.
  4. Integrate with respect to uu.
  5. Substitute back to xx.

U-substitution can be tricky at first, but it’s extremely helpful once you learn to recognize patterns.

Example 1: Indefinite integral (classic pattern)

Evaluate

2xcos(x2)dx\int 2x\cos(x^2)\,dx

Let

u=x2u = x^2

Then

du=2xdxdu = 2x\,dx

So

2xcos(x2)dx=cos(u)du\int 2x\cos(x^2)\,dx = \int \cos(u)\,du

Integrate:

sin(u)+C\sin(u) + C

Substitute back:

sin(x2)+C\sin(x^2) + C

Example 2: Definite integral with substitution and changed bounds

Evaluate

12x1+x2dx\int_1^2 \frac{x}{1+x^2}\,dx

Let

u=1+x2u = 1+x^2

Then

du=2xdxdu = 2x\,dx

So

xdx=12dux\,dx = \frac{1}{2}du

Change bounds: when x=1x=1, u=2u=2; when x=2x=2, u=5u=5.

Rewrite:

12x1+x2dx=251u12du\int_1^2 \frac{x}{1+x^2}\,dx = \int_2^5 \frac{1}{u}\cdot \frac{1}{2}\,du

So

12251udu\frac{1}{2}\int_2^5 \frac{1}{u}\,du

Evaluate:

12[lnu]25\frac{1}{2}\left[\ln|u|\right]_2^5

12(ln5ln2)\frac{1}{2}(\ln 5 - \ln 2)

Equivalently,

12ln(52)\frac{1}{2}\ln\left(\frac{5}{2}\right)

Example 3: U-sub with a shifted power

Evaluate

(x4)10dx\int (x - 4)^{10}\,dx

Let

u=x4u = x-4

Then

dudx=1\frac{du}{dx} = 1

So

dx=dudx = du

Rewrite and integrate:

u10du\int u^{10}\,du

u1111+C\frac{u^{11}}{11} + C

Substitute back:

(x4)1111+C\frac{(x-4)^{11}}{11} + C

Recognizing substitution patterns quickly

Substitution is likely when you see:

  • A composite like sin(something)\sin(\text{something}) or esomethinge^{\text{something}} along with the derivative of “something.”
  • Rational forms like f(x)f(x)\frac{f'(x)}{f(x)}, which lead to logarithms.
  • Powers like (something)n(\text{something})^n with a matching derivative factor.
Exam Focus
  • Typical question patterns:
    • Evaluate an integral using u-substitution (often set up so the derivative of the inner function is present).
    • Evaluate a definite integral using substitution, sometimes with changed bounds.
    • Recognize logarithm outcomes from f(x)/f(x)dx\int f'(x)/f(x)\,dx.
  • Common mistakes:
    • Missing a constant factor: having du=2xdxdu=2x\,dx but only xdxx\,dx appears (you must adjust with a factor).
    • Changing bounds to uu but then evaluating with xx anyway.
    • Picking a uu that doesn’t simplify the integral.

Accumulation Functions and Interpreting Integrals in Context

Accumulation functions as total change up to a variable endpoint

A common AP theme is defining a new function using an integral, such as

A(x)=axr(t)dtA(x) = \int_a^x r(t)\,dt

This function represents the accumulated amount from aa to xx.

It links multiple interpretations:

  • Graphical: signed area under r(t)r(t) from aa to xx.
  • Contextual: net change in a quantity.
  • Analytical: by FTC Part 1, the derivative of the accumulation function is the original rate.
“Rate in, total out” and the role of an initial value

Many word problems provide a starting amount and a rate of change. If you know Q(a)Q(a) and Q(t)=r(t)Q'(t)=r(t), then

Q(b)=Q(a)+abr(t)dtQ(b) = Q(a) + \int_a^b r(t)\,dt

A frequent mistake is computing the integral (the change) and forgetting to add the initial value when the question asks for the final amount.

Displacement vs position (and similar pairs)

If s(t)s(t) is position, then s(t)=v(t)s'(t)=v(t).

Displacement on [a,b][a,b]:

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

Position function from velocity and initial position:

s(t)=s(a)+atv(u)dus(t)=s(a)+\int_a^t v(u)\,du

This pattern repeats in many contexts: temperature from a heating rate, population from a growth rate, mass from net inflow/outflow, and so on.

Example 1: Build a quantity from a rate and initial amount

A tank contains 5050 gallons of water at t=0t=0. Water flows in at rate

R(t)=60.5tR(t)=6-0.5t

gallons per minute for 0t80\le t\le 8. How much water is in the tank at t=8t=8 (assuming no outflow)?

Final amount equals initial plus accumulated inflow:

V(8)=50+08(60.5t)dtV(8)=50+\int_0^8 (6-0.5t)\,dt

An antiderivative is

6t0.25t26t-0.25t^2

So

[6t0.25t2]08\left[6t-0.25t^2\right]_0^8

=(4816)0=32=(48-16)-0 = 32

Then

V(8)=50+32=82V(8)=50+32=82

So the tank has 8282 gallons at t=8t=8.

Example 2: Using a graph conceptually (increasing/decreasing and concavity)

Suppose you’re shown a graph of a rate function r(t)r(t) and asked where

A(x)=0xr(t)dtA(x)=\int_0^x r(t)\,dt

is increasing or decreasing. By FTC Part 1,

A(x)=r(x)A'(x)=r(x)

So A(x)A(x) increases where r(x)>0r(x)>0, decreases where r(x)<0r(x)<0, and has horizontal tangents where r(x)=0r(x)=0.

For concavity, differentiate again:

A(x)=r(x)A''(x)=r'(x)

So AA is concave up where rr is increasing and concave down where rr is decreasing.

Exam Focus
  • Typical question patterns:
    • Given Q(a)Q(a) and a rate Q(t)=r(t)Q'(t)=r(t), compute Q(b)Q(b) using Q(b)=Q(a)+abr(t)dtQ(b)=Q(a)+\int_a^b r(t)\,dt.
    • Define or interpret an accumulation function A(x)=axf(t)dtA(x)=\int_a^x f(t)\,dt and analyze its increasing/decreasing behavior.
    • Use a graph/table of a rate to find net change over an interval.
  • Common mistakes:
    • Forgetting to add the initial value when the question asks for the amount, not the change.
    • Confusing where AA is increasing with where AA is positive.
    • Treating accumulated change as total change when the rate can be negative.