14.11 Integrating Powers of x


2026 Syllabus Objectives

By the end of these notes, you should be able to:

  • Integrate sums of terms in powers of x using the power rule
  • Integrate 1x\dfrac{1}{x} and 1ax+b\dfrac{1}{ax + b}
  • Always include an arbitrary constant (c) in every indefinite integral

What is Integration?

Integration is the reverse process of differentiation. If differentiation takes a function and finds its gradient (rate of change), integration works backwards — it takes a gradient and finds the original function.

The symbol for integration is \int (a stretched letter "S", which stands for "sum"). You write it like this:

x2dx\int x^2 \, dx

  • The \int tells you to integrate
  • x2x^2 is the function you are integrating
  • dxdx tells you that xx is the variable you are integrating with respect to

This type of integral is called an indefinite integral because the answer is not a single fixed value — it is a whole family of functions, differing only by a constant.


The Arbitrary Constant c

Every time you differentiate, the constant disappears. For example:

y=x3+7dydx=3x2y = x^3 + 7 \quad \Rightarrow \quad \frac{dy}{dx} = 3x^2 y=x34dydx=3x2y = x^3 - 4 \quad \Rightarrow \quad \frac{dy}{dx} = 3x^2

Both give the same derivative 3x23x^2, but they had different constants. So when we reverse the process (integrate), we do not know what the original constant was. We write + c to represent this unknown constant.

c is called the arbitrary constant (or constant of integration). It is a fixed but unknown number. You must always include it in indefinite integrals — leaving it out will cost you marks in exams.


Rule 1 — The Power Rule for Integration

This is the main rule for integrating powers of x:

xndx=xn+1n+1+c,where n1\boxed{\int x^n \, dx = \frac{x^{n+1}}{n+1} + c, \quad \text{where } n \neq -1}

In plain English:

Add 1 to the power, then divide by the new power, then add c.

Why n1n \neq -1? If n=1n = -1, then n+1=0n + 1 = 0, and you would be dividing by zero — which is impossible. This special case is handled separately below.


Step-by-Step: Using the Power Rule

Example 1: Find x4dx\displaystyle\int x^4 \, dx

StepWorking
Identify nn=4n = 4
Add 1 to the powerNew power =4+1=5= 4 + 1 = 5
Divide by the new powerx55\dfrac{x^5}{5}
Add cx55+c\dfrac{x^5}{5} + c

x4dx=x55+c\int x^4 \, dx = \frac{x^5}{5} + c

Sign in to view full notes