Master Calculus Integration Techniques: The Ultimate Substitution and Integration by Parts Cheat Sheet

Introduction to Integration Techniques

Integration is a fundamental operation in calculus that allows us to find areas, volumes, and solve numerous problems in physics, engineering, and mathematics. While basic integration formulas are essential, more advanced techniques are necessary for solving complex integrals. This cheat sheet focuses on two powerful methods:

  • Integration by Substitution (u-substitution): Simplifies integrals by transforming them into more manageable forms
  • Integration by Parts: Breaks down products of functions into simpler components

These techniques are critical because they:

  • Allow us to solve a wider range of integrals beyond basic formulas
  • Provide systematic approaches for complex integration problems
  • Form the foundation for solving differential equations
  • Enable applications in physics, engineering, and other sciences

Core Concepts: The Basics of Integration

Key Integration Formulas

FunctionAntiderivative
$x^n$ (where $n \neq -1$)$\frac{x^{n+1}}{n+1} + C$
$\frac{1}{x}$$\ln|x| + C$
$e^x$$e^x + C$
$\sin x$$-\cos x + C$
$\cos x$$\sin x + C$
$\tan x$$-\ln|\cos x| + C$
$\sec x$$\ln|\sec x + \tan x| + C$
$\frac{1}{a^2 + x^2}$$\frac{1}{a}\arctan\frac{x}{a} + C$
$\frac{1}{\sqrt{a^2 – x^2}}$$\arcsin\frac{x}{a} + C$

Integration by Substitution (U-Substitution)

Core Principle

The substitution method reverses the chain rule for differentiation. If $f(g(x))$ is a composite function:

$$\int f(g(x))g'(x)dx = \int f(u)du$$

where $u = g(x)$ and $du = g'(x)dx$

Step-by-Step Process

  1. Identify a substitution: Look for an expression $g(x)$ in the integrand whose derivative $g'(x)$ also appears
  2. Set $u = g(x)$: Calculate $du = g'(x)dx$
  3. Rewrite the integral: Express the entire integral in terms of $u$
  4. Integrate: Evaluate the simpler integral in terms of $u$
  5. Substitute back: Replace $u$ with $g(x)$ in the final answer

Definite Integrals with Substitution

When evaluating definite integrals $\int_a^b f(x)dx$, you can either:

Method 1: Change the limits of integration

  • When $x = a$, calculate $u = g(a)$
  • When $x = b$, calculate $u = g(b)$
  • Evaluate $\int_{g(a)}^{g(b)} f(u)du$

Method 2: Substitute back before evaluating

  • Find the antiderivative in terms of $u$
  • Substitute back to get the antiderivative in terms of $x$
  • Evaluate using the original limits $[a, b]$

Pattern Recognition for U-Substitution

Integral PatternSuggested Substitution
$\int f(ax + b)dx$$u = ax + b$
$\int f(\sqrt{x})dx$$u = \sqrt{x}$
$\int f(x)g'(x)dx$$u = g(x)$
$\int \frac{f'(x)}{f(x)}dx$$u = f(x)$
$\int x^n(ax + b)^m dx$$u = ax + b$
$\int f(\ln x)dx$$u = \ln x$
$\int e^{g(x)}g'(x)dx$$u = g(x)$
$\int \sin(g(x))g'(x)dx$$u = g(x)$
$\int \cos(g(x))g'(x)dx$$u = g(x)$

Integration by Parts

Core Principle

Integration by parts is based on the product rule for differentiation and is given by:

$$\int u(x)v'(x)dx = u(x)v(x) – \int v(x)u'(x)dx$$

Often written as:

$$\int u,dv = uv – \int v,du$$

Step-by-Step Process

  1. Identify $u$ and $dv$: Split the integrand into two factors
    • Choose $u$ as the function that becomes simpler when differentiated
    • Choose $dv$ as the remainder of the integrand, which must be integrable
  2. Calculate $du$ and $v$: Find $du = u'(x)dx$ and $v = \int dv$
  3. Apply the formula: $\int u,dv = uv – \int v,du$
  4. Evaluate the new integral: Solve $\int v,du$, which is ideally simpler than the original
  5. Simplify the result: Combine terms to get the final answer

LIATE Strategy for Choosing $u$

When selecting which function to use as $u$, follow this priority order (from highest to lowest):

L – Logarithmic functions: $\ln x$, $\log_{10} x$
I – Inverse trigonometric functions: $\arcsin x$, $\arctan x$
A – Algebraic functions: $x^n$, polynomials
T – Trigonometric functions: $\sin x$, $\cos x$
E – Exponential functions: $e^x$, $a^x$

The function higher in this list should typically be chosen as $u$.

Special Cases for Integration by Parts

Repeated Applications

Some integrals require applying integration by parts multiple times:

$$\int x^n e^x dx$$ $$\int x^n \sin x dx$$ $$\int x^n \cos x dx$$

Tabular Method (Tabular Integration)

For integrals requiring multiple applications of integration by parts, the tabular method provides a systematic approach:

  1. Create a table with alternating signs starting with (+)
  2. In the first column, list successive derivatives of $u$ until reaching 0
  3. In the second column, list successive integrals of $dv$
  4. Multiply diagonally and add with alternating signs

Recursive Integrals

When the same integral appears on both sides of the equation:

$$\int f(x)dx = g(x) + c\int f(x)dx$$

Solve for $\int f(x)dx$:

$$\int f(x)dx = \frac{g(x)}{1-c} + C$$

Example: $\int e^x \sin x dx$

Common Patterns and Examples

U-Substitution Examples

IntegralSubstitutionResult
$\int \frac{x}{\sqrt{1-x^2}}dx$$u = 1-x^2$$-\sqrt{1-x^2} + C$
$\int x\sin(x^2)dx$$u = x^2$$-\frac{1}{2}\cos(x^2) + C$
$\int \frac{e^x}{1+e^x}dx$$u = 1+e^x$$\ln|1+e^x| + C$
$\int \tan x dx$$u = \cos x$$-\ln|\cos x| + C$
$\int \sec x dx$$u = \sec x + \tan x$$\ln|\sec x + \tan x| + C$

Integration by Parts Examples

IntegralChoice of $u$ and $dv$Result
$\int x e^x dx$$u = x$, $dv = e^x dx$$xe^x – e^x + C$
$\int \ln x dx$$u = \ln x$, $dv = dx$$x\ln x – x + C$
$\int x \cos x dx$$u = x$, $dv = \cos x dx$$x\sin x – \int \sin x dx = x\sin x + \cos x + C$
$\int x^2 e^x dx$$u = x^2$, $dv = e^x dx$$x^2e^x – 2\int xe^x dx = x^2e^x – 2xe^x + 2e^x + C$

Common Challenges and Solutions

Challenge: Choosing the Right Technique

Solution: Use these guidelines:

  • For products of different function types, try integration by parts
  • For composite functions where the derivative of the inner function is present, use substitution
  • For rational functions, consider partial fractions
  • For trigonometric expressions, look for identities first

Challenge: Complicated Substitutions

Solution:

  • Always check if your substitution simplifies the integral
  • Ensure that you can express the entire integrand in terms of the new variable
  • Verify that $dx$ is properly replaced with $du/g'(x)$

Challenge: Recursive Integrals

Solution:

  • Recognize when integration by parts leads back to the original integral
  • Isolate the original integral on one side and solve algebraically
  • This often occurs with exponential and trigonometric combinations

Challenge: Knowing When to Stop

Solution:

  • Integration by parts is complete when the resulting integral is simpler than the original
  • For polynomial × transcendental function, continue until polynomial becomes zero
  • Use the tabular method for systematic multiple applications

Comparison of Integration Techniques

TechniqueBest ForIndicatorsLimitations
Direct IntegrationBasic functionsStandard formsLimited to simple functions
SubstitutionComposite functionsInner function’s derivative appearsMay not simplify enough
Integration by PartsProducts of functionsOne function easier to differentiate, other easier to integrateCan become circular
Trigonometric SubstitutionRadicals with $\sqrt{a^2-x^2}$, $\sqrt{a^2+x^2}$, $\sqrt{x^2-a^2}$Specific radical formsComplex substitutions
Partial FractionsRational functionsFraction with polynomial denominatorRequires factoring denominator

Best Practices and Practical Tips

For U-Substitution

  • Look for nested function structures: $f(g(x))$
  • Check if the derivative of the inner function appears in the integrand
  • Simplify expressions before attempting substitution
  • For definite integrals, changing limits often saves time
  • Try simple substitutions first (e.g., $u = x^2$, $u = \sin x$)

For Integration by Parts

  • Apply the LIATE rule to select $u$ strategically
  • Look for functions that simplify when differentiated
  • Keep track of signs carefully when applying the formula
  • Use the tabular method for repeated applications
  • Recognize when an integral is recursive and solve algebraically

General Integration Tips

  • Simplify the integrand algebraically before attempting integration
  • Look for pattern matching with known integrals
  • Try different techniques if one approach becomes too complicated
  • Break complex integrals into simpler parts when possible
  • Always check your answer by differentiating it

Quick Reference for Special Integrals

Trigonometric Integrals

IntegralResult
$\int \sin^2 x dx$$\frac{x}{2} – \frac{\sin 2x}{4} + C$
$\int \cos^2 x dx$$\frac{x}{2} + \frac{\sin 2x}{4} + C$
$\int \tan^2 x dx$$\tan x – x + C$
$\int \sin x \cos x dx$$\frac{\sin^2 x}{2} + C$
$\int \sec^2 x dx$$\tan x + C$
$\int \csc^2 x dx$$-\cot x + C$
$\int \sec x \tan x dx$$\sec x + C$
$\int \csc x \cot x dx$$-\csc x + C$

Integrals Involving $a^2 \pm x^2$

IntegralResult
$\int \frac{dx}{\sqrt{a^2-x^2}}$$\arcsin\frac{x}{a} + C$
$\int \frac{dx}{a^2+x^2}$$\frac{1}{a}\arctan\frac{x}{a} + C$
$\int \frac{dx}{\sqrt{x^2-a^2}}$$\ln|x + \sqrt{x^2-a^2}| + C$
$\int \sqrt{a^2-x^2} dx$$\frac{x\sqrt{a^2-x^2}}{2} + \frac{a^2}{2}\arcsin\frac{x}{a} + C$

Resources for Further Learning

Textbooks

  • “Calculus” by James Stewart
  • “Thomas’ Calculus” by George B. Thomas
  • “Calculus: Early Transcendentals” by Jon Rogawski
  • “Advanced Engineering Mathematics” by Erwin Kreyszig

Online Resources

  • Khan Academy: Calculus Courses
  • MIT OpenCourseWare: Single Variable Calculus
  • Paul’s Online Math Notes: https://tutorial.math.lamar.edu/
  • 3Blue1Brown: Essence of Calculus video series

Practice Resources

  • “The Humongous Book of Calculus Problems” by W. Michael Kelley
  • “Schaum’s 3,000 Solved Problems in Calculus” by Elliott Mendelson
  • PatrickJMT’s YouTube channel for worked examples
  • Professor Leonard’s comprehensive calculus lectures

Interactive Tools

  • Wolfram Alpha for checking integration steps
  • Desmos for visualizing functions and areas
  • GeoGebra for interactive calculus explorations
  • Symbolab’s step-by-step integration calculator

Final Tips for Mastery

  1. Practice systematically: Start with simple examples and gradually increase complexity
  2. Develop pattern recognition: Learn to identify which technique is most appropriate
  3. Work backwards: Practice differentiating complex functions to recognize their antiderivatives
  4. Solve related problems: Many integrals can be converted to forms you already know
  5. Check your work: Always verify solutions by differentiation
  6. Learn from mistakes: Analyze errors in your integration attempts
  7. Build an integral “toolkit”: Memorize key patterns and techniques for quick recognition
  8. Apply to real problems: Connect integration to applications in physics, engineering, and statistics
Scroll to Top