Study Guide

Integration by substitution, area and volume of revolution

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. Volume of Revolution Around the x-axisβ˜…β˜…β˜…β˜…β˜†β± 7 min

When you rotate the region bounded by , the x-axis, and 360Β° around the x-axis, the volume of the resulting solid is given by the formula:

V=Ο€βˆ«ab[f(x)]2dxV = \pi \int_a^b [f(x)]^2 dx
πŸ“ Worked Example

Find the volume of revolution formed by rotating around the x-axis from to , in terms of $ pi$.

  1. 1

    Write down the volume formula and substitute the known values:

  2. 2
    V=Ο€βˆ«02(x+1)2dxV = \pi \int_0^2 (x+1)^2 dx
  3. 3

    Use substitution to evaluate the integral, set , :

  4. 4

    Change limits: when , ; when ,

  5. 5
    V=Ο€βˆ«13u2duV = \pi \int_1^3 u^2 du
  6. 6

    Integrate and evaluate:

  7. 7
    V=Ο€[u33]13=Ο€(9βˆ’13)=263Ο€V = \pi \left[ \frac{u^3}{3} \right]_1^3 = \pi \left(9 - \frac{1}{3}\right) = \frac{26}{3}\pi

Exam tip:

Don't forget the at the end of your volume calculation! Examiners frequently penalize this common mistake.

4. 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:

Forgetting to square when calculating volume of revolution

Why:

The formula uses the area of the circular cross-section, which requires squaring the radius

Correct move:

Always write the formula first, and confirm you have squared before integrating

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

5. 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

Volume of revolution (x-axis)

Don't forget the

6. 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.

Is volume of revolution around the y-axis required for AA SL?

No, AA SL only examines volumes of revolution around the x-axis. You do not need to practice rotation around the y-axis.

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.

  • 2021 Β· 1

    Indefinite integration by substitution

  • 2022 Β· 2

    Total area between curve and x-axis

  • 2023 Β· 1

    Volume of revolution about x-axis

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 and volume of revolution 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.