Integration
Integration is the reverse of differentiation. If differentiation tells you the rate of change, integration recovers the total change from the rate. Like reconstructing a journey from the speedometer readings, integration accumulates small pieces into a whole.
Practise this lesson
Three printable worksheets that build from foundations to mastery — or build your own from any module’s questions.
If differentiating $x^3$ gives $3x^2$, what operation would take $3x^2$ back to $x^3$? What do you think the reverse of differentiation might look like? What rule would you use?
There are only two moves in integration. Master these and every polynomial integral is mechanical.
Move 1 — Raise and divide: to integrate $x^n$, add 1 to the power and divide by the new power. This is the exact reverse of differentiation (which multiplied by the power and subtracted 1).
Move 2 — Always add $+C$: the constant of integration is not optional. Any constant differentiates to zero, so every antiderivative is really a family of functions differing only by their constant.
Key facts
- The power rule for integration: $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$
- That $n \neq -1$ for this rule to apply
- That $+C$ is always required for indefinite integrals
Concepts
- Why integration is the reverse of differentiation
- Why infinitely many antiderivatives exist for any function
- How a known point on the curve pins down the value of $C$
Skills
- Integrate polynomial functions term by term
- Simplify expressions before integrating
- Verify an integral by differentiating the result
- Find a specific antiderivative given a point on the curve
If differentiation breaks a function down into its rate of change, integration builds it back up. The power rule for integration is:
Every indefinite integral includes the arbitrary constant $C$ because the derivative of any constant is zero. This means the function $F(x) + C$ differentiates back to $f(x)$ for any value of $C$, so there is a whole family of antiderivatives.
Integration is term by term
For a polynomial, integrate each term separately using the power rule, then combine:
$$\int (3x^2 + 4x - 5) \, dx = x^3 + 2x^2 - 5x + C$$Constants behave simply
A constant $k$ integrates to $kx$, because $k = kx^0$ and the power rule gives $\frac{kx^1}{1} = kx$.
Power rule: $\int x^n \, dx = \frac{x^{n+1}}{n+1} + C$ — raise power by 1, divide by new power; Constant: $\int k \, dx = kx + C$
Pause — copy the power rule $\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C$ (raise power by 1, divide by new power) and the constant rule $\int k\,dx = kx + C$ into your book.
Quick check: True or false — the integral $\int x^3 \, dx = \frac{x^4}{4} + C$.
Worked examples · 3 in a row, reveal as you go
Find $\int 3x^2 \, dx$.
Find $\int (4x^3 - 2x + 5) \, dx$.
Find $\displaystyle\int \frac{x^4 + 3x^2}{x} \, dx$.
Quick check: Which of the following is the correct integral of $\int (2x + 3) \, dx$?
Common errors · the 3 traps that cost marks
Odd one out: Three of the following are correct antiderivatives of $3x^2$. Which one is NOT?
Quick-fire practice · 5 problems
Find $\int 5x^4 \, dx$.
Find $\int (2x + 3) \, dx$.
Find $\int (x^3 - 4x^2 + x) \, dx$.
Find $\displaystyle\int \frac{x^5 - 2x^3}{x^2} \, dx$.
If $f'(x) = 3x^2 - 2x$ and $f(1) = 4$, find $f(x)$.
Fill the blanks: drag each token into the matching blank.
To integrate $x^n$, ___ 1 to the power and ___ by the new power. Always include the ___ of integration $+C$. To verify your answer, ___ it to check you recover the original integrand.
Think aloud: Given $f'(x) = 6x^2 - 4x + 1$ and $f(2) = 10$, find $f(x)$. Explain every step.
Earlier you were asked: What operation takes $3x^2$ back to $x^3$? Integration does exactly this. The power rule — raise power by 1, divide by new power — reverses differentiation. The constant $C$ appears because many different functions can share the same derivative (e.g. $x^3$, $x^3 + 5$, $x^3 - 17$ all differentiate to $3x^2$).
Pick your answer, then rate your confidence — that tells the system what to drill next. Each retry pulls a fresh mix from the bank.
Basic polynomial integration
Find $\int (4x^3 - 6x^2 + 2) \, dx$. 2 MARKS
View comprehensive answer
$\int 4x^3 \, dx = x^4$ [0.5]
$\int -6x^2 \, dx = -2x^3$ [0.5]
$\int 2 \, dx = 2x$ [0.5]
Answer: $x^4 - 2x^3 + 2x + C$ [0.5]
Integration after simplification
Find $\displaystyle\int \frac{2x^4 + 3x^2}{x} \, dx$. 3 MARKS
View comprehensive answer
$\dfrac{2x^4 + 3x^2}{x} = 2x^3 + 3x$ [0.5]
$\int 2x^3 \, dx = \frac{x^4}{2}$ [0.5]
$\int 3x \, dx = \frac{3x^2}{2}$ [0.5]
Answer: $\dfrac{x^4}{2} + \dfrac{3x^2}{2} + C$ or $\dfrac{1}{2}(x^4 + 3x^2) + C$ [1.5]
Find function from derivative and point
Given $f'(x) = 6x^2 - 4x + 1$ and $f(2) = 10$, find $f(x)$. 4 MARKS
View comprehensive answer
$f(x) = \int (6x^2 - 4x + 1) \, dx = 2x^3 - 2x^2 + x + C$ [1.5]
$f(2) = 16 - 8 + 2 + C = 10$ [1]
$10 + C = 10$, so $C = 0$ [1]
$f(x) = 2x^3 - 2x^2 + x$ [0.5]
📖 Comprehensive answers (click to reveal)
Drill 1: $x^5 + C$
Drill 2: $x^2 + 3x + C$
Drill 3: $\frac{x^4}{4} - \frac{4x^3}{3} + \frac{x^2}{2} + C$
Drill 4: Simplify: $x^3 - 2x$. Integrate: $\frac{x^4}{4} - x^2 + C$
Drill 5: $f(x) = x^3 - x^2 + C$. $f(1) = 1 - 1 + C = 4 \implies C = 4$. So $f(x) = x^3 - x^2 + 4$.
Five timed questions. Beat the boss to bank a tier — gold (90% + speed), silver (75%), or bronze (50%). Replays welcome.
⚔ Enter the arenaClimb platforms by answering integration questions. Lighter alternative to the boss.
Mark lesson as complete
Tick when you have finished the practice and review.