Integration
Integration transforms A-level students from memorising differentiation rules to understanding the fundamental process of finding areas and accumulated change. Year 12 students encounter definite integrals worth 15-20 marks on their exams, while Year 13 advanced techniques like integration by parts can determine university placement.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Integration drives real-world problem-solving across engineering, economics, and physics. When calculating the volume of water flowing through a pipe over 3 hours, engineers use definite integrals to find precise measurements. Economists apply integration to determine total profit when marginal profit functions change continuously over 12 months. In A-level Physics, students use integration to find displacement from velocity-time graphs, with each square unit representing 1 metre of distance. GCSE Foundation students encounter basic area calculations, but A-level integration extends this to complex curves where traditional geometry fails. Year 13 students applying to engineering courses face integration questions worth 25% of their final grade, making mastery essential for university entry. The technique appears in 8 out of 10 A-level Maths papers, demonstrating its fundamental importance in mathematical education.
How to solve integration
Integration
- Integration is the reverse of differentiation.
- Power rule: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n ≠ −1).
- Definite integral: evaluate at upper and lower bounds, subtract.
- The definite integral gives the area under the curve.
Example: ∫x² dx = x³/3 + C. ∫₁² x² dx = 83 − 13 = 73.
Worked examples
Find the integral: ∫ x3 dx
Answer: x4/4 + C
- Apply the power rule: ∫xⁿ dx = xⁿ⁺¹/(n+1) → ∫ x^3 dx = 1·x^4/4 — Increase the exponent by 1 (to 4) and divide by the new exponent.
- Simplify and add constant → x^4/4 + C — Always add the constant of integration C for indefinite integrals.
Find the integral: ∫ (3 x2 - 1) dx
Answer: x3 - x + C
- Write out the rule → ∫xⁿ dx = xⁿ⁺¹/(n+1) — The power rule for integration: raise the exponent by 1 and divide by the new exponent.
- Integrate the first term: ∫ 3 x^2 dx → x^3 — Exponent 2 becomes 3, divide by 3: 3x³/3 = x^3.
- Integrate the second term: ∫ 0 dx → 0 — Exponent 1 becomes 2, divide by 2: 0x²/2 = 0.
- Integrate the constant: ∫ -1 dx → - x — The integral of a constant k is kx.
- Combine and add C → x^3 - x + C — Add all terms together. Always include the integration constant C.
Find the integral: ∫ 2 ex dx
Answer: 2 ex + C
- Apply the rule: ∫e^x dx = e^x → 2 e^x + C — The constant 2 is carried through the integration.
Common mistakes
- Students forget the constant of integration C, writing ∫x² dx = x³/3 instead of x³/3 + C, losing marks on indefinite integrals.
- Power rule errors occur when students incorrectly handle the denominator, writing ∫x³ dx = x⁴/3 instead of x⁴/4.
- Definite integral evaluation mistakes happen when students subtract incorrectly, calculating ∫₁² x² dx = 8/3 - 1/3 = 9/3 instead of 7/3.
- Coefficient handling errors where students forget to multiply through, writing ∫3x² dx = x³ instead of 3x³/3 = x³.