Three Standard Substitutions:
| Expression | Substitution | sqrt becomes |
|---|---|---|
| sqrt(a^{2-x}^2) | x = a*sin(theta) | a*cos(theta) |
| sqrt(a^{2+x}^2) | x = a*tan(theta) | a*sec(theta) |
| sqrt(x^{2-a}^2) | x = a*sec(theta) | a*tan(theta) |
General quadratic under sqrt: First complete the square. = a[(x+)^2 + ]. Then apply the appropriate substitution.
Linear irrationals sqrt(ax+b): Simply substitute t = sqrt(ax+b) or = ax+b. Express x and dx in terms of t.
Euler substitutions (advanced): For sqrt():
- If a > 0: let sqrt() = t + sqrt(a)*x
- If c > 0: let sqrt() = tx + sqrt(c)
- If real roots exist: let sqrt(a(x-alpha)(x-beta)) = t(x-alpha) These rationalize the integral but produce complex expressions.
Reciprocal substitution x = 1/t: Useful for integrals like ). Transforms x-heavy denominators into t-friendly forms.
Key formula: integral () dx. Write px+q = A*(2ax+b) + B. The first part integrates to A2sqrt(...), the second part is a standard form.