Skip to content
MathAnvil
§ Calculus

Integration

CCSS.HSF.IF3 min read

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.

§ 01

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.

§ 02

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 = 8313 = 73.

§ 03

Worked examples

Beginner§ 01

Find the integral: ∫ x3 dx

Answer: x4/4 + C

  1. 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.
  2. Simplify and add constant x^4/4 + C Always add the constant of integration C for indefinite integrals.
Easy§ 02

Find the integral: ∫ (3 x2 - 1) dx

Answer: x3 - x + C

  1. 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.
  2. Integrate the first term: ∫ 3 x^2 dx x^3 Exponent 2 becomes 3, divide by 3: 3x³/3 = x^3.
  3. Integrate the second term: ∫ 0 dx 0 Exponent 1 becomes 2, divide by 2: 0x²/2 = 0.
  4. Integrate the constant: ∫ -1 dx - x The integral of a constant k is kx.
  5. Combine and add C x^3 - x + C Add all terms together. Always include the integration constant C.
Medium§ 03

Find the integral: ∫ 2 ex dx

Answer: 2 ex + C

  1. Apply the rule: ∫e^x dx = e^x 2 e^x + C The constant 2 is carried through the integration.
§ 04

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³.
Practice on your own
Generate unlimited integration practice problems with step-by-step solutions using MathAnvil's free worksheet creator.
Generate free worksheets
§ 05

Frequently asked questions

Why do we add the constant C in indefinite integrals?
The constant C represents all possible vertical shifts of the antiderivative function. Since differentiation eliminates constants, integration must account for any constant that could have existed. Without C, you're missing infinitely many valid solutions to the integration problem.
How do I remember when to use definite versus indefinite integrals?
Definite integrals have numerical limits (bounds) and give specific numerical answers representing areas or accumulated quantities. Indefinite integrals have no bounds and produce general functions with +C. Year 12 students typically see more definite integrals in applied contexts.
What's the difference between integration by parts and substitution?
Integration by parts works for products of functions (like x·eˣ) using the formula ∫u dv = uv - ∫v du. Substitution works when you can identify a function and its derivative within the integral, typically with composite functions. Year 13 students learn both techniques.
Why does the power rule fail for ∫x⁻¹ dx?
When n = -1, the power rule would give x⁰/0, which is undefined due to division by zero. Instead, ∫x⁻¹ dx = ∫1/x dx = ln|x| + C. This special case requires separate memorisation and appears frequently in A-level examinations.
How do negative bounds affect definite integral calculations?
Negative bounds follow the same evaluation rule: substitute the upper bound, subtract the lower bound result. For ∫₋₁¹ x² dx, you calculate (1³/3) - ((-1)³/3) = 1/3 - (-1/3) = 2/3. The area is always positive regardless of bound signs.
§ 06

Related topics

Share this article