The cognitive act of gathering—the whole from the parts.
RATE asks how fast. ACCUMULATION asks how much in total.
The bucket fills drop by drop. The distance grows step by step. The energy transfers quantum by quantum. The yield accumulates molecule by molecule. Each increment is small; the total is what matters.
ACCUMULATION is the inverse of RATE. Where RATE breaks a total into instantaneous pieces (differentiation), ACCUMULATION reassembles pieces into a total (integration).
ACCUMULATION answers: What is the sum of all the parts?
Humans perceive totals directly.
Subitizing: For small numbers (1-4), we perceive quantity instantly without counting. We see "three apples," not "one apple and one apple and one apple."
Estimation: For larger quantities, we perceive approximate magnitude—"about a hundred," "thousands"—without enumeration.
Accumulation over time: We sense that effort accumulates (fatigue), that resources deplete (hunger), that experience builds (learning). The perception that small increments sum to significant totals is ecologically fundamental.
ACCUMULATION involves:
A. A domain: The range over which we accumulate. Time interval. Spatial region. Set of objects.
B. Increments: The small pieces being gathered. Rate × dt. Density × dx. Value of each element.
C. A total: The result of gathering all increments. The whole.
The cognitive act is: given the pieces and how they're distributed, what is the aggregate?
Discrete accumulation: Summation. Add distinct items.
Continuous accumulation: Integration. Add infinitely many infinitesimal pieces.
The integral is the limit of sums as the pieces become infinitesimally small and infinitely numerous.
The sum of terms a₁, a₂, ..., aₙ:
Arithmetic series (constant difference):
Geometric series (constant ratio):
For |r| < 1, as n → ∞: $\sum_{i=0}^{\infty} r^i = \frac{1}{1-r}$
| Property | Formula |
|---|---|
| Constant factor | Σ(caᵢ) = cΣaᵢ |
| Sum of sums | Σ(aᵢ + bᵢ) = Σaᵢ + Σbᵢ |
| Splitting range | Σᵢ₌₁ⁿ = Σᵢ₌₁ᵐ + Σᵢ₌ₘ₊₁ⁿ |
How much total "stuff" lies under a curve?
If f(x) gives the rate (or density) at each point x, the total over interval [a,b] is the area under the curve.
For constant f = c: Total = c × (b - a). Easy.
For varying f(x): The rate changes. We cannot simply multiply.
Approximate the area by rectangles. Partition [a,b] into n subintervals of width Δx = (b-a)/n. In each subinterval, approximate f by a constant. Sum the rectangle areas:
As n → ∞ (Δx → 0), the approximation improves.
The integral is the limit of Riemann sums as rectangles become infinitely thin.
The definite integral is the limit:
The definite integral equals the signed area between f(x) and the x-axis:
Net area = (area above axis) - (area below axis)
The Fundamental Theorem of Calculus connects RATE and ACCUMULATION:
Part 1: Differentiation undoes integration.
If $F(x) = \int_a^x f(t) \, dt$, then $F'(x) = f(x)$.
The rate of accumulation equals the integrand.
Part 2: Integration undoes differentiation.
If F'(x) = f(x), then $\int_a^b f(x) \, dx = F(b) - F(a)$.
The total accumulation equals the net change in the antiderivative.
The rate of area accumulation equals the function value. This is the heart of calculus.
An antiderivative of f(x) is a function F(x) such that F'(x) = f(x).
Antiderivatives are not unique: if F is an antiderivative, so is F + C for any constant C.
All antiderivatives differ by a constant. All have the same derivative (same slope at each x).
| f(x) | ∫f(x)dx |
|---|---|
| xⁿ (n ≠ -1) | xⁿ⁺¹/(n+1) + C |
| 1/x | ln|x| + C |
| eˣ | eˣ + C |
| sin(x) | -cos(x) + C |
| cos(x) | sin(x) + C |
Using FTC Part 2:
Example: $\int_0^2 x^2 \, dx = \left[\frac{x^3}{3}\right]_0^2 = \frac{8}{3} - 0 = \frac{8}{3}$
For integrals of the form ∫f(g(x))g'(x)dx:
Let u = g(x), then du = g'(x)dx.
Example: $\int 2x e^{x^2} dx$. Let u = x², du = 2x dx.
$\int e^u \, du = e^u + C = e^{x^2} + C$
For integrals of products:
Example: $\int x e^x dx$. Let u = x, dv = eˣdx. Then du = dx, v = eˣ.
$\int x e^x dx = xe^x - \int e^x dx = xe^x - e^x + C = e^x(x-1) + C$
For rational functions P(x)/Q(x) where degree(P) < degree(Q):
Factor Q(x) and decompose into simpler fractions.
For area between two curves: $A = \int_a^b [f(x) - g(x)] \, dx$ where f(x) ≥ g(x) on [a,b].
The average value of f(x) on [a,b]:
Work done by a variable force F(x) over displacement from a to b:
Work is the integral of force over displacement. The area under F(x) equals total work done.
Heat required to raise temperature from T₁ to T₂:
If Cₚ is constant: q = Cₚ(T₂ - T₁). If Cₚ varies with T: the integral is required.
Total moles of product formed from t = 0 to t = τ:
where r(t) is the rate of production (mol/s).
Work done by expanding gas:
Work depends on the path. Different thermodynamic processes give different areas under the P-V curve.
State functions are path-independent. Their changes are differences, not integrals over paths:
But path-dependent quantities (heat, work) require integration along the specific path taken.
Probability distributions must integrate to 1:
Probability distributions must integrate to 1. Adjust parameters to see the normalization constraint.
The average (expectation) value of quantity A:
For functions of two variables:
Interpretation: Volume under the surface z = f(x,y) over region R.
For functions of three variables:
Interpretation: Accumulated "density" f over volume V.
In multiple integrals, changing coordinates requires the Jacobian:
Polar coordinates: x = r cos θ, y = r sin θ → dx dy = r dr dθ
Spherical coordinates: dx dy dz = r² sin φ dr dφ dθ
ACCUMULATION is the inverse of RATE.
RATE: d/dt (how fast at this instant)
ACCUMULATION: ∫dt (total over time)
The Fundamental Theorem of Calculus formalizes this inverse relationship.
CHANGE gives infinitesimal increments. ACCUMULATION gathers them into finite totals.
The differential df = f'(x)dx represents CHANGE.
The integral ∫f'(x)dx = f(x) + C represents ACCUMULATION.
Probability distributions (SPREAD) are normalized by ACCUMULATION:
Cumulative distribution functions accumulate probability:
ACCUMULATION is gathering—the assembly of parts into a whole.
The perception is primary. We sense totals directly: the full bucket, the long journey, the accumulated fatigue. Small increments sum to large effects.
The formalization is secondary: summation for discrete quantities, integration for continuous ones. The Fundamental Theorem connects ACCUMULATION to RATE as inverse operations.
Summation: Σaᵢ. Discrete accumulation.
Definite integral: ∫ₐᵇ f(x)dx. Continuous accumulation. Limit of Riemann sums.
Antiderivative: F such that F' = f. Indefinite integral.
Fundamental Theorem: ∫ₐᵇ f dx = F(b) - F(a). Links integration and differentiation.
Multiple integrals: Accumulation over regions in 2D, 3D.
ACCUMULATION completes the calculus pair with RATE. The final primitive, SPREAD, addresses distribution—how quantities are allocated across possibilities.