Year 11: Introduction to integration

Back to tutorials

Integration is the reverse process of differentiation. If differentiation tells you how fast something is changing, integration helps you rebuild the original function or calculate accumulated change. In Year 11, the focus is usually on integrating polynomials, understanding the constant of integration, and using definite integrals to measure signed area.

To integrate a polynomial term, increase the power by one and divide by the new power. Then remember to add the constant of integration +C for indefinite integrals.

What to master

  • Reversing the power rule for polynomial functions.
  • Understanding why indefinite integrals include +C.
  • Evaluating definite integrals by substitution into an antiderivative.
  • Interpreting definite integrals as signed area or accumulated change.

Indefinite integration

If d/dx(xn+1)=(n+1)xn, then the reverse rule is: xndx=xn+1/(n+1)+C, for n-1.

Example 1: Find (3x2-4x+5)dx.
  1. Integrate each term separately.
  2. 3x2dx=x3.
  3. -4xdx=-2x2.
  4. 5dx=5x.
  5. Add the constant: x3-2x2+5x+C.
Answer:(3x2-4x+5)dx=x3-2x2+5x+C.

The +C matters because many different functions have the same derivative. For example, the derivative of x2, x2+3, and x2-10 is the same.

Checking by differentiating

A fast self-check is to differentiate your answer. If you return to the original integrand, your antiderivative is correct.

Example 2: Check 6xdx=3x2+C.

Differentiate 3x2+C to get 6x. The result matches, so the integration is correct.

Definite integration

A definite integral has limits, such as abf(x)dx. First find an antiderivative, then substitute the upper bound and subtract the lower bound.

Example 3: Evaluate 02(3x2+1)dx.
  1. An antiderivative is x3+x.
  2. Substitute the upper bound: 23+2=10.
  3. Substitute the lower bound: 03+0=0.
  4. Subtract: 10-0=10.
Answer: the definite integral is 10.

Area interpretation

In many Year 11 questions, a definite integral represents area between a curve and the x-axis. If the graph lies above the x-axis, the value is positive. If part of it lies below, the integral gives signed area, so you need to think carefully about interpretation.

Example 4: Find the area under y=2x+1 from x=0 to x=3.
  1. Integrate: (2x+1)dx=x2+x.
  2. Evaluate from 0 to 3: (32+3)-(0+0).
  3. =12.
Since the graph stays above the x-axis on this interval, the integral is also the area.

Applications of integration

Once the technique is secure, integration can be used in modelling questions. You may be given a rate function and asked for total change, or asked to find the area associated with a polynomial graph. Those questions are usually easier if you first draw a quick sketch and note where the graph is above or below the axis.

Common mistakes

  • Forgetting the +C in an indefinite integral.
  • Increasing the power but forgetting to divide by the new power.
  • Using the antiderivative correctly but not subtracting lower from upper in a definite integral.
  • Assuming a definite integral always equals geometric area, even when part of the graph is below the axis.

Study routine

The best revision pattern is to integrate, then differentiate your result immediately. That check catches most power-rule errors. For definite integrals, write the antiderivative first, place square brackets around it, and substitute the upper and lower bounds in a clean separate line.

Skills to practise