Skip to content

Integration

Integration answers two closely related questions:

  1. Which function has this derivative? This gives an indefinite integral, or family of antiderivatives.
  2. How much has accumulated over an interval? This gives a definite integral, used for signed area, displacement, total change and probability.

The fundamental theorem of calculus connects these questions. If F(x)=f(x)F'(x)=f(x), then

abf(x)dx=F(b)F(a).\int_a^b f(x)\,dx=F(b)-F(a).

This section develops the complete A-level pathway from reversing differentiation to solving separable differential equations.

Before starting, you should be able to:

  • simplify powers and algebraic fractions
  • expand, factorise and complete the square
  • use trigonometric identities
  • manipulate exponential and logarithmic expressions
  • differentiate powers, trigonometric functions, exponentials and logarithms
  • apply the product and chain rules

If differentiation is uncertain, begin with A-level calculus and differentiation. For algebraic gaps, revisit Algebra and functions and Exponentials and logarithms.

Since

ddx(x3)=3x2,\frac{d}{dx}(x^3)=3x^2,

reversing the process gives

3x2dx=x3+C.\int 3x^2\,dx=x^3+C.

The constant CC is essential because every function x3+Cx^3+C has derivative 3x23x^2. Differentiation loses constants, so indefinite integration must restore the whole family.

For n1n\ne-1, reversing the power rule gives

xndx=xn+1n+1+C.\int x^n\,dx=\frac{x^{n+1}}{n+1}+C.

The exception n=1n=-1 matters:

1xdx=lnx+C,\int \frac1x\,dx=\ln|x|+C,

not x0/0x^0/0. The absolute value allows the antiderivative on intervals where x<0x<0 as well as where x>0x>0.

Worked example: indefinite and definite integration

Section titled “Worked example: indefinite and definite integration”

Find (6x24x+3)dx\int(6x^2-4x+3)\,dx, then evaluate 12(6x24x+3)dx\int_1^2(6x^2-4x+3)\,dx.

Integrate term by term:

(6x24x+3)dx=6(x33)4(x22)+3x+C=2x32x2+3x+C.\begin{aligned} \int(6x^2-4x+3)\,dx &=6\left(\frac{x^3}{3}\right)-4\left(\frac{x^2}{2}\right)+3x+C\\ &=2x^3-2x^2+3x+C. \end{aligned}

Let F(x)=2x32x2+3xF(x)=2x^3-2x^2+3x. For the definite integral, the arbitrary constant is unnecessary because it cancels:

12(6x24x+3)dx=[2x32x2+3x]12=(168+6)(22+3)=11.\begin{aligned} \int_1^2(6x^2-4x+3)\,dx &=[2x^3-2x^2+3x]_1^2\\ &=(16-8+6)-(2-2+3)\\ &=11. \end{aligned}

Check the indefinite answer by differentiating it. Check the definite answer roughly: the integrand is positive and lies between 55 and 1919 on an interval of width 11, so 1111 is plausible.

The value abf(x)dx\int_a^b f(x)\,dx is a signed accumulation. Regions above the xx-axis contribute positively and regions below it contribute negatively. Therefore

abf(x)dx\int_a^b f(x)\,dx

is not automatically the geometric area between the curve and the axis.

For example,

11xdx=0,\int_{-1}^{1}x\,dx=0,

because the negative and positive triangular regions cancel. Their total geometric area is

10(x)dx+01xdx=1.\int_{-1}^{0}(-x)\,dx+\int_0^1x\,dx=1.

The same distinction appears in mechanics: integrating velocity gives displacement, whereas integrating speed gives distance travelled. Study definite integrals and areas before tackling questions in which a curve crosses an axis or two curves intersect.

Follow this order if you are learning integration for the first time.

  1. Integration basics introduces antiderivatives, the constant of integration and standard integrals.
  2. Integration as a limit explains accumulation using sums of increasingly narrow strips and connects the notation f(x)dx\int f(x)\,dx to a limiting process.
  3. Definite integrals and areas covers the fundamental theorem, signed area, total area and areas between curves.
  4. The trapezium rule approximates a definite integral when an antiderivative is unavailable or values are given in a table.
  5. Integration by substitution reverses the chain rule and handles composite expressions.
  6. Integration by parts reverses the product rule and is especially useful for products involving polynomials, exponentials, logarithms and trigonometric functions.
  7. Integration using partial fractions decomposes rational functions into standard integrable forms.
  8. Separable differential equations uses integration to recover a function from a relationship between its rate of change and its variables.
  9. Interpreting differential equation models develops initial conditions, constants, parameters, solution families and the limitations of models.

Try these without notes. Each answer identifies the lesson to study next.

Find (4x33x2)dx\int(4x^3-3x^{-2})\,dx.

Answer (4x33x2)dx=x4+3x1+C=x4+3x+C.\int(4x^3-3x^{-2})\,dx=x^4+3x^{-1}+C=x^4+\frac3x+C.

For the second term, increase the power from 2-2 to 1-1, then divide by 1-1. The two negative signs cancel. Differentiate the answer to check it. If this was difficult, start with integration basics.

Given dydx=6x4\frac{dy}{dx}=6x-4 and y=5y=5 when x=1x=1, find yy in terms of xx.

Answer

First integrate:

y=3x24x+C.y=3x^2-4x+C.

Now use the complete family, not an expression with CC omitted:

5=3(1)24(1)+C,5=3(1)^2-4(1)+C,

so C=6C=6. Therefore

y=3x24x+6.\boxed{y=3x^2-4x+6}.

A particle has velocity v(t)=3t212t+9v(t)=3t^2-12t+9 metres per second. What does 04v(t)dt\int_0^4v(t)\,dt represent?

Answer

It represents displacement from t=0t=0 to t=4t=4, not necessarily distance travelled.

04(3t212t+9)dt=[t36t2+9t]04=6496+36=4 m.\begin{aligned} \int_0^4(3t^2-12t+9)\,dt &=[t^3-6t^2+9t]_0^4\\ &=64-96+36\\ &=4\text{ m}. \end{aligned}

Since v(t)=3(t1)(t3)v(t)=3(t-1)(t-3) changes sign at t=1t=1 and t=3t=3, finding distance would require splitting the interval there and making each contribution positive.

Match each integral to its most natural main method.

(a) 2xcos(x2)dx,(b) xexdx,(c) 1x(x+1)dx.\text{(a) }\int 2x\cos(x^2)\,dx, \qquad \text{(b) }\int xe^x\,dx, \qquad \text{(c) }\int\frac{1}{x(x+1)}\,dx.
Answer
  • (a) substitution, because 2x2x is the derivative of the inner function x2x^2
  • (b) integration by parts, because the integrand is a product and differentiating xx simplifies it
  • (c) partial fractions, because the denominator is a factorised polynomial

Method recognition is a major A-level skill. A correct integration method often begins by recognising which differentiation rule or algebraic form is being reversed.

  • Forgetting CC. Include +C+C in every indefinite integral. Do not attach it to a definite integral.
  • Using the power rule when n=1n=-1. The integral of x1x^{-1} is lnx+C\ln|x|+C.
  • Treating signed area as total area. Split at every crossing and make below-axis contributions positive when geometric area is requested.
  • Substituting the lower limit first and reversing the subtraction. The convention is always F(b)F(a)F(b)-F(a).
  • Assuming every product needs integration by parts. A product such as 2xcos(x2)2x\cos(x^2) is structured for substitution.
  • Giving only a decimal when an exact value is available. Preserve logarithms, surds, π\pi and rational values unless the question requests an approximation.

Differentiate an indefinite answer. The result should reproduce the original integrand exactly. For a definite integral, also inspect signs, interval width and approximate function values. In an area question, sketch the curves and mark all intersections before integrating. In a differential equation, substitute the final function back into the original equation and verify any initial condition.

Strong students should be able to move between four views of integration: reverse differentiation, signed area, accumulated change and the limiting sum of small contributions. Tutors can use the diagnostic questions to distinguish a conceptual difficulty from an algebra error or a failure to recognise the required method.