Integration Strategies
When you encounter an integral that doesn't yield to a single technique, you need a broader toolkit. This section covers how to use reference tables, computer algebra systems, and combined methods to handle integrals that resist straightforward approaches.
Using a Table of Integrals
Integral tables list formulas for common forms so you don't have to derive every antiderivative from scratch. The skill here isn't just looking things up; it's recognizing which formula applies and manipulating your integrand to match a listed form.
How to use a table effectively:
-
Identify the form of the integrand. Look for patterns: polynomials (), trigonometric functions (, ), exponentials (), logarithms (), or combinations like .
-
Match it to a table entry. Your integrand might not look exactly like a formula in the table. You may need to factor, complete the square, or do a quick substitution to get it into a recognizable form.
-
Substitute into the formula. Plug your specific constants and functions into the general formula. For example, the table entry applied to gives .
-
Simplify and include . Clean up the algebra and don't forget the constant of integration for indefinite integrals.
A common mistake is forcing a match to the wrong formula. If the integrand doesn't fit any table entry cleanly, you likely need to apply a technique (substitution, partial fractions, etc.) first to transform it into a form the table covers.

Computer Algebra Systems for Integration
Tools like Mathematica, Maple, and Wolfram Alpha can evaluate integrals symbolically. They're useful for checking your work and handling integrals that are algebraically messy.
Steps for using a CAS:
- Learn the syntax. Each system has its own input format. In Mathematica, you'd type
Integrate[f[x], x]. In Wolfram Alpha, you can type something closer to plain English, likeintegrate x^2 sin(x) dx. - Enter the integral carefully. Specify the correct variable of integration (, , etc.) and use parentheses to avoid ambiguity. A misplaced bracket can give you a completely different integral.
- Run the computation and read the output. The system returns an antiderivative. Note that CAS tools sometimes express answers in forms that look different from what you'd get by hand (using different trig identities, for instance) but are still equivalent.
- Verify the result. Differentiate the output to confirm it matches your original integrand. This is the single most reliable check. CAS tools occasionally return results in unexpected forms, and differentiation confirms correctness regardless of how the answer looks.
CAS output won't always match the back of the textbook. Two antiderivatives can look different but still differ by only a constant. When in doubt, differentiate.

Combining Methods for Complex Integrals
Many integrals in Calc II require more than one technique applied in sequence. Recognizing which method to try first is the real skill here.
Deciding which technique to use:
- A composite function (function inside a function, like ) suggests u-substitution.
- A product of two different types of functions (like or ) suggests integration by parts.
- A rational function (polynomial divided by polynomial) suggests partial fraction decomposition.
- An integrand involving , , or suggests trigonometric substitution.
Applying substitution:
- Choose to simplify the integral. For , let .
- Compute , so .
- Rewrite: .
- Substitute back: .
Applying integration by parts:
Use the formula . The LIATE rule helps you choose by priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Pick as whichever type appears earliest in that list.
- For : set (algebraic) and (exponential).
- Then and .
- Apply the formula: .
When you need multiple techniques in sequence:
- Break the integral into parts, identifying which technique handles each piece.
- Apply one method to simplify, then apply the next method to whatever integral remains. For example, you might use substitution to simplify an integral, then use integration by parts on the result.
- Use tables or CAS to evaluate any remaining standard integrals.
- Combine all pieces and add .
Connecting Back to the Fundamental Theorem
All of these techniques ultimately serve one purpose: finding antiderivatives so you can evaluate definite integrals via the Fundamental Theorem of Calculus. Once you've found an antiderivative using any combination of methods, the definite integral is just .
The techniques covered across this unit give you a full toolkit:
- U-substitution for composite functions
- Integration by parts for products of functions
- Trigonometric substitution for radical expressions involving
- Partial fraction decomposition for rational functions
No single technique handles everything. The goal of this section is to build your judgment about which tool to reach for and how to chain them together when one isn't enough.