Integration as Accumulation

Integration is the gathering up of many small, unequal contributions: given a changing rate, the integral finds the total effect it produced.

--

The formal definition — the inverse of differentiation, the area under a curve — is correct but tells you little about when to reach for an integral. In plain language: integration is the gathering up of a great many unequal contributions. Something is acting, its strength keeps changing, and you want the total effect it produced.

Concept Rate × time, made honest

 \int_{a}^{b} f(x)\,dx

a b f each strip = f(x) dx
f(x) — the rate: how strongly the thing acts at that instant.
dx — a sliver of time or distance so short the rate barely changes across it.
— add every sliver's contribution together.

If the rate were constant, total = rate × time, and no calculus would be needed. The integral is what that product becomes once the rate refuses to stay still.

Note Recognising an integration problem

A problem is asking for an integral whenever it hands you a rate and wants a total.

You are given You are asked for
Speed Distance travelled
Acceleration Speed gained
Flow rate Volume collected
Growth rate Total increase
Current Charge delivered

The signal words are accumulated, total, net change, how much collected. Differentiation runs the other way: it breaks a total apart into the rate that produced it.

Example Distance from a changing speed

A car moves with speed  v(t) = 6t^2 + 2t metres per second. How far does it travel in the first 4 seconds?

Speed is a rate, distance is the total — so integrate.
 s = \displaystyle\int_{0}^{4} (6t^2 + 2t)\,dt
 = \Bigl[\, 2t^3 + t^2 \,\Bigr]_{0}^{4}
 = \bigl(2(64) + 16\bigr) - 0 = 128 + 16
⟹ the car travels 144 metres

The speed was never fixed, so no single multiplication could have given this. The integral added up every instant separately.

Example Water collecting in a tank

A pump fills a tank at a rate of  f(t) = 20 - t litres per minute. How much water is in the tank after 10 minutes?

The rate falls as the pressure drops, so each minute contributes a different amount.
 V = \displaystyle\int_{0}^{10} (20 - t)\,dt
 = \Bigl[\, 20t - \tfrac{t^2}{2} \,\Bigr]_{0}^{10}
 = 200 - 50
⟹ 150 litres

Assuming the opening rate of 20 litres per minute had held would have given 200 litres — an overestimate of exactly the amount the falling rate cost.

Summary
  1. Integration is accumulation: the gathering of infinitely many small, unequal contributions.
  2. Given a rate and asked for a total, integrate; given a total and asked for a rate, differentiate.
  3. Constant rate × time is the simple case the integral generalises.
  4. Identify the variable, identify the rate, set the limits, and keep the units in the final answer.