Integral by Trigonometric Substitution Calculator
Trigonometric substitution is a powerful technique for evaluating integrals that contain square roots of quadratic expressions. This method transforms the integral into a form that can be solved using standard techniques, often involving trigonometric identities and substitution.
How Trigonometric Substitution Works
The fundamental idea behind trigonometric substitution is to replace a quadratic expression under a square root with a trigonometric function. This substitution simplifies the integral by converting it into a form that can be evaluated using known integration techniques.
General Form:
For integrals of the form ∫R(x)√(ax² + bx + c) dx, where R(x) is a rational function, we can use trigonometric substitution to simplify the integrand.
The most common trigonometric substitutions are:
- √(a² - x²) → x = a sinθ
- √(a² + x²) → x = a tanθ
- √(x² - a²) → x = a secθ
Each substitution transforms the integral into a form that can be evaluated using standard techniques, often involving trigonometric identities and substitution.
Common Types of Trigonometric Substitutions
There are three primary types of trigonometric substitutions, each suited to different forms of the integrand:
1. Substitution for √(a² - x²)
This substitution is used when the integrand contains a square root of the form √(a² - x²). The substitution x = a sinθ transforms the integral into a form that can be evaluated using standard techniques.
Substitution: x = a sinθ, dx = a cosθ dθ
Range: θ ∈ [-π/2, π/2]
2. Substitution for √(a² + x²)
This substitution is used when the integrand contains a square root of the form √(a² + x²). The substitution x = a tanθ transforms the integral into a form that can be evaluated using standard techniques.
Substitution: x = a tanθ, dx = a sec²θ dθ
Range: θ ∈ [-π/2, π/2]
3. Substitution for √(x² - a²)
This substitution is used when the integrand contains a square root of the form √(x² - a²). The substitution x = a secθ transforms the integral into a form that can be evaluated using standard techniques.
Substitution: x = a secθ, dx = a secθ tanθ dθ
Range: θ ∈ [0, π/2] or θ ∈ [π/2, π]
Step-by-Step Guide to Trigonometric Substitution
Follow these steps to evaluate an integral using trigonometric substitution:
- Identify the form of the integrand and determine which type of substitution to use.
- Make the substitution and adjust the differential dx accordingly.
- Simplify the integrand using trigonometric identities and algebraic manipulation.
- Evaluate the integral using standard techniques, such as substitution or integration by parts.
- Back-substitute to express the result in terms of the original variable.
Tip: Always check the range of the trigonometric function to ensure the substitution is valid.
Worked Examples
Let's look at a few examples to illustrate how trigonometric substitution works in practice.
Example 1: ∫√(9 - x²) dx
This integral involves the form √(a² - x²), so we use the substitution x = 3 sinθ.
Solution:
Let x = 3 sinθ, dx = 3 cosθ dθ
When x = 0, θ = 0; when x = 3, θ = π/2
∫√(9 - x²) dx = ∫√(9 - 9 sin²θ) * 3 cosθ dθ = ∫3 cosθ * 3 cosθ dθ = 9 ∫cos²θ dθ
Using the identity cos²θ = (1 + cos2θ)/2:
9 ∫(1 + cos2θ)/2 dθ = (9/2) [θ + (sin2θ)/2] evaluated from 0 to π/2
= (9/2) [π/2 + 0 - 0 - 0] = 9π/4
Example 2: ∫1/√(x² + 4) dx
This integral involves the form √(x² + a²), so we use the substitution x = 2 tanθ.
Solution:
Let x = 2 tanθ, dx = 2 sec²θ dθ
∫1/√(x² + 4) dx = ∫1/√(4 tan²θ + 4) * 2 sec²θ dθ = ∫1/(2 secθ) * 2 sec²θ dθ = ∫secθ dθ
= ln|secθ + tanθ| + C
Back-substitute: θ = arctan(x/2)
= ln|√(x²/4 + 1) + x/2| + C