Introduction to Integrals: Measuring Accumulated Change
Discover how integration measures total accumulated quantities β area under a curve, total distance traveled, net value built up over time.
Differentiation answers "how fast?" β integration answers "how much total?" If you know your car's speed at every second, integration tells you the total distance driven. If you know a business's revenue rate per day, integration gives total revenue over the quarter. Environmental engineers integrate pollution concentration over time to compute total exposure. Pharmacists integrate drug concentration over time to compute total body exposure (the AUC β area under the concentration curve). Integration is the mathematics of accumulation.
- Interpret the definite integral as area under a curve and accumulated total
- Use the Reverse Power Rule to find antiderivatives of polynomial functions
- Evaluate definite integrals using the Fundamental Theorem of Calculus
Evaluate the antiderivative at the upper limit, subtract the value at the lower limit. The constant C cancels in definite integrals.
Reverse Power Rule Quick Reference
| \(f(x)\) | \(\int f(x)\,dx\) |
|---|---|
| \(1\) | \(x + C\) |
| \(x\) | \(\frac{x^2}{2} + C\) |
| \(x^2\) | \(\frac{x^3}{3} + C\) |
| \(x^n\) | \(\frac{x^{n+1}}{n+1} + C\) |
Find \(\int (3x^2 + 2x - 5)\,dx\).
\[ = \frac{3x^3}{3} + \frac{2x^2}{2} - 5x + C = x^3 + x^2 - 5x + C \]Verify by differentiating: \(\frac{d}{dx}[x^3 + x^2 - 5x + C] = 3x^2 + 2x - 5\). β
Compute \(\int_1^4 (2x + 1)\,dx\) and interpret the result.
\[ F(x) = x^2 + x \] \[ \int_1^4 (2x+1)\,dx = F(4) - F(1) = (16+4) - (1+1) = 20 - 2 = \mathbf{18} \]Interpretation: if a rate function is \(2x+1\), the total accumulated quantity from \(x=1\) to \(x=4\) is 18 units.
A car's velocity is \(v(t) = 3t^2 - 6t + 4\) m/s (always positive). Find total distance traveled from \(t=0\) to \(t=3\).
\[ \int_0^3 (3t^2 - 6t + 4)\,dt = \left[t^3 - 3t^2 + 4t\right]_0^3 \] \[ = (27 - 27 + 12) - 0 = \mathbf{12 \text{ meters}} \]- Find \(\int (4x^3 - 6x + 2)\,dx\).
- Evaluate \(\int_0^2 x^2\,dx\).
- Why do we add \(+C\) to indefinite integrals?
βΆ Show Answers
- \(x^4 - 3x^2 + 2x + C\).
- \(\left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \mathbf{\frac{8}{3} \approx 2.67}\).
- Because constants have zero derivative β any constant could have been in the original function. We account for all possibilities with \(+C\).
- Forgetting \(+C\) on indefinite integrals: Always required β loses you marks on exams and causes errors in applied problems.
- Dividing by zero: The rule \(\int x^{-1}\,dx\) is NOT \(x^0/0\) β it equals \(\ln|x| + C\) (a different rule).
- Confusing the Reverse Power Rule with the Power Rule: Differentiation reduces the exponent; integration raises it. The operations are inverses.
- Integration is the inverse of differentiation β the Fundamental Theorem of Calculus connects them.
- Reverse Power Rule: \(\int x^n\,dx = \frac{x^{n+1}}{n+1} + C\) β raise exponent by 1, divide by new exponent.
- Definite integrals give exact accumulated totals: \(\int_a^b f\,dx = F(b) - F(a)\).
- Indefinite integrals always include \(+C\) β representing the family of all antiderivatives.
The area under the curve (AUC) is a core concept in pharmacokinetics β measuring total drug exposure over time. Pharmacologists integrate a drug's concentration function \(C(t)\) over a dosing interval to determine efficacy and safety thresholds. A drug with the same peak concentration but different AUC can have dramatically different effects. Understanding definite integrals is essential for anyone working in drug development, clinical trials, or precision medicine.
Calculator Connection
The Definite Integral Calculator evaluates \(\int_a^b f(x)\,dx\) for any function and bounds. The Indefinite Integral Calculator finds antiderivatives symbolically. Use them to verify your work and explore how changing bounds affects accumulated area.
Try it with the Calculator
Apply what you've learned with these tools.
Introduction to Integrals: Measuring Accumulated Change - Quiz
5 questions per attempt Β· Intermediate Β· Pass at 70%
Start Quiz β