Study Guide

Integration — Reverse of Differentiation and Standard Integrals

CIE IGCSE Additional Mathematics· 14.10, 14.11, 14.12· 25 min read

1. Integration as the Reverse of Differentiation★★☆☆☆⏱ 5 min

🚫 No Calculator

Integration is the inverse operation of differentiation: if the derivative of is , then the integral of is , where is the constant of integration. This relationship is the foundation of all integral calculus for the 0606 syllabus.

📘 Definition

Indefinite Integral

The full set of antiderivatives of a given integrand, where all results differ only by a constant value

Example:

If , then

📐 Worked Example

Given that , find .

  1. 1

    Recognize integration reverses differentiation, so the integral is the original function plus the constant of integration.

  2. 2

    Write the final result, combining all arbitrary constants into a single :

  3. 3
    (12x32)dx=3x42x+c\int (12x^3 - 2) dx = 3x^4 - 2x + c

Exam tip:

Always add the constant of integration to every indefinite integral answer: it is worth 1 mark in nearly all 0606 integration questions.

2. Integrating Powers of x and 1/(ax+b)★★★☆☆⏱ 7 min

🚫 No Calculator

The core power rule for integration is for . For , use the log rule: . For linear inner terms , extend the rule by dividing by the coefficient of :

(ax+b)ndx=(ax+b)n+1a(n+1)+c(n1)\int (ax+b)^n dx = \frac{(ax+b)^{n+1}}{a(n+1)} + c \quad (n \neq -1)
1ax+bdx=1alnax+b+c\int \frac{1}{ax+b} dx = \frac{1}{a} \ln|ax+b| + c
📐 Worked Example

Find .

  1. 1

    Integrate each term separately, then combine all constants into a single .

  2. 2

    Integrate using the power rule:

  3. 3
    3x2dx=3×x33=x3\int 3x^2 dx = 3 \times \frac{x^3}{3} = x^3
  4. 4

    Integrate using the linear log rule:

  5. 5
    12x5dx=12ln2x5\int \frac{1}{2x-5} dx = \frac{1}{2} \ln|2x - 5|
  6. 6

    Integrate using the linear power rule:

  7. 7
    (4x+1)3dx=(4x+1)44×4=(4x+1)416\int (4x+1)^3 dx = \frac{(4x+1)^4}{4 \times 4} = \frac{(4x+1)^4}{16}
  8. 8

    Combine terms and add for the final result:

  9. 9
    x3+12ln2x5+(4x+1)416+cx^3 + \frac{1}{2}\ln|2x - 5| + \frac{(4x+1)^4}{16} + c

Exam tip:

Never omit the absolute value signs inside the function for integrals of : this is a frequent cause of mark loss in 0606 exams.

3. Integrating Exponential Functions $e^{ax+b}$★★★☆☆⏱ 4 min

✓ Calculator OK

Since , reversing the differentiation gives the integral rule for exponential functions with linear inner terms:

eax+bdx=1aeax+b+c\int e^{ax+b} dx = \frac{1}{a}e^{ax+b} + c
📐 Worked Example

Evaluate .

  1. 1

    Integrate each exponential term separately, dividing by the coefficient of in the exponent each time.

  2. 2

    Integrate :

  3. 3
    2e3x+2dx=2×13e3x+2=23e3x+2\int 2e^{3x+2} dx = 2 \times \frac{1}{3}e^{3x+2} = \frac{2}{3}e^{3x+2}
  4. 4

    Integrate , taking care with the negative coefficient of :

  5. 5
    e14xdx=×14e14x=14e14x\int -e^{1-4x} dx = - \times \frac{1}{-4}e^{1-4x} = \frac{1}{4}e^{1-4x}
  6. 6

    Combine terms and add :

  7. 7
    23e3x+2+14e14x+c\frac{2}{3}e^{3x+2} + \frac{1}{4}e^{1-4x} + c

4. Integrating Trigonometric Functions with Linear Inner Terms★★★★☆⏱ 6 min

✓ Calculator OK

The standard trigonometric integral rules for linear inner terms are derived directly from reversing differentiation rules, taking care to include correct signs and divide by :

sin(ax+b)dx=1acos(ax+b)+c\int \sin(ax+b) dx = -\frac{1}{a}\cos(ax+b) + c
cos(ax+b)dx=1asin(ax+b)+c\int \cos(ax+b) dx = \frac{1}{a}\sin(ax+b) + c
sec2(ax+b)dx=1atan(ax+b)+c\int \sec^2(ax+b) dx = \frac{1}{a}\tan(ax+b) + c
📐 Worked Example

Find .

  1. 1

    Integrate each trigonometric term separately, applying the rules above.

  2. 2

    Integrate :

  3. 3
    3cos(2xπ3)dx=3×12sin(2xπ3)=32sin(2xπ3)\int 3\cos\left(2x - \frac{\pi}{3}\right) dx = 3 \times \frac{1}{2}\sin\left(2x - \frac{\pi}{3}\right) = \frac{3}{2}\sin\left(2x - \frac{\pi}{3}\right)
  4. 4

    Integrate , taking care with the negative coefficient of :

  5. 5
    2sec2(14x)dx=2×14tan(14x)=12tan(14x)\int 2\sec^2(1-4x) dx = 2 \times \frac{1}{-4}\tan(1-4x) = -\frac{1}{2}\tan(1-4x)
  6. 6

    Combine terms and add for the final result:

  7. 7
    32sin(2xπ3)12tan(14x)+c\frac{3}{2}\sin\left(2x - \frac{\pi}{3}\right) - \frac{1}{2}\tan(1-4x) + c

Exam tip:

Double-check the sign of your result when integrating or functions with negative values: sign errors are the most common mistake in this topic.

5. Common Pitfalls

Wrong move:

Forgetting to add the constant of integration to indefinite integral answers

Why:

Examiners explicitly award 1 mark for in nearly all integration questions, so omitting it loses easy marks

Correct move:

Add to every final answer for indefinite integration problems

Wrong move:

Applying the power rule to , writing

Why:

The power rule only applies for , and division by zero is undefined

Correct move:

Use the log rule for : , and

Wrong move:

Omitting absolute value signs in the log result for integrals of

Why:

The logarithm of a negative number is not defined for real numbers, so the absolute value is required

Correct move:

Always write inside the function for these integrals

Wrong move:

Forgetting to divide by the coefficient when integrating functions with linear inner term

Why:

The chain rule in differentiation multiplies by , so integration must divide by to reverse it

Correct move:

Divide by the coefficient of in the inner linear term for all standard integrals, e.g.

Wrong move:

Using the wrong sign for the integral of , writing

Why:

The derivative of is , so reversing the operation introduces a negative sign

Correct move:

Use the rule

6. Quick Reference Cheatsheet

Integrand

Integral Result

Key Note

()

Basic power rule

Log rule for

()

Linear inner power rule

Linear inner log rule

Exponential integral rule

Sine integral rule

Cosine integral rule

Secant squared integral rule

What's Next

Now that you have mastered the standard integral rules for CIE IGCSE Additional Mathematics 0606, you are ready to progress to more advanced integration topics. Next, you will learn to evaluate definite integrals, use integration to calculate the area under a curve, and solve basic first-order differential equations, all of which are heavily tested in both Paper 1 (non-calculator) and Paper 2 (calculator) of the exam. Practicing past paper questions on standard integrals will help you eliminate common sign errors and remember to include the constant of integration, ensuring you pick up all available marks for this high-frequency topic.