Integration and Accumulation
Read a definite integral as the accumulation of many small contributions. Connect area, total change, antiderivatives, numerical sums, and the probability carried by a continuous density.
An integral accumulates contributions across an interval. It can recover total change from a changing rate, measure signed area, assign probability across a continuous range, and define an average value. The definite integral is a limit of finite sums, while the Fundamental Theorem of Calculus connects that total with antiderivatives.
Accumulation Begins with Small Contributions
Suppose is a rate measured in units per second. During a short interval of width , the accumulated change is approximately:
Divide the interval into smaller pieces. If the th piece has width and a representative point , the sum:
approximates the total change. Such a sum is called a Riemann sum. As the widest piece shrinks toward zero, the limiting total is the definite integral:
Read the integral as: “add the contributions times very small widths from to .” It is the limit of increasingly fine finite sums, not ordinary multiplication by the symbol .
Read this as “the integral of from to with respect to .” The symbol names the variable being partitioned into small widths.
Units provide a useful check. Multiplying units per second by seconds leaves units of accumulated quantity. An integral of velocity over time therefore has units of distance.
Exercise: Accumulate a constant rate
A process changes at a constant rate of units per second for seconds. What total change does the integral give?
Compute it first, then check your number.
HintUse a rectangular contribution
A constant height of across a width of has total .
SolutionMultiply rate by elapsed time
The accumulated change is:
The seconds in the interval width cancel the per-second part of the rate, leaving units of total change.
A Definite Integral Is Signed Area
When , the integral equals the geometric area between the graph and the horizontal axis. Contributions below the axis are negative, so a definite integral measures signed area, not necessarily the total geometric area.
For example:
The negative triangular contribution on cancels the positive triangular contribution on . The geometric area is , but the signed integral is .
Reversing the bounds reverses the sign:
and splitting an interval preserves the total:
Exercise: Distinguish signed area from geometric area
What is ?
Compute it first, then check your number.
HintUse symmetry
For every positive contribution at , there is an equal negative contribution at .
SolutionCancel equal contributions with opposite signs
The line is below the axis on and above it on . The two triangles have equal geometric area and opposite signs. Therefore:
The total geometric area would be , so it is important to identify which quantity the question requests.
Antiderivatives Evaluate Exact Totals
An antiderivative of is a function satisfying . Since adding a constant does not change a derivative, an indefinite integral denotes a family of antiderivatives:
The Fundamental Theorem of Calculus connects differentiation and accumulation. If , then:
For , one antiderivative is . Hence:
The theorem also works in the other direction. If:
then, under the usual continuity conditions, . The local rate of the accumulated total is the contribution being accumulated.
Exercise: Use an antiderivative
Compute using the antiderivative .
Compute it first, then check your number.
HintUse upper endpoint minus lower endpoint
Apply with .
SolutionEvaluate the antiderivative at the bounds
Since , the Fundamental Theorem gives:
No arbitrary constant appears in the final answer because it cancels between the two endpoint evaluations.
Integrals Define Averages and Continuous Probability
The average value of an integrable function on is:
This is total accumulated output divided by interval width. It extends the ordinary arithmetic mean to a continuous range.
A probability density describes probability per unit of . Its total area must be one:
and interval probability is accumulated density:
Density height is not itself probability. A density can exceed on a narrow region as long as its total integral is . For a continuous random variable, an isolated point has zero interval width and usually has probability zero, even when the density at that point is positive.
Exercise: Normalize a constant density
A probability density is constant on and zero elsewhere. What constant height makes its total probability equal to ?
Compute it first, then check your number.
HintNormalize the total area
If the height is , then .
SolutionSet accumulated density equal to one
Normalization requires:
Therefore:
The units of density are inverse units of , allowing density times interval width to be a dimensionless probability.
Numerical Integration Approximates the Limiting Sum
Some antiderivatives are difficult or impossible to express with elementary functions. Numerical methods approximate the integral with finitely many function evaluations.
A left-rectangle rule uses the value at the left endpoint of each subinterval. A trapezoidal rule averages the two endpoint heights. On one interval , the trapezoidal estimate is:
Dividing the interval into more pieces often improves the estimate for a smooth function, but accuracy depends on the function and method. A smaller step also increases computation, and extremely small steps can interact with floating-point rounding.
Exercise: Apply one trapezoidal step
On an interval of width , a function has endpoint values and . What integral estimate does one trapezoid give?
Compute it first, then check your number.
HintFind the trapezoid's average height
Compute .
SolutionMultiply width by average endpoint height
The trapezoidal estimate is:
This estimate is exact when the function is linear across the interval. For a curved function, subdividing the interval can reduce the approximation error.
Refine a trapezoidal approximation
Approximate the integral of x² from 0 to 1. Increase the number of subintervals and compare the estimate with the exact value 1/3.
Ready to run.
Before Interpreting an Integral
Identify what is being accumulated, the variable and interval of accumulation, and the resulting units. Distinguish signed integral from geometric area. When using an antiderivative, evaluate upper bound minus lower bound. When using a numerical method, state the partition or step size and treat the result as an approximation with method-dependent error.
The next lesson returns to local change for functions with several inputs. Partial derivatives isolate the sensitivity to one input while holding the others fixed.