article

Integrals · Foundational

Integrals Turn Rates into Accumulation

Build the definite integral from finite sums, interpret its units and sign, and connect accumulation to antiderivatives.

Suppose a flow meter reports a changing rate in liters per second. One reading describes how quickly water passes at one instant, not how much water has passed over an interval. To recover volume, we must combine many local rate contributions across time. Constant rate permits ordinary multiplication, but changing rate requires increasingly fine approximations. The definite integral is the limit toward which those approximations converge.

Integration is therefore not merely a procedure for finding antiderivatives. Its foundational meaning is accumulation: multiply a local value by a small input width, then add those contributions across an interval. That structure explains area, displacement, mass from density, charge from current, and probability from a probability density. Signs determine whether contributions reinforce or cancel, while units reveal what the final quantity means. The Fundamental Theorem of Calculus connects this global accumulation with the local rate measured by a derivative.

A changing flow rate divided into small time strips whose contributions accumulate into volume

A local rate multiplied by a short duration gives a small amount. Adding many such amounts approximates the total. Narrower time strips allow the rate to vary less within each strip. The definite integral is the limiting total as the widest strip shrinks toward zero. Units change from liters per second times seconds to liters.

Begin with finite accumulation

If velocity remains 6ms6\,\frac{\mathrm{m}}{\mathrm{s}} for 4s4\,\mathrm{s}, displacement equals rate times duration. The calculation is (6ms)(4s)=24m(6\,\frac{\mathrm{m}}{\mathrm{s}})(4\,\mathrm{s})=24\,\mathrm{m}. Seconds cancel between numerator and denominator, leaving metres. This unit cancellation is part of the meaning, not optional decoration. Constant-rate accumulation is multiplication because every equal time slice contributes at the same rate.

Now suppose velocity is 2ms2\,\frac{\mathrm{m}}{\mathrm{s}} for 2s2\,\mathrm{s} and then 5ms5\,\frac{\mathrm{m}}{\mathrm{s}} for 3s3\,\mathrm{s}. The first interval contributes (2ms)(2s)=4m(2\,\frac{\mathrm{m}}{\mathrm{s}})(2\,\mathrm{s})=4\,\mathrm{m}. The second contributes (5ms)(3s)=15m(5\,\frac{\mathrm{m}}{\mathrm{s}})(3\,\mathrm{s})=15\,\mathrm{m}. Adding gives a total displacement of 19m19\,\mathrm{m}. This is integration in finite form because local products are summed across intervals.

The same pattern works beyond motion. A machine producing 1212 parts per hour for 33 hours produces 3636 parts. A cable with constant linear density 0.8kgm0.8\,\frac{\mathrm{kg}}{\mathrm{m}} over 5m5\,\mathrm{m} has mass 4.0kg4.0\,\mathrm{kg}. A constant electric current of 2A2\,\mathrm{A} flowing for 10s10\,\mathrm{s} transports 20C20\,\mathrm{C} because 1A=1Cs1\,\mathrm{A}=1\,\frac{\mathrm{C}}{\mathrm{s}}. In every example, a rate or density multiplies an input width to produce an accumulated quantity.

Partition an interval into manageable pieces

Let a function ff be defined on the interval [a,b][a,b]. A partition divides that interval using points a=x0<x1<<xn=ba=x_0<x_1<\cdots<x_n=b. The symbol nn is the number of subintervals, not necessarily the number of distinct physical events. The iith subinterval is [xi1,xi][x_{i-1},x_i]. Its width is Δxi=xixi1\Delta x_i=x_i-x_{i-1}, where the Greek capital delta means a finite change.

Choose a sample point xix_i^* inside each subinterval. The superscript star identifies the selected representative input and does not mean exponentiation. If ff changes little over that subinterval, then f(xi)f(x_i^*) represents its local value. The approximate contribution is f(xi)Δxif(x_i^*)\Delta x_i. The function value supplies a local height, rate, or density, while the width supplies how much input it acts over.

Adding all contributions produces the Riemann sum i=1nf(xi)Δxi\sum_{i=1}^{n}f(x_i^*)\Delta x_i. The Greek capital sigma \sum directs us to add one term for every index from i=1i=1 through i=ni=n. Different sample rules create left-endpoint, right-endpoint, midpoint, or more general sums. Coarse partitions can produce visibly different answers because the function varies inside each piece. The essential question is whether those differences vanish as every subinterval becomes small.

Define the definite integral as a limit

The definite integral is defined by abf(x)dx=limmaxΔxi0i=1nf(xi)Δxi\int_a^b f(x)\,dx=\lim_{\max \Delta x_i\to0}\sum_{i=1}^{n}f(x_i^*)\Delta x_i when the limit exists independently of acceptable sample choices. The elongated symbol \int represents continuous summation. The lower limit aa is the starting input, and the upper limit bb is the ending input. The expression dxdx identifies the integration variable and recalls the shrinking widths. The entire expression denotes one accumulated number rather than a new function of xx.

The condition maxΔxi0\max\Delta x_i\to0 means that the widest subinterval shrinks toward zero. It is stronger than requiring only the average width to shrink because one coarse piece could otherwise remain. As the mesh becomes fine, a continuous function varies less inside each individual piece. Left, right, and midpoint choices then approach the same total. The limit removes the approximation error without treating any physical width as literally equal to zero.

Not every arbitrary function is integrable under every theory of integration, but continuous functions on closed intervals are Riemann integrable. Functions with finitely many jump discontinuities are also commonly Riemann integrable. Foundational calculus therefore works with a broad and useful class of functions. The definition matters because it explains what calculator and antiderivative methods are calculating. Integration rules are efficient consequences of this limiting accumulation, not replacements for its meaning.

Left, midpoint, and right rectangles approaching the same curved accumulation

Different sample points produce different coarse rectangle sums. Left endpoints use the function value at the start of each piece. Right endpoints use the value at the end, while midpoint sums use the center. Refinement reduces the width of every rectangle. For an integrable function, all legitimate sufficiently fine choices converge to the same definite integral. The common limit is independent of the sampling rule.

Construct a Riemann sum for a linear function

Divide [0,1][0,1] into nn equal pieces. Every width is Δx=10n=1n\Delta x=\frac{1-0}{n}=\frac{1}{n}. For right endpoints, the sample point in piece ii is xi=inx_i^*=\frac{i}{n}. With f(x)=xf(x)=x, the local contribution is f(xi)Δx=in1nf(x_i^*)\Delta x=\frac{i}{n}\frac{1}{n}. Adding the contributions gives Rn=1n2i=1niR_n=\frac{1}{n^2}\sum_{i=1}^{n}i.

The finite-sum identity i=1ni=n(n+1)2\sum_{i=1}^{n}i=\frac{n(n+1)}{2} simplifies the expression. Substitution gives Rn=n(n+1)2n2=12+12nR_n=\frac{n(n+1)}{2n^2}=\frac{1}{2}+\frac{1}{2n}. The first term is the limiting value, while the second is the right-sum error for this example. As nn\to\infty, the fraction 12n\frac{1}{2n} approaches zero. Therefore 01xdx=12\int_0^1x\,dx=\frac{1}{2}.

The estimate direction can be predicted before calculating. Because f(x)=xf(x)=x increases, the right endpoint supplies the largest height in every subinterval. Each right rectangle therefore lies above the graph except at its right edge. Right sums overestimate the integral, exactly as the positive error term shows. Left sums underestimate, and both families squeeze toward the same limit.

Interpret sign as orientation

A definite integral measures signed accumulation. Contributions where f(x)>0f(x)>0 are positive because positive height multiplies positive width. Contributions where f(x)<0f(x)<0 are negative. The integral combines them algebraically, so opposite signs can cancel. This behavior is necessary in applications such as displacement, net flow, and net change.

For f(x)=xf(x)=x on [1,1][-1,1], symmetry gives 11xdx=0\int_{-1}^{1}x\,dx=0. The contribution on [1,0][-1,0] is negative, and the equal-magnitude contribution on [0,1][0,1] is positive. Zero net accumulation does not mean the graph encloses no geometric region. It means the signed contributions balance. The integral of x|x| instead is 11xdx=1\int_{-1}^{1}|x|\,dx=1 square unit.

Reversing the bounds reverses orientation. The identity baf(x)dx=abf(x)dx\int_b^a f(x)\,dx=-\int_a^b f(x)\,dx follows because traversal proceeds in the opposite direction. Equal bounds produce aaf(x)dx=0\int_a^a f(x)\,dx=0 because there is no interval width to accumulate. These properties resemble displacement along an oriented route. They also explain why a definite integral is more general than unsigned geometric area.

Use units to identify the accumulated quantity

If v(t)v(t) is measured in ms\frac{\mathrm{m}}{\mathrm{s}} and dtdt carries seconds, then v(t)dtv(t)dt has metres. Thus t1t2v(t)dt\int_{t_1}^{t_2}v(t)\,dt represents displacement in metres. If linear density ρ(x)\rho(x) is measured in kgm\frac{\mathrm{kg}}{\mathrm{m}} and dxdx carries metres, then abρ(x)dx\int_a^b\rho(x)\,dx represents mass in kilograms. Unit multiplication exposes the physical meaning before any numerical evaluation. The surviving unit names the accumulated output.

A probability density has units reciprocal to its input. If p(x)p(x) describes a continuous length measurement in metres, its units are m1\mathrm{m}^{-1}. The product p(x)dxp(x)dx is dimensionless, as probability must be. Integrating over all possible values gives 11. Integrating over a subinterval gives the probability assigned to that range, not the probability of one exact continuous value.

Units can also reveal a wrong model. Integrating position measured in metres with respect to seconds produces metre-seconds, not displacement. Differentiating position with respect to time produces velocity, while integrating velocity produces displacement. Before calculating, write the integrand units times the integration-variable units. If the product does not match the intended output, reconsider the quantity being accumulated.

Build an accumulation function

Fix a starting point aa and define A(x)=axf(t)dtA(x)=\int_a^x f(t)\,dt. The symbol tt is a dummy integration variable, while xx remains the variable upper endpoint. Changing the letter tt inside the integral would not change the value. The function AA records how much signed accumulation has occurred from aa to each possible endpoint xx. Unlike a definite integral with two fixed bounds, it produces a function.

If the endpoint increases from xx to x+hx+h, the added accumulation is A(x+h)A(x)=xx+hf(t)dtA(x+h)-A(x)=\int_x^{x+h}f(t)\,dt. For small hh, the function is nearly f(x)f(x) over that short interval. The added amount is therefore approximately f(x)hf(x)h. Dividing by hh gives A(x+h)A(x)hf(x)\frac{A(x+h)-A(x)}{h}\approx f(x). Taking the limit as h0h\to0 yields A(x)=f(x)A'(x)=f(x) when ff is continuous.

This result is Part I of the Fundamental Theorem of Calculus. In symbols, ddxaxf(t)dt=f(x)\frac{d}{dx}\int_a^x f(t)\,dt=f(x). Differentiation asks for the local rate at which accumulation changes. Adding a thin interval at the upper endpoint contributes at the current height f(x)f(x). Accumulating a continuous rate and then differentiating therefore recovers the original rate.

An accumulation function gains a thin strip when its upper endpoint moves from x to x plus h

Moving the upper endpoint from xx to x+hx+h adds one thin region. Its width is hh, and its height is approximately f(x)f(x). The added accumulation is therefore approximately f(x)hf(x)h. Dividing by hh estimates the accumulation function’s derivative. The limit makes the estimate exact for continuous ff. This local strip explains the first part of the Fundamental Theorem.

Evaluate with an antiderivative

Part II of the Fundamental Theorem states that if F(x)=f(x)F'(x)=f(x) on [a,b][a,b], then abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx=F(b)-F(a). The function FF is an antiderivative of ff. Evaluating at the upper endpoint and subtracting the lower endpoint replaces the limiting sum with an efficient calculation. The theorem does not redefine the integral as endpoint subtraction. It proves that endpoint subtraction equals the accumulated limit under the stated conditions.

For example, an antiderivative of f(x)=3x2f(x)=3x^2 is F(x)=x3F(x)=x^3. Therefore 143x2dx=4313=63\int_1^4 3x^2\,dx=4^3-1^3=63. If xx is measured in metres and ff is a density in kgm\frac{\mathrm{kg}}{\mathrm{m}}, the numerical result would carry kilograms after the model’s scale factors were included. The endpoint calculation is fast, but the sign and units still come from accumulation. Always interpret the result in the context that produced the integrand.

The indefinite notation f(x)dx=F(x)+C\int f(x)\,dx=F(x)+C denotes a family of antiderivatives. The constant CC is required because differentiation erases constants. A definite integral is a number when both bounds are fixed, while an indefinite integral represents functions. In F(b)F(a)F(b)-F(a), the same constant cancels. Confusing these two uses of the integral symbol obscures whether the requested output is a number or a family.

Separate displacement from total distance

Let velocity be v(t)=3t26tv(t)=3t^2-6t in ms\frac{\mathrm{m}}{\mathrm{s}} on 0st3s0\,\mathrm{s}\le t\le3\,\mathrm{s}. An antiderivative is V(t)=t33t2V(t)=t^3-3t^2 with units of metres. Displacement is 03v(t)dt=V(3)V(0)=0m\int_0^3v(t)\,dt=V(3)-V(0)=0\,\mathrm{m}. The zero means the final position equals the initial position. It does not mean the object remained still.

Total distance counts motion in either direction positively. Factor velocity as v(t)=3t(t2)v(t)=3t(t-2) to locate zeros at t=0st=0\,\mathrm{s} and t=2st=2\,\mathrm{s}. Velocity is negative on (0,2)(0,2) and positive on (2,3)(2,3). Distance is therefore 02v(t)dt+23v(t)dt-\int_0^2v(t)\,dt+\int_2^3v(t)\,dt. Evaluating gives 4m+4m=8m4\,\mathrm{m}+4\,\mathrm{m}=8\,\mathrm{m}.

The sign split is a conceptual step rather than mere algebra. Integrating velocity directly yields net displacement because backward and forward motions cancel. Integrating v(t)|v(t)| yields total distance because every contribution becomes nonnegative. A graph of velocity helps identify sign-change times before calculation. The same distinction appears between net flow and total throughput or between net profit and total transaction volume.

Approximation remains useful

Many functions lack elementary antiderivatives, and many data sets are known only at sampled points. The definite integral still exists even when symbolic evaluation is unavailable. Numerical rules approximate it using structured weighted sums. Left and right sums are simple, midpoint sums often improve accuracy, and trapezoidal sums connect adjacent data values with line segments. Each method remains an accumulation of local contributions.

Error reasoning should accompany the estimate. For an increasing function, left sums underestimate and right sums overestimate. For a concave-up function, trapezoids generally lie above the graph, while midpoint rectangles often lie below. Comparing refinements can show whether values are stabilizing. An approximation without an estimate of reliability is less informative than one paired with direction or magnitude of error.

Suppose flow readings in Ls\frac{\mathrm{L}}{\mathrm{s}} are available every 0.5s0.5\,\mathrm{s}. Multiplying each representative reading by 0.5s0.5\,\mathrm{s} gives an estimated number of liters for that interval. Summing produces estimated total volume. Halving the sampling interval usually captures more variation and improves the approximation. The Riemann definition explains why this data-based procedure is mathematically legitimate.

Repair common misconceptions

“Area under the curve” is incomplete language because a definite integral is signed. Regions below the horizontal axis contribute negatively. To calculate geometric area, split at sign changes or integrate an absolute value. The horizontal axis also need not represent physical distance. A graph of rate against time uses rectangle area as a visual proxy for rate-times-time accumulation.

The differential dxdx should not be discarded as meaningless decoration. It identifies the input variable being accumulated and carries its conceptual units. In multivariable settings, changing the differential changes the geometric measure, such as length, area, or volume. Even in one variable, it distinguishes v(t)dt\int v(t)\,dt from an expression integrated with respect to another variable. Reading the differential aloud as “with respect to xx” reinforces its role.

An antiderivative is not the same object as a definite integral. The former is a family of functions, while the latter is a signed accumulated number over specified bounds. The Fundamental Theorem connects them but does not erase their distinction. Riemann sums explain what the integral means, and antiderivatives explain how many integrals can be evaluated efficiently. Keeping meaning and method separate makes unfamiliar applications easier to model.

Retrieve the central ideas

If ff is negative throughout [a,b][a,b] with a<ba<b, then abf(x)dx\int_a^b f(x)\,dx is negative. Every width is positive, while every sampled function value is negative. Their products are therefore negative, and so are their sums. The limiting accumulation preserves that sign. No graph sketch is required once the signed-product reasoning is clear.

If a flow rate is measured in galmin\frac{\mathrm{gal}}{\mathrm{min}} and integrated with respect to minutes, the output unit is gallons. Minutes cancel in the product galminmin\frac{\mathrm{gal}}{\mathrm{min}}\cdot\mathrm{min}. If the integral is zero, the rate need not be zero at every instant. Positive and negative flow contributions may cancel. Context determines whether negative flow represents reversal, outflow, or a chosen orientation.

The definite integral is the limit of finite accumulated contributions. A Riemann sum multiplies a representative local value by an input width and adds across the interval. Signs identify orientation or net change, while units identify the accumulated quantity. The Fundamental Theorem states that accumulation functions differentiate back to their rates and that antiderivatives evaluate definite integrals by endpoint change. These ideas together turn local information into a global total.

Continue exploring

Connections

Related articles

Summation NotationSummation Notation Makes Repeated Addition PreciseDifferentiationDerivatives Describe Local ChangeLimitsWhy Limits MatterVelocityVelocity Is Change with Direction

Applications

  • displacement
  • area
  • mass from density
  • probability