Mathwords logoReference LibraryMathwords

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 The fraction sqrt(x) divided by (1 + cube root of x). A different type of rationalizing substitution can be used to work with integrands such as The fraction 1 divided by (1 plus e to the power of x).

Note: This method transforms the integrand into a rational function, hence the name rationalizing.

 

Example 1: Integral of √x/(1+∛x) dx solved using substitution u=x^(1/6), resulting in (6/7)u^7-(6/5)u^5+2u^3-6u+6tan⁻¹u+C

Example 2 solving ∫1/(1+eˣ)dx using substitution u=1+eˣ, partial fractions, yielding ln|eˣ/(1+eˣ)|+C

 

 

See also

u-substitution

Key Formula

For an integrand involving xn1,xn2,, let u=x1/N where N=lcm(n1,n2,)\text{For an integrand involving } \sqrt[n_1]{x},\, \sqrt[n_2]{x},\, \ldots, \text{ let } u = x^{1/N} \text{ where } N = \text{lcm}(n_1, n_2, \ldots)
Where:
  • uu = The new variable that replaces the radical expressions
  • xx = The original variable of integration
  • n1,n2,n_1, n_2, \ldots = The indices of the various roots appearing in the integrand
  • NN = 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 1x1/2+x1/3dx.\int \dfrac{1}{x^{1/2} + x^{1/3}}\, dx.
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=6u5duu = x^{1/6}, \quad x = u^6, \quad dx = 6u^5\, du
Step 2: Rewrite each radical in terms of u. Since x = u^6, we get √x = u^3 and ∛x = u^2.
x=u3,x3=u2\sqrt{x} = u^3, \quad \sqrt[3]{x} = u^2
Step 3: Substitute everything into the integral. The integrand becomes a rational function of u.
6u5u3+u2du=6u5u2(u+1)du=6u3u+1du\int \frac{6u^5}{u^3 + u^2}\, du = \int \frac{6u^5}{u^2(u + 1)}\, du = \int \frac{6u^3}{u + 1}\, du
Step 4: Perform polynomial long division on 6u^3 / (u + 1). Dividing gives 6u^3 ÷ (u + 1) = 6u^2 − 6u + 6 with remainder −6.
(6u26u+66u+1)du\int \left(6u^2 - 6u + 6 - \frac{6}{u+1}\right) du
Step 5: Integrate each term and substitute back u = x^{1/6}.
2u33u2+6u6lnu+1+C=2x3x3+6x1/66lnx1/6+1+C2u^3 - 3u^2 + 6u - 6\ln|u + 1| + C = 2\sqrt{x} - 3\sqrt[3]{x} + 6x^{1/6} - 6\ln\left|x^{1/6} + 1\right| + C
Answer: 2x1/23x1/3+6x1/66lnx1/6+1+C2x^{1/2} - 3x^{1/3} + 6x^{1/6} - 6\ln\left|x^{1/6} + 1\right| + 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 11+(x+1)1/2dx.\int \dfrac{1}{1 + (x+1)^{1/2}}\, dx.
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=u21,dx=2uduu = \sqrt{x+1}, \quad x = u^2 - 1, \quad dx = 2u\, du
Step 2: Substitute into the integral. The radical disappears entirely.
2u1+udu\int \frac{2u}{1 + u}\, du
Step 3: Rewrite the integrand by adding and subtracting 1 in the numerator: 2u/(1+u) = 2 − 2/(1+u).
(221+u)du=2u2ln1+u+C\int \left(2 - \frac{2}{1+u}\right) du = 2u - 2\ln|1 + u| + C
Step 4: Substitute back u = √(x+1).
2x+12ln1+x+1+C2\sqrt{x+1} - 2\ln\left|1 + \sqrt{x+1}\right| + C
Answer: 2(x+1)1/22ln1+(x+1)1/2+C2(x+1)^{1/2} - 2\ln\left|1 + (x+1)^{1/2}\right| + 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 SubstitutionTrigonometric Substitution
PurposeEliminates nth roots and fractional powers from the integrandEliminates square roots of quadratic expressions like √(a² − x²)
Typical integrandFractions with √x, ∛x, or √(ax+b)Expressions with √(a² − x²), √(x² + a²), or √(x² − a²)
Substitution typeAlgebraic: u = x^{1/N} or u = √(expression)Trigonometric: x = a sin θ, x = a tan θ, or x = a sec θ
Result after substitutionA rational function of uA 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 MethodsRationalizing substitution is one of many integration techniques
  • IntegrandThe expression being transformed by the substitution
  • Rational FunctionThe resulting form after a rationalizing substitution
  • u-SubstitutionThe broader substitution technique this method builds on
  • Root of a NumberThe radicals that this technique eliminates
  • FractionIntegrands often appear as fractions involving roots
  • Partial FractionsTechnique often used after rationalizing to integrate the rational result