Techniques of Integration

While basic integration formulas cover fundamental functions, they are often insufficient for more complicated mathematical models encountered in engineering. Just as differentiation has the Chain Rule and Product Rule, integration has corresponding techniques to "undo" those complex operations.

Why Do We Need Techniques?

Consider integrating a function like xexdx\int x e^x \, dx or sin3xcos2xdx\int \sin^3 x \cos^2 x \, dx. The basic formulas alone cannot solve these. Integration techniques are a toolbox of algebraic and trigonometric manipulations designed to transform complex integrals into forms that can be solved using basic rules.

Integration by Substitution (u-substitution)

The substitution rule is the foundational technique of integration, acting as the reverse of the Chain Rule for differentiation. It is primarily used when the integrand contains a composite function multiplied by the derivative of its "inner" function. The goal is to replace a complicated expression with a single variable, uu, making the integral easier to solve.

Substitution Rule

Let u=g(x)u = g(x) and du=g(x)dxdu = g'(x)dx.
$$ \\int f(g(x))g'(x) \\, dx = \\int f(u) \\, du $$

Steps for u-substitution

  • Identify the inner function to be your uu. A good choice for uu is often the quantity raised to a power, under a root, or inside a trigonometric function. Its derivative (or a scalar multiple of it) should also be present in the integrand.
  • Compute dudu, the derivative of uu with respect to xx, and solve for dxdx or the remaining terms in the integral.
  • Substitute uu and dudu into the original integral to eliminate all instances of xx.
  • Integrate the new expression with respect to uu.
  • Back-substitute, replacing uu with the original g(x)g(x) expression, and add the constant of integration, CC.

Applying Substitution to Definite Integrals

When applying uu-substitution to a definite integral, it is highly recommended to change the limits of integration from xx-values to uu-values at the same time you substitute the variable and the differential. This allows you to evaluate the integral directly in terms of uu, skipping the back-substitution step required for indefinite integrals.

Evaluating Definite Integrals with u-Substitution

  • Choose your substitution u=g(x)u = g(x).
  • Compute du=g(x)dxdu = g'(x)dx.
  • Change the limits of integration. If the original limits were x=ax=a and x=bx=b, the new limits are u1=g(a)u_1 = g(a) and u2=g(b)u_2 = g(b).
  • Substitute the new limits and evaluate the integral in terms of uu. The result is the numerical answer; no back-substitution is needed.

Rationalizing Substitutions

Some integrals containing fractional powers or roots do not readily succumb to standard u-substitution because the derivative of the inner function is absent. In these cases, a rationalizing substitution is employed to eliminate the radical.

Eliminating Radicals

If an integrand contains the radical ax+bn\sqrt[n]{ax + b}, let u=ax+bnu = \sqrt[n]{ax + b}.
Then, raise both sides to the nn-th power: un=ax+bu^n = ax + b, and differentiate implicitly to find dxdx: nun1du=adxn u^{n-1} \, du = a \, dx. This transforms the integrand into a purely rational expression.

Integration by Parts

Integration by parts is the reverse of the Product Rule for differentiation. It is essential when integrating the product of two different types of functions, such as an algebraic term and an exponential term (e.g., xexx e^x).

Integration by Parts Formula

The success of this method hinges entirely on choosing the right parts for uu and dvdv.
$$ \\int u \\, dv = uv - \\int v \\, du $$

The LIATE Rule

To systematically choose uu, follow the LIATE priority list. The function that appears first in this list should be chosen as uu. The remaining part of the integrand becomes dvdv.
  • Logarithmic functions (lnx,logbx\ln x, \log_b x)
  • Inverse trigonometric functions (arcsinx,arctanx\arcsin x, \arctan x)
  • Algebraic functions (x2,3x,5x^2, 3x, 5)
  • Trigonometric functions (sinx,cosx\sin x, \cos x)
  • Exponential functions (ex,2xe^x, 2^x)

The Tabular Method

When integrating a product where one factor is a polynomial (like xnx^n) and the other is an exponential or trigonometric function (like eaxe^{ax} or sin(bx)\sin(bx)), applying integration by parts multiple times becomes tedious. The tabular method provides a rapid and organized approach.

Using the Tabular Method

  • Create two columns: one for derivatives (uu, usually the polynomial) and one for integrals (dvdv, usually the exponential/trig function).
  • Differentiate the uu column repeatedly until it reaches 0.
  • Integrate the dvdv column the corresponding number of times.
  • Draw diagonal lines from the first entry of the derivative column to the second entry of the integral column, alternating signs (+, -, +, -...) for each product. Sum these products.

Interactive Lab: Integration by Parts (LIATE)

Current Problem:
xexdx\int x e^x \, dx

LIATE Priority List

LLogarithmic
IInverse Trig
AAlgebraic
TTrigonometric
EExponential

The function type highest on this list should be selected as u.

Which part should be u?Select the function based on the LIATE rule.

Reduction Formulas

When integrating powers of functions (especially trigonometric or exponential), repeatedly applying integration by parts yields a pattern. A reduction formula is a general recursive formula derived from integration by parts that relates an integral of a high power to an integral of a lower power.

Common Reduction Formulas

These formulas "reduce" the exponent nn iteratively until a basic integral is reached.
  • Sine: sinnxdx=1nsinn1xcosx+n1nsinn2xdx\int \sin^n x \, dx = -\frac{1}{n}\sin^{n-1} x \cos x + \frac{n-1}{n}\int \sin^{n-2} x \, dx
  • Cosine: cosnxdx=1ncosn1xsinx+n1ncosn2xdx\int \cos^n x \, dx = \frac{1}{n}\cos^{n-1} x \sin x + \frac{n-1}{n}\int \cos^{n-2} x \, dx

Trigonometric Integrals

When evaluating integrals that involve powers of trigonometric functions, such as sinmxcosnxdx\int \sin^m x \cos^n x \, dx, we use trigonometric identities to rewrite the integrand into a form suitable for u-substitution.

Essential Identities

  • Pythagorean Identity: sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 (and its variant tan2x+1=sec2x\tan^2 x + 1 = \sec^2 x )
  • Half-Angle (Power-Reducing) Formulas: sin2x=1cos2x2\sin^2 x = \frac{1 - \cos 2x}{2} and cos2x=1+cos2x2\cos^2 x = \frac{1 + \cos 2x}{2}

Strategies for Sine and Cosine

  • If the power of sine is odd and positive: Save one sine factor and convert the remaining even powers to cosines using sin2x=1cos2x\sin^2 x = 1 - \cos^2 x. Then substitute u=cosxu = \cos x.
  • If the power of cosine is odd and positive: Save one cosine factor and convert the remaining even powers to sines using cos2x=1sin2x\cos^2 x = 1 - \sin^2 x. Then substitute u=sinxu = \sin x.
  • If both powers are even: Use the half-angle formulas to reduce the powers algebraically before integrating.

Strategies for Secant and Tangent

  • If the power of secant is even and positive: Save a sec2x\sec^2 x factor and convert the remaining even powers to tangents using sec2x=1+tan2x\sec^2 x = 1 + \tan^2 x. Then substitute u=tanxu = \tan x.
  • If the power of tangent is odd and positive: Save a secxtanx\sec x \tan x factor and convert the remaining even powers to secants using tan2x=sec2x1\tan^2 x = \sec^2 x - 1. Then substitute u=secxu = \sec x.

Trigonometric Substitution

Trigonometric substitution is used when evaluating integrals containing radicals like a2x2\sqrt{a^2 - x^2}, a2+x2\sqrt{a^2 + x^2}, or x2a2\sqrt{x^2 - a^2}. We use trigonometric identities to eliminate the root by mapping algebraic expressions to the sides of a right triangle.

Trigonometric Substitutions

  • For a2x2\sqrt{a^2 - x^2}, use x=asinθx = a \sin \theta. The radical simplifies to acosθa \cos \theta.
  • For a2+x2\sqrt{a^2 + x^2}, use x=atanθx = a \tan \theta. The radical simplifies to asecθa \sec \theta.
  • For x2a2\sqrt{x^2 - a^2}, use x=asecθx = a \sec \theta. The radical simplifies to atanθa \tan \theta.

Trigonometric Substitutions

Visualizing the right triangle geometry

Reference Triangle

θ
aa
xx
a2x2\sqrt{a^2 - x^2}
Target Radical:
a2x2\sqrt{a^2 - x^2}
Let x=asinθ\text{Let } x = a \sin \theta

Radical Simplification

Click "Next Step" to simplify the radical algebraically.

Weierstrass Substitution (Tangent Half-Angle)

The Weierstrass substitution is a powerful technique for evaluating integrals of rational trigonometric functions (like 1/(a+bsinx+ccosx)1 / (a + b \sin x + c \cos x)). By using the substitution t=tan(x/2)t = \tan(x/2), we can transform the trigonometric integral into an algebraic integral of a rational function in tt, which can then be solved using partial fractions.

Weierstrass Substitution

Let t=tan(x/2)t = \tan(x/2). The necessary substitutions are:
  • dx=21+t2dtdx = \frac{2}{1 + t^2} dt
  • sinx=2t1+t2\sin x = \frac{2t}{1 + t^2}
  • cosx=1t21+t2\cos x = \frac{1 - t^2}{1 + t^2}

Partial Fractions

Partial Fraction Decomposition Explorer

1. Original Rational Function:
1 / [(x - 1)(x + 2)]
2. Algebraic Setup:
A / (x - 1) + B / (x + 2)
3. Clear Denominators:
1 = A(x + 2) + B(x - 1)
4. Solve for Constants:
A = 1/3, B = -1/3
5. Final Decomposed Integral Form:
(1/3) / (x - 1) - (1/3) / (x + 2)
Integration by partial fractions is used exclusively for rational functions—functions of the form P(x)Q(x)\frac{P(x)}{Q(x)} where PP and QQ are polynomials. The goal is to algebraically decompose a complex fraction into a sum of simpler fractions that can be integrated using basic logarithm rules or the arctangent formula.

Degree Requirement

The degree of the numerator P(x)P(x) must be strictly less than the degree of the denominator Q(x)Q(x). If the degree of P(x)P(x) is equal to or greater than Q(x)Q(x), you must perform long division first.

Common Decomposition Cases

Based on the factored denominator:
  • Distinct Linear Factors: 1(xa)(xb)=Axa+Bxb\frac{1}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}
  • Repeated Linear Factors: 1(xa)2=Axa+B(xa)2\frac{1}{(x-a)^2} = \frac{A}{x-a} + \frac{B}{(x-a)^2}
  • Irreducible Quadratic Factors: An irreducible quadratic is one that cannot be factored into real linear factors (its discriminant b24ac<0b^2 - 4ac < 0). For these, the numerator must be a linear term: 1(ax2+bx+c)=Ax+Bax2+bx+c\frac{1}{(ax^2+bx+c)} = \frac{Ax+B}{ax^2+bx+c}
    Integrating these often involves completing the square in the denominator and utilizing the arctangent formula.

Wallis' Formula

Wallis' Formula is a highly specialized, time-saving technique used for evaluating definite integrals of the form 0π/2sinnxdx\int_0^{\pi/2} \sin^n x \, dx or 0π/2cosnxdx\int_0^{\pi/2} \cos^n x \, dx, where nn is a non-negative integer. It circumvents the lengthy process of using multiple half-angle reductions or integration by parts.

Wallis' Formula

For integrals of the form 0π/2sinnxdx\int_0^{\pi/2} \sin^n x \, dx or 0π/2cosnxdx\int_0^{\pi/2} \cos^n x \, dx:
  • If nn is odd: (n1)(n3)(2)(n)(n2)(3)(1)\frac{(n-1)(n-3) \dots (2)}{(n)(n-2) \dots (3)(1)}
  • If nn is even: (n1)(n3)(1)(n)(n2)(2)π2\frac{(n-1)(n-3) \dots (1)}{(n)(n-2) \dots (2)} \cdot \frac{\pi}{2}

Wallis' Formula Calculator

Integral to Evaluate
0π/2sin4xdx\int_0^{\pi/2} \sin^{4} x \, dx
Applying Wallis' Formula (n is Even)
=3142π2= \frac{3 \cdot 1}{4 \cdot 2} \cdot \frac{\pi}{2}
=38π2= \frac{3}{8} \cdot \frac{\pi}{2}
Decimal Result \approx 0.5890

Integration of Hyperbolic Functions

Hyperbolic functions have integration rules that closely parallel those of trigonometric functions. However, unlike regular trigonometric derivatives where the derivative of "co-" functions are negative, ddx(coshx)=sinhx\frac{d}{dx}(\cosh x) = \sinh x (positive), which changes the signs of their corresponding integrals.

Hyperbolic Integration Formulas

  • sinhxdx=coshx+C\int \sinh x \, dx = \cosh x + C
  • coshxdx=sinhx+C\int \cosh x \, dx = \sinh x + C
  • sech2xdx=tanhx+C\int \text{sech}^2 x \, dx = \tanh x + C

Special Functions: Gamma and Beta

In advanced engineering mathematics, probability, and mechanics, certain improper integrals arise so frequently that they are defined as special mathematical functions. The two most common are the Gamma function and the Beta function. These allow you to evaluate complex integrals without finding an antiderivative.

The Gamma Function

The Gamma function Γ(n)\Gamma(n) is defined as the improper integral: Γ(n)=0xn1exdxfor n>0\Gamma(n) = \int_0^\infty x^{n-1}e^{-x} \, dx \quad \text{for } n > 0
A key property linking it to factorials is: Γ(n+1)=nΓ(n)\Gamma(n+1) = n\Gamma(n). If nn is a positive integer, then Γ(n)=(n1)!\Gamma(n) = (n-1)!

The Beta Function

The Beta function B(m,n)B(m,n) is closely related to the Gamma function and evaluates definite integrals from 0 to 1 of powers of xx and (1x)(1-x): B(m,n)=01xm1(1x)n1dxfor m,n>0B(m,n) = \int_0^1 x^{m-1}(1-x)^{n-1} \, dx \quad \text{for } m, n > 0
It can be calculated directly using Gamma functions: B(m,n)=Γ(m)Γ(n)Γ(m+n)B(m,n) = \frac{\Gamma(m)\Gamma(n)}{\Gamma(m+n)}
Key Takeaways
  • u-substitution: Reverses the Chain Rule. Use Rationalizing Substitutions when a pure uu assignment fails due to unremovable radicals.
  • Integration by Parts: Reverses the Product Rule. Use the Tabular Method to rapidly integrate products of polynomials and exponential/trig functions, or derive Reduction Formulas for higher powers.
  • Trigonometric Integrals: Rely on manipulating integrands using identities like sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 and sec2x=tan2x+1\sec^2 x = \tan^2 x + 1 to create opportunities for u-substitution.
  • Partial Fractions: An algebraic technique to break down complex rational functions into simpler, integrable components resulting in logarithms or arctangents.
  • Trigonometric Substitution: Used to eliminate specific radical forms by leveraging trigonometric identities linked to right triangles.
  • Wallis' Formula: An exclusive shortcut for specific integrals evaluated exactly from 00 to π/2\pi/2.
  • Gamma and Beta Functions: Specialized formulas for evaluating recurring, complex improper integrals frequently found in engineering and statistics.