Integration Methods
Integration Methods
The basic methods are listed below. Other more advanced and/or specialized methods exist as well.
u-substitution
integration
by parts
partial fractions
trig substitution
rationalizing
substitutions
See also
Definite integral, indefinite integral, integral rules, integral table
Worked Example
Problem: Evaluate ∫2xcos(x2)dx by choosing and applying an appropriate integration method.
Identify the structure: The integrand contains a composite function cos(x2) multiplied by 2x, which is the derivative of the inner function x2. This is the signature pattern for u-substitution.
Apply u-substitution: Let u=x2, so du=2xdx. The entire factor 2xdx in the integrand is replaced by du.
∫2xcos(x2)dx=∫cos(u)du
Integrate: Now the integral is a basic form you can evaluate directly.
∫cos(u)du=sin(u)+C
Substitute back: Replace u with x2 to return to the original variable.
sin(x2)+C
Answer: ∫2xcos(x2)dx=sin(x2)+C
Another Example
Problem: Evaluate ∫xexdx by choosing and applying an appropriate integration method.
Identify the structure: The integrand is a product of two different types of functions (x and ex), and neither is the derivative of the other. U-substitution won't simplify this. This is a classic case for integration by parts.
Set up integration by parts: Use the formula ∫udv=uv−∫vdu. Choose u=x (so it simplifies when differentiated) and dv=exdx.
u=x,du=dx,dv=exdx,v=ex
Apply the formula: Substitute into the integration by parts formula.
∫xexdx=xex−∫exdx
Evaluate the remaining integral: The remaining integral is now a basic form.
xex−ex+C
Answer: ∫xexdx=xex−ex+C=ex(x−1)+C
Frequently Asked Questions
How do I know which integration method to use?
Look at the integrand's structure. If you see a composite function with its inner derivative present, try u-substitution. If you see a product of two different function types (like polynomial × exponential), try integration by parts. If you have a rational function (polynomial over polynomial), try partial fractions. If the integrand involves a2−x2, a2+x2, or x2−a2, try trig substitution. With practice, pattern recognition becomes faster.
Do I need to memorize all integration methods?
Yes, for a calculus course you should know each method and its trigger patterns. However, you don't need to memorize every detail at once. Start by mastering u-substitution and integration by parts, since they appear most often. Then learn partial fractions and trig substitution as your course progresses.
Integration Methods vs. Integral Rules
Integral rules are direct formulas like ∫xndx=n+1xn+1+C that you apply immediately. Integration methods are strategies for transforming a complicated integral into a form where those basic rules can be applied. You use methods when no single rule fits the integrand as-is.
Why It Matters
Most real-world integrals — from computing areas and volumes to solving differential equations in physics and engineering — do not match a simple integral rule. Integration methods give you a toolkit for breaking down complex integrals into manageable pieces. Mastering these techniques is essential for success in calculus and any field that relies on it.
Common Mistakes
Mistake: Trying only one method and giving up when it doesn't work immediately.
Correction: A method may not simplify the integral on the first attempt. If u-substitution doesn't lead anywhere, try integration by parts or a different substitution. Sometimes two methods must be combined (e.g., integration by parts followed by u-substitution on the remaining integral).
Mistake: Applying partial fractions to a rational function without first checking that the degree of the numerator is less than the degree of the denominator.
Correction: If the numerator's degree is greater than or equal to the denominator's degree, you must perform polynomial long division first, then apply partial fractions to the remainder.
Related Terms
- U-Substitution — Most commonly used integration method
- Integration by Parts — Method for products of different function types
- Partial Fractions — Method for rational function integrands
- Trig Substitution — Method for integrands with square root expressions
- Rationalizing Substitutions — Method to eliminate radicals from integrands
- Integral Rules — Basic formulas that methods reduce integrals to
- Definite Integral — Integral with bounds evaluated using these methods
- Indefinite Integral — Antiderivative found using these methods
