Integration by Substitution
When the integrand contains a composite function, substitute \(t = g(x)\) to reduce it to a standard form. This technique corresponds to the chain rule in reverse.
Identify \(t = g(x)\) such that \(g'(x)\,dx\) appears in the integrand.
Differentiate: \(dt = g'(x)\,dx\), then express \(dx\) in terms of \(dt\).
Substitute everything in terms of \(t\) and evaluate \(\int f(t)\,dt\).
Replace \(t\) with the original \(g(x)\) and add \(+C\).
Find \(\displaystyle\int \sin(3x+5)\,dx\)
Let \(t = 3x+5 \Rightarrow dt = 3\,dx \Rightarrow dx = \tfrac{dt}{3}\)
Find \(\displaystyle\int \frac{2x}{x^2+1}\,dx\)
Let \(t = x^2+1 \Rightarrow dt = 2x\,dx\)
Useful Pattern: \(\displaystyle\int \frac{f'(x)}{f(x)}\,dx = \ln|f(x)|+C\). Look for this pattern first!
Integration by Parts
Used when the integrand is a product of two different types of functions. Derived from the product rule of differentiation.
Choosing \(u\) and \(v\): use the ILATE rule to select \(u\) (the one listed first is \(u\)).
The function that appears earlier in ILATE is chosen as \(u\); the other becomes \(v\).
Find \(\displaystyle\int x\,e^x\,dx\)
By ILATE: \(u = x\) (Algebraic), \(v = e^x\) (Exponential)
Find \(\displaystyle\int \ln x\,dx\)
Write as \(\int \ln x \cdot 1\,dx\). By ILATE: \(u = \ln x\), \(v = 1\)
A beautiful and important result: if the integrand is \(e^x[f(x)+f'(x)]\), we can directly write the answer.
Example: \(\displaystyle\int e^x\!\left(\sin x + \cos x\right)dx = e^x\sin x+C\) (since \((\sin x)' = \cos x\))
Integration by Partial Fractions
Any proper rational function \(\dfrac{P(x)}{Q(x)}\) (degree of \(P <\) degree of \(Q\)) can be decomposed into a sum of simpler fractions (partial fractions) that are easy to integrate.
If the fraction is improper (degree of \(P \geq\) degree of \(Q\)), first perform polynomial long division.
Find \(\displaystyle\int \frac{2x+1}{(x-1)(x+2)}\,dx\)
Decompose: \(\dfrac{2x+1}{(x-1)(x+2)} = \dfrac{A}{x-1}+\dfrac{B}{x+2}\)
Solving: \(A = 1,\; B = 1\)
Remember: Always check that the rational function is proper before decomposing. If degree of numerator ≥ degree of denominator, divide first to get: \(\text{quotient} + \text{proper remainder}\).