Advanced Integration Techniques
1. Integration by Parts
Integration by parts is a technique that comes from the product rule of differentiation. The formula is given by:
∫u dv = uv - ∫v du
Where u and dv are differentiable functions of x.
Example:
Integrate ∫ x ex dx.
Let u = x and dv = ex dx. Then, du = dx and v = ex.
Using the integration by parts formula:
∫ x ex dx = x ex - ∫ ex dx
= x ex - ex + C
Therefore, the integral is x ex - ex + C.
2. Trigonometric Integrals
Trigonometric integrals involve integrating functions of sine, cosine, and other trigonometric functions. Common techniques include using trigonometric identities to simplify the integrals.
Example:
Integrate ∫ sin2(x) dx.
Use the identity sin2(x) = (1 - cos(2x))/2.
Then, ∫ sin2(x) dx = ∫ (1 - cos(2x))/2 dx
= 1/2 ∫ (1 - cos(2x)) dx
= 1/2 (x - 1/2 sin(2x)) + C
= x/2 - 1/4 sin(2x) + C
Therefore, the integral is x/2 - 1/4 sin(2x) + C.
3. Trigonometric Substitution
Trigonometric substitution is a technique used to evaluate integrals involving square roots. This method involves substituting trigonometric functions for expressions involving square roots.
Example:
Integrate ∫ dx / √(a2 - x2).
Use the substitution x = a sin(θ), dx = a cos(θ) dθ, and √(a2 - x2) = a cos(θ).
Then, ∫ dx / √(a2 - x2) = ∫ a cos(θ) dθ / a cos(θ)
= ∫ dθ
= θ + C
Since x = a sin(θ), θ = arcsin(x/a).
Therefore, the integral is arcsin(x/a) + C.
4. Partial Fraction Decomposition
Partial fraction decomposition is used to integrate rational functions by expressing them as a sum of simpler fractions.
Example:
Integrate ∫ (2x + 3) / (x2 - x - 2) dx.
Factor the denominator: x2 - x - 2 = (x - 2)(x + 1).
Express the integrand as a sum of partial fractions:
(2x + 3) / ((x - 2)(x + 1)) = A / (x - 2) + B / (x + 1).
Multiply through by the denominator to find A and B:
2x + 3 = A(x + 1) + B(x - 2).
Set up a system of equations by equating coefficients:
A + B = 2
A - 2B = 3
Solve the system to find A = 1 and B = 1.
Therefore, the integral is ∫ 1 / (x - 2) dx + ∫ 1 / (x + 1) dx
= ln|x - 2| + ln|x + 1| + C
5. Improper Integrals
Improper integrals are integrals with infinite limits or integrands that approach infinity within the interval of integration. These integrals are evaluated using limits.
Example:
Evaluate the improper integral ∫1∞ 1/x2 dx.
Rewrite the integral with a limit:
∫1∞ 1/x2 dx = limt→∞ ∫1t 1/x2 dx
Evaluate the integral:
∫ 1/x2 dx = -1/x
Then, limt→∞ [-1/x]1t
= limt→∞ (-1/t + 1)
= 1
Therefore, the value of the improper integral is 1.