The Secret of the Constant C

Why every integration rule ends in + C, with no differentiation needed. An integral measures what accumulated, not what the total is — C holds the place of the starting state, and adding it turns "how much arrived" into "how much is there".

--
The Secret of the Constant C — Moosa Academy

Every integration rule ends in  + C . The constant rule, the power rule, the trigonometric ones — all of them. It is usually presented as something to remember rather than something to understand, and there is a very simple reason for it.

Note What an integral can and cannot know

An integral measures accumulation: how much arrived while you were watching. That is all the flow function can possibly tell it.

What it cannot tell you is how much was already there before you started. Nothing in the function carries that information, so the integral has to leave a space for it. That space is  C .

Definition The constant of integration

 C is the initial state of the system — its value before the accumulation began.

C 1 2 3 t
The lower line starts from an empty tank. The upper line is the same accumulation lifted by the amount already in the tank.

Both climb at the same rate, because the flow is the same. Only the starting height differs, and that height is  C .

Example An empty tank

Water flows in at  5 litres per minute, and the tank starts empty.

After  1 minute:  5 litres
After  2 minutes:  10 litres
After  3 minutes:  15 litres
 F(t) = 5t , so  C = 0

Here the accumulated amount and the amount in the tank happen to be the same number, which is exactly why an empty tank hides the whole issue.

Example A tank that was not empty

Same flow of  5 litres per minute, but the tank already held  5 litres when the clock started.

After  1 minute:  5 added  + \, 5 already there  = 10 litres
After  2 minutes:  10 + 5 = 15 litres
After  3 minutes:  15 + 5 = 20 litres
 F(t) = 5t + 5 , so  C = 5

The integral part  5t is identical in both examples, because the same water went in. Only  C changed, and with it the answer to what is actually in the tank.

Note Why every rule carries it
 \int k\,dx = kx + C
 \int x^{n}\,dx = \dfrac{x^{n+1}}{n+1} + C
 \int \cos x\,dx = \sin x + C

The  + C is not part of any particular rule. It is there because none of these rules were given a starting point. Supply one — the tank held  5 litres, the car had already travelled  12 kilometres — and  C becomes a definite number instead of a letter.

Summary
  1. An integral measures what accumulated, not what the total is.
  2. The starting amount is nowhere in the function being integrated.
  3.  C holds a place for that starting amount.
  4. Accumulation  + \, C gives the actual state of the system.
  5. Changing  C lifts the whole graph without changing its steepness.
  6. Every rule carries  + C because no rule is told where to begin.