Fiveable

Calculus II Unit 1 Review

QR code for Calculus II practice questions

1.4 Integration Formulas and the Net Change Theorem

1.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 II
Unit & Topic Study Guides

Integration formulas give you a toolkit for finding antiderivatives, which is the core skill you need for everything else in this course. The Net Change Theorem then connects those antiderivatives back to real-world quantities, letting you go from a rate of change to the total accumulated change over an interval.

Integration Formulas

Basic integration formulas

These rules let you break complicated integrals into simpler pieces. You'll use them constantly, so they're worth memorizing cold.

  • Power Rule: xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C where n1n \neq -1. For example, x3dx=x44+C\int x^3 \, dx = \frac{x^4}{4} + C. The restriction n1n \neq -1 matters because plugging in n=1n = -1 gives division by zero. (That case gives lnx+C\ln|x| + C instead.)
  • Constant Multiple Rule: You can pull constants out of the integral. cf(x)dx=cf(x)dx\int c \cdot f(x) \, dx = c \int f(x) \, dx. For example, 3x2dx=3x2dx=3x33+C=x3+C\int 3x^2 \, dx = 3 \int x^2 \, dx = 3 \cdot \frac{x^3}{3} + C = x^3 + C.
  • Sum/Difference Rule: You can split integrals across addition or subtraction. [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 example:

(x2+3x)dx=x33+3x22+C\int (x^2 + 3x) \, dx = \frac{x^3}{3} + \frac{3x^2}{2} + C

The strategy for most basic integrals is to use the Sum/Difference Rule to separate terms, pull out constants, then apply the Power Rule to each term individually.

Odd vs. even function integrals

When you're integrating over a symmetric interval [a,a][-a, a], checking whether your function is odd or even can save you a lot of work.

  • Odd functions satisfy f(x)=f(x)f(-x) = -f(x). Their graphs are symmetric about the origin, so the positive and negative areas cancel exactly. This gives you aaf(x)dx=0\int_{-a}^{a} f(x) \, dx = 0. For example, 22x3dx=0\int_{-2}^{2} x^3 \, dx = 0 because x3x^3 is odd.
  • Even functions satisfy f(x)=f(x)f(-x) = f(x). Their graphs are symmetric about the y-axis, so the area from a-a to 00 equals the area from 00 to aa. This gives you aaf(x)dx=20af(x)dx\int_{-a}^{a} f(x) \, dx = 2\int_{0}^{a} f(x) \, dx. For example, 11x2dx=201x2dx=213=23\int_{-1}^{1} x^2 \, dx = 2\int_{0}^{1} x^2 \, dx = 2 \cdot \frac{1}{3} = \frac{2}{3}.
Basic integration formulas, Unit 2: Rules for integration – National Curriculum (Vocational) Mathematics Level 4

Definite integrals and area under a curve

A definite integral abf(x)dx\int_a^b f(x) \, dx represents the signed area between f(x)f(x) and the x-axis on [a,b][a, b]. "Signed" means regions below the x-axis count as negative. If you want total area (all positive), you'd need to integrate f(x)|f(x)| instead.

The Mean Value Theorem for Integrals says that for a continuous function on [a,b][a, b], there's some point cc in [a,b][a, b] where:

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

The right side is the average value of ff on [a,b][a, b]. The theorem guarantees the function actually hits its average value at least once on the interval.

Net Change Theorem

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

Net change theorem applications

The theorem states that integrating a rate of change over an interval gives you the total (net) change in the original quantity:

abdQdtdt=Q(b)Q(a)\int_a^b \frac{dQ}{dt} \, dt = Q(b) - Q(a)

This is really just the Fundamental Theorem of Calculus applied to a specific interpretation. If you know how fast something is changing, integrating that rate tells you how much it changed overall.

Common applications include:

  1. Displacement from velocity: Integrating v(t)v(t) gives net change in position.
  2. Population change from growth rate: Integrating a rate like r(t)r(t) (individuals per year) gives total population change.
  3. Accumulated cost, revenue, or interest from a rate function over time.

Integrals for net change calculations

Displacement example: If v(t)=3t2v(t) = 3t^2, the displacement from t=1t = 1 to t=3t = 3 is:

133t2dt=t313=271=26\int_1^3 3t^2 \, dt = t^3 \Big|_1^3 = 27 - 1 = 26

One important distinction: abv(t)dt\int_a^b v(t) \, dt gives displacement (net change in position), which can be negative if the object reverses direction. To find total distance traveled, you integrate v(t)|v(t)| instead, which counts all movement as positive.

Population example: If a population grows at rate r(t)=100e0.02tr(t) = 100e^{0.02t} individuals per year, the change from t=0t = 0 to t=10t = 10 is:

010100e0.02tdt=1000.02e0.02t010=5000(e0.21)1107\int_0^{10} 100e^{0.02t} \, dt = \frac{100}{0.02}e^{0.02t}\Big|_0^{10} = 5000(e^{0.2} - 1) \approx 1107

Interest example: If an account earns at a constant rate of $50\$50 per year (i.e., i(t)=50i(t) = 50), the accumulated interest over 5 years is:

0550dt=50t05=250\int_0^5 50 \, dt = 50t \Big|_0^5 = 250

In each case, the pattern is the same: identify the rate function, set up the definite integral over your time interval, and evaluate using the Fundamental Theorem.