A-Level Integration

Step-by-step worked examples and graded practice questions on integration — reversing the power rule, integrating negative and fractional powers, finding the constant of integration, evaluating definite integrals, and finding the area under a curve, including regions that dip below the \(x\)-axis. Written to the Edexcel Pure Year 1 specification and equally suitable for AQA and OCR A.

📚 Pure Year 1 (AS) ✅ 15 Practice Questions 🔍 6 Worked Examples ⚠️ Common Mistakes

Integration at A-Level

Integration reverses differentiation: given a gradient function \(f'(x)\), integration finds the original function \(f(x)\). This topic completes Pure Year 1 by closing the loop between the two halves of calculus — differentiation finds a gradient from a curve, integration finds a curve from a gradient, and (via the definite integral) finds the exact area under that curve.

Five skills make up this topic:

  • Reversing the power rule — \(\displaystyle\int x^n\,dx = \dfrac{x^{n+1}}{n+1}+c\) for \(n \neq -1\), applied term by term
  • Negative and fractional powers — rewriting roots and fractions as indices before integrating
  • The constant of integration — finding \(c\) using a given point on the curve
  • Definite integrals — evaluating \(\displaystyle\int_a^b f(x)\,dx\) between two limits
  • Area under a curve — using definite integration to find an exact area, including regions that cross the \(x\)-axis

Reversing the power rule

Since differentiating \(x^n\) gives \(nx^{n-1}\), integrating reverses this: increase the power by 1, then divide by the new power. This only works for \(n \neq -1\) (dividing by zero is undefined). Every indefinite integral needs a constant of integration, \(+c\), since any constant differentiates to zero — infinitely many functions share the same gradient function.

\[\int x^n\,dx = \frac{x^{n+1}}{n+1}+c \quad (n \neq -1)\]

Worked Example 1
Find \(\displaystyle\int (3x^2 - 4x + 5)\,dx\).
1
Integrate term by term: \(3x^2 \to \dfrac{3x^3}{3}=x^3\)
2
\(-4x \to \dfrac{-4x^2}{2}=-2x^2\); \(5 \to 5x\)
3
Add the constant of integration
Answer\(x^3-2x^2+5x+c\)

Negative and fractional powers

The power rule applies just as well to negative and fractional indices — but only once a root or fraction has been rewritten in index form: \(\sqrt{x}=x^{1/2}\), \(\dfrac{1}{x^n}=x^{-n}\). Never apply the power rule directly to a term still written as a root or a fraction.

Worked Example 2
Find \(\displaystyle\int \left(2\sqrt{x} + \frac{3}{x^2}\right) dx\), for \(x>0\).
1
Rewrite in index form: \(2x^{1/2}+3x^{-2}\)
2
\(2x^{1/2} \to \dfrac{2x^{3/2}}{\tfrac{3}{2}}=\dfrac{4}{3}x^{3/2}\)
3
\(3x^{-2} \to \dfrac{3x^{-1}}{-1}=-3x^{-1}=-\dfrac{3}{x}\)
Answer\(\dfrac{4}{3}x^{3/2}-\dfrac{3}{x}+c\)

The constant of integration

Given a gradient function \(f'(x)\) and one point the curve passes through, integrate first, then substitute the point into the integrated function \(f(x)\) — never into \(f'(x)\) — to find the specific value of \(c\).

Worked Example 3
The curve \(C\) has gradient function \(f'(x)=6x^2-4x+1\) and passes through the point \((1,5)\). Find \(f(x)\).
1
Integrate: \(f(x)=2x^3-2x^2+x+c\)
2
Substitute \((1,5)\): \(2-2+1+c=5\)
3
\(1+c=5 \implies c=4\)
Answer\(f(x)=2x^3-2x^2+x+4\)

Definite integrals

A definite integral is evaluated between two limits: find the integrated function \(F(x)\) (no \(+c\) needed — it cancels between the limits), then compute \(F(b)-F(a)\).

\[\int_a^b f(x)\,dx = F(b)-F(a)\]

Worked Example 4
Evaluate \(\displaystyle\int_1^3 (2x+3)\,dx\).
1
Integrate: \(F(x)=x^2+3x\)
2
\(F(3)=9+9=18\); \(F(1)=1+3=4\)
3
\(F(3)-F(1)=18-4\)
Answer\(14\)

Area under a curve

When a curve stays entirely above the \(x\)-axis over \([a,b]\), the definite integral \(\displaystyle\int_a^b f(x)\,dx\) gives the exact area between the curve and the \(x\)-axis directly.

Worked Example 5
Find the area enclosed between the curve \(y=4x-x^2\) and the \(x\)-axis.
1
Find where the curve meets the \(x\)-axis: \(4x-x^2=0 \implies x(4-x)=0 \implies x=0\) or \(x=4\)
2
Area \(=\displaystyle\int_0^4 (4x-x^2)\,dx = \left[2x^2-\dfrac{x^3}{3}\right]_0^4\)
3
\(=\left(32-\dfrac{64}{3}\right)-0=\dfrac{96-64}{3}\)
Answer\(\dfrac{32}{3}\) square units
2026-08-11T18:54:06.042457 image/svg+xml Matplotlib v3.11.0, https://matplotlib.org/

The shaded region between \(y=4x-x^2\) and the \(x\)-axis, bounded by the curve's two roots at \((0,0)\) and \((4,0)\) — area \(=\int_0^4(4x-x^2)\,dx=\dfrac{32}{3}\). Not to scale.

When a curve crosses the \(x\)-axis within the interval, a single definite integral no longer gives the true area — the parts below the axis contribute negatively, and can even cancel out parts above it. Split the integral at every root, and take the absolute value of any negative result before adding the parts together.

Worked Example 6
Find the total area of the region bounded by the curve \(y=x^2-4x\), the \(x\)-axis, and the line \(x=6\).
1
Roots: \(x^2-4x=0 \implies x=0\) or \(x=4\) — the curve is below the axis on \((0,4)\) and above it on \((4,6)\)
2
\(\displaystyle\int_0^4 (x^2-4x)\,dx = \left[\dfrac{x^3}{3}-2x^2\right]_0^4 = \dfrac{64}{3}-32=-\dfrac{32}{3}\)
3
\(\displaystyle\int_4^6 (x^2-4x)\,dx = \left[\dfrac{x^3}{3}-2x^2\right]_4^6 = 0-\left(-\dfrac{32}{3}\right)=\dfrac{32}{3}\)
4
Total area \(=\left|-\dfrac{32}{3}\right|+\dfrac{32}{3}=\dfrac{64}{3}\) — note that integrating straight through from \(0\) to \(6\) gives \(0\), the wrong answer
Answer\(\dfrac{64}{3}\) square units

Exam tips

💡 Tip 1
Never forget "+c" on an indefinite integral
Every indefinite integral is only correct up to a constant — an otherwise perfect answer missing \(+c\) still loses a mark.
💡 Tip 2
Rewrite roots and fractions before integrating
\(\sqrt{x}=x^{1/2}\) and \(\dfrac{1}{x^n}=x^{-n}\) — do this conversion first; the power rule cannot be applied to a term still in root or fraction form.
💡 Tip 3
Substitute into \(f(x)\), never \(f'(x)\), to find \(c\)
The given point lies on the original curve — integrate first, then substitute the point into the result.
💡 Tip 4
Drop "+c" once limits are given
In a definite integral the constant cancels automatically between the two limits — including it just adds unnecessary working.
💡 Tip 5
Always check for roots inside the interval before finding "the area"
If the curve crosses the \(x\)-axis anywhere in \([a,b]\), a single definite integral gives a signed (and possibly misleading) result — split at every root and take absolute values first.

Common mistakes

Common Mistake 1
Omitting the constant of integration
Writing \(\int 2x\,dx = x^2\) instead of \(x^2+c\) — every indefinite integral needs it, since any constant term differentiates to zero.
Common Mistake 2
Increasing the power but forgetting to divide by it
Writing \(\int 3x^2\,dx = 3x^3\) instead of \(x^3\) — the new power in the denominator is not optional.
Common Mistake 3
Integrating a root or fraction without rewriting it as an index first
The power rule only applies once every term is in the form \(x^n\) — a term still written as \(\sqrt{x}\) or \(\dfrac{1}{x^2}\) cannot be integrated directly.
Common Mistake 4
Integrating straight through a root without splitting
Taking a single definite integral across a region that dips below the \(x\)-axis can give a small, or even zero, signed result — the true area needs the interval split at each root, with the negative part's absolute value added, not its signed value.
Common Mistake 5
Substituting the given point into the gradient function
Substituting into \(f'(x)\) instead of the integrated \(f(x)\) when finding \(c\) — the given point lies on the curve itself, not on its gradient function.

Practice questions

Work through each question before checking the worked solution.

Core Skills

Q1Find \(\displaystyle\int (4x^3-6x+2)\,dx\).Core Skills
Q2Find \(\displaystyle\int (5x^4+3x^2)\,dx\).Core Skills
Q3Find \(\displaystyle\int 6\sqrt{x}\,dx\).Core Skills
Q4Evaluate \(\displaystyle\int_0^2 3x^2\,dx\).Core Skills
Q5Find \(\displaystyle\int \dfrac{4}{x^3}\,dx\).Core Skills

Exam-Style

Q6Find \(\displaystyle\int (3x^2-2\sqrt{x})\,dx\).Exam-Style
Q7The curve \(C\) has gradient function \(f'(x)=4x-3\) and passes through \((2,7)\). Find \(f(x)\).Exam-Style
Q8Evaluate \(\displaystyle\int_1^4 6\sqrt{x}\,dx\).Exam-Style
Q9Find the area enclosed between the curve \(y=6x-x^2\) and the \(x\)-axis.Exam-Style
Q10Evaluate \(\displaystyle\int_{-1}^2 (3x^2+2x)\,dx\).Exam-Style

A* Challenge

Q11Find the total area of the region bounded by the curve \(y=x^2-2x\), the \(x\)-axis, and the line \(x=3\).A* Challenge
Q12Given that \(\dfrac{dy}{dx}=6x^2-10x+3\) and the curve passes through \((1,-2)\), find \(y\) in terms of \(x\).A* Challenge
Q13Find \(\displaystyle\int (x-2)(x+3)\,dx\).A* Challenge
Q14Evaluate \(\displaystyle\int_1^9 \left(\sqrt{x}+\dfrac{1}{\sqrt{x}}\right) dx\).A* Challenge
Q15The curve \(y=f(x)\) is such that \(f'(x)=3x^2-12x+9\). The curve has a stationary point at \(x=1\) and passes through \((0,4)\). Find \(f(x)\) and state the coordinates of the other stationary point.A* Challenge

Answers — full worked solutions

Core Skills (Q1–Q5)

Q1 — \(x^4-3x^2+2x+c\)
\(x^4-3x^2+2x+c\)
Q2 — \(x^5+x^3+c\)
\(x^5+x^3+c\)
Q3 — \(4x^{3/2}+c\)
1
\(6x^{1/2} \to \dfrac{6x^{3/2}}{\tfrac{3}{2}}\)
\(=4x^{3/2}+c\)
Q4 — \(8\)
1
\(F(x)=x^3\); \(F(2)=8\), \(F(0)=0\)
\(8-0=8\)
Q5 — \(-\dfrac{2}{x^2}+c\)
1
\(4x^{-3} \to \dfrac{4x^{-2}}{-2}=-2x^{-2}\)
\(=-\dfrac{2}{x^2}+c\)

Exam-Style (Q6–Q10)

Q6 — \(x^3-\dfrac{4}{3}x^{3/2}+c\)
1
\(3x^2 \to x^3\); \(2x^{1/2} \to \dfrac{4}{3}x^{3/2}\)
\(x^3-\dfrac{4}{3}x^{3/2}+c\)
Q7 — \(f(x)=2x^2-3x+5\)
1
\(f(x)=2x^2-3x+c\); substitute \((2,7)\): \(8-6+c=7\)
\(c=5 \implies f(x)=2x^2-3x+5\)
Q8 — \(28\)
1
\(F(x)=4x^{3/2}\); \(F(4)=4\times8=32\); \(F(1)=4\)
\(32-4=28\)
Q9 — \(36\)
1
Roots at \(x=0\) and \(x=6\): area \(=\displaystyle\int_0^6(6x-x^2)\,dx=\left[3x^2-\dfrac{x^3}{3}\right]_0^6\)
\(=(108-72)-0=36\)
Q10 — \(12\)
1
\(F(x)=x^3+x^2\); \(F(2)=8+4=12\); \(F(-1)=-1+1=0\)
\(12-0=12\)

A* Challenge (Q11–Q15)

Q11 — \(\dfrac{8}{3}\)
1
Roots at \(x=0,2\); curve below axis on \((0,2)\), above on \((2,3)\)
2
\(\displaystyle\int_0^2(x^2-2x)\,dx=\left[\dfrac{x^3}{3}-x^2\right]_0^2=-\dfrac{4}{3}\)
3
\(\displaystyle\int_2^3(x^2-2x)\,dx=\left[\dfrac{x^3}{3}-x^2\right]_2^3=0-\left(-\dfrac{4}{3}\right)=\dfrac{4}{3}\)
Total area \(=\dfrac{4}{3}+\dfrac{4}{3}=\dfrac{8}{3}\)
Q12 — \(y=2x^3-5x^2+3x-2\)
1
\(y=2x^3-5x^2+3x+c\); substitute \((1,-2)\): \(2-5+3+c=-2\)
\(c=-2 \implies y=2x^3-5x^2+3x-2\)
Q13 — \(\dfrac{x^3}{3}+\dfrac{x^2}{2}-6x+c\)
1
Expand first: \((x-2)(x+3)=x^2+x-6\)
\(\displaystyle\int(x^2+x-6)\,dx=\dfrac{x^3}{3}+\dfrac{x^2}{2}-6x+c\)
Q14 — \(\dfrac{64}{3}\)
1
\(F(x)=\dfrac{2}{3}x^{3/2}+2x^{1/2}\)
2
\(F(9)=18+6=24\); \(F(1)=\dfrac{2}{3}+2=\dfrac{8}{3}\)
\(24-\dfrac{8}{3}=\dfrac{64}{3}\)
Q15 — \(f(x)=x^3-6x^2+9x+4\); other stationary point \((3,4)\)
1
Integrate: \(f(x)=x^3-6x^2+9x+c\); substitute \((0,4)\): \(c=4\)
2
\(f'(x)=3x^2-12x+9=3(x-1)(x-3)=0 \implies x=1\) or \(x=3\)
\(f(x)=x^3-6x^2+9x+4\); the other stationary point is at \(x=3\), where \(f(3)=4\), so \((3,4)\)

Summary

  • \(\displaystyle\int x^n\,dx = \dfrac{x^{n+1}}{n+1}+c\) for \(n \neq -1\); integrate a sum term by term.
  • Rewrite roots and fractions as fractional/negative indices before integrating.
  • Find the constant of integration by substituting a given point into \(f(x)\), not \(f'(x)\).
  • Definite integrals \(\displaystyle\int_a^b f(x)\,dx = F(b)-F(a)\) need no \(+c\) — it cancels.
  • A definite integral only equals the true area directly when the curve stays on one side of the \(x\)-axis; split at every root and take absolute values where it crosses.

This topic completes Pure Year 1, reversing the power rule from Differentiation and reusing the root-finding and curve-sketching skills from Graphs & Transformations and the index laws from GCSE Indices. Next in the Pure Maths calculus strand: Further Integration & Differential Equations (Year 2), which extends these methods to trigonometric, exponential and logarithmic functions, integration by substitution, and solving differential equations.

Want to improve your grade faster?

If integration is still causing problems, Alamin's diagnostic approach identifies exactly which skills are missing and builds a targeted plan to address them — with AI-powered practice between sessions.

Book an Assessment Session (£60)

No upfront payment required — payment is taken after confirmation.