Skip to content

Chapter 6 of 8

Integration Techniques

For many integrals, no single antiderivative rule applies directly, and one must transform the integral into a more tractable form. The most common such technique is u-substitution, which reverses the Chain Rule. One identifies a portion of the integrand as \(u = g(x)\), computes the differential \(du = g'(x) \, dx\), and rewrites the integral as \(\int f(u) \, du\). After integrating in \(u\), the result is expressed in terms of \(x\). For example, \(\int 2x \cos(x^2) \, dx\) becomes \(\int \cos(u) \, du\) with \(u = x^2\), giving \(\sin(x^2) + C\). For definite integrals, the limits of integration must also be converted when performing substitution; if \(u = g(x)\), then the original limits \(x = a\) and \(x = b\) become \(u = g(a)\) and \(u = g(b)\), eliminating the need to substitute back at the end.

When the integrand is a product and direct integration is difficult, integration by parts is the technique of choice. Derived from the product rule for differentiation, it states that \(\int u \, dv = uv - \int v \, du\). The goal is to choose \(u\) and \(dv\) so that the new integral \(\int v \, du\) is simpler than the original. A useful guideline for selecting \(u\) is the LIATE rule, prioritizing in order: Logarithmic, Inverse trigonometric, Algebraic, Trigonometric, and Exponential functions. The function higher on the list is typically chosen as \(u\). For instance, \(\int x e^x \, dx\) is best handled by setting \(u = x\) and \(dv = e^x \, dx\), giving \(\int x e^x \, dx = xe^x - e^x + C = e^x(x - 1) + C\). Similarly, \(\int \ln x \, dx = x \ln x - x + C\).

Sometimes two applications of parts are needed: integrating \(x^2 e^x\) requires parts twice, while integrals like \(\int e^x \sin x \, dx\) produce the original after two applications, allowing one to solve algebraically for the answer. For integrating rational functions \(P(x)/Q(x)\), the method of partial fractions is used. The denominator is factored into linear or irreducible quadratic pieces, and the original fraction is decomposed into a sum of simpler fractions with these as denominators; each piece is then integrated individually. Many trigonometric integrals can be reduced by identities, especially half-angle formulas. For example, \(\int \sin^2 x \, dx\) begins with the identity \(\sin^2 x = \frac{1 - \cos(2x)}{2}\), giving \(\frac{x}{2} - \frac{\sin(2x)}{4} + C\). Combining u-substitution, integration by parts, partial fractions, and trigonometric identities allows a wide variety of integrals to be evaluated.

All chapters
  1. 1Limits and Continuity
  2. 2The Derivative
  3. 3Differentiation Rules
  4. 4Applications of the Derivative
  5. 5Integration and the Fundamental Theorem
  6. 6Integration Techniques
  7. 7Applications of Integration and L'Hopital's Rule
  8. 8Infinite Series

Drill it

Reading is not remembering. These come from the Calculus Essentials deck:

Q

What is the informal definition of a limit in calculus?

The limit of a function f(x) as x approaches a value c is the value that f(x) gets closer and closer to as x gets closer to c. We write this as lim(x→c) f(x) =...

Q

What is the epsilon-delta definition of a limit?

For every ε > 0 there exists a δ > 0 such that if 0 < |x − c| < δ, then |f(x) − L| < ε. This formal definition precisely captures the idea that f(x) can be made...

Q

What does it mean for a function to be continuous at a point c?

A function f is continuous at c if three conditions hold: (1) f(c) is defined, (2) lim(x→c) f(x) exists, and (3) lim(x→c) f(x) = f(c). Intuitively, you can draw...

Q

State the Squeeze Theorem.

If g(x) ≤ f(x) ≤ h(x) for all x near c (except possibly at c), and lim(x→c) g(x) = lim(x→c) h(x) = L, then lim(x→c) f(x) = L. This is useful for evaluating limi...