CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

Selecting Integration Techniques — Selecting Techniques for Antidifferentiation

Learn how to recognize which integration method to apply for any given function.

Historical Context & Motivation

For centuries, mathematicians have sought ways to reverse the process of differentiation. While finding a derivative follows clear, systematic rules—power rule, product rule, chain rule—going in the opposite direction, called antidifferentiation or integration, is far less straightforward. There is no single algorithm that handles every integral the way the power rule handles every polynomial derivative. Instead, mathematicians developed a toolkit of techniques, each designed for a particular family of functions.

The challenge of choosing the right technique from that toolkit is itself a skill. Just as a mechanic must look at a problem before selecting the right wrench, you need to look at the structure of an integrand before selecting the right method. The story of how these techniques were discovered reveals why selection matters so much.

1668
Early Integration Tables
Isaac Barrow, Newton's teacher, published Lectiones Geometricae, which contained geometric methods equivalent to integration of simple power functions. These early results formed the foundation of basic antiderivative rules.
1690s
Substitution & Leibniz Notation
Gottfried Wilhelm Leibniz introduced the ∫ symbol and the dx notation that made substitution intuitive. His algebraic approach allowed integrands to be transformed into simpler forms, giving birth to u-substitution.
1700s
Integration by Parts & Partial Fractions
Euler, the Bernoulli family, and other 18th-century mathematicians systematized techniques like integration by parts (the reverse of the product rule) and partial fraction decomposition for rational functions.
1835
Liouville's Impossibility Result
Joseph Liouville proved that some integrals, such as ∫ e^(−x²) dx, have no elementary antiderivative. This landmark result showed that technique selection isn't just about convenience—some integrals genuinely require numerical methods.
Modern
Algorithmic Integration
The Risch algorithm (1969) provided a decision procedure for determining whether an elementary antiderivative exists. Computer algebra systems like Wolfram Alpha use this, but students still need technique-selection skills for exams and conceptual understanding.

The central question this lesson addresses is: given an integral, how do you decide which technique will crack it open? Answering that question turns integration from a guessing game into a structured decision process.

Core Principles of Technique Selection

Before diving into specific techniques, it helps to understand the guiding principles that make technique selection systematic rather than random. Every integration technique is really just a strategy for rewriting a complicated integrand into a form whose antiderivative you already know. The art lies in recognizing which rewriting strategy fits.

1

Pattern Recognition

Most technique selection begins with recognizing structural patterns in the integrand. Does the function contain a composition (a function inside a function)? A product of two different types of functions? A rational expression? Each pattern points toward a specific method.
2

Simplify Before You Integrate

Always try algebraic simplification first. Expanding, factoring, splitting fractions, or applying trigonometric identities can sometimes reduce a seemingly hard integral to a basic one that needs no special technique at all.
3

Match the Integrand to a Rule

Each technique handles a specific integrand shape. u-substitution works when you spot a function and its derivative together. Integration by parts works for products of unlike functions. Partial fractions works for rational functions.
4

Think in Reverse

Integration is the reverse of differentiation. Ask yourself: "What function, when differentiated, would produce this integrand?" This reverse-engineering mindset can reveal the right path even before you pick a formal technique.
5

When in Doubt, Try and Adjust

If your first choice doesn't simplify the integral, that's valuable information. Integration often involves trial, feedback, and adjustment. A failed substitution tells you something about the integrand's structure.
KEY TAKEAWAY
Think of integration technique selection like choosing a tool from a toolbox. A screwdriver won't help with a nail, and a hammer won't help with a screw. You don't need to try every tool—you just need to look at the "fastener" (the integrand's shape) and pick the tool that fits. The structure of the integrand tells you which technique to use.

Visual Decision Flowchart

The flowchart below provides a structured decision path for selecting the right integration technique. Start at the top and follow the arrows based on what you observe in the integrand. This visual guide encodes the same pattern-matching logic that experienced calculus students develop through practice.

This flowchart guides you through the decision process. Start at the top by examining whether algebraic simplification is possible, then check for composite functions (which suggest u-substitution), products of unlike functions (which suggest integration by parts), rational expressions (which suggest partial fractions), or radical expressions with sums/differences of squares (which suggest trigonometric substitution).

Notice how the flowchart prioritizes simpler techniques first. You should always check whether basic algebraic manipulation or a direct u-substitution works before trying more complex methods like integration by parts or partial fractions. This saves time and reduces the chance of errors. Think of the flowchart as your go-to mental checklist every time you face an unfamiliar integral.

Mathematical Framework for Each Technique

Each integration technique has a core formula that defines when and how it works. Below are the key formulas along with explanations of what the variables mean and the structural cues that signal each technique.

BASIC POWER RULE FOR INTEGRATION
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, where n ≠ −1
This is the starting point for all integration. If your integrand is a simple power of x, apply this rule directly. Always check whether algebraic simplification can reduce a complicated expression to a sum of power functions before trying other techniques.
U-SUBSTITUTION (CHAIN RULE IN REVERSE)
∫ f(g(x)) · g'(x) dx = ∫ f(u) du, where u = g(x)
When to use it: You see a composite function f(g(x)) and the derivative g'(x) (or a constant multiple of it) is also present in the integrand. Set u = g(x), compute du = g'(x) dx, substitute, integrate, then substitute back.
INTEGRATION BY PARTS (PRODUCT RULE IN REVERSE)
∫ u dv = u · v − ∫ v du
When to use it: The integrand is a product of two unlike function types—for example, x · eˣ, x² · sin(x), or ln(x) · x. Use the LIATE mnemonic to choose u: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick u from whichever type appears earliest in this list.
PARTIAL FRACTION DECOMPOSITION
∫ P(x)/Q(x) dx → decompose into ∫ [A/(x − r₁) + B/(x − r₂) + …] dx
When to use it: The integrand is a rational function (a polynomial divided by a polynomial), and the degree of the numerator is less than the degree of the denominator. Factor the denominator, split into simpler fractions, then integrate each piece individually.
💡 Tip: Long Division First
If the degree of the numerator is greater than or equal to the degree of the denominator, perform polynomial long division first. This reduces the integrand to a polynomial plus a proper fraction, which you can then decompose with partial fractions.

Detailed Technique Classification

To make technique selection concrete, the table below pairs common integrand structures with their recommended techniques and provides example integrals so you can train your pattern recognition. Study these examples carefully—on exams, fast recognition of these patterns is the difference between finishing on time and getting stuck.

Common integrand patterns and their corresponding techniques
Integrand StructureTechniqueExampleKey Clue
xⁿ or simple polynomialsPower Rule∫ 3x⁴ dxSimple power of x, no composition
f(g(x)) · g'(x)u-Substitution∫ 2x · cos(x²) dxInner function's derivative is visible
Product of unlike typesIntegration by Parts∫ x · eˣ dxTwo different function families multiplied
P(x) / Q(x), deg P < deg QPartial Fractions∫ (3x + 1) / (x² − 1) dxRational function with factorable denominator
√(a² − x²), √(a² + x²), √(x² − a²)Trig Substitution∫ √(4 − x²) dxSquare root of a sum/difference of squares
sin²x, cos²x, sinⁿx · cosᵐxTrig Identities∫ sin²(x) dxPowers or products of trig functions
This pattern map shows the six main integration techniques radiating from a central integrand. Each technique is paired with its structural clue and an example integral. The top branch (simplify / power rule) should always be checked first.

The pattern map above shows how every technique corresponds to a specific "shape" in the integrand. When you practice enough integrals, you start to see these shapes instantly—just like you can recognize a friend's face without consciously analyzing each feature. The goal is to build that instant recognition through deliberate practice.

Worked Example: Choosing the Right Technique

Let's walk through a complete example that demonstrates the technique-selection process from start to finish. We'll evaluate:

PROBLEM
∫ x · cos(x) dx
We need to find the antiderivative of x multiplied by cos(x).
Selecting and Applying the Right Technique
1
Step 1 — Examine the Integrand's StructureThe integrand is x · cos(x). This is a product of two unlike function types: an algebraic function (x) and a trigonometric function (cos x). There's no obvious composition where one function's derivative appears alongside it.
Pattern identified: product of unlike functions → Integration by Parts
2
Step 2 — Rule Out Simpler MethodsCan we simplify algebraically? No—x · cos(x) doesn't factor or reduce further. Can we use u-substitution? If we tried u = x, then du = dx, but cos(x) dx doesn't become a clean expression in u alone. If we tried u = cos(x), then du = −sin(x) dx, which doesn't match anything in the integrand. Substitution fails, confirming that integration by parts is the right call.
3
Step 3 — Apply Integration by Parts (Choose u and dv)Using the LIATE mnemonic: x is Algebraic (A) and cos(x) is Trigonometric (T). Since A comes before T in LIATE, we choose u = x. Therefore: u = x, so du = dx. dv = cos(x) dx, so v = sin(x).
u = x, du = dx, dv = cos(x) dx, v = sin(x)
4
Step 4 — Substitute Into the FormulaThe integration by parts formula is ∫ u dv = u · v − ∫ v du. Substituting our choices: ∫ x · cos(x) dx = x · sin(x) − ∫ sin(x) dx.
∫ x · cos(x) dx = x · sin(x) − ∫ sin(x) dx
5
Step 5 — Evaluate the Remaining IntegralThe remaining integral ∫ sin(x) dx is a basic antiderivative that equals −cos(x) + C. Substituting this back in: x · sin(x) − (−cos(x)) + C = x · sin(x) + cos(x) + C.
∫ x · cos(x) dx = x · sin(x) + cos(x) + C
6
Step 6 — Verify by DifferentiatingTo check, differentiate x · sin(x) + cos(x). By the product rule: d/dx [x · sin(x)] = sin(x) + x · cos(x). And d/dx [cos(x)] = −sin(x). Adding: sin(x) + x · cos(x) − sin(x) = x · cos(x). ✓ This matches the original integrand.
Verified: d/dx [x · sin(x) + cos(x)] = x · cos(x) ✓
🔑 TECHNIQUE SELECTION RECAP
The key decision point was recognizing the product of unlike function types. We tried the simplest methods first (simplification and substitution), confirmed they didn't work, and then applied integration by parts using the LIATE mnemonic. Always verify your answer by differentiating—it's the ultimate check.

Strengths & Limitations of Each Technique

No single technique handles every integral. Understanding the strengths and limitations of each method helps you make efficient choices and avoid wasting time on a method that won't work for a particular problem.

Comparison of integration techniques: strengths and limitations
TechniqueStrengthsLimitations
Algebraic SimplificationFast and easy; no formulas to remember beyond basic algebra. Often eliminates the need for any other technique.Only works when the integrand can be rewritten as a sum of basic forms. Not applicable when functions are inherently composed or multiplied.
u-SubstitutionExtremely versatile; handles most integrals involving compositions. Quick when the derivative of the inner function is visible.Requires the derivative of the inner function to be present (up to a constant). Fails when the composition doesn't come with its matching derivative.
Integration by PartsHandles products of unlike function types. Works for ln(x), inverse trig functions, and many combinations.Can require multiple applications (tabular method helps). Choosing u and dv incorrectly makes the integral harder, not easier.
Partial FractionsSystematic for rational functions. Always works when the denominator can be factored over the reals.Requires long division if the degree of the numerator is ≥ degree of the denominator. Factoring the denominator can be algebraically difficult.
Trig SubstitutionHandles radical expressions involving a² ± x² or x² ± a². Converts square roots into trig functions that simplify.Often requires significant algebraic work and back-substitution. Usually the last resort because of its complexity.
KEY TAKEAWAY
Think of these techniques like different gears on a bicycle. Low gear (simplification and power rule) is easiest and should be tried first. As the terrain gets steeper (the integrand gets more complex), you shift to higher gears: substitution, then parts, then partial fractions or trig substitution. You wouldn't start in the highest gear—you work your way up based on what the problem demands.

Connection to Advanced Techniques & Theory

The techniques covered in this lesson form the core of integration that you'll use in Calculus 1 and Calculus 2. However, mathematics doesn't stop here. Understanding how these foundational methods connect to more advanced ideas gives you a broader perspective on why technique selection matters.

How current integration skills connect to advanced topics
What You Know NowWhere It Leads
u-substitution reverses the chain rule for single-variable integralsIn multivariable calculus, this generalizes to change-of-variables formulas (Jacobians) for double and triple integrals
Integration by parts handles products of functionsIn differential equations, this technique is essential for solving first- and second-order equations with forcing functions
Partial fractions decompose rational functions into simpler termsIn engineering, partial fractions are used in the inverse Laplace transform, which solves circuit and control system equations
Some integrals have no elementary antiderivativeNumerical integration methods (Simpson's rule, Riemann sums) and special functions (error function, gamma function) handle these cases
You select techniques by recognizing patterns in integrandsComputer algebra systems (CAS) automate this through the Risch algorithm, which decides integrability algorithmically

For now, focus on mastering the four main techniques—substitution, parts, partial fractions, and simplification. These cover the vast majority of integrals you'll encounter in Calculus 1 and on the AP exam. The decision flowchart from Section 3 is your best friend as you build fluency. With practice, technique selection will become second nature, freeing your mental energy for the actual computation.

🔭 Looking Forward
In Calculus 2, you'll encounter improper integrals (where the bounds extend to infinity) and series representations of integrals. Both of these rely heavily on the technique-selection skills you're building right now.

Practice Problems

Test your technique-selection skills with the following five problems. For each one, first identify which technique to use and why, then carry out the integration. Problems increase in difficulty from conceptual understanding to critical thinking.

PROBLEM 1CONCEPTUAL
Without evaluating the integral, identify which integration technique you would use for each of the following and explain why: (a) ∫ 3x² · eˣ³ dx, (b) ∫ x · ln(x) dx, (c) ∫ (2x + 3) / (x² + 3x) dx.
PROBLEM 2BASIC CALCULATION
Evaluate ∫ (5x⁴) / (x⁵ + 1)³ dx.
PROBLEM 3INTERMEDIATE
Evaluate ∫ x² · eˣ dx. (Hint: you will need to apply integration by parts more than once.)
PROBLEM 4APPLIED
A particle moves along a line with velocity v(t) = t · sin(t) meters per second. Find the displacement of the particle from t = 0 to t = π. Set up and evaluate the appropriate integral, identifying which technique is needed and why.
PROBLEM 5CRITICAL THINKING
Consider the integral ∫ eˣ · sin(x) dx. (a) Explain why neither u-substitution nor algebraic simplification will work. (b) Apply integration by parts twice and observe what happens. (c) Solve for the original integral using the equation you obtain. This is called the "looping" technique.

Lesson Summary

Selecting the right integration technique is a skill built on pattern recognition. Always start by attempting algebraic simplification — expanding, factoring, or rewriting the integrand — to see if a basic power rule antiderivative is hiding inside. If a composite function appears and its inner derivative is present, use u-substitution. When the integrand is a product of unlike function families (algebraic × exponential, algebraic × trig, etc.), reach for integration by parts with the LIATE mnemonic guiding your choice of u.

For rational functions (polynomial ÷ polynomial), use partial fraction decomposition after ensuring the numerator's degree is less than the denominator's. If square roots involving a² ± x² or x² ± a² appear, consider trigonometric substitution. Remember: always try simpler techniques first, verify your answers by differentiating, and treat failed attempts as useful information about the integrand's structure. With practice, technique selection becomes automatic — just like recognizing which gear to use on a bicycle.

Varsity Tutors • Calculus 1 • Selecting Integration Techniques — Selecting Techniques for Antidifferentiation