Study Guide

Integration techniques: substitution and by parts

IB Mathematics AI HLΒ· 20 min read

1. u-Substitution for Indefinite and Definite Integralsβ˜…β˜…β˜†β˜†β˜†β± 8 min

βœ“ Calculator OK

πŸ“˜ Definition

u-Substitution

A technique that reverses the chain rule, used to integrate composite functions by changing the variable of integration to simplify the integrand.

Example:

To apply u-substitution, select as the inner function of a composite term. The derivative of should cancel a term from the original integrand. For definite integrals, you must adjust the bounds of integration to match the new variable .

πŸ“ Worked Example

Evaluate

  1. 1

    Choose the inner function as :

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

    Differentiate to find :

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

    Adjust limits of integration for the new variable :

  6. 6

    When , ; when ,

  7. 7

    Substitute into the original integral:

  8. 8
    ∫14eudu\int_{1}^{4} e^u du
  9. 9

    Integrate and evaluate:

  10. 10
    [eu]14=e4βˆ’e=e(e3βˆ’1)β‰ˆ51.93[e^u]_1^4 = e^4 - e = e(e^3 - 1) \approx 51.93

Exam tip:

Always check your antiderivative by differentiating it to confirm it matches the original integrand.

2. Integration by Partsβ˜…β˜…β˜…β˜†β˜†β± 10 min

βœ“ Calculator OK

πŸ”¬ Derivation
Goal:

Derive the integration by parts formula from the product rule for differentiation

Starting from:

Product rule:

  1. 1

    Integrate both sides of the product rule with respect to :

  2. 2
    ∫ddx(uv)dx=∫udvdxdx+∫vdudxdx\int \frac{d}{dx}(uv) dx = \int u \frac{dv}{dx} dx + \int v \frac{du}{dx} dx
  3. 3

    Simplify the left-hand side and rearrange terms:

  4. 4
    uv=∫udv+∫vduuv = \int u dv + \int v du
  5. 5
    ∫udv=uvβˆ’βˆ«vdu\int u dv = uv - \int v du
Result:

This is the standard integration by parts formula, used to integrate products of two unrelated functions.

πŸ“ Worked Example

Find the indefinite integral

  1. 1

    Apply LIATE: (logarithmic) comes before (algebraic), so:

  2. 2
    u=ln⁑x,dv=xdxu = \ln x, \quad dv = x dx
  3. 3

    Calculate and :

  4. 4
    du=1xdx,v=∫xdx=x22du = \frac{1}{x} dx, \quad v = \int x dx = \frac{x^2}{2}
  5. 5

    Substitute into the integration by parts formula:

  6. 6
    ∫xln⁑xdx=uvβˆ’βˆ«vdu=x2ln⁑x2βˆ’βˆ«(x22)(1x)dx\int x \ln x dx = uv - \int v du = \frac{x^2 \ln x}{2} - \int \left(\frac{x^2}{2}\right)\left(\frac{1}{x}\right) dx
  7. 7

    Simplify and integrate the remaining term:

  8. 8
    x2ln⁑x2βˆ’βˆ«x2dx=x2ln⁑x2βˆ’x24+C\frac{x^2 \ln x}{2} - \int \frac{x}{2} dx = \frac{x^2 \ln x}{2} - \frac{x^2}{4} + C

3. Selecting and Combining Techniquesβ˜…β˜…β˜…β˜†β˜†β± 7 min

βœ“ Calculator OK

Methods compared

The table below summarizes when to use each integration technique:

u-Substitution

Use when the integrand contains a composite function, or a function multiplied by its own derivative

+ Pros: Fast, reduces complex integrals to basic antiderivatives

βˆ’ Cons: Only works for specific integrand structures

Integration by Parts

Use when the integrand is a product of two unrelated types of functions (e.g. algebraic Γ— trigonometric)

+ Pros: Works for a wide range of products including $x^n e^x$ and $\ln x$

βˆ’ Cons: Can require repeated applications, prone to sign errors

βœ“ Quick check

Select the best technique for

  1. Which approach will give the correct solution most efficiently?

    • Integration by parts with

    • u-substitution with

    • u-substitution with

    • Integration by parts with

    Reveal answer
    1 β€”

    Correct! The derivative of is , which cancels the existing term, leaving a simple integral of . Other approaches leave an unsolvable elementary integral for .

πŸ“ Worked Example

Evaluate

  1. 1

    Recognize this is a product of algebraic and trigonometric functions, so use integration by parts:

  2. 2
    u=2x,dv=cos⁑xdxu = 2x, \quad dv = \cos x dx
  3. 3

    Find and :

  4. 4
    du=2dx,v=sin⁑xdu = 2 dx, \quad v = \sin x
  5. 5

    Apply integration by parts:

  6. 6
    2xsin⁑xβˆ’βˆ«2sin⁑xdx2x \sin x - \int 2 \sin x dx
  7. 7

    Integrate the remaining term to get the final result:

  8. 8
    2xsin⁑x+2cos⁑x+C2x \sin x + 2 \cos x + C

4. Common Pitfalls

Wrong move:

Forgetting to adjust limits of integration for u-substitution on definite integrals

Why:

You will end up evaluating the wrong expression with the original bounds, leading to an incorrect result

Correct move:

Calculate new upper and lower bounds for immediately after defining , and evaluate the integral entirely in terms of

Wrong move:

Choosing the wrong for integration by parts

Why:

This leads to a more complex remaining integral that cannot be solved elementarily

Correct move:

Always apply the LIATE rule to select from the product of terms

Wrong move:

Messing up the negative sign in the integration by parts formula

Why:

The negative sign combined with integration of terms like often leads to sign errors

Correct move:

Write the full formula explicitly every time you use it, and substitute terms step-by-step

Wrong move:

Omitting the constant of integration for indefinite integrals

Why:

Antiderivatives are families of functions, and omitting will lose marks in exams

Correct move:

Always add to the final result for any indefinite integral

5. Quick Reference Cheatsheet

Technique

Key Rule/Formula

When to Use

u-Substitution

,

Composite function, function Γ— derivative

Integration by Parts

Product of two unrelated functions

LIATE Rule for

Log > Inv Trig > Alg > Trig > Exp

Choose to simplify the integral

Definite u-Substitution

Change bounds for , evaluate directly

Avoid substituting back to

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 Β· 2

    8 mark mixed technique integral

  • 2022 Β· 1

    6 mark u-substitution definite integral

  • 2023 Β· 2

    7 mark integration by parts problem

What's Next

Mastering substitution and integration by parts is foundational for all further integration topics in IB AI HL, including partial fractions for rational functions and improper integrals. These techniques are also required for core applications of integration: calculating areas between curves, volumes of revolution, and solving separable differential equations, all of which make up a large portion of exam marks. Regular practice identifying which technique to use for a given integral is the best way to prepare for exam questions that test these skills.