The Definite Integral
Components of definite integrals
The notation represents the signed area between the curve and the -axis over the interval from to . Each piece of this notation has a specific meaning:
- Integrand : the function being integrated
- Lower limit : the starting point of the interval
- Upper limit : the endpoint of the interval
- Differential : tells you the variable of integration
The word "signed" is doing real work here. Regions where the curve sits above the -axis contribute positive area, while regions below the -axis contribute negative area. This means a definite integral can come out to zero if the positive and negative regions cancel, even when there's clearly area between the curve and the axis.
Integrability of functions
A function is integrable on if the definite integral exists and has a finite value. For that to happen, the function needs to be bounded on the interval, meaning there exist values and such that for all in .
The most useful fact here: if is continuous on , then it's guaranteed to be integrable. Functions with a finite number of jump discontinuities are also integrable, but continuous functions are the cleanest case.

Definite integrals as net area
The definite integral computes the net area, not the total area. The distinction matters:
- If on the whole interval, the integral equals the geometric area under the curve.
- If on the whole interval, the integral equals the negative of the geometric area between the curve and the axis.
- If crosses the -axis, the integral adds the positive pieces and subtracts the negative pieces.
For example, if the area above the axis is 7 and the area below is 3, the definite integral gives . If you wanted the total area instead, you'd need , which is .
Riemann sums and the limit process
Definite integrals are formally defined as the limit of Riemann sums. The idea is to approximate the area with rectangles and then make the approximation exact:
-
Partition the interval into subintervals, each of width .
-
Choose a sample point in each subinterval (left endpoint, right endpoint, or midpoint are common choices).
-
Build rectangles with height and width . The Riemann sum is .
-
Take the limit as . The Riemann sum converges to the definite integral:
This is the formal foundation. In practice you won't compute most integrals this way, but understanding the limit process helps you see why integration works as accumulation of infinitely many infinitesimal quantities.

Evaluating and Applying the Definite Integral
Techniques for evaluating definite integrals
Symmetry shortcuts can save you significant work when the limits are symmetric around zero (i.e., ):
- Even functions satisfy . Their graphs are symmetric about the -axis, so:
- Odd functions satisfy . The positive and negative halves cancel exactly:
For example, immediately because is odd.
Core integration rules you'll use constantly:
-
Linearity: Constants factor out and integrals split over sums.
-
Additivity over intervals: You can split an integral at any intermediate point .
-
Fundamental Theorem of Calculus (Part 2): If , then:
This is the result that connects derivatives and integrals. Instead of computing a limit of Riemann sums, you find an antiderivative , plug in the limits, and subtract.
Two additional properties worth knowing:
- Reversing limits flips the sign:
- Equal limits give zero:
Average value through definite integrals
The average value of on is:
Think of it this way: you're finding the height of a single rectangle that has the same base and the same area as the region under the curve. That rectangle's height is the average value.
For a concrete example, if a car's velocity is given by over , then gives the average velocity over those 10 seconds.
Applications of definite integrals
Definite integrals show up across many fields because they all involve accumulating a quantity over an interval. Common applications include:
- Area between curves: Integrate the difference of two functions over the region where one lies above the other.
- Volume of solids of revolution: Rotate a region about an axis and use disk, washer, or shell methods.
- Arc length: Compute the distance along a curve using .
- Work: When force varies with position, .
- Moments and centers of mass: Use integrals to account for how mass is distributed.
- Probability: For continuous random variables, probabilities are areas under density curves.
When setting up any application problem, follow these steps:
- Identify the quantity being accumulated and the relevant function.
- Determine the correct limits of integration.
- Write the integral expression that matches the problem's geometry or physics.
- Evaluate the integral.
- Interpret the result with appropriate units and context.