Study Guide

Integration

CIE A-Level MathematicsΒ· 9709 2025-2026 Syllabus: Section 5. IntegrationΒ· 20 min read

1. Indefinite Integration and the Power Ruleβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Indefinite Integral

∫f(x)dx\int f(x) dx

The general family of antiderivatives of , which always includes an arbitrary constant of integration to account for all possible antiderivatives.

Example:

Integration reverses the process of differentiation. For any power function where , the power rule for integration follows a simple two-step process: add 1 to the exponent, then divide by the new exponent, before adding the constant of integration.

∫xn dx=xn+1n+1+C,nβ‰ βˆ’1\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1
πŸ“ Worked Example

Find the indefinite integral of with respect to .

  1. 1

    Integrate the first term using the power rule:

    3Γ—x2+12+1=3x33=x33 \times \frac{x^{2+1}}{2+1} = \frac{3x^3}{3} = x^3
  2. 2

    Integrate the second term using the power rule:

    βˆ’4Γ—x1+11+1=βˆ’4x22=βˆ’2x2-4 \times \frac{x^{1+1}}{1+1} = \frac{-4x^2}{2} = -2x^2
  3. 3

    Integrate the constant term :

    5Γ—x0+10+1=5x5 \times \frac{x^{0+1}}{0+1} = 5x
  4. 4

    Add the constant of integration and combine all terms:

    x3βˆ’2x2+5x+Cx^3 - 2x^2 + 5x + C

Exam tip:

Examiners always allocate one full mark for the constant of integration in indefinite integral questions β€” never leave it out.

2. Definite Integrals and the Fundamental Theoremβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Definite Integral

∫abf(x)dx\int_a^b f(x) dx

A numerical value equal to the net area between , the x-axis, the lower bound , and the upper bound , calculated using the Fundamental Theorem of Calculus.

Example:

The Fundamental Theorem of Calculus connects antiderivatives to definite integrals. If is any antiderivative of , the definite integral between and is calculated as:

∫abf(x)dx=F(b)βˆ’F(a)\int_a^b f(x) dx = F(b) - F(a)
πŸ“ Worked Example

Evaluate .

  1. 1

    First find the indefinite integral of the integrand:

    ∫(2x+1)dx=x2+x+C\int (2x + 1) dx = x^2 + x + C
  2. 2

    Write the antiderivative in standard bracket notation (the constant cancels so we omit it):

    [x2+x]13[x^2 + x]_1^3
  3. 3

    Evaluate the antiderivative at the upper bound :

    F(3)=32+3=12F(3) = 3^2 + 3 = 12
  4. 4

    Evaluate the antiderivative at the lower bound :

    F(1)=12+1=2F(1) = 1^2 + 1 = 2
  5. 5

    Subtract the lower bound result from the upper bound result:

    12βˆ’2=1012 - 2 = 10

3. Calculating Areas Under Curvesβ˜…β˜…β˜…β˜†β˜†β± 6 min

Integration gives the area between a curve and the x-axis between two bounds. If the curve lies entirely above the x-axis, the integral equals the area directly. If the curve crosses the x-axis between your bounds, you must split the integral into separate regions, because the integral will be negative for regions below the axis, and area is always positive.

πŸ“ Worked Example

Find the total area bounded by , the x-axis, and .

  1. 1

    Find where the curve crosses the x-axis between 0 and 3: . for , for .

  2. 2

    Calculate the integral for the first (negative) region:

    ∫02(x2βˆ’4)dx=[x33βˆ’4x]02=βˆ’163\int_0^2 (x^2 - 4) dx = \left[ \frac{x^3}{3} - 4x \right]_0^2 = -\frac{16}{3}
  3. 3

    Take the absolute value to get the area of the negative region:

    Area1=βˆ£βˆ’163∣=163\text{Area}_1 = \left| -\frac{16}{3} \right| = \frac{16}{3}
  4. 4

    Calculate the integral for the second (positive) region:

    ∫23(x2βˆ’4)dx=[x33βˆ’4x]23=73\int_2^3 (x^2 - 4) dx = \left[ \frac{x^3}{3} - 4x \right]_2^3 = \frac{7}{3}
  5. 5

    Add the two areas to get total area:

    Total Area=163+73=233=723\text{Total Area} = \frac{16}{3} + \frac{7}{3} = \frac{23}{3} = 7\frac{2}{3}

4. Integration of Negative and Fractional Exponentsβ˜…β˜…β˜…β˜…β˜†β± 5 min

The power rule works for all exponents except , including negative and fractional exponents. You just need to rewrite roots and reciprocal terms as power functions first before applying the rule.

πŸ“ Worked Example

Find .

  1. 1

    Rewrite the integrand terms with exponents:

    2x=2x1/2,3x2=3xβˆ’22\sqrt{x} = 2x^{1/2}, \quad \frac{3}{x^2} = 3x^{-2}
  2. 2

    Integrate the first term: add 1 to the exponent, divide by the new exponent:

    2Γ—x3/23/2=43x3/22 \times \frac{x^{3/2}}{3/2} = \frac{4}{3}x^{3/2}
  3. 3

    Integrate the second term:

    3Γ—xβˆ’1βˆ’1=βˆ’3x3 \times \frac{x^{-1}}{-1} = -\frac{3}{x}
  4. 4

    Add the constant of integration:

    43x3/2βˆ’3x+C\frac{4}{3}x^{3/2} - \frac{3}{x} + C
βœ“ Quick check

Test your understanding of the power rule for negative exponents:

  1. What is the correct result for ?

    Reveal answer
    1 β€”

    Add 1 to the exponent: , then divide by the new exponent . Don't forget the constant of integration !

5. Common Pitfalls

Wrong move:

Forgetting to add the constant of integration for indefinite integrals

Why:

Examiners explicitly allocate one mark for , so this is an easy mark to lose

Correct move:

Always add at the end of any indefinite integral result

Wrong move:

Not splitting the integral when the curve crosses the x-axis for area problems

Why:

Negative areas from below the axis cancel positive areas, giving a total area smaller than the true value

Correct move:

Find all x-intercepts between your bounds, split the integral by interval, take absolute value of each integral, then add

Wrong move:

Dividing by the original exponent instead of the new exponent

Why:

This is a common arithmetic slip when integrating negative or fractional powers

Correct move:

Always remember: you add 1 to the exponent first, then divide by this new exponent

Wrong move:

Subtracting the upper bound result from the lower bound result

Why:

This gives the wrong sign for positive integrals, leading to lost marks for area problems

Correct move:

Always calculate

Wrong move:

Trying to integrate using the power rule in P1

Why:

This gives division by zero, and integration of is only covered in P2

Correct move:

If you encounter in a P1 integration question, check your simplification of the integrand

6. Quick Reference Cheatsheet

Rule Type

Formula

Key Note

Indefinite Power Rule

Always add

Definite Integral

is antiderivative of

Area (above x-axis)

Area =

No absolute value needed

Area (below x-axis)

Area =

Always take absolute value

7. Frequently Asked

Do I always need to add the constant of integration?

Always add for indefinite integrals. It cancels out in definite integral calculations, so you can omit it there.

Can area be negative?

Area is always positive. If the curve is below the x-axis, the integral will be negative, so you must take the absolute value to get area.

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· 12

    Definite integral area calculation

  • 2023 Β· 11

    Indefinite integral of polynomial

  • 2024 Β· 13

    Area between curve and axis

Going deeper

What's Next

Integration is a core foundation for all further calculus topics in A-Level Mathematics. Mastering the basic power rule and area calculation here will prepare you for more advanced concepts, including areas between two curves, volumes of revolution, and integration of transcendental functions like exponentials and logarithms. These topics appear in both Pure Mathematics 2 and 3, so building a strong understanding of basic integration now will make harder problems much easier to tackle later.