Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How is integration the reverse of differentiation, and how do we integrate powers and standard functions?

Integrate powers of x and standard functions as the reverse of differentiation, including the constant of integration, and integrate linear composites

A focused answer to the O-Level A-Maths outcome on indefinite integration. Reversing the power rule, the constant of integration, the standard integrals, and integrating functions of a linear expression.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to integrate, which is to reverse differentiation: given a derivative, find the function it came from. You must reverse the power rule, remember the constant of integration, know the standard integrals, and handle a function of a linear expression such as (2x+1)4(2x + 1)^4.

The answer

Integration reverses differentiation

If differentiating F(x)F(x) gives f(x)f(x), then integrating f(x)f(x) recovers F(x)F(x). The notation is:

f(x)dx=F(x)+C,where ddxF(x)=f(x).\int f(x)\,dx = F(x) + C, \qquad \text{where } \frac{d}{dx}F(x) = f(x).

The reverse power rule

To integrate a power, raise the power by one and divide by the new power:

xndx=xn+1n+1+C(n1).\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1).

This is the exact reverse of the differentiation power rule. The case n=1n = -1 is special and gives a logarithm.

The constant of integration

Differentiation destroys any constant term (its derivative is zero), so integration cannot recover it. We add an arbitrary constant CC to every indefinite integral to represent all the functions with the same derivative. Omitting CC loses a mark.

Integrating a linear composite

For a function of (ax+b)(ax + b), integrate as if it were a simple power, then divide by the coefficient aa of xx inside:

(ax+b)ndx=(ax+b)n+1a(n+1)+C.\int (ax + b)^n\,dx = \frac{(ax + b)^{n+1}}{a(n+1)} + C.

The extra division by aa undoes the chain-rule factor that differentiation would have produced. This rule works only because the inside is linear; for a non-linear inside the simple division does not apply.

Checking by differentiating

Integration and differentiation are inverses, so you can always check an integral by differentiating the answer: it should return the integrand. This is the quickest way to catch a missing inner-coefficient division or a wrong power, and examiners reward a confident, self-checked result.

Finding a function from its gradient

Because integration recovers a function from its derivative, a question that gives dydx\dfrac{dy}{dx} together with a point on the curve can be solved by integrating and then using the point to fix the constant CC. This turns a gradient function back into the actual equation of the curve.

Examples in context

Example 1. Recovering position from velocity. Given a particle's velocity as a function of time, integrating it returns the displacement, with the constant of integration fixed by a known starting position, which is how kinematics rebuilds motion.

Example 2. Total from a rate. If water flows into a tank at a known rate per second, integrating that rate over time gives the total volume added, the accumulation idea that integration captures.

Try this

Q1. Find x3dx\displaystyle\int x^3\,dx. [1 mark]

  • Cue. x44+C\dfrac{x^4}{4} + C.

Q2. Find (5x2)3dx\displaystyle\int (5x - 2)^3\,dx. [3 marks]

  • Cue. (5x2)45×4+C=(5x2)420+C\dfrac{(5x - 2)^4}{5 \times 4} + C = \dfrac{(5x - 2)^4}{20} + C.

Q3. Find (2x+1x2)dx\displaystyle\int \left(2x + \dfrac{1}{x^2}\right) dx. [3 marks]

  • Cue. x21x+Cx^2 - \dfrac{1}{x} + C.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksFind (6x24x2+3)dx\displaystyle\int \left(6x^2 - \dfrac{4}{x^2} + 3\right) dx.
Show worked answer →

Rewrite the reciprocal as a power: 4x2=4x2\dfrac{4}{x^2} = 4x^{-2}.

Integrate term by term, raising each power by one and dividing: 6x2dx=2x3\displaystyle\int 6x^2\,dx = 2x^3, 4x2dx=4x11=4x1\displaystyle\int -4x^{-2}\,dx = \dfrac{-4x^{-1}}{-1} = 4x^{-1}, 3dx=3x\displaystyle\int 3\,dx = 3x.

So the integral is 2x3+4x+3x+C2x^3 + \dfrac{4}{x} + 3x + C.

Markers reward rewriting as powers, the reverse power rule on each term, and the constant of integration CC.

Original4 marksFind (2x+1)4dx\displaystyle\int (2x + 1)^4\,dx.
Show worked answer →

For a linear composite, raise the power by one, divide by the new power, and divide by the coefficient of xx inside.

(2x+1)4dx=(2x+1)55×2+C=(2x+1)510+C\displaystyle\int (2x + 1)^4\,dx = \dfrac{(2x + 1)^5}{5 \times 2} + C = \dfrac{(2x + 1)^5}{10} + C.

Markers reward raising the power, dividing by 55, dividing by the inner coefficient 22, and including CC.

Related dot points