The definite integral of f from a to b, written as the integral from a to b of f(x) dx, is defined as the limit of Riemann sums as the number of subintervals approaches infinity. When f(x) >= 0, the definite integral equals the area under the curve. When f takes negative values, it computes signed area (negative below the x-axis). The definite integral is a number, not a function, and it has properties: linearity, additivity over intervals, and comparison properties.
Connect to Riemann sums by computing limits of sums for simple functions (polynomials). State and apply properties of definite integrals. Emphasize that the definite integral is defined independently of antiderivatives (the FTC connects them, but they are conceptually separate).
Earlier in calculus you learned about Riemann sums: divide the interval [a, b] into n subintervals, approximate the curve's height on each with a rectangle, and sum the rectangle areas. As n grows larger, the rectangles get thinner and the sum gets closer to the "true" area. The definite integral is the formalization of that limit: the integral from a to b of f(x) dx is defined as the limit of Riemann sums as n → ∞.
The key word in that definition is *signed* area. When f(x) is positive, the rectangles sit above the x-axis and their heights are positive — they add to the sum. When f(x) is negative, the rectangles sit below the x-axis and their heights are negative — they *subtract* from the sum. The definite integral accounts for both simultaneously. This is why the integral of sin(x) from 0 to 2π equals zero: the area above the axis from 0 to π exactly cancels the area below it from π to 2π. The geometric areas are equal and opposite; the signed areas sum to zero.
This brings up one of the most common confusions: the definite integral is not always the same as area. If you want the total geometric area between a curve and the x-axis (always a non-negative number), you must either split the integral at each zero of f and take absolute values, or integrate |f(x)|. The definite integral gives you the net signed balance.
The definite integral also satisfies important properties that follow directly from its definition. Linearity means you can pull out constants and split sums: the integral of (cf + g) equals c times the integral of f plus the integral of g. Interval additivity means the integral from a to c equals the integral from a to b plus the integral from b to c, for any b in between. And the integral from a to a equals zero, because there is no interval — no width, no area.
One more distinction worth cementing: the definite integral (a number with bounds) and the indefinite integral (a family of antiderivatives, written with +C) are related but different objects. The Fundamental Theorem of Calculus connects them — it says you *can* compute a definite integral using an antiderivative — but conceptually they are answering different questions. The definite integral asks "how much accumulated change is there from a to b?" The indefinite integral asks "what function has this derivative?" Keeping these separate prevents a persistent category error that trips up many calculus students.