Examples of Rationalizing Substitution in Calculus: A Beginner-Friendly Guide


Examples of Rationalizing Substitution in Calculus: A Beginner-Friendly Guide

Rationalizing substitution is a valuable tool when dealing with integrals involving roots. In this guide, we’ll cover what rationalizing substitution is, how to use it, and we will walk through step-by-step examples of rationalizing substitution in calculus.

This article is part of a three-part series on advanced substitutions. The following infographic illustrates this topic.

Advanced Substitutions Infographic Resized. Related article - Examples of Rationalizing Substitution in Calculus: A Beginner-Friendly Guide.

What Is Rationalizing Substitution?

Rationalizing substitution is a technique for transforming integrals that involve roots into a rational function so that integration techniques like polynomial long division and partial fraction decomposition can be used.

Steps for Integrating Using Rationalizing Substitution

Step 1: Identify the Proper Substitution

Identify the substitution needed to transform the integrand into a rational function. In most cases this will be \( u = \sqrt[n]{f(x)} \) if only 1 root is present, or \( \sqrt[\gcd{(n_1, …, n_i)}]{f(x)} \) if multiple roots are present. In both cases \( f(x) \) is linear.

Step 2: Substitute into the integral

For help performing the substitution, please see The Ultimate Step-by-Step Guide to Solving Integrals Using Substitution.

Step 3: Integrate and Back Substitute

Now that the integrand is transformed into a rational function, it can be integrated using methods like polynomial long division, completing the square, and partial fraction decomposition, which are discussed in the articles How to Integrate Using Polynomial Long Division with Examples, Partial Fraction Decomposition Integration Problems with Solutions: A Complete Tutorial, and The Ultimate Guide on How to Solve Integrals by Completing the Square.

Worked Out Example

Example 1: Evaluate:
(a) \( \int \frac{1}{\sqrt{x} + 1} dx \)
(b) \( \int \frac{1}{\sqrt[3]{x} + \sqrt{x}} dx \).

Solution: (a) \( \int \frac{1}{\sqrt{x} + 1} dx \)

Let \( u = \sqrt{x} \), which implies \( u^2 = x \), then \( 2udu = dx \). Substituting into the integral gives

$$\int \frac {2u}{u + 1} du.$$

We now perform polynomial long division:

Polynomial Long Division 3

Rewriting the fraction, the integral becomes

$$\int 2 – \frac{2}{u + 1} du.$$

Integrating gives

$$2u – 2\ln{|u + 1|} + C.$$

Back substituting, we arrive at a final answer of

$$2\sqrt{x} – 2\ln{|\sqrt{x} + 1|} + C.$$

(b) \( \int \frac{1}{\sqrt[3]{x} + \sqrt{x}} dx \)

Let \( u = \sqrt[6]{x} \), which implies \( u^6 = x \), then \( 6u^5du = dx \). Substituting into the integral gives

$$\int \frac{6u^5}{\sqrt[3]{u^6} + \sqrt{u^6}} du.$$

Simplifying the denominator, we get

$$\int \frac {6u^5}{u^3 + u^2} du.$$

Factoring the denominator gives

$$\int \frac {6u^5}{u^2(u + 1)} du.$$

This is equivalent to

$$\int \frac {6u^3}{u + 1} du.$$

We now perform polynomial long division:

Polynomial Long Division 4

Rewriting the fraction, the integral becomes

$$\int 6u^2 – 6u + 6 – \frac{6}{u + 1} du.$$

Integrating gives

$$2u^3 – 3u^2 + 6u – 6\ln{|u + 1|} + C.$$

Back substituting, we arrive at a final answer of

$$2\sqrt{x} – 3\sqrt[3]{x} + 6\sqrt[6]{x} – 6\ln{|\sqrt[6]{x} + 1|} + C.$$

Conclusion

Rationalizing substitution is a method for transforming integrals involving radicals into integrals of rational functions. This guide covered step-by-step examples of rationalizing substitution in calculus to help you solve these types of integrals.

Further Reading

Examples of Improper Integrals with Solutions: A Beginner’s Guide – Now that you know how to evaluate integrals via several different methods and how to evaluate definite integrals you are now ready to learn about improper integrals.

The Ultimate Beginner’s Guide to Partial Derivatives with Step-by-Step Examples – Now that you have a solid understanding of single variable calculus, you are ready to learn multivariable calculus. To begin learning about multivariable calculus, I recommend starting with partial derivatives.

Frequently Asked Questions

It’s called a rationalizing substitution, because it transforms an integrand with roots into a rational expression, with no radicals left.