Fiveable

โˆซCalculus I Unit 5 Review

QR code for Calculus I practice questions

5.2 The Definite Integral

5.2 The Definite Integral

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

The Definite Integral

Components of a Definite Integral

A definite integral calculates the accumulated value of a function over a specific interval. The full notation is โˆซabf(x)โ€‰dx\int_a^b f(x)\, dx, and each piece has a role:

  • Integrand f(x)f(x): the function being integrated
  • Lower limit aa: where the interval starts
  • Upper limit bb: where the interval ends
  • Differential dxdx: tells you the variable of integration

The definite integral is formally defined as the limit of a Riemann sum. You partition the interval [a,b][a, b] into nn subintervals, each of width ฮ”x=bโˆ’an\Delta x = \frac{b - a}{n}, then pick a sample point xiโˆ—x_i^* in each subinterval and form the sum:

โˆ‘i=1nf(xiโˆ—)โ€‰ฮ”x\sum_{i=1}^{n} f(x_i^*)\, \Delta x

As nโ†’โˆžn \to \infty, this sum converges to the exact value of the definite integral. Each term f(xiโˆ—)โ€‰ฮ”xf(x_i^*)\, \Delta x represents the area of a thin rectangle, so the Riemann sum is really just an approximation that gets better as the rectangles get thinner.

Integrability of Functions

A function f(x)f(x) is integrable on [a,b][a, b] if the limit of its Riemann sums exists and converges to a single value, no matter how you choose the sample points xiโˆ—x_i^*. Both left and right Riemann sums (and any other sampling method) must approach the same number.

If a function is not integrable, different choices of sample points can give different limiting values, which means the definite integral isn't well-defined.

The most important guarantee: if f(x)f(x) is continuous on [a,b][a, b], then it's integrable on that interval. Functions with a finite number of jump discontinuities are also integrable, but continuous functions are the case you'll encounter most often in this course.

Components of definite integrals, Unit 2: Rules for integration โ€“ National Curriculum (Vocational) Mathematics Level 4

Definite Integrals as Net Area

The definite integral โˆซabf(x)โ€‰dx\int_a^b f(x)\, dx gives the net area between the graph of f(x)f(x) and the xx-axis over [a,b][a, b].

  • When f(x)โ‰ฅ0f(x) \geq 0 on the entire interval, the integral equals the total area under the curve.
  • When f(x)f(x) dips below the xx-axis, those regions contribute negative area. The integral then equals (area above the axis) minus (area below the axis).

This distinction between net area and total area trips people up. If you want the total area (ignoring sign), you'd integrate โˆฃf(x)โˆฃ|f(x)| instead. But the definite integral itself always gives net area.

This geometric interpretation also means you can evaluate some definite integrals without any algebra. For example, โˆซโˆ’339โˆ’x2โ€‰dx\int_{-3}^{3} \sqrt{9 - x^2}\, dx represents the area of a semicircle with radius 3, which is 9ฯ€2\frac{9\pi}{2}.

Fundamental Concepts

  • Accumulation: The definite integral represents the total accumulation of a quantity over an interval. Think of it as adding up infinitely many infinitesimally small contributions.
  • Limit process: The precise definition relies on taking the limit of Riemann sums as nโ†’โˆžn \to \infty. This is what turns an approximation into an exact answer.
  • The framework is named after Bernhard Riemann, who formalized the idea of partitioning intervals and summing function values to define integration rigorously.
Components of definite integrals, Integral - Wikipedia

Evaluating and Interpreting Definite Integrals

Evaluation Methods

The main tool for evaluating definite integrals is the Fundamental Theorem of Calculus (Part 1):

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

where F(x)F(x) is any antiderivative of f(x)f(x). This connects differentiation and integration: instead of computing a limit of Riemann sums, you find an antiderivative and plug in the bounds.

Steps to evaluate using the FTC:

  1. Find an antiderivative F(x)F(x) of the integrand f(x)f(x).
  2. Evaluate F(b)F(b) (antiderivative at the upper limit).
  3. Evaluate F(a)F(a) (antiderivative at the lower limit).
  4. Subtract: F(b)โˆ’F(a)F(b) - F(a).

For example, to evaluate โˆซ14x2โ€‰dx\int_1^4 x^2\, dx: the antiderivative is F(x)=x33F(x) = \frac{x^3}{3}, so the result is 643โˆ’13=633=21\frac{64}{3} - \frac{1}{3} = \frac{63}{3} = 21.

Key properties that simplify evaluation:

  • Linearity: โˆซab[cโ€‰f(x)+dโ€‰g(x)]โ€‰dx=cโˆซabf(x)โ€‰dx+dโˆซabg(x)โ€‰dx\int_a^b [c\, f(x) + d\, g(x)]\, dx = c\int_a^b f(x)\, dx + d\int_a^b g(x)\, dx. You can pull out constants and split sums.
  • Additivity: โˆซabf(x)โ€‰dx+โˆซbcf(x)โ€‰dx=โˆซacf(x)โ€‰dx\int_a^b f(x)\, dx + \int_b^c f(x)\, dx = \int_a^c f(x)\, dx. You can break an interval into pieces or combine adjacent integrals.
  • Reversing limits: โˆซabf(x)โ€‰dx=โˆ’โˆซbaf(x)โ€‰dx\int_a^b f(x)\, dx = -\int_b^a f(x)\, dx. Swapping the limits flips the sign.
  • Zero-width interval: โˆซaaf(x)โ€‰dx=0\int_a^a f(x)\, dx = 0. No interval means no accumulation.

Average Value Through Definite Integrals

The average value of f(x)f(x) on [a,b][a, b] is:

favg=1bโˆ’aโˆซabf(x)โ€‰dxf_{\text{avg}} = \frac{1}{b - a} \int_a^b f(x)\, dx

The logic here is straightforward: the integral gives the total accumulated value, and dividing by the interval width bโˆ’ab - a gives the average height of the function.

For example, if the temperature over a 12-hour period is modeled by T(t)T(t), then 112โˆซ012T(t)โ€‰dt\frac{1}{12}\int_0^{12} T(t)\, dt gives the average temperature during that period.

Physical interpretations come up frequently:

  • Average velocity over a time interval (physics)
  • Average cost per unit over a production range (economics)
  • Average concentration of a substance over time (chemistry)

The Mean Value Theorem for Integrals guarantees that if ff is continuous on [a,b][a, b], there exists at least one point cc in [a,b][a, b] where f(c)f(c) equals the average value. In other words, the function actually hits its average somewhere on the interval.