Rationalizing Substitutions
Rationalizing Substitutions
An integration method which
is often useful when the integrand is a fraction including more
than one kind of root, such as
.
A different type of rationalizing substitution can be used to work
with integrands such as
.
Note: This method transforms the integrand into a rational function, hence the name rationalizing.


See also
Key Formula
For an integrand involving n1x,n2x,…, let u=x1/N where N=lcm(n1,n2,…)
Where:
- u = The new variable that replaces the radical expressions
- x = The original variable of integration
- n1,n2,… = The indices of the various roots appearing in the integrand
- N = The least common multiple of all root indices, chosen so that every radical becomes a simple power of u
Worked Example
Problem: Evaluate the integral ∫x1/2+x1/31dx.
Step 1: Identify the roots present. You have a square root (index 2) and a cube root (index 3). Compute the least common multiple: lcm(2, 3) = 6. So let u = x^{1/6}, which means x = u^6.
u=x1/6,x=u6,dx=6u5du
Step 2: Rewrite each radical in terms of u. Since x = u^6, we get √x = u^3 and ∛x = u^2.
x=u3,3x=u2
Step 3: Substitute everything into the integral. The integrand becomes a rational function of u.
∫u3+u26u5du=∫u2(u+1)6u5du=∫u+16u3du
Step 4: Perform polynomial long division on 6u^3 / (u + 1). Dividing gives 6u^3 ÷ (u + 1) = 6u^2 − 6u + 6 with remainder −6.
∫(6u2−6u+6−u+16)du
Step 5: Integrate each term and substitute back u = x^{1/6}.
2u3−3u2+6u−6ln∣u+1∣+C=2x−33x+6x1/6−6lnx1/6+1+C
Answer: 2x1/2−3x1/3+6x1/6−6lnx1/6+1+C
Another Example
This example differs because the radical involves a linear expression (x+1) rather than just x. The substitution targets the entire radical expression √(x+1) directly, rather than using x^{1/N}.
Problem: Evaluate the integral ∫1+(x+1)1/21dx.
Step 1: Here the radical is √(x+1), not √x. Let u = √(x+1), so that u² = x + 1, which gives x = u² − 1.
u=x+1,x=u2−1,dx=2udu
Step 2: Substitute into the integral. The radical disappears entirely.
∫1+u2udu
Step 3: Rewrite the integrand by adding and subtracting 1 in the numerator: 2u/(1+u) = 2 − 2/(1+u).
∫(2−1+u2)du=2u−2ln∣1+u∣+C
Step 4: Substitute back u = √(x+1).
2x+1−2ln1+x+1+C
Answer: 2(x+1)1/2−2ln1+(x+1)1/2+C
Frequently Asked Questions
When should you use a rationalizing substitution instead of regular u-substitution?
Use a rationalizing substitution when the integrand contains fractional powers or roots that cannot be removed by a simple u-substitution. The key signal is that the integrand involves multiple different roots of x (like √x and ∛x together), or a root expression that makes the integral awkward. Regular u-substitution works when the derivative of the inner function is already present in the integrand, which is typically not the case with these radical expressions.
How do you choose the right substitution for rationalizing?
If the integrand contains roots like x^{1/n₁} and x^{1/n₂}, set u = x^{1/N} where N is the least common multiple of n₁ and n₂. This ensures every root becomes an integer power of u. If the integrand contains √(ax + b), simply let u = √(ax + b). For expressions like √((ax+b)/(cx+d)), you can let u equal that entire radical. The goal is always to eliminate all radicals so the result is a rational function of u.
Why is it called a 'rationalizing' substitution?
The name comes from the fact that the substitution converts the integrand into a rational function — a ratio of two polynomials — in the new variable u. Once in that form, you can apply well-known techniques such as partial fraction decomposition or polynomial long division to evaluate the integral.
Rationalizing Substitution vs. Trigonometric Substitution
| Rationalizing Substitution | Trigonometric Substitution | |
|---|---|---|
| Purpose | Eliminates nth roots and fractional powers from the integrand | Eliminates square roots of quadratic expressions like √(a² − x²) |
| Typical integrand | Fractions with √x, ∛x, or √(ax+b) | Expressions with √(a² − x²), √(x² + a²), or √(x² − a²) |
| Substitution type | Algebraic: u = x^{1/N} or u = √(expression) | Trigonometric: x = a sin θ, x = a tan θ, or x = a sec θ |
| Result after substitution | A rational function of u | A trigonometric integral (may still need further work) |
Why It Matters
Rationalizing substitutions appear frequently in Calculus II courses when you study advanced integration techniques. They bridge the gap between recognizing a difficult radical integral and applying partial fractions, a technique you already know. Many integrals on AP Calculus BC exams and college-level calculus exams require this method when other techniques fail to simplify the radicals.
Common Mistakes
Mistake: Forgetting to convert dx in terms of du after making the substitution.
Correction: If u = x^{1/N} then x = u^N, so dx = Nu^{N-1} du. Always differentiate your substitution equation to find dx in terms of du before substituting into the integral.
Mistake: Using the wrong value for N when multiple roots are present.
Correction: N must be the least common multiple of all root indices, not their product or one of the indices. For example, with √x (index 2) and ⁴√x (index 4), use N = lcm(2,4) = 4, not N = 8.
Related Terms
- Integration Methods — Rationalizing substitution is one of many integration techniques
- Integrand — The expression being transformed by the substitution
- Rational Function — The resulting form after a rationalizing substitution
- u-Substitution — The broader substitution technique this method builds on
- Root of a Number — The radicals that this technique eliminates
- Fraction — Integrands often appear as fractions involving roots
- Partial Fractions — Technique often used after rationalizing to integrate the rational result
