Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Integration Techniques






Beyond Direct Formulas


Most functions resist direct antidifferentiation. The integral of ex2e^{x^2} has no elementary formula. Even innocuous-looking expressions like 1+x3\sqrt{1 + x^3} lack closed-form antiderivatives.

Integration techniques transform difficult integrals into tractable ones. Substitution reverses the chain rule. Integration by parts reverses the product rule. Partial fractions decompose rational functions. Trigonometric methods handle roots and powers.

No single algorithm covers all cases—unlike differentiation, which follows systematic rules. Success requires recognizing which technique applies and executing it correctly. This pattern-matching skill develops through practice.

Key Terms

Integrandthe expression being transformed into a recognizable form
Indefinite Integralthe target: find the antiderivative family
Definite Integralsubstitution in definite integrals requires converting bounds

See All Calculus Definitions


Substitution (u-Substitution)


Substitution reverses the chain rule. If the integrand contains a function and its derivative, substitution simplifies.

Method: Let u=g(x)u = g(x), so du=g(x)dxdu = g'(x)\, dx. Replace all xx-expressions with uu-expressions and integrate.

Substitution Rule
f(g(x))g(x)dx=f(u)duwith u=g(x)\int f(g(x))\, g'(x)\, dx = \int f(u)\, du \quad \text{with } u = g(x)
Learn more about this formula: Substitution Rule →


Example:

2xcos(x2)dx\int 2x \cos(x^2)\, dx


Let u=x2u = x^2, so du=2xdxdu = 2x\, dx:

=cosudu=sinu+C=sin(x2)+C= \int \cos u\, du = \sin u + C = \sin(x^2) + C


For definite integrals, convert the limits: when x=ax = a, u=g(a)u = g(a); when x=bx = b, u=g(b)u = g(b).

Notation Inside the Techniques

Notation

Notation Inside the Techniques

Substitution's paired equations, the four-slot ledger of parts, and the substitution that runs backwards — the bookkeeping is the technique.
The integral signs — indefinite and definite; the algebra of dududifferentials.
u=g(x)u = g(x),   du=g(x)dx\; du = g'(x)\,dx
Let u equal g of x, so d u equals g prime of x, d x
A change of name recorded as two equations — and the second is real differential algebra, not ritual. Everything must convert: integrand, dxdx, all of it, as in Substitution above.
CasesIn a definite integral the bounds convert too, and the transition is often labelled on the sign itself: x=ax=b\int_{x=a}^{x=b} becomes u=g(a)u=g(b)\int_{u=g(a)}^{u=g(b)} — after which there is no going back to xx. The alternative workflow keeps the xx-bounds and back-substitutes u=g(x)u = g(x) before evaluating; both are legal, mixing them is not.
Also writtenww or tt when uu is spoken for; the final return to xx is the “back-substitution” step.
Do not confuseA partial conversion. cosudx\int \cos u \,dx — one variable in the integrand, another in the differential — is meaningless; a leftover xx under a dudu means the substitution was not completed.
udv=uvvdu\int u\, dv = uv - \int v\, du
The integral of u d v equals u v minus the integral of v d u
Parts factors the integrand into two slots: uu, destined for differentiation, and dvdv, destined for integration — and dvdv swallows the dxdx. The four-slot ledger u,du,dv,vu, du, dv, v organises the whole computation in Integration by Parts below.
CasesChoosing uu follows LIATE — logarithmic, inverse trig, algebraic, trigonometric, exponential — a classroom mnemonic, not a theorem; it fails often enough to keep judgment in the loop.
Also writtenuvdx=uvuvdx\int u\,v'\,dx = uv - \int u'\,v\,dx — the prime form, standard in European texts, where the differential never appears bare.
Do not confuseSubstitution's uu. Same letter, different job: substitution's uu renames the variable; parts' uu labels a factor and xx remains the variable throughout. Writing dvdv without its dxdx is the commonest ledger slip.
x=asinθx = a\sin\theta
Let x equal a sine theta
Substitution running backwards: the old variable is expressed through the new one, opposite in direction to u=g(x)u = g(x). The radical collapses through a Pythagorean identity, as in Trigonometric Substitution below.
CasesThree radical shapes, three choices: a2x2x=asinθ\sqrt{a^2 - x^2} \to x = a\sin\theta; a2+x2x=atanθ\sqrt{a^2 + x^2} \to x = a\tan\theta; x2a2x=asecθ\sqrt{x^2 - a^2} \to x = a\sec\theta. The answer returns to xx through θ=arcsinxa\theta = \arcsin\frac{x}{a} and a reference triangle.
Also writtenHyperbolic versions — x=asinhtx = a\sinh t — in analysis and European texts, trading the identity 1sin2=cos21 - \sin^2 = \cos^2 for cosh2sinh2=1\cosh^2 - \sinh^2 = 1.
Do not confuseThe uu-direction. Here the new variable is not a function of xx you can read off — inverting requires the inverse trig functions, and the domain restriction on θ\theta is what makes the inversion legal.

Integration by Parts


Integration by parts reverses the product rule:

Integration by Parts
udv=uvvdu\int u\, dv = uv - \int v\, du
Learn more about this formula: Integration by Parts →


Method: Identify factors uu and dvdv in the integrand. Differentiate uu to get dudu; integrate dvdv to get vv. Apply the formula.

Example:

xexdx\int x e^x\, dx


Let u=xu = x and dv=exdxdv = e^x\, dx. Then du=dxdu = dx and v=exv = e^x:

=xexexdx=xexex+C=ex(x1)+C= xe^x - \int e^x\, dx = xe^x - e^x + C = e^x(x - 1) + C


Choosing the first factor: LIATE guides selection—Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential. Earlier types typically make better choices for uu.

Trigonometric Integrals


Integrals involving powers of sine and cosine require strategic use of identities.

Odd power of sine: Save one sinx\sin x, convert remaining sin2x=1cos2x\sin^2 x = 1 - \cos^2 x, substitute u=cosxu = \cos x.

Odd power of cosine: Save one cosx\cos x, convert remaining cos2x=1sin2x\cos^2 x = 1 - \sin^2 x, substitute u=sinxu = \sin x.

Both powers even: Use half-angle identities:

sin2x=1cos2x2cos2x=1+cos2x2\sin^2 x = \frac{1 - \cos 2x}{2} \qquad \cos^2 x = \frac{1 + \cos 2x}{2}


Example:

sin3xdx=sinx(1cos2x)dx\int \sin^3 x\, dx = \int \sin x (1 - \cos^2 x)\, dx


Let u=cosxu = \cos x:

=(1u2)du=u+u33+C=cosx+cos3x3+C= -\int (1 - u^2)\, du = -u + \frac{u^3}{3} + C = -\cos x + \frac{\cos^3 x}{3} + C

Power pattern Strategy Substitution
Odd power of sin x save one sin x, rewrite the rest using sin²x = 1 − cos²x u = cos x, du = −sin x dx
Odd power of cos x save one cos x, rewrite the rest using cos²x = 1 − sin²x u = sin x, du = cos x dx
Both powers even apply half-angle identities to lower the powers none directly — reduce, then integrate term by term

Trigonometric Substitution


Square roots of quadratics suggest trigonometric substitutions.

For a2x2\sqrt{a^2 - x^2}: Let x=asinθx = a\sin\theta, so a2x2=acosθ\sqrt{a^2 - x^2} = a\cos\theta

For a2+x2\sqrt{a^2 + x^2}: Let x=atanθx = a\tan\theta, so a2+x2=asecθ\sqrt{a^2 + x^2} = a\sec\theta

For x2a2\sqrt{x^2 - a^2}: Let x=asecθx = a\sec\theta, so x2a2=atanθ\sqrt{x^2 - a^2} = a\tan\theta

Example:

11x2dx\int \frac{1}{\sqrt{1 - x^2}}\, dx


Let x=sinθx = \sin\theta, so dx=cosθdθdx = \cos\theta\, d\theta and 1x2=cosθ\sqrt{1 - x^2} = \cos\theta:

=cosθcosθdθ=dθ=θ+C=arcsinx+C= \int \frac{\cos\theta}{\cos\theta}\, d\theta = \int d\theta = \theta + C = \arcsin x + C

Radical in integrand Substitution Radical simplifies to
√(a² − x²) x = a sin θ a cos θ
√(a² + x²) x = a tan θ a sec θ
√(x² − a²) x = a sec θ a tan θ

Partial Fractions


Rational functions—polynomials divided by polynomials—decompose into simpler fractions.

Method: Factor the denominator. Write the fraction as a sum of terms with linear or irreducible quadratic denominators. Solve for coefficients. Integrate each term.

Example:

1x21dx=1(x1)(x+1)dx\int \frac{1}{x^2 - 1}\, dx = \int \frac{1}{(x-1)(x+1)}\, dx


Decompose:

1(x1)(x+1)=Ax1+Bx+1\frac{1}{(x-1)(x+1)} = \frac{A}{x-1} + \frac{B}{x+1}


Solving gives A=1/2A = 1/2, B=1/2B = -1/2:

=121x1dx121x+1dx=12lnx112lnx+1+C= \frac{1}{2}\int \frac{1}{x-1}\, dx - \frac{1}{2}\int \frac{1}{x+1}\, dx = \frac{1}{2}\ln|x-1| - \frac{1}{2}\ln|x+1| + C


Choosing the Right Technique


Pattern recognition guides technique selection.

Substitution: Look for a function paired with its derivative. Expressions like f(g(x))g(x)f(g(x)) \cdot g'(x) signal substitution with u=g(x)u = g(x).

Parts: Products of different function types—polynomial times exponential, polynomial times trigonometric, logarithm times polynomial.

Trigonometric integrals: Powers of sinx\sin x and cosx\cos x, products of trigonometric functions.

Trigonometric substitution: Square roots of a2x2a^2 - x^2, a2+x2a^2 + x^2, or x2a2x^2 - a^2.

Partial fractions: Rational functions with factorable denominators.

Multiple techniques often combine. A problem might require substitution followed by parts, or partial fractions followed by a trigonometric integral.

Summary: The Techniques at a Glance


The techniques covered above all share the same goal—reshape the integrand until it matches a known formula—but each one reverses a different differentiation rule and is triggered by a different signal in the integrand. The table below collects all five in one place, pairing each technique with what it reverses, the pattern that signals it, the standard setup, and a canonical example. Read the "Recognize when…" column first when scanning an unfamiliar integral; read across the row once a match is found.
Technique What it reverses Recognize when… Setup Example trigger
u-substitution chain rule integrand contains a function and its derivative u = g(x), du = g'(x) dx; rewrite and integrate in u ∫ 2x cos(x²) dx
Integration by parts product rule product of unrelated factors (poly · exp, poly · trig, log · poly) ∫ u dv = uv − ∫ v du; LIATE picks u ∫ x eˣ dx
Trigonometric integrals Pythagorean & half-angle identities powers and products of sin x, cos x (and tan, sec variants) save a factor; convert via identity; substitute u = sin x or cos x ∫ sin³ x dx
Trigonometric substitution Pythagorean identity integrand contains √(a² − x²), √(a² + x²), or √(x² − a²) x = a sin θ, a tan θ, or a sec θ depending on the radical ∫ 1 / √(1 − x²) dx
Partial fractions addition of rational fractions rational function with a factorable denominator decompose into A/(x − r) + B/(x − s) + … and integrate each piece ∫ 1 / (x² − 1) dx

Integration Techniques FAQ

Do you have to change the limits when you use u-substitution?

+
You have two legal options, and the only mistake is mixing them. Either convert the bounds — when x = a, u = g(a) — and finish entirely in u, never returning to x; or keep the original x-bounds, back-substitute u = g(x) to get the answer in x, and only then evaluate. Evaluating u-bounds against an x-expression is the error.Read more →

What does it mean if there's a leftover x after substituting?

+
It means the substitution is incomplete, and the expression is meaningless as written. Something like ∫cos u dx mixes one variable in the integrand with another in the differential. Every x must convert, the integrand and the dx alike. A stray x usually signals that the chosen u does not have its derivative present.Read more →

Is the u in integration by parts the same as the u in u-substitution?

+
No — same letter, different job. In substitution, u renames the variable: everything converts and x disappears. In integration by parts, u labels one factor of the integrand and x remains the variable throughout; the ledger is u, du, dv, v. Reading a parts problem as a substitution, or the reverse, is a common source of stuck work.Read more →

Does LIATE always work?

+
No. LIATE — logarithmic, inverse trig, algebraic, trigonometric, exponential — is a classroom mnemonic for choosing u in integration by parts, not a theorem. It picks well most of the time, but it fails often enough that judgment stays in the loop. If the resulting ∫v du is harder than what you started with, swap the roles.Read more →

Why is trigonometric substitution written x = a sin θ instead of u = g(x)?

+
Because it runs backwards. Ordinary substitution names the new variable as a function of the old one; trigonometric substitution expresses the old variable through the new one, which is what lets a Pythagorean identity collapse the radical. The price is that returning to x needs an inverse trig function, a reference triangle, and a domain restriction on θ.Read more →