Fiveable

โˆซCalculus I Unit 5 Review

QR code for Calculus I practice questions

5.4 Integration Formulas and the Net Change Theorem

5.4 Integration Formulas and the Net Change Theorem

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โˆซCalculus I
Unit & Topic Study Guides

Integration Formulas

Integration formulas give you a toolkit of known antiderivatives so you don't have to derive everything from scratch. Combined with the Net Change Theorem, they let you turn real-world rate information (speed, flow rate, growth rate) into concrete answers about total change.

Basic Integration Formulas

Power Rule is the one you'll use most often:

โˆซxnโ€‰dx=xn+1n+1+C,nโ‰ โˆ’1\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1

For example, โˆซx3โ€‰dx=x44+C\int x^3 \, dx = \frac{x^4}{4} + C. The restriction nโ‰ โˆ’1n \neq -1 matters because plugging in n=โˆ’1n = -1 would put zero in the denominator. That case has its own rule: โˆซxโˆ’1โ€‰dx=lnโกโˆฃxโˆฃ+C\int x^{-1} \, dx = \ln|x| + C.

Constant Multiple Rule lets you pull constants out front and deal with them separately:

โˆซkโ‹…f(x)โ€‰dx=kโˆซf(x)โ€‰dx\int k \cdot f(x) \, dx = k \int f(x) \, dx

So โˆซ3x2โ€‰dx=3โˆซx2โ€‰dx=3โ‹…x33+C=x3+C\int 3x^2 \, dx = 3 \int x^2 \, dx = 3 \cdot \frac{x^3}{3} + C = x^3 + C.

Sum and Difference Rules let you split an integral apart term by term:

โˆซ[f(x)ยฑg(x)]โ€‰dx=โˆซf(x)โ€‰dxยฑโˆซg(x)โ€‰dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx

For โˆซ(x2+3x)โ€‰dx\int (x^2 + 3x) \, dx, you integrate each piece: x33+3x22+C\frac{x^3}{3} + \frac{3x^2}{2} + C.

Integrals of Odd vs. Even Functions

These symmetry properties can save you significant work on definite integrals over symmetric intervals [โˆ’a,a][-a, a].

Odd functions satisfy f(โˆ’x)=โˆ’f(x)f(-x) = -f(x). Their graphs are symmetric about the origin. Examples include x3x^3, sinโก(x)\sin(x), and xx.

  • When you integrate an odd function over [โˆ’a,a][-a, a], the negative side exactly cancels the positive side:

โˆซโˆ’aaf(x)โ€‰dx=0\int_{-a}^{a} f(x) \, dx = 0

Even functions satisfy f(โˆ’x)=f(x)f(-x) = f(x). Their graphs are symmetric about the y-axis. Examples include x2x^2, cosโก(x)\cos(x), and โˆฃxโˆฃ|x|.

  • The left and right halves contribute equally, so you can double the integral over just the right half:

โˆซโˆ’aaf(x)โ€‰dx=2โˆซ0af(x)โ€‰dx\int_{-a}^{a} f(x) \, dx = 2\int_{0}^{a} f(x) \, dx

Basic integration formulas, Unit 2: Rules for integration โ€“ National Curriculum (Vocational) Mathematics Level 4

The Fundamental Theorem of Calculus (FTC) is what makes definite integrals computable without limits of Riemann sums. It has two parts:

  • FTC Part 1: If F(x)=โˆซaxf(t)โ€‰dtF(x) = \int_a^x f(t) \, dt, then Fโ€ฒ(x)=f(x)F'(x) = f(x). In other words, the derivative of an accumulation function gives back the original function. This confirms that differentiation and integration are inverse operations.
  • FTC Part 2: If FF is any antiderivative of ff on [a,b][a, b], then:

โˆซabf(x)โ€‰dx=F(b)โˆ’F(a)\int_a^b f(x) \, dx = F(b) - F(a)

This is the evaluation formula you use constantly: find an antiderivative, plug in the bounds, subtract.

A definite integral โˆซabf(x)โ€‰dx\int_a^b f(x)\,dx gives a specific number representing the signed area between the curve and the x-axis on [a,b][a, b]. An indefinite integral โˆซf(x)โ€‰dx\int f(x)\,dx gives a family of antiderivatives (which is why you include +C+ C).

The accumulation function F(x)=โˆซaxf(t)โ€‰dtF(x) = \int_a^x f(t)\,dt tracks how much area has built up as you move the upper limit from aa to xx. FTC Part 1 tells you its rate of change at any point equals f(x)f(x).

Net Change Theorem

Basic integration formulas, integration - Need help figuring Definite Integral Formulas - Mathematics Stack Exchange

Net Change Theorem Interpretation

The Net Change Theorem is a direct application of FTC Part 2. If Q(t)Q(t) is a quantity and Qโ€ฒ(t)Q'(t) is its rate of change, then:

โˆซabQโ€ฒ(t)โ€‰dt=Q(b)โˆ’Q(a)\int_a^b Q'(t) \, dt = Q(b) - Q(a)

The integral of a rate of change over [a,b][a, b] equals the net change in the quantity over that interval.

This applies to any quantity that changes over time:

  • If v(t)v(t) is velocity, โˆซabv(t)โ€‰dt\int_a^b v(t)\,dt gives displacement (net change in position)
  • If Pโ€ฒ(t)P'(t) is a population growth rate, โˆซabPโ€ฒ(t)โ€‰dt\int_a^b P'(t)\,dt gives the net change in population
  • If R(t)R(t) is a flow rate in liters/min, โˆซabR(t)โ€‰dt\int_a^b R(t)\,dt gives the net volume added

Note the word net. If velocity is sometimes negative (moving backward), the integral captures the overall change, not total distance. For total distance, you'd integrate โˆฃv(t)โˆฃ|v(t)| instead.

Applications of the Net Change Theorem

Here's a step-by-step approach for applied problems:

  1. Identify the rate function. Determine what quantity is changing and what its rate of change is. For example, a car's velocity v(t)=3t2+2tv(t) = 3t^2 + 2t m/s.

  2. Set up the integral using the theorem. The net change in position from t=1t = 1 to t=3t = 3 is: โˆซ13(3t2+2t)โ€‰dt=s(3)โˆ’s(1)\int_1^3 (3t^2 + 2t) \, dt = s(3) - s(1)

  3. Evaluate the integral. Find the antiderivative and apply the bounds: [t3+t2]13=(27+9)โˆ’(1+1)=36โˆ’2=34\left[ t^3 + t^2 \right]_1^3 = (27 + 9) - (1 + 1) = 36 - 2 = 34

  4. Interpret the result in context. The car's displacement from t=1t = 1 to t=3t = 3 seconds is 34 meters.

Always check what the problem is asking for. "How far does it travel?" (total distance) and "what is its displacement?" (net change) can give different answers if the object reverses direction.

2,589 studying โ†’