Mathwords logoReference LibraryMathwords

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\int 2x \cos(x^2)\, dx by choosing and applying an appropriate integration method.
Identify the structure: The integrand contains a composite function cos(x2)\cos(x^2) multiplied by 2x2x, which is the derivative of the inner function x2x^2. This is the signature pattern for u-substitution.
Apply u-substitution: Let u=x2u = x^2, so du=2xdxdu = 2x\,dx. The entire factor 2xdx2x\,dx in the integrand is replaced by dudu.
2xcos(x2)dx=cos(u)du\int 2x \cos(x^2)\,dx = \int \cos(u)\,du
Integrate: Now the integral is a basic form you can evaluate directly.
cos(u)du=sin(u)+C\int \cos(u)\,du = \sin(u) + C
Substitute back: Replace uu with x2x^2 to return to the original variable.
sin(x2)+C\sin(x^2) + C
Answer: 2xcos(x2)dx=sin(x2)+C\int 2x\cos(x^2)\,dx = \sin(x^2) + C

Another Example

Problem: Evaluate xexdx\int x\, e^x\, dx by choosing and applying an appropriate integration method.
Identify the structure: The integrand is a product of two different types of functions (xx and exe^x), 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=uvvdu\int u\,dv = uv - \int v\,du. Choose u=xu = x (so it simplifies when differentiated) and dv=exdxdv = e^x\,dx.
u=x,du=dx,dv=exdx,v=exu = x,\quad du = dx,\quad dv = e^x\,dx,\quad v = e^x
Apply the formula: Substitute into the integration by parts formula.
xexdx=xexexdx\int x\,e^x\,dx = x\,e^x - \int e^x\,dx
Evaluate the remaining integral: The remaining integral is now a basic form.
xexex+Cx\,e^x - e^x + C
Answer: xexdx=xexex+C=ex(x1)+C\int x\,e^x\,dx = x\,e^x - e^x + C = e^x(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 a2x2\sqrt{a^2 - x^2}, a2+x2\sqrt{a^2 + x^2}, or x2a2\sqrt{x^2 - a^2}, 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=xn+1n+1+C\int x^n\,dx = \frac{x^{n+1}}{n+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