Logo
Published on

Ultimate Guide to Integration by Substitution in Extension 2

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Introduction

In Extension 1, you were introduced to Integration by Substitution (also known as uu-substitution or change of variables), typically with the exact substitution provided for you in the question. In HSC Mathematics Extension 2, the training wheels come off. You will be expected to identify the correct substitution yourself, handle complex algebraic manipulations to change the integrand, and flawlessly update the bounds for definite integrals.

Executive Summary

This guide covers the mechanics of Integration by Substitution:

  • The Concept: Reversing the Chain Rule by substituting a complex expression with a single variable (uu).
  • The Differential (dudu): Properly calculating and substituting du=u(x)dxdu = u'(x)dx.
  • Definite Integrals: Changing the upper and lower limits of integration so you never have to convert back to xx.
  • Finding the Substitution: Strategies for identifying the best substitution when one is not provided.

What is this about?

Integration by substitution is the integral calculus equivalent of the Chain Rule from differential calculus. When a function has an "inner" function tucked inside a power, a root, or a trigonometric function, it is difficult to integrate directly.

By defining that "inner" function as a new variable (usually uu), you can transform the entire integral from the xx-world into the uu-world. If chosen correctly, the new integral will be a standard, recognizable form (like a simple polynomial or basic trig function) that is easy to evaluate. The challenge in Extension 2 is recognizing which part of the function should become uu.

Main Content

1. The Core Mechanics

Every substitution problem follows the same four steps:

  1. Choose uu: Let u=f(x)u = f(x).
  2. Find the differential dudu: Differentiate uu with respect to xx to get dudx=f(x)\frac{du}{dx} = f'(x). Rearrange this to find dxdx in terms of dudu: dx=duf(x)dx = \frac{du}{f'(x)}.
  3. Substitute: Replace all instances of xx and dxdx in the original integral with your new uu and dudu expressions. The xx terms should completely cancel out.
  4. Integrate: Evaluate the new integral with respect to uu.
  5. Back-substitute (Indefinite only): If the integral is indefinite (no bounds), replace uu with the original f(x)f(x) expression in your final answer.

2. Definite Integrals and Changing Bounds

For definite integrals, there is a crucial additional step. The bounds on the integral symbol (ab\int_a^b) are xx-values. When you change the integral to the uu-world, you MUST also change the bounds to uu-values.

How to change bounds: If the lower bound is x=ax = a, the new lower bound is u=f(a)u = f(a). If the upper bound is x=bx = b, the new upper bound is u=f(b)u = f(b).

The golden rule of definite substitution: Once you have changed the integral and the bounds into uu, you never need to go back to xx. You just evaluate the integral using the new uu-bounds. This is vastly faster and less prone to algebra errors than back-substituting.

3. Choosing the Substitution

When a substitution is not given, how do you find it? Look for a function whose derivative is also present (or mostly present) in the integrand.

Common patterns:

  • Powers and Roots: If you have x(x2+1)5x(x^2 + 1)^5, let uu be the inside of the bracket: u=x2+1u = x^2 + 1. Its derivative (2x2x) will cancel out the xx on the outside.
  • Exponentials: If you have ex1+ex\frac{e^x}{1 + e^x}, let u=1+exu = 1 + e^x. The derivative is exe^x, which cancels the numerator.
  • Logarithms: If you have lnxx\frac{\ln x}{x}, let u=lnxu = \ln x. The derivative is 1x\frac{1}{x}, which cancels the denominator.
  • Trigonometry: If you have sin3xcosx\sin^3 x \cos x, let u=sinxu = \sin x. The derivative is cosx\cos x, which cancels the remaining trig term.

Simple Worked Example

Question: Evaluate the definite integral 02xx2+5dx\int_0^2 \frac{x}{\sqrt{x^2 + 5}} \, dx.

Solution: Step 1: Choose uu. Let u=x2+5u = x^2 + 5. (This is the expression inside the square root).

Step 2: Find dudu and dxdx. dudx=2x\frac{du}{dx} = 2x dx=du2xdx = \frac{du}{2x}

Step 3: Change the bounds. When x=0x = 0, u=(0)2+5=5u = (0)^2 + 5 = 5. (New lower bound). When x=2x = 2, u=(2)2+5=9u = (2)^2 + 5 = 9. (New upper bound).

Step 4: Substitute everything into the integral. 02xx2+5dx=59xudu2x\int_0^2 \frac{x}{\sqrt{x^2 + 5}} \, dx = \int_5^9 \frac{x}{\sqrt{u}} \cdot \frac{du}{2x}

Step 5: Simplify and Integrate. The xx's cancel out perfectly. =5912udu= \int_5^9 \frac{1}{2\sqrt{u}} \, du =1259u12du= \frac{1}{2} \int_5^9 u^{-\frac{1}{2}} \, du

Integrate by adding 1 to the power and dividing by the new power: =12[u121/2]59= \frac{1}{2} \left[ \frac{u^{\frac{1}{2}}}{1/2} \right]_5^9 =[u]59= \left[ \sqrt{u} \right]_5^9

Step 6: Evaluate using the uu-bounds. =95= \sqrt{9} - \sqrt{5} =35= 3 - \sqrt{5}

Final Answer: 353 - \sqrt{5}.

mini-FAQ page

Q: What if the xx's don't cancel out completely? A: If you have an xx leftover, you might need to use "algebraic substitution". Go back to your original u=f(x)u = f(x) equation and rearrange it to make xx the subject. Then substitute this expression for the leftover xx. If this still creates a mess, your initial choice of uu was probably wrong.

Q: Do I have to change the bounds? Can I just integrate, back-substitute to xx, and use the original bounds? A: Technically yes, but it is highly discouraged. It takes much longer, creates massive algebraic expressions that are hard to evaluate, and markers are specifically looking for your ability to change limits. Always change the bounds for definite integrals.

Common mistakes to avoid

  • Forgetting to write dudu: Do not write 1udx\int \frac{1}{u} dx. This is mathematically meaningless because the variables are mixed. You must find dx=duf(x)dx = \frac{du}{f'(x)} and substitute it so the entire integral is with respect to uu.
  • Mixing xx and uu in the bounds: Writing 021udu\int_0^2 \frac{1}{\sqrt{u}} du is wrong. The numbers 0 and 2 belong to the xx-world, not the uu-world. If you write this line in an exam, you will lose a mark for incorrect notation, even if you fix it later.

Practice on Vu's Maths Hub

Fluency in substitution is the key to conquering Extension 2 calculus.

Further Readings

Connect with me

Want to master Integration and guarantee top marks in HSC Mathematics Extension 2? Visit Vu's Maths Hub for in-depth booklets, rigorous worked solutions, and expert advice to help you ace your exams!