Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

What is integration, and how do we reverse the power rule to find an indefinite integral?

Integrate powers of x by reversing the power rule, including the constant of integration, and integrate simple sums

A focused answer to the N(A)-Level Additional Mathematics outcome on integration. Reverse the power rule to find indefinite integrals, remember the constant of integration, and integrate simple sums of terms.

Generated by Claude Opus 4.88 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 means reversing differentiation. Given a derivative, integration recovers the original function (up to a constant). You need the reverse power rule, the constant of integration cc, and the ability to integrate a sum of terms. Integration is the tool for finding a function from its rate of change and, later, for areas under curves.

The answer

Integration undoes differentiation

If differentiating F(x)F(x) gives f(x)f(x), then integrating f(x)f(x) gives back F(x)F(x). The integral sign \int with dxdx means "find the function whose derivative is this":

f(x)dx=F(x)+c\int f(x)\, dx = F(x) + c

The reverse power rule

To integrate a power of xx, add one to the power and divide by the new power:

xndx=xn+1n+1+c(n1)\int x^n\, dx = \frac{x^{n+1}}{n+1} + c \qquad (n \ne -1)

This is the exact opposite of the power rule for differentiation, which multiplied by the power and reduced it. A constant multiple stays in front; a constant on its own, say kk, integrates to kxkx.

The constant of integration

Because differentiating any constant gives zero, integration cannot know what constant was there originally. So every indefinite integral must include +c+ c, the constant of integration. Omitting it is the most common lost mark in this topic.

Integrating a sum

Integrate a sum term by term, just as you differentiate term by term. Rewrite roots and reciprocals as indices first so the power rule applies, for example x=x1/2\sqrt{x} = x^{1/2} integrates to x3/23/2=23x3/2\dfrac{x^{3/2}}{3/2} = \dfrac{2}{3}x^{3/2}.

Finding the particular curve

If you are given a point the curve passes through, substitute it after integrating to find the value of cc. This turns the general family of curves into the one specific curve required.

Checking by differentiating back

Integration and differentiation are exact opposites, which gives you a built-in check: differentiate your answer and you should recover the function you started with. For instance, 6x2dx=2x3+c\int 6x^2\, dx = 2x^3 + c, and differentiating 2x3+c2x^3 + c gives 6x26x^2 again. Running this quick check at the end catches a mishandled power or a dropped coefficient before it costs marks.

Examples in context

Example 1. Recovering distance from velocity. If velocity is the derivative of displacement, then integrating the velocity recovers the displacement. This is exactly why integration is central to the kinematics topic, where it reverses the differentiation that produced velocity.

Example 2. Total from a rate. If water flows into a tank at a known rate (a function of time), integrating that rate gives the total volume added over a period. Integration turns a rate-of-change function back into a total-quantity function.

Try this

Q1. Find x4dx\displaystyle\int x^4\, dx. [1 mark]

  • Cue. x55+c\dfrac{x^5}{5} + c.

Q2. Find (2x+3)dx\displaystyle\int (2x + 3)\, dx. [2 marks]

  • Cue. x2+3x+cx^2 + 3x + c.

Q3. Find (3x24x)dx\displaystyle\int \left(3x^2 - 4x\right) dx. [2 marks]

  • Cue. x32x2+cx^3 - 2x^2 + 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.

Original3 marksFind (6x2+4x3)dx\int (6x^2 + 4x - 3)\, dx.
Show worked answer →

Integrate term by term using the reverse power rule (add one to the power, divide by the new power):

6x2dx=6x33=2x3\int 6x^2\, dx = \dfrac{6x^3}{3} = 2x^3, 4xdx=4x22=2x2\int 4x\, dx = \dfrac{4x^2}{2} = 2x^2, 3dx=3x\int -3\, dx = -3x.

So (6x2+4x3)dx=2x3+2x23x+c\int (6x^2 + 4x - 3)\, dx = 2x^3 + 2x^2 - 3x + c.

What markers reward: reversing the power rule on each term, integrating the constant to 3x-3x, and including the constant of integration cc.

Original4 marksA curve has gradient dydx=2x+1\dfrac{dy}{dx} = 2x + 1 and passes through the point (1,4)(1, 4). Find the equation of the curve.
Show worked answer →

Integrate the gradient: y=(2x+1)dx=x2+x+cy = \int (2x + 1)\, dx = x^2 + x + c.

Use the point (1,4)(1, 4): 4=1+1+c4 = 1 + 1 + c, so c=2c = 2.

Therefore y=x2+x+2y = x^2 + x + 2.

What markers reward: integrating to get x2+x+cx^2 + x + c, substituting the point to find c=2c = 2, and giving the full equation of the curve.

Related dot points