Integration Techniques: A Practical Guide to Finding Antiderivatives
Finding antiderivatives is one of the central skills in calculus. While basic integrals can be solved with the power rule, many real-world problems require more sophisticated techniques. This guide walks through the most important integration methods: substitution, integration by parts, partial fractions, and trigonometric substitution.
Each technique is explained with the underlying logic, a clear formula, and fully worked examples so you can apply them confidently.
1. u-Substitution (The Chain Rule in Reverse)
Substitution is the most frequently used integration technique. It works when you can identify an inner function whose derivative also appears in the integrand. The formula is:
Example 1: Basic Substitution
Evaluate .
Let , so . The integral becomes:
Example 2: Adjusting the Constant
Evaluate .
Let , so , meaning .
2. Integration by Parts
Integration by parts is the product rule in reverse. Use it when the integrand is a product of two functions where one becomes simpler when differentiated. The formula is:
A common mnemonic for choosing is LIATE: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick from whichever type appears first in this list.
Example 3: Integration by Parts
Evaluate .
Choose (algebraic) and , so and .
Example 4: Repeated Integration by Parts
Evaluate .
First pass: , , giving , .
Second pass on the remaining integral: , .
3. Partial Fractions
Partial fraction decomposition breaks a complex rational function into simpler fractions that are easier to integrate individually. This technique applies when the integrand is a ratio of polynomials and the degree of the numerator is less than the degree of the denominator.
Example 5: Distinct Linear Factors
Evaluate .
Decompose:
Multiplying both sides by :
Setting : , so . Setting : , so .
4. Trigonometric Substitution
When the integrand contains expressions like , , or , a trigonometric substitution can eliminate the square root. The three standard substitutions are:
- : let
- : let
- : let
Example 6: Trig Substitution
Evaluate .
Here . Let , so and .
Choosing the Right Technique
A quick decision tree:
- Is there an inner function whose derivative also appears? Use substitution.
- Is the integrand a product of two different function types? Use integration by parts (LIATE rule).
- Is it a rational function (polynomial over polynomial)? Use partial fractions.
- Does it contain a square root of a quadratic? Use trigonometric substitution.
Common Mistakes
- Forgetting . Every indefinite integral needs the constant of integration.
- Not converting in substitution. When you substitute , you must also replace with .
- Choosing the wrong in by-parts. Follow the LIATE order. If the integral gets harder after one pass, you probably chose the wrong function.
Try It Yourself
Evaluate integrals instantly with our free Integral Calculator for symbolic antiderivatives, or our Definite Integral Calculator for numerical results over a specific interval.
Related Articles
Understanding Integrals and Antiderivatives: A Complete Guide
Learn how integrals work, from basic antiderivatives to definite integrals. Covers the power rule for integration, substitution, and the Fundamental Theorem of Calculus.
How to Calculate Percentages: A Complete Guide with Examples
Learn how to calculate percentages step by step. Covers the core formula, percentage increase and decrease, finding a percentage of a number, and common mistakes to avoid.
Understanding Eigenvalues and Eigenvectors: A Practical Guide
Learn what eigenvalues and eigenvectors are, how to compute them for 2x2 and 3x3 matrices, and why they matter in data science and engineering.