1. Standard Integrals & Substitution0%

Integration · Topic 1 of 5

1. Standard Integrals & Substitution

Video coming soon4 worked examples

Theory

Advanced Higher adds several standard integrals and the technique of substitution. Key results include:

sec2xdx=tanx+c,11+x2dx=tan1x+c,f(x)f(x)dx=lnf(x)+c\int \sec^2 x\,dx = \tan x + c, \quad \int \frac{1}{1+x^2}\,dx = \tan^{-1} x + c, \quad \int \frac{f'(x)}{f(x)}\,dx = \ln|f(x)| + c

Two further standard integrals come directly from reversing the inverse trigonometric derivatives. These appear on the formula sheet, but you must recognise when to reach for them:

1a2x2dx=sin1 ⁣(xa)+c,1a2+x2dx=1atan1 ⁣(xa)+c\int \frac{1}{\sqrt{a^2 - x^2}}\,dx = \sin^{-1}\!\left(\frac{x}{a}\right) + c, \qquad \int \frac{1}{a^2 + x^2}\,dx = \frac{1}{a}\tan^{-1}\!\left(\frac{x}{a}\right) + c

The signal is the shape of the denominator: a square root of “constant minus x2x^2” points to sin1\sin^{-1}, while “constant plus x2x^2” with no root points to tan1\tan^{-1}. If the coefficient of x2x^2 is not 11, factor it out first to reach the standard form.

For integration by substitution, choose uu so that its derivative appears (up to a constant) in the integrand, and convert every part — including dxdx — into uu.

The Golden Rule: spot the f(x)f(x)\frac{f'(x)}{f(x)} and g(f(x))f(x)g(f(x))f'(x) patterns for a quick substitution, and always replace dxdx using du=dudxdxdu = \frac{du}{dx}\,dx.

⚠️ Common Examiner Traps

  • Forgetting the dxdudx \to du step: the whole integrand, including dxdx, must be in terms of uu.
  • Definite limits: either change the limits to uu-values or substitute back before applying them.
  • Missing the log pattern: f(x)f(x)dx=lnf(x)+c\int \frac{f'(x)}{f(x)}\,dx = \ln|f(x)| + c.

Worked examples

Example 1

Find 2xx2+1dx\displaystyle\int \frac{2x}{x^2 + 1}\,dx.

Step 1: The numerator is the derivative of the denominator, so this is the ff\frac{f'}{f} pattern:

ddx(x2+1)=2x\frac{d}{dx}(x^2 + 1) = 2x

Step 2: Therefore:

2xx2+1dx=lnx2+1+c\int \frac{2x}{x^2 + 1}\,dx = \ln|x^2 + 1| + c

Example 2

Find 2x(x2+1)5dx\displaystyle\int 2x(x^2 + 1)^5\,dx using the substitution u=x2+1u = x^2 + 1.

Step 1: With u=x2+1u = x^2 + 1, we have dudx=2x\frac{du}{dx} = 2x, so du=2xdxdu = 2x\,dx.

Step 2: Rewrite the integral in uu and integrate:

u5du=u66+c\int u^5\,du = \frac{u^6}{6} + c

Step 3: Substitute back:

=(x2+1)66+c= \frac{(x^2 + 1)^6}{6} + c

Example 3

Find 19+x2dx\displaystyle\int \frac{1}{9 + x^2}\,dx.

Step 1: This matches the standard form 1a2+x2dx=1atan1 ⁣xa+c\int \frac{1}{a^2 + x^2}\,dx = \frac{1}{a}\tan^{-1}\!\frac{x}{a} + c with a=3a = 3.

Step 2: Therefore:

19+x2dx=13tan1 ⁣(x3)+c\int \frac{1}{9 + x^2}\,dx = \frac{1}{3}\tan^{-1}\!\left(\frac{x}{3}\right) + c

Example 4

Find (a) 125x2dx\displaystyle\int \frac{1}{\sqrt{25 - x^2}}\,dx and (b) 19+4x2dx\displaystyle\int \frac{1}{9 + 4x^2}\,dx.

Step 1 (a): The denominator is a square root of “constant minus x2x^2”, so this is the sin1\sin^{-1} form with a2=25a^2 = 25, giving a=5a = 5:

125x2dx=sin1 ⁣(x5)+c\int \frac{1}{\sqrt{25 - x^2}}\,dx = \sin^{-1}\!\left(\frac{x}{5}\right) + c

Step 2 (b): Here the coefficient of x2x^2 is not 11, so factor it out of the denominator first:

9+4x2=4(94+x2)    19+4x2dx=141(32)2+x2dx9 + 4x^2 = 4\left(\frac{9}{4} + x^2\right) \implies \int \frac{1}{9+4x^2}\,dx = \frac{1}{4}\int \frac{1}{\left(\frac{3}{2}\right)^2 + x^2}\,dx

Step 3: Now apply the standard form with a=32a = \dfrac{3}{2}:

=14×132tan1 ⁣(x32)+c=14×23tan1 ⁣(2x3)+c= \frac{1}{4} \times \frac{1}{\frac{3}{2}}\tan^{-1}\!\left(\frac{x}{\frac{3}{2}}\right) + c = \frac{1}{4} \times \frac{2}{3}\tan^{-1}\!\left(\frac{2x}{3}\right) + c

Step 4: Simplify the constant:

19+4x2dx=16tan1 ⁣(2x3)+c\int \frac{1}{9+4x^2}\,dx = \frac{1}{6}\tan^{-1}\!\left(\frac{2x}{3}\right) + c