Skip to main content
Logo image

Section 6.4 Working with Radicals

Sometimes radical notation is more convenient to use than exponents. In these cases, we usually simplify radical expressions algebraically before using a calculator to obtain decimal approximations.

Subsection 6.4.1 Properties of Radicals

Because \(\sqrt[n]{a}=a^{1/n}\text{,}\) we can use the laws of exponents to derive two important properties that are useful in working with radicals.

Product Rule for Radicals.

\begin{equation*} \blert{\displaystyle{\sqrt[n]{ab}=\sqrt[n]{a}\sqrt[n]{b}\text{, }\hphantom{blank000}\text{for } a, b \ge 0}} \end{equation*}

Quotient Rule for Radicals.

\begin{equation*} \blert{\displaystyle{\sqrt[n]{\frac{a}{b}}=\frac{\sqrt[n]{a}}{\sqrt[n]{b}}\text{, }\hphantom{blankblank}\text{for } a\ge 0,~~ b \gt 0}} \end{equation*}
As examples, you can verify that
\begin{equation*} \sqrt{36}=\sqrt{4}\sqrt{9} ~~~\text{ and }~~~ \sqrt[3]{\frac{1}{8}}=\frac{\sqrt[3]{1}}{\sqrt[3]{8}} \end{equation*}

Caution 6.4.1.

In general, it is not true that \(\sqrt[n]{a+b}\) is equivalent to \(\sqrt[n]{a}+\sqrt[n]{b}\text{,}\) or that \(\sqrt[n]{a-b}\) is equivalent to \(\sqrt[n]{a}-\sqrt[n]{b}\text{.}\)
For example, you can check that
\begin{align*} \sqrt{9+16} \amp \not= \sqrt{9} +\sqrt{16}\\ \text{and}~~~~~~ \sqrt[3]{27-8} \amp \not= \sqrt[3]{27}-\sqrt[3]{8} \end{align*}

Example 6.4.2.

Which of the following are true?
  1. Is \(\sqrt{36+64}= \sqrt{36}+\sqrt{64}~\text{?}\)
  2. Is \(\sqrt[3]{8(64)}= \sqrt[3]{8}\sqrt[3]{64}~\text{?}\)
  3. Is \(\sqrt{x^2+4}= x+2~\text{?}\)
  4. Is \(\sqrt[3]{8x^3}= 2x~\text{?}\)
Solution.
The statements in (b) and (d) are true, and both are examples of the first property of radicals.
Statements (a) and (c) are false.

Checkpoint 6.4.3. QuickCheck 1.

Which of the following are true?
  1. \(\sqrt[3]{8a^3-b^3} = 2a-b~\text{?}\)
    • True
    • False
  2. \(\sqrt[5]{x^3y^4} = \sqrt[5]{x^3}\sqrt[5]{y^4}~\text{?}\)
    • True
    • False
  3. \(\sqrt[4]{\dfrac{1}{w^4}}=\dfrac{1}{w}\text{,}\) for \(w \gt 0~\text{?}\)
    • True
    • False
  4. \(\sqrt{1+x^2} = 1+x~\text{?}\)
    • True
    • False
Answer 1.
\(\text{False}\)
Answer 2.
\(\text{True}\)
Answer 3.
\(\text{True}\)
Answer 4.
\(\text{False}\)
Solution.
(b) and (c) are true.

Subsection 6.4.2 Simplifying Radicals

Each time we use a calculator to approximate a radical, we lose accuracy, and in the course of a long calculation, the error accumulates. To avoid this problem, we simplify radicals by factoring out any perfect powers from the radicand.

Example 6.4.4.

Simplify \(~\sqrt[3]{108}\)
Solution.
We look for perfect cubes that divide evenly into \(108\text{.}\) The easiest way to do this is to try the perfect cubes in order:
\begin{equation*} 1, ~8, ~27, ~64, ~125, \ldots \end{equation*}
and so on, until we find one that is a factor. For this example, we find that \(108 = 27 \cdot 4\text{.}\) Applying the Product Rule, we write
\begin{align*} \sqrt[3]{108} \amp =\sqrt[3]{27}\sqrt[3]{4} \amp \amp \blert{\text{Simplify:}~\sqrt[3]{27}=3.}\\ \amp = 3 \sqrt[3]{4} \end{align*}
This expression is considered simpler than the original radical because the new radicand, \(4\text{,}\) is smaller than the original, \(108\text{.}\)

Caution 6.4.5.

Finding a decimal approximation for a radical is not the same as simplifying the radical. In the Example above, we can use a calculator to find
\begin{equation*} \sqrt[3]{108} \approx 4.762 \end{equation*}
but \(4.762\) is not the exact value for \(\sqrt[3]{108}\text{.}\)
In long calculations, too much error may be introduced by approximating each radical. However, \(3 \sqrt[3]{4}\) is equal to \(\sqrt[3]{108}\text{,}\) so their values are exactly the same. We can replace one expression by the other without losing accuracy.

Checkpoint 6.4.6. Practice 1.

Simplify \(\sqrt[4]{80}\)
  • \(\displaystyle 20 \)
  • \(\displaystyle \ \sqrt{20} \)
  • \(\displaystyle 4\sqrt[4]{5} \)
  • \(\displaystyle 2\sqrt[4]{5} \)
Answer.
\(\text{Choice 4}\)
Solution.
\(\sqrt[4]{80}=\sqrt[4]{16\cdot5}=\sqrt[4]{16}\sqrt[4]{5}=2\sqrt[4]{5}\)
We can also simplify radicals containing variables. If the exponent on the variable is a multiple of the index, we can extract the variable from the radical. For instance,
\begin{equation*} \sqrt[3]{12}=x^{12/3}=x^4 \end{equation*}
(You can verify this by noting that \((x^4)^3 = x^{12}\text{.}\))

Caution 6.4.7.

Do not confuse \(\sqrt{a^{16}}\) with \(\sqrt{16}\text{.}\) Compare the two radicals:
\begin{equation*} \sqrt{16}=4~~~~~~\text{but}~~~~~~\sqrt{a^{16}}=a^8 \end{equation*}

Example 6.4.8.

Simplify \(~\sqrt[3]{x^{11}}\)
Solution.
Because the exponent on the variable, 11, is not a multiple of the index, 3, we factor out the highest power that is a multiple.
\begin{align*} \sqrt[3]{x^{11}} \amp = \sqrt[3]{x^9 \cdot x^2}\amp\amp\blert{\text{Apply the Product Rule.}}\\ \amp = \sqrt[3]{x^9}\cdot\sqrt[3]{x^2} \amp\amp\blert{\text{Simplify }\sqrt[3] {x^9}=x^{9/3}.} \\ \amp = x^3 \sqrt[3]{x^2} \end{align*}

Checkpoint 6.4.9. Practice 2.

Simplify \(\sqrt[4]{a^{15}}\)
  • \(\displaystyle 3\sqrt[4]{a^3} \)
  • \(\displaystyle \ a^3\sqrt[4]{a^3} \)
  • \(\displaystyle a\sqrt[4]{11} \)
  • \(\displaystyle a^{12}\sqrt[4]{a^3} \)
Answer.
\(\text{Choice 2}\)
Solution.
\(\sqrt[4]{a^{15}}=\sqrt[4]{a^{12}\cdot a^3}=\sqrt[4]{a^{12}}\sqrt[4]{a^3}=a^3\sqrt[4]{a^3}\)
To simplify a root of a monomial, we factor the coefficient and each power of a variable separately.

Example 6.4.10.

Simplify each radical.
  1. \(\displaystyle \sqrt{18x^5}\)
  2. \(\displaystyle \sqrt[3]{24x^6y^8} \)
Solution.
  1. The index of the radical is \(2\text{,}\) so we look for perfect square factors of \(18x^5\text{.}\) The factor \(9\) is a perfect square, and \(x^4\) has an exponent divisible by \(2\text{.}\) Thus,
    \begin{align*} \sqrt{18x^5} \amp = \sqrt{9x^4\cdot 2x}\amp\amp\blert{\text{Apply the Product Rule.}}\\ \amp = \sqrt{9x^4} \sqrt{2x}\amp\amp\blert{\text{Take square roots.}}\\ \amp = 3x^2\sqrt{2x} \end{align*}
  2. The index of the radical is \(3\text{,}\) so we look for perfect cube factors of \(24x^6 y^8\text{.}\) The factor \(8\) is a perfect cube, and \(x^6\) and \(y^6\) have exponents divisible by \(3\text{.}\) Thus,
    \begin{align*} \sqrt[3]{24x^6y^8} \amp = \sqrt[3]{8x^6 y^6 \cdot 3 y^2}\amp\amp\blert{\text{Apply the Product Rule.}}\\ \amp = \sqrt[3]{8x^6 y^6} \sqrt[3]{3 y^2}\amp\amp\blert{\text{Take cube roots.}}\\ \amp = 2x^2 y^2\sqrt[3]{3y^2} \end{align*}

Checkpoint 6.4.11. Practice 3.

Simplify \(\sqrt[3]{250b^7}\)
  • \(\displaystyle 5b^2\sqrt[3]{2b} \)
  • \(\displaystyle \ 25b^4\sqrt[3]{2b} \)
  • \(\displaystyle 5b^3\sqrt[3]{10b} \)
  • \(\displaystyle 5b^6\sqrt[3]{10b} \)
Answer.
\(\text{Choice 1}\)
Solution.
\(\sqrt[3]{250b^7}=\sqrt[3]{125b^6\cdot 2b}=\sqrt[3]{125b^6}\sqrt[3]{2b}=5b^2\sqrt[3]{2b}\)

Caution 6.4.12.

It is worth stating again that the Product Rule applies only to products under the radical, not to sums or differences. For example,
\begin{equation*} \sqrt{4\cdot 9}=\sqrt{4}\sqrt{9}=2\cdot 3, ~~~\text{ but }~~~\sqrt{4+ 9}\ne \sqrt{4}+\sqrt{9} \end{equation*}
and
\begin{equation*} \sqrt[3]{x^3y^6}=\sqrt[3]{x^3}\sqrt[3]{y^6}=xy^2, ~~~\text{ but }~~~\sqrt[3]{x^3-y^6}\ne x-y^2 \end{equation*}

Checkpoint 6.4.13. QuickCheck 2.

True or false.
  1. To simplify a radical means to find a decimal approximation.
    • True
    • False
  2. \(\sqrt{x^{16}} = x^4\)
    • True
    • False
  3. We cannot simplify \(\sqrt[3]{x^{10}}.\)
    • True
    • False
  4. \(\sqrt{83^5} = 83^2\sqrt{83}\)
    • True
    • False
Answer 1.
\(\text{False}\)
Answer 2.
\(\text{False}\)
Answer 3.
\(\text{False}\)
Answer 4.
\(\text{True}\)
Solution.
  1. False
  2. False
  3. False
  4. True

Subsection 6.4.3 Sums and Differences of Radicals

How can we add or subtract radicals? Keep in mind that, in general,
\begin{equation*} \sqrt[n]{a}+\sqrt[n]{b} \not= \sqrt[n]{a+b} \end{equation*}
We cannot add or subtract expressions that occur under a radical. For example, you can check that
\begin{equation*} \sqrt{16}-\sqrt{4} \not= \sqrt{12}~~~~~~\text{and}~~~~~~\sqrt{7}+\sqrt{7} \not= \sqrt{14} \end{equation*}
However, if two roots have the same index and identical radicands, they are said to be like radicals. We can add or subtract like radicals in the same way that we add or subtract like terms, namely by adding or subtracting their coefficients. For example, we know that
\begin{equation*} 2r+3r=(2+3)r=5r \end{equation*}
where \(r\) is a variable that can stand for any real number. In particular, if \(r=\sqrt{x}\text{,}\) we have
\begin{equation*} 2\sqrt{x}+3\sqrt{x}=(2+3)\sqrt{x}=5\sqrt{x} \end{equation*}
So we may add like radicals by adding their coefficients. The same idea applies to subtraction.

Like Radicals.

To add or subtract like radicals, we add or subtract their coefficients. We do not change the index or the radicand.

Example 6.4.14.

  1. \(\displaystyle 3\sqrt{3}+4\sqrt{3} = (3+4)\sqrt{3} = 7\sqrt{3}\)
  2. \(\displaystyle 4\sqrt[3]{y}-6\sqrt[3]{y} = (4-6)\sqrt[3]{y} = -2\sqrt[3]{y}\)

Caution 6.4.15.

  1. In Example 6.4.14a, \(3\sqrt{3}+4\sqrt{3}\ne 7\sqrt{6} \text{.}\) Only the coefficients are added; the radicand does not change.
  2. Sums of radicals with different radicands or different indices cannot be combined. Thus,
    \begin{align*} \sqrt{11}+\sqrt{5} \amp \ne\sqrt{16} \amp \amp \blert{\text{Radicands are not the same.}}\\ \sqrt[3]{10x}-\sqrt[3]{2x} \amp \ne\sqrt[3]{8x} \amp \amp \blert{\text{Radicands are not the same.}}\\ \sqrt[3]{7}+\sqrt{7} \amp \ne\sqrt[5]{7} \amp \amp \blert{\text{Indices are not the same.}} \end{align*}
    None of the expressions above can be simplified.

Checkpoint 6.4.16. Practice 4.

Simplify \(~8\sqrt[3]{5b}+4\sqrt[3]{5b} =\)
Answer.
\(12\sqrt[3]{5b}\)
Solution.
\(12\sqrt[3]{5b}\)

Checkpoint 6.4.17. QuickCheck 3.

True or false.
  1. We combine like radicals the same way we combine like terms: by adding or subtracting their coefficients.
    • True
    • False
  2. To add radicals with different indices, we multiply the indices.
    • True
    • False
  3. \(3\sqrt{5}+6\sqrt{5}=9\sqrt{10}\)
    • True
    • False
  4. Like radicals must have identical coefficients.
    • True
    • False
Answer 1.
\(\text{True}\)
Answer 2.
\(\text{False}\)
Answer 3.
\(\text{False}\)
Answer 4.
\(\text{False}\)
Solution.
  1. True
  2. False
  3. False
  4. False
Sometimes we must simplify the roots in a sum or difference before we can recognize like radicals.

Example 6.4.18.

Simplify \(\sqrt[3]{40x^2}-3\sqrt[3]{16x^2}+\sqrt[3]{54x^2}\)
Solution.
We simplify each cube root by factoring perfect cubes from the radicals.
\begin{align*} \sqrt[3]{40x^2} \amp-3\sqrt[3]{16x^2}+\sqrt[3]{54x^2} = \\ \amp = \sqrt[3]{\alert{8} \cdot 5x^2}-3\sqrt[3]{\alert{8} \cdot 2x^2}+\sqrt[3]{\alert{27} \cdot 2x^2} \amp \amp \blert{\text{Extract roots.}}\\ \amp = \alert{2}\sqrt[3]{5x^2}-3 \cdot \alert{2}\sqrt[3]{2x^2}+\alert{3}\sqrt[3]{2x^2}\\ \amp = 2\sqrt[3]{5x^2}-6\sqrt[3]{2x^2}+3\sqrt[3]{2x^2} \amp \amp \blert{\text{Combine like radicals.}}\\ \amp = 2\sqrt[3]{5x^2}-3\sqrt[3]{2x^2} \end{align*}

Checkpoint 6.4.19. Practice 5.

Simplify \(~\sqrt{12x}+\sqrt{8x}-4\sqrt{18x} =\)
Answer.
\(2\sqrt{3x}-10\sqrt{2x}\)
Solution.
\(2\sqrt{3x}-10\sqrt{2x}\)

Subsection 6.4.4 Products and Quotients of Radicals

Because of the Product and Quotient Rules, we can multiply or divide radicals of the same index.
\begin{align*} \sqrt[n]{a}\sqrt[n]{b} \amp = \sqrt[n]{ab} \amp \amp (a,b \ge 0)\\ \dfrac{\sqrt[n]{a}}{\sqrt[n]{b}} \amp = \sqrt[n]{\dfrac{a}{b}} \amp \amp (a \ge 0, b \gt 0) \end{align*}
These rules tell us that for products and quotients, the radicands do not have to be the same; only the indices must match.

Example 6.4.20.

Simplify.
  1. \(\displaystyle \sqrt[4]{6x^2} \sqrt[4]{8x^3}\)
  2. \(\displaystyle \displaystyle{\frac{\sqrt[3]{16y^5}}{\sqrt[3]{y^2}}}\)
Solution.
  1. We apply the Product Rule to write the product as a single radical, then simplify.
    \begin{align*} \sqrt[4]{6x^2} \sqrt[4]{8x^3}\amp =\sqrt[4]{48x^5}\amp\amp\blert{\text{Factor out perfect fourth powers.}} \\ \amp = \sqrt[4]{16x^4}\sqrt[4]{3x}\amp\amp\blert{\text{Simplify.}}\\ \amp = 2x \sqrt[4]{3x} \end{align*}
  2. We apply the Quotient Rule to write the quotient as a single radical, then reduce the fraction under the radical.
    \begin{align*} \frac{\sqrt[3]{16y^5}}{\sqrt[3]{y^2}}\amp =\sqrt[3]{\frac{16y^5}{y^2}}\amp\amp\blert{\text{Reduce.}} \\ \amp = \sqrt[3]{16y^3}\amp\amp\blert{\text{Simplify: factor out perfect cubes.}}\\ \amp = \sqrt[3]{8y^3}\sqrt[3]{2} = 2y \sqrt[3]{2} \end{align*}

Checkpoint 6.4.21. Practice 6.

Simplify.
  1. \(~\sqrt{\dfrac{18x^5}{25y^4}}=\)
  2. \(\sqrt[3]{2a^2}\sqrt[3]{6a^2}=\)
Answer 1.
\(\frac{3x^{2}\sqrt{2x}}{5y^{2}}\)
Answer 2.
\(a\sqrt[3]{12a}\)
Solution.
  1. \(\displaystyle \dfrac{3x^2\sqrt{2x}}{5y^2}\)
  2. \(\displaystyle a\sqrt[3]{12a}\)
For products involving binomials, we apply the distributive law.

Example 6.4.22.

Expand each product.
  1. \(\displaystyle 2\sqrt{3} \left(\sqrt{2x}+5\sqrt{6} \right)\)
  2. \(\displaystyle \left(\sqrt{x}-\sqrt{y} \right)\left(\sqrt{x}+\sqrt{y} \right)\)
Solution.
  1. We multiply each term within the parentheses by \(2\sqrt{3}\text{.}\)
    \begin{align*} \alert{2\sqrt{3}}\amp \left(\sqrt{2x}+5\sqrt{6} \right) =\\ \amp = \alert{2\sqrt{3}} \cdot \sqrt{2x} + \alert{2\sqrt{3}} \cdot 5\sqrt{6} \amp \amp \blert{\text{Apply the Product Rule.}}\\ \amp = \alert{2}\sqrt{\alert{3} \cdot 2x} + \alert{2} \cdot 5 \sqrt{\alert{3} \cdot 6} \amp \amp \blert{\text{Simplify the radicals.}}\\ \amp = 2\sqrt{6x}+10\sqrt{18}\\ \amp = 2\sqrt{6x}+10\cdot \sqrt{9}\sqrt{2}\\ \amp = 2\sqrt{6x}+30\sqrt{2} \end{align*}
  2. We use the "FOIL" method to expand the product.
    \begin{align*} \left(\sqrt{x}-\sqrt{y} \right)\left(\sqrt{x}+\sqrt{y} \right) \amp = \sqrt{x}\sqrt{x}+\sqrt{x}\sqrt{y}-\sqrt{x}\sqrt{y}-\sqrt{y}\sqrt{y}\\ \amp = \sqrt{x^2}+\sqrt{xy}-\sqrt{xy}-\sqrt{y^2}\\ \amp = x-y \end{align*}

Note 6.4.23.

In part (a) of the Example above, observe that
\begin{equation*} 2\sqrt{3} \cdot 5\sqrt{6} = 2 \cdot 5 \cdot \sqrt{3}\cdot \sqrt{6} = 10\sqrt{18} \end{equation*}
We multiply together any expressions outside the radical, and apply the product rule to expressions under the radical.

Checkpoint 6.4.24. Practice 7.

Expand \(~(\sqrt{5}-2\sqrt{3})^2=\)
Answer.
\(17-4\sqrt{15}\)
Solution.
\(17-4\sqrt{15}\)

Checkpoint 6.4.25. QuickCheck 3.

True or false.
  1. We can only simplify products or quotients of like radicals.
    • True
    • False
  2. \(4\left(3\sqrt{5}\right) = 3 \cdot 4 + 3\sqrt{5}\)
    • True
    • False
  3. \((\sqrt{3}+\sqrt{5})^2 = 3+5=8\)
    • True
    • False
  4. \((3\sqrt{x})^2=9x\)
    • True
    • False
Answer 1.
\(\text{False}\)
Answer 2.
\(\text{False}\)
Answer 3.
\(\text{False}\)
Answer 4.
\(\text{True}\)
Solution.
  1. False
  2. False
  3. False
  4. True

Subsection 6.4.5 Rationalizing the Denominator

It is easier to work with radicals if there are no roots in the denominators of fractions. We can use the fundamental principle of fractions to remove radicals from the denominator. This process is called rationalizing the denominator. For square roots, we multiply the numerator and denominator of the fraction by the radical in the denominator.

Example 6.4.26.

Rationalize the denominator of each fraction.
  1. \(\displaystyle \displaystyle{\sqrt{\frac{1}{3}}}\)
  2. \(\displaystyle \displaystyle{\frac{\sqrt{2}}{\sqrt{50x}} }\)
Solution.
  1. First, we apply the Quotient Rule to write the radical as a quotient.
    \begin{align*} \sqrt{\frac{1}{3}}\amp = \frac{\sqrt{1}}{\sqrt{3}}=\frac{1}{\sqrt{3}}\amp\amp\blert{\text{Multiply numerator and denominator by } \sqrt{3}.}\\ \amp = \frac{1\cdot \alert{\sqrt{3}}}{\sqrt{3}\cdot \alert{\sqrt{3}}}\\ \amp= \frac{\sqrt{3}}{3} \end{align*}
  2. It is always best to simplify the denominator before rationalizing.
    \begin{equation*} \dfrac{\sqrt{2}}{\sqrt{50x}} = \dfrac{\sqrt{2}}{5\sqrt{2x}} \end{equation*}
    Now we can see that we should multiply numerator and denominator by \(\sqrt{2x}~\)— not \(\sqrt{50x}~\text{!}\)
    \begin{align*} \dfrac{\sqrt{2} \cdot \alert{\sqrt{2x}}}{5\sqrt{2x} \cdot \alert{\sqrt{2x}}} \amp = \dfrac{\sqrt{4x}}{5(2x)} \amp\amp \blert{\text{Apply the Product Rule.}}\\ \amp = \dfrac{2\sqrt{x}}{10x} = \dfrac{\sqrt{x}}{5x} \amp\amp \blert{\text{Simplify.}} \end{align*}

Checkpoint 6.4.27. Practice 8.

Rationalize the denominator of \(\dfrac{-\sqrt{3}}{\sqrt{7}}=\)
Answer.
\(\frac{-\sqrt{21}}{7}\)
Solution.
\(\dfrac{-\sqrt{21}}{7}\)
If the denominator of a fraction is a binomial in which one or both terms is a radical, we can use a special building factor to rationalize it. First, recall that
\begin{equation*} (p - q) (p + q) = p^2 - q^2 \end{equation*}
In particular, then,
\begin{equation*} (\sqrt{b}-\sqrt{c})(\sqrt{b}+\sqrt{c}) = (\sqrt{b})^2-(\sqrt{c})^2 = b-c \end{equation*}
The product contains no radicals. Each of the two factors \(\sqrt{b}-\sqrt{c}\) and \(\sqrt{b}+\sqrt{c}\) is said to be the conjugate of the other.
Now consider a fraction of the form
\begin{equation*} \dfrac{a}{b+\sqrt{c}} \end{equation*}
If we multiply the numerator and denominator of this fraction by the conjugate of the denominator, we get
\begin{equation*} \dfrac{a \alert{(b-\sqrt{c})}}{(b+\sqrt{c})\alert{(b-\sqrt{c})}}=\dfrac{ab-a\sqrt{c}}{b^2-(\sqrt{c})^2} =\dfrac{ab-a\sqrt{c}}{b^2-c} \end{equation*}
The denominator of the fraction no longer contains any radicals—it has been rationalized.

Example 6.4.28.

Rationalize the denominator: \(\displaystyle{\frac{x}{\sqrt{2}+\sqrt{x}}} \text{.}\)
Solution.
We multiply numerator and denominator by the conjugate of the denominator, \(\sqrt{2}-\sqrt{x} \text{.}\)
\begin{equation*} \frac{x (\alert{\sqrt{2}-\sqrt{x}}) }{(\sqrt{2}+\sqrt{x})(\alert{\sqrt{2}-\sqrt{x}} )} =\frac{x(\sqrt{2}-\sqrt{x})}{2-x} \end{equation*}

Checkpoint 6.4.29. Practice 9.

Rationalize the denominator of \(\dfrac{\sqrt{3}}{\sqrt{3}-\sqrt{2}}=\)
Answer.
\(3+\sqrt{6}\)
Solution.
\(3+\sqrt{6}\)

Checkpoint 6.4.30. QuickCheck 3.

Fill in the blanks.
  1. We rationalize the denominator to remove
    • fractions
    • decimals
    • radicals
    • variables
    from the denominator.
  2. To rationalize a binomial denominator, we multiply by its
    • opposite
    • reciprocal
    • conjugate
    • inverse
    .
  3. Before rationalizing, it is always best to
    • simplify
    • cross-multiply
    • invert
    • FOIL
    .
  4. \(\dfrac{5}{\sqrt{5}} =\)
Answer 1.
\(\text{radicals}\)
Answer 2.
\(\text{conjugate}\)
Answer 3.
\(\text{simplify}\)
Answer 4.
\(\sqrt{5}\)
Solution.
  1. radicals
  2. conjugate
  3. simplify
  4. \(\displaystyle \sqrt{5}\)

Exercises 6.4.6 Problem Set 6.4

Warm Up

Exercise Group.
Each question in Problems 1–4 is followed by three examples. Use your calculator to decide if the examples are true or false, then circle the correct answer.
1.
Is \(~\sqrt{a+b} =\sqrt{a}+\sqrt{b}~\text{?}\) Yes or No
  1. \(\displaystyle \sqrt{12} = \sqrt{8}+\sqrt{4}\)
  2. \(\displaystyle \sqrt{5} = \sqrt{2}+\sqrt{3}\)
  3. \(\displaystyle \sqrt{25} = \sqrt{9}+\sqrt{16}\)
Answer.
No
2.
Is \(~\sqrt{a-b} =\sqrt{a}-\sqrt{b}~\text{?}\) Yes or No
  1. \(\displaystyle \sqrt{36} =\sqrt{100}-\sqrt{64}\)
  2. \(\displaystyle \sqrt{20} =\sqrt{16}-\sqrt{4}\)
  3. \(\displaystyle \sqrt{9} =\sqrt{10}-\sqrt{1}\)
3.
Is \(~\sqrt{ab} =\sqrt{a}\sqrt{b}~\text{?}\) Yes or No
  1. \(\displaystyle \sqrt{36} = \sqrt{9}\sqrt{4}\)
  2. \(\displaystyle \sqrt{12} = \sqrt{3}\sqrt{4}\)
  3. \(\displaystyle \sqrt{15} = \sqrt{3}\sqrt{5}\)
Answer.
Yes
4.
Is \(~\sqrt{\dfrac{a}{b}} =\dfrac{\sqrt{a}}{\sqrt{b}}~\text{?}\) Yes or No
  1. \(\displaystyle \sqrt{\dfrac{144}{9}} =\dfrac{\sqrt{144}}{\sqrt{9}}\)
  2. \(\displaystyle \sqrt{\dfrac{64}{5}} =\dfrac{\sqrt{64}}{\sqrt{5}}\)
  3. \(\displaystyle \sqrt{\dfrac{5}{8}} =\dfrac{\sqrt{5}}{\sqrt{8}}\)
5.
Which of the four possible properties listed above are true, and which are false? Write the true properties below:
Answer.
\begin{equation*} ~\sqrt{ab} =\sqrt{a}\sqrt{b}~ \end{equation*}
\begin{equation*} ~\sqrt{\dfrac{a}{b}} =\dfrac{\sqrt{a}}{\sqrt{b}}~ \end{equation*}
6.
True or False. State which property (or non-property) above supports your answer.
  1. \(\displaystyle \sqrt{9b^4} = \sqrt{9}\sqrt{b^4}\)
  2. \(\displaystyle \sqrt{4-x^2} = \sqrt{4}-\sqrt{x^2}\)
  3. \(\displaystyle \sqrt{\dfrac{3a}{16}} = \dfrac{\sqrt{3a}}{\sqrt{16}}\)
  4. \(\displaystyle \sqrt{2+w} = \sqrt{2}+\sqrt{w}\)
  5. \(\displaystyle \sqrt{\dfrac{x}{9}} = \dfrac{\sqrt{x}}{3}\)
  6. \(\displaystyle \sqrt{x^2+y^2} = x+y\)
  7. \(\displaystyle \sqrt{1-25b^2} = 1-5b\)
  8. \(\displaystyle \sqrt{7m^2} = m\sqrt{7}\)

Skills Practice

Exercise Group.
For Problems 7–9, simplify. Assume that all variables represent positive numbers.
7.
  1. \(\displaystyle \sqrt{18} \)
  2. \(\displaystyle \sqrt[3]{24} \)
  3. \(\displaystyle -\sqrt[4]{64} \)
Answer.
  1. \(\displaystyle 3\sqrt{2} \)
  2. \(\displaystyle 2\sqrt[3]{3} \)
  3. \(\displaystyle -2\sqrt[4]{4}=-2\sqrt{2} \)
8.
  1. \(\displaystyle \sqrt{60,000} \)
  2. \(\displaystyle \sqrt[3]{900,000} \)
  3. \(\displaystyle \sqrt[3]{\dfrac{-40}{27}} \)
9.
  1. \(\displaystyle \sqrt[3]{x^{10}} \)
  2. \(\displaystyle \sqrt{27z^3} \)
  3. \(\displaystyle \sqrt[4]{48a^9} \)
Answer.
  1. \(\displaystyle x^3 \sqrt[3]{x} \)
  2. \(\displaystyle 3z\sqrt{3z} \)
  3. \(\displaystyle 2a^2 \sqrt[4]{3a} \)
Exercise Group.
For Problems 10–13, simplify.
10.
  1. \(\displaystyle -\sqrt{18s}\sqrt{2s^3} \)
  2. \(\displaystyle \sqrt[3]{7h^2}\sqrt[3]{-49h} \)
11.
  1. \(\displaystyle \sqrt{16-4x^2} \)
  2. \(\displaystyle \sqrt[3]{8A^3+A^6} \)
Answer.
  1. \(\displaystyle 2\sqrt{4-x^2} \)
  2. \(\displaystyle A\sqrt[3]{8+A^3} \)
12.
  1. \(\displaystyle \dfrac{\sqrt{45x^3y^3}}{\sqrt{5y}} \)
  2. \(\displaystyle \dfrac{\sqrt[3]{8b^7}}{\sqrt[3]{a^6b^2}} \)
13.
  1. \(\displaystyle \dfrac{ab}{\sqrt[3]{a^2b}} \)
  2. \(\displaystyle \dfrac{\sqrt{x^2y}}{\sqrt{xy}} \)
Answer.
  1. \(\displaystyle \sqrt[3]{ab^2} \)
  2. \(\displaystyle x\sqrt{xy} \)
Exercise Group.
For Problems 14-16, simplify and combine like terms.
14.
  1. \(\displaystyle 4\sqrt{3}+\sqrt{27}\)
  2. \(\displaystyle \sqrt{50x}+\sqrt{32x}\)
15.
  1. \(\displaystyle \sqrt[3]{81}+2\sqrt[3]{24}-3\sqrt[3]{3}\)
  2. \(\displaystyle 3\sqrt[3]{16}-\sqrt[3]{2}-2\sqrt[3]{54}\)
Answer.
  1. \(\displaystyle 4\sqrt[3]{3} \)
  2. \(\displaystyle -\sqrt[3]{2} \)
16.
  1. \(\displaystyle 2v\sqrt{v}+3\sqrt{v^3}-\dfrac{v^2}{\sqrt{v}}\)
  2. \(\displaystyle 12\sqrt[3]{w^2}-\sqrt[3]{w}\left(-2\sqrt[3]{w}\right)+\dfrac{8w}{\sqrt[3]{w}}\)
Exercise Group.
For Problems 17–20, multiply.
17.
  1. \(\displaystyle 3\sqrt{2}\left(\sqrt{6}+\sqrt{10}\right)\)
  2. \(\displaystyle \sqrt{3k}\left(3\sqrt{k}-k\sqrt{6k}\right)\)
Answer.
  1. \(\displaystyle 6\sqrt{3}+6\sqrt{5}\)
  2. \(\displaystyle 3k\sqrt{3}-3k^2\sqrt{2}\)
18.
  1. \(\displaystyle \sqrt[3]{2}\left(\sqrt[3]{20}-2\sqrt[3]{12}\right)\)
  2. \(\displaystyle \sqrt[3]{3}\left(2\sqrt[3]{18}+\sqrt[3]{36}\right)\)
19.
  1. \(\displaystyle (\sqrt{x}-3)(\sqrt{x}+3)\)
  2. \(\displaystyle \left(\sqrt{2}-\sqrt{3}\right)\left(\sqrt{2}+2\sqrt{3}\right)\)
Answer.
  1. \(\displaystyle x-9\)
  2. \(\displaystyle -4+\sqrt{6}\)
20.
  1. \(\displaystyle \left(\sqrt{5}-\sqrt{2}\right)^2\)
  2. \(\displaystyle \left(\sqrt{a}-2\sqrt{b}\right)^2\)
21.
Reduce if possible.
  1. \(\displaystyle \dfrac{9-3\sqrt{5}}{3}\)
  2. \(\displaystyle \dfrac{-8+\sqrt{8}}{4}\)
  3. \(\displaystyle \dfrac{6a-\sqrt{18}}{6a}\)
Answer.
  1. \(\displaystyle 3-\sqrt{5}\)
  2. \(\displaystyle \dfrac{-4+\sqrt{2}}{2}\)
  3. \(\displaystyle \dfrac{2a-\sqrt{2}}{2a}\)
22.
Write each expression as a single fraction in simplest form.
  1. \(\displaystyle \dfrac{5}{4}+\dfrac{3\sqrt{2}}{2}\)
  2. \(\displaystyle \dfrac{3}{2a}+\dfrac{\sqrt{3}}{6a}\)
  3. \(\displaystyle \dfrac{3\sqrt{3}}{2}+3\)
Exercise Group.
For Problems 23–26, rationalize the denominator.
23.
  1. \(\displaystyle \sqrt{\dfrac{7x}{18}}\)
  2. \(\displaystyle \sqrt{\dfrac{2a}{b}}\)
Answer.
  1. \(\displaystyle \dfrac{\sqrt{14x}}{6}\)
  2. \(\displaystyle \dfrac{\sqrt{2ab}}{b}\)
24.
  1. \(\displaystyle \dfrac{6\sqrt{2}}{\sqrt{12v}}\)
  2. \(\displaystyle \dfrac{2\sqrt{3}}{\sqrt{2k}}\)
25.
  1. \(\displaystyle \dfrac{4}{1+\sqrt{3}}\)
  2. \(\displaystyle \dfrac{x}{x-\sqrt{3}}\)
Answer.
  1. \(\displaystyle -2{1-\sqrt{3}}\)
  2. \(\displaystyle \dfrac{x(x+\sqrt{3}}{x^2-3}\)
26.
  1. \(\displaystyle \dfrac{\sqrt{6}-3}{2-\sqrt{6}}\)
  2. \(\displaystyle \dfrac{\sqrt{x}+\sqrt{y}}{\sqrt{x}-\sqrt{y}}\)

Applications

Exercise Group.
For Problems 27 and 28, verify by substitution that the number is a solution of the quadratic equation.
27.
\(x^2+4x-1=0 \text{, }~-2+\sqrt{5}\)
Answer.
\(x^2+4x=(4-4\sqrt{5}+5)+(8+4\sqrt{5})=1\)
28.
\(4x^2-20x+22=0 \text{, }~\dfrac{5-\sqrt{3}}{2}\)
29.
  1. Write an expression for the height of an equilateral triangle of side \(w\text{.}\)
    triangle
  2. Write an expression for the area of the triangle.
Answer.
  1. \(\displaystyle \dfrac{w\sqrt{3}}{2}\)
  2. \(\displaystyle \dfrac{w^2\sqrt{3}}{4}\)
30.
  1. Write an expression in terms of \(k\) for the height of the pyramid shown below.
    pyramid with square base of side k and lateral edge 2k
  2. Write an expression in terms of \(k\) for the volume of the pyramid.
You have attempted of activities on this page.