Study Guide

Integration by substitution and area

IB Mathematics AA SLΒ· IB AA SL Topic 5: Calculus, 5.9, 5.10Β· 25 min read

1. Integration by Substitutionβ˜…β˜…β˜…β˜†β˜†β± 10 min

πŸ“˜ Definition

Integration by substitution

A technique to integrate composite functions of the form $ int f(g(x))g'(x)dxu = g(x)du = g'(x)dx int f(u)du$.

Example:

For $ int 2x\cos(x^2)dxu=x^2 int \cos u du$.

Substitution works for both indefinite and definite integrals. For definite integrals, you have two valid options: (1) change the limits to match and evaluate directly in terms of , or (2) integrate in terms of , substitute back to , then evaluate with original limits. Both are accepted in IB exams if working is clear.

πŸ“ Worked Example

Evaluate $ int_0^2 2x e^{x^2} dx$

  1. 1

    Choose as the inner function of the composite exponential:

  2. 2
    u=x2u = x^2
  3. 3

    Differentiate to find the relationship between and :

  4. 4
    dudx=2xβ€…β€ŠβŸΉβ€…β€Šdu=2xdx\frac{du}{dx} = 2x \implies du = 2x dx
  5. 5

    Change the limits to match :

  6. 6

    When , ; when ,

  7. 7

    Substitute into the original integral to simplify:

  8. 8
    ∫04eudu\int_{0}^{4} e^u du
  9. 9

    Integrate and evaluate:

  10. 10
    [eu]04=e4βˆ’e0=e4βˆ’1β‰ˆ54.6\left[ e^u \right]_0^4 = e^4 - e^0 = e^4 - 1 \approx 54.6

Exam tip:

Always check your result by differentiating back. This takes 10 seconds and catches most substitution errors.

2. Area Bounded by Curves and Axesβ˜…β˜…β˜…β˜†β˜†β± 8 min

A standard definite integral gives net signed area, where regions below the x-axis contribute negative values. To find actual total area, you must split the integral at any x-intercepts in the interval and take the absolute value of each segment. The total area between , the x-axis, and is .

πŸ“˜ Definition

Total area between a curve and the x-axis

The positive sum of areas of all regions between the curve and the axis, regardless of whether the curve is above or below the axis.

πŸ“ Worked Example

Find the total area between and the x-axis from to .

  1. 1

    Find x-intercepts in the interval to split the integral:

  2. 2
    x3βˆ’x=x(x2βˆ’1)=0β€…β€ŠβŸΉβ€…β€Šx=0,x=1x^3 - x = x(x^2 - 1) = 0 \implies x=0, x=1
  3. 3

    The function is negative between and positive between , so area is:

  4. 4
    A=∣∫01(x3βˆ’x)dx∣+∫12(x3βˆ’x)dxA = \left| \int_0^1 (x^3 - x) dx \right| + \int_1^2 (x^3 - x) dx
  5. 5

    Evaluate the first integral:

  6. 6
    ∫01(x3βˆ’x)dx=[x44βˆ’x22]01=βˆ’14\int_0^1 (x^3 - x) dx = \left[ \frac{x^4}{4} - \frac{x^2}{2} \right]_0^1 = -\frac{1}{4}
  7. 7

    Take absolute value and evaluate the second integral:

  8. 8
    A=βˆ£βˆ’14∣+[x44βˆ’x22]12=14+(2+14)=2.5A = \left| -\frac{1}{4} \right| + \left[ \frac{x^4}{4} - \frac{x^2}{2} \right]_1^2 = \frac{1}{4} + \left(2 + \frac{1}{4}\right) = 2.5

Exam tip:

If a question asks for area, it always means total area, not net signed area. Always check if the curve crosses the x-axis in the interval.

3. Common Pitfalls

Wrong move:

Forgetting to change limits when doing definite substitution, and evaluating the integral with original limits

Why:

Variables are mismatched, leading to completely incorrect results

Correct move:

Either change limits to match , or substitute back to before evaluating with original limits

Wrong move:

Leaving negative areas as negative when calculating total area of a region that goes below the x-axis

Why:

Area is always positive; exam questions asking for area expect total area, not net signed area

Correct move:

Find all intercepts in the interval, split the integral, and take the absolute value of each segment

Wrong move:

Choosing instead of the inner composite function for $ int f(g(x))g'(x)dx$

Why:

This leaves an integral that is harder or impossible to evaluate, wasting valuable exam time

Correct move:

Always pick as the inner function of the composite term, and confirm its derivative is present (up to a constant) in the integrand

4. Quick Reference Cheatsheet

Concept

Formula

Key Note

Indefinite substitution

Differentiate back to check

Definite substitution

No need to substitute back if changing limits

Total area (a to b, x-axis)

Split at all x-intercepts

5. Frequently Asked

Do I need to change limits of integration for substitution?

Yes for definite integrals. You can either change limits to match your new variable, or substitute back to the original variable before evaluating at the original limits. Both are acceptable.

Going deeper

What's Next

Integration by substitution is the foundation for all advanced integration techniques, and is a prerequisite for topics like integration by parts if you continue to HL Mathematics. Area problems are very common in IB AA SL Paper 2, often combined with substitution, so consistent practice of varied problems will help you score full marks on these frequently high-mark questions. Mastery of this topic also builds intuition for integral calculus that is useful for university studies in STEM and economics.