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 , and each piece has a role:
- Integrand : the function being integrated
- Lower limit : where the interval starts
- Upper limit : where the interval ends
- Differential : tells you the variable of integration
The definite integral is formally defined as the limit of a Riemann sum. You partition the interval into subintervals, each of width , then pick a sample point in each subinterval and form the sum:
As , this sum converges to the exact value of the definite integral. Each term 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 is integrable on if the limit of its Riemann sums exists and converges to a single value, no matter how you choose the sample points . 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 is continuous on , 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.

Definite Integrals as Net Area
The definite integral gives the net area between the graph of and the -axis over .
- When on the entire interval, the integral equals the total area under the curve.
- When dips below the -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 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, represents the area of a semicircle with radius 3, which is .
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 . 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.

Evaluating and Interpreting Definite Integrals
Evaluation Methods
The main tool for evaluating definite integrals is the Fundamental Theorem of Calculus (Part 1):
where is any antiderivative of . 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:
- Find an antiderivative of the integrand .
- Evaluate (antiderivative at the upper limit).
- Evaluate (antiderivative at the lower limit).
- Subtract: .
For example, to evaluate : the antiderivative is , so the result is .
Key properties that simplify evaluation:
- Linearity: . You can pull out constants and split sums.
- Additivity: . You can break an interval into pieces or combine adjacent integrals.
- Reversing limits: . Swapping the limits flips the sign.
- Zero-width interval: . No interval means no accumulation.
Average Value Through Definite Integrals
The average value of on is:
The logic here is straightforward: the integral gives the total accumulated value, and dividing by the interval width gives the average height of the function.
For example, if the temperature over a 12-hour period is modeled by , then 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 is continuous on , there exists at least one point in where equals the average value. In other words, the function actually hits its average somewhere on the interval.