Skip to main content

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.

Lesson 8 of 10 Calculus Foundations Intermediate ⏱ 10 min read
πŸ”₯ Why This Matters

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.

🎯 What You'll Learn
  • 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
πŸ“– Key Vocabulary
Integral \(\int f(x)\,dx\)The antiderivative (indefinite) or accumulated area (definite) of \(f(x)\). Antiderivative \(F(x)\)A function whose derivative is \(f(x)\). If \(F'(x) = f(x)\), then \(F\) is an antiderivative of \(f\). Definite Integral \(\int_a^b f(x)\,dx\)The net area between \(f(x)\) and the x-axis from \(x=a\) to \(x=b\). Indefinite Integral\(\int f(x)\,dx = F(x) + C\) β€” the family of all antiderivatives, with arbitrary constant C. Constant of Integration CAdded to indefinite integrals because constants vanish when differentiated. Reverse Power Rule\(\int x^n\,dx = \frac{x^{n+1}}{n+1} + C\) β€” raise the exponent by 1, divide by new exponent.
Key Concept β€” Reverse Power Rule & Fundamental Theorem
\[ \text{Reverse Power Rule: } \quad \int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1) \] \[ \text{Fundamental Theorem of Calculus: } \quad \int_a^b f(x)\,dx = F(b) - F(a) \]

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\)
Worked Example 1 β€” Basic: Indefinite Integral

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\). βœ“

Worked Example 2 β€” Intermediate: Definite Integral

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.

Worked Example 3 β€” Real World: Total Distance

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}} \]
✏️ Quick Check
  1. Find \(\int (4x^3 - 6x + 2)\,dx\).
  2. Evaluate \(\int_0^2 x^2\,dx\).
  3. Why do we add \(+C\) to indefinite integrals?
β–Ά Show Answers
  1. \(x^4 - 3x^2 + 2x + C\).
  2. \(\left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \mathbf{\frac{8}{3} \approx 2.67}\).
  3. Because constants have zero derivative β€” any constant could have been in the original function. We account for all possibilities with \(+C\).
⚠️ Common Mistakes
  • 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.
βœ… Key Takeaways
  • 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.
πŸ’Ό Career Connection β€” Pharmacology & Healthcare

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.

Definite Integral (Area Under Curve)
Calculate the area between a function and the x-axis over an interval.
Use calculator β†’
Indefinite Integral Solver
Find the antiderivative of a function (+ C).
Use calculator β†’
← Previous Lesson
Back to
Understanding Derivatives: What the Slope Function Tells You
Continue Learning
Up Next: Understanding Integrals: Area, Accumulation, and the Riemann Sum
Next Lesson →
Test Your Knowledge

Introduction to Integrals: Measuring Accumulated Change - Quiz

5 questions per attempt  Β·  Intermediate  Β·  Pass at 70%

Start Quiz β†’

More in Calculus Foundations

Functions and Graphs: The Language of Calculus Slopes and Rates of Change Linear vs. Nonlinear Relationships
← All Calculus Foundations lessons