Section 6.1 Square and \(n\)th Root Properties
In this section, we discuss what radical expressions like \(\sqrt{50}\) and \(\sqrt[3]{27}\) mean, and learn some properties that allow these expressions to be simplified.
Subsection 6.1.1 Square Roots
Consider the non-negative number \(25\text{.}\) You can ask the question “what number multiplies by itself to make \(25\text{?}\)” We use the symbol \(\sqrt{25}\) to represent the answer to this question, even if you know the “answer” is \(5\text{.}\)
A way to visualize this question is with a square that has \(25\) units of area inside it. What would a side length have to be? We use \(\sqrt{25}\) to represent that side length.
Definition 6.1.2. Square Root.
Given a non-negative number \(x\text{,}\) if \(r\cdot r=x\) for some positive number \(r\text{,}\) then \(r\) is called the square root of \(x\text{,}\) and we can write \(\sqrt{x}\) instead of \(r\text{.}\) The \(\sqrt{\phantom{x}}\) symbol is called the radical or the root. We call expressions with the \(\sqrt{\phantom{x}}\) symbol radical expressions. The number inside the radical is called the radicand.
For example, if you see the expression \(\sqrt{16}\text{,}\) you should think about the equation \(r\cdot r=16\) (or if you prefer, the equation \(r^2=16\)) and ask yourself if you know a non-negative value for \(r\) that solves that equation. Of course, \(4\) is a non-negative solution. So we can say \(\sqrt{16}=4\text{.}\)
To demonstrate vocabulary, both \(\sqrt{2}\) and \(3\sqrt{2}\) are radical expressions. In both expressions, the number \(2\) is the radicand.
The word “radical” means something like “on the fringes” when used in politics, sports, and other places. It actually has that same meaning in math, when you consider a square with area \(A\) as in Figure 3.
The one-digit multiplication times table has special numbers along the diagonal. They are known as perfect squares. And for working with square roots, it will be helpful if you can memorize these first few perfect square numbers. For example, the times table tells us that \(7\cdot7=49\text{.}\) Just knowing that fact from memory lets us know that \(\sqrt{49}=7\text{.}\) It’s advisable to memorize the following:
\(\sqrt{0}=0\) | \(\sqrt{1}=1\) | \(\sqrt{4}=2\) |
\(\sqrt{9}=3\) | \(\sqrt{16}=4\) | \(\sqrt{25}=5\) |
\(\sqrt{36}=6\) | \(\sqrt{49}=7\) | \(\sqrt{64}=8\) |
\(\sqrt{81}=9\) | \(\sqrt{100}=10\) | \(\sqrt{121}=11\) |
\(\sqrt{144}=12\) | \(\sqrt{225}=15\) | \(\sqrt{256}=16\) |
\(\times\) | \(1\) | \(2\) | \(3\) | \(4\) | \(5\) | \(6\) | \(7\) | \(8\) | \(9\) |
\(1\) | \(1\) | \(\lowlight{2}\) | \(\lowlight{3}\) | \(\lowlight{4}\) | \(\lowlight{5}\) | \(\lowlight{6}\) | \(\lowlight{7}\) | \(\lowlight{8}\) | \(\lowlight{9}\) |
\(2\) | \(\lowlight{2}\) | \(4\) | \(\lowlight{6}\) | \(\lowlight{8}\) | \(\lowlight{10}\) | \(\lowlight{12}\) | \(\lowlight{14}\) | \(\lowlight{16}\) | \(\lowlight{18}\) |
\(3\) | \(\lowlight{3}\) | \(\lowlight{6}\) | \(9\) | \(\lowlight{12}\) | \(\lowlight{15}\) | \(\lowlight{18}\) | \(\lowlight{21}\) | \(\lowlight{24}\) | \(\lowlight{27}\) |
\(4\) | \(\lowlight{4}\) | \(\lowlight{8}\) | \(\lowlight{12}\) | \(16\) | \(\lowlight{20}\) | \(\lowlight{24}\) | \(\lowlight{28}\) | \(\lowlight{32}\) | \(\lowlight{36}\) |
\(5\) | \(\lowlight{5}\) | \(\lowlight{10}\) | \(\lowlight{15}\) | \(\lowlight{20}\) | \(25\) | \(\lowlight{30}\) | \(\lowlight{35}\) | \(\lowlight{40}\) | \(\lowlight{45}\) |
\(6\) | \(\lowlight{6}\) | \(\lowlight{12}\) | \(\lowlight{18}\) | \(\lowlight{24}\) | \(\lowlight{30}\) | \(36\) | \(\lowlight{42}\) | \(\lowlight{48}\) | \(\lowlight{54}\) |
\(7\) | \(\lowlight{7}\) | \(\lowlight{14}\) | \(\lowlight{21}\) | \(\lowlight{28}\) | \(\lowlight{35}\) | \(\lowlight{42}\) | \(49\) | \(\lowlight{56}\) | \(\lowlight{63}\) |
\(8\) | \(\lowlight{8}\) | \(\lowlight{16}\) | \(\lowlight{24}\) | \(\lowlight{32}\) | \(\lowlight{40}\) | \(\lowlight{48}\) | \(\lowlight{56}\) | \(64\) | \(\lowlight{72}\) |
\(9\) | \(\lowlight{9}\) | \(\lowlight{18}\) | \(\lowlight{27}\) | \(\lowlight{36}\) | \(\lowlight{45}\) | \(\lowlight{54}\) | \(\lowlight{63}\) | \(\lowlight{72}\) | \(81\) |
Subsection 6.1.2 Square Root Decimal Values
Most square roots have decimal expressions that go on forever. Take \(\sqrt{5}\) as an example. The number \(5\) is between two perfect squares, \(4\) and \(9\text{.}\) Therefore, as demonstrated in Figure 5, \(\sqrt{4}\lt\sqrt{5}\lt\sqrt{9}\text{.}\) In other words,
\begin{equation*}
2\lt\sqrt{5}\lt3
\end{equation*}
So \(\sqrt{5}\) has a decimal value somewhere between \(2\) and \(3\text{.}\)
With a calculator, we can see:
\begin{equation*}
\sqrt{5}=2.236\ldots
\end{equation*}
Actually the decimal will not terminate, and we can write \(\sqrt{5}\approx2.236\) with the \(\approx\) symbol instead of an equal sign. To get \(2.236\) we rounded down slightly from the true value of \(\sqrt{5}\text{.}\) With a calculator, we can check that \(2.236^2=4.999696\text{,}\) a little less than \(5\text{,}\) but close.
When the radicand is a perfect square, its square root is a rational number. If the radicand is not a perfect square, the square root is irrational. (It has a decimal that goes on forever without any repeating pattern.) We want to be able to estimate square roots without using a calculator.
Example 6.1.6.
To estimate \(\sqrt{10}\) without a calculator, we can find the nearest perfect squares that are whole numbers on either side of \(10\text{.}\) Recall that the perfect squares are \(1, 4, 9, 16, 25, 36, 49, 64,\dots\) The perfect square that is just below \(10\) is \(9\) and the perfect square just above \(10\) is \(16\text{.}\)
This tells us that \(\sqrt{10}\) is between \(\sqrt{9}\) and \(\sqrt{16}\text{,}\) or between \(3\) and \(4\text{.}\) We can also say that \(\sqrt{10}\) is much closer to \(3\) than \(4\) because \(10\) is closer to \(9\text{,}\) so we think \(3.1\) or \(3.2\) would be a good estimate.
To check our estimates (\(3.1\) or \(3.2\)) we can square them and see if the result is close to \(10\text{.}\) We find \(3.1^2=9.61\) and \(3.2^2=10.24\text{,}\) so our estimates are pretty good.
Checkpoint 6.1.7.
Estimate \(\sqrt{19}\) without a calculator.
Explanation.
The radicand, \(19\text{,}\) is between \(16\) and \(25\text{,}\) so \(\sqrt{19}\) is between \(\sqrt{16}\) and \(\sqrt{25}\text{,}\) or between \(4\) and \(5\text{.}\) We notice that \(19\) is in the middle between \(16\) and \(25\) but closer to \(16\text{.}\) We estimate \(\sqrt{19}\) to be about \(4.4\text{.}\)
We can check our estimate by calculating:
\begin{equation*}
4.4^2=19.36
\end{equation*}
So \(4.4^2\) is close to \(19\text{,}\) and \(4.4\) is close to \(\sqrt{19}\text{.}\)
Subsection 6.1.3 Cube Root and Higher Order Roots
The concept of a square root extends to a cube root. What if we have a number in mind, like \(64\text{,}\) and we would like to know what number could be multiplied with itself three times to make \(64\text{?}\)
A way to visualize this question is to imagine a cube with \(64\) units of volume inside it. What would an edge length have to be? We use \(\sqrt[3]{64}\) to represent that edge length.
Definition 6.1.8. \(n\)th Root.
Given a number \(x\text{,}\) if \(\overbrace{r\cdot r\cdot \cdots \cdot r}^{n\text{ instances}}=x\) for some number \(r\) (or if you prefer, \(r^n=x\)) then \(r\) is called an \(n\)th root of \(x\text{.}\)
- When \(n\) is odd, there is always exactly one real number \(n\)th root for any \(x\text{,}\) and we write \(\sqrt[n]{x}\) to mean that one \(n\)th root.
- When \(n\) is even and \(x\) is positive, there are two real number \(n\)th roots, one of which is positive and the other of which is negative. We write \(\sqrt[n]{x}\) to mean the positive \(n\)th root.
- When \(n\) is even and \(x\) is negative, there aren’t any real number \(n\)th roots, and we say that \(\sqrt[n]{x}\) is “not a real number”.
- When \(x\) is \(0\text{,}\) then \(0\) is the \(n\)th root. On other words, \(\sqrt[n]{0}=0\text{.}\)
The \(\sqrt[n]{\phantom{x}}\) symbol is called the \(n\)th radical or the \(n\)th root. We call expressions with the \(\sqrt[n]{\phantom{x}}\) symbol radical expressions. The number inside the radical is called the radicand. The index of a radical is the number \(n\) in \(\sqrt[n]{\phantom{x}}\text{.}\)
As we noted earlier, when we have \(\sqrt[3]{\phantom{x}}\text{,}\) we can say “cube root” instead of “\(3\)rd root”. Also, when we have \(\sqrt[2]{\phantom{x}}\text{,}\) we usually say “square root” instead of “\(2\)nd root” and we usually just write \(\sqrt{x}\) without the “\(2\)”.
Here are some examples of \(n\)th roots:
- \(\sqrt[3]{8}=2\text{,}\) because \(\overbrace{2\cdot2\cdot2}^{\text{3 instances}}=8\text{.}\)
- \(\sqrt[4]{81}=3\text{,}\) because \(\overbrace{3\cdot3\cdot3\cdot3}^{\text{4 instances}}=81\text{.}\)
- \(\sqrt[5]{-32}=-2\text{,}\) because \(\overbrace{(-2)\cdot(-2)\cdot(-2)\cdot(-2)\cdot(-2)}^{\text{5 instances}}=-32\text{.}\)
As with square roots, in general an \(n\)th root’s decimal value is a decimal that goes on forever. For example, \(\sqrt[3]{20}=2.714\ldots\text{.}\) For practical applications, we may want to use a calculator to find a decimal approximation to an \(n\)th root. Some calculators will do this for you directly, and some will not.
- Maybe your calculator has a button that looks like \(\sqrt[x]{y}\text{.}\) Then you should be able to type something like
3
\(\sqrt[x]{y}\)20
to get \(\sqrt[3]{20}\approx2.714\text{.}\) - Maybe your calculator has a button that looks like \(\sqrt[n]{\phantom{y}}\text{.}\) Then you should be able to type something like
3
\(\sqrt[n]{\phantom{y}}\)20
to get \(\sqrt[3]{20}\approx2.714\text{.}\) - Maybe your calculator allows you to type letters, parentheses, and commas, and you can type
root(3,20)
to get \(\sqrt[3]{20}\approx2.714\text{.}\) - Maybe your calculator allows you to type letters, parentheses, and commas, but the syntax for an \(n\)th root is reversed from the last example, and you can type
root(20,3)
to get \(\sqrt[3]{20}\approx2.714\text{.}\) - If your calculator has none of the above options, then you should be able to type
20^(1/3)
as a way to get \(\sqrt[3]{20}\approx2.714\ldots\text{.}\) This is technically using mathematics we will learn later in Section 3.
Try using your own calculator to calculate \(\sqrt[3]{20}\) so that you can become familiar with whatever method it uses.
Fact 6.1.9.
Since \(\sqrt[n]{a}\) is can be used to fill in the blanks in the equation
\begin{equation*}
\overbrace{(\phantom{r})\cdot(\phantom{r})\cdot\cdots\cdot(\phantom{r})}^{n\text{ times}}=a
\end{equation*}
it means that \(\sqrt[n]{a}\) is a solution to the equation \(x^n=a\text{.}\)
Example 6.1.10.
A solution to \(x^5=48\) is \(\sqrt[5]{48}\text{.}\)
Example 6.1.11.
A pyramid has a square base, and its height is equal to one side length of the square at its base. In this situation, the volume \(V\) of the pyramid, in in3, is given by \(V=\frac{1}{3}s^3\text{,}\) where \(s\) is the pyramid’s base side length in in. Archimedes dropped the pyramid in a bathtub, and judging by how high the water level rose, the volume of the pyramid is 243 in3 (a little more than 1 gal). How tall is the pyramid?
The equation tells us that:
\begin{equation*}
243=\frac{1}{3}s^3
\end{equation*}
We can multiply on both sides by \(3\) and:
\begin{equation*}
729=s^3
\end{equation*}
So we are looking for a solution to the equation \(s^3=729\text{.}\) This means that \(s\) is \(\sqrt[3]{729}\text{.}\) A calculator tells us that this equals \(9\text{.}\) So the pyramid’s height is \(9\) inches.
Subsection 6.1.4 Roots of Negative Numbers
Can we find the square root of a negative number, like \(\sqrt{-64}\text{?}\) How about its cube root, \(\sqrt[3]{-64}\text{?}\)
As noted in Definition 8, when the index of an \(n\)th root is odd, there will always be a real number \(n\)th root even when the radicand is negative. For example, \(\sqrt[3]{-64}\) is \(-4\text{,}\) because \((-4)(-4)(-4)=-64\text{.}\)
When the index of an \(n\)th root is even, it is a problem to have a negative radicand. For example, to find \(\sqrt{-64}\text{,}\) you would need to find a value \(r\) so that \(r\cdot r=-64\text{.}\) But whether \(r\) is positive or negative, multiplying \(r\) by itself will give a positive result. It could never be \(-64\text{.}\) So there is no way to have a real number square root of a negative number. And the same thing is true for any even index \(n\)th root with a negative radicand, such as \(\sqrt[4]{-64}\text{.}\) An even-indexed root of a negative number is not a real number.
If you are confronted with an expression like \(\sqrt{-25}\) or \(\sqrt[4]{-16}\) (any square root or even-indexed root of a negative number), you can state that the expression “is not real” or that it is “not defined” (as a real number). Don’t get carried away though. Expressions like \(\sqrt[3]{-27}\) and \(\sqrt[5]{-1}\) are defined, because the index is odd.
Subsection 6.1.5 Radical Properties and Exponent Properties
In Chapter 5, we learned some algebra properties of exponents. A summary of these properties is in List 5.6.13. There are some similar properties for radicals, presented here without explanation. (These properties are easier to explain once we are in Section 3.)
Knowing these algebra properties helps to make complicated radical expressions look simpler.
Example 6.1.13.
Simplify \(\sqrt{18}\text{.}\) Anything we can do to make the radicand a smaller simpler number is helpful. Note that \(18=9\cdot2\text{,}\) so we can write
\begin{align*}
\sqrt{18}\amp=\sqrt{9\cdot 2}\\
\amp=\sqrt{9}\cdot\sqrt{2}\amp\amp\text{according to the }\knowl{./knowl/xref/item-radical-properties-product.html}{\text{Root of a Product Property}}\\
\amp=3\sqrt{2}
\end{align*}
This expression \(3\sqrt{2}\) is considered “simpler” than \(\sqrt{18}\) because the radicand is so much smaller.
Checkpoint 6.1.14.
Simplify \(\sqrt{72}\text{.}\)
Explanation.
As with the previous example, it will help if \(72\) can be written as a product of a perfect square. In this case, \(4\) divides \(72\text{,}\) and \(72=4\cdot18\text{.}\) So
\begin{equation*}
\begin{aligned}
\sqrt{72}\amp=\sqrt{4\cdot18}\\
\amp=\sqrt{4}\cdot\sqrt{18}\\
\amp=2\sqrt{18}
\end{aligned}
\end{equation*}
But we aren’t done. Can \(18\) can be written as a product of a perfect square? Yes, because \(18=9\cdot2\text{.}\) So
\begin{equation*}
\begin{aligned}
\sqrt{72}\amp=2\sqrt{18}\\
\amp=2\sqrt{9\cdot2}\\
\amp=2\sqrt{9}\cdot\sqrt{2}\\
\amp=2\cdot3\sqrt{2}\\
\amp=6\sqrt{2}
\end{aligned}
\end{equation*}
This is as simple as we can make this expression.
Example 6.1.15.
Simplify \(\sqrt[3]{80}\text{.}\) Anything we can do to make the radicand a smaller simpler number is helpful. With lessons learned from the previous examples, maybe there is a way to rewrite \(80\) as the product of two numbers in a helpful way. Since we have a cube root, writing \(80\) as a product of a perfect cube would be helpful. We can write \(80=8\cdot10\text{,}\) where \(8\) is a perfect cube.
\begin{align*}
\sqrt[3]{80}\amp=\sqrt[3]{8\cdot 10}\\
\amp=\sqrt[3]{8}\cdot\sqrt[3]{10}\amp\amp\text{according to the }\knowl{./knowl/xref/item-radical-properties-product.html}{\text{Root of a Product Property}}\\
\amp=2\sqrt[3]{10}
\end{align*}
This expression \(2\sqrt[3]{10}\) is considered “simpler” than \(\sqrt[3]{80}\) because the radicand is so much smaller.
Checkpoint 6.1.16.
Simplify \(\sqrt[4]{48}\text{.}\)
Explanation.
As with the previous example, it will help if \(48\) can be written as a product of a \(4\)th power. In this case, \(16\) divides \(48\text{,}\) and \(48=16\cdot3\text{.}\) So
\begin{equation*}
\begin{aligned}
\sqrt[4]{48}\amp=\sqrt[4]{16\cdot3}\\
\amp=\sqrt[4]{16}\sqrt[4]{3}\\
\amp=2\sqrt[4]{3}
\end{aligned}
\end{equation*}
This is as simple as we can make this expression.
When a radical is applied to a fraction, the Root of a Quotient Property is useful.
Example 6.1.17.
Simplify \(\sqrt{\frac{8}{25}}\text{.}\) According to the Root of a Quotient Property,
\begin{align*}
\sqrt{\frac{8}{25}}\amp=\frac{\sqrt{8}}{\sqrt{25}}\\
\amp=\frac{\sqrt{8}}{5}\\
\amp=\frac{\sqrt{4\cdot2}}{5}\\
\amp=\frac{\sqrt{4}\cdot\sqrt{2}}{5}\\
\amp=\frac{2\sqrt{2}}{5}
\end{align*}
This is as simple as we can make this expression, unless you prefer to write it as \(\frac{2}{5}\sqrt{2}\text{.}\)
Checkpoint 6.1.18.
Simplify each of the following.
(a)
\(\sqrt{\dfrac{1}{36}}\)
Explanation.
\(\begin{aligned}[t]
\sqrt{\frac{1}{36}}\amp=\frac{\sqrt{1}}{\sqrt{36}}\\
\amp=\frac{1}{6}
\end{aligned}\)
(b)
\(\sqrt[3]{\dfrac{8}{27}}\)
Explanation.
\(\begin{aligned}[t]
\sqrt[3]{\frac{8}{27}}\amp=\frac{\sqrt[3]{8}}{\sqrt[3]{27}}\\
\amp=\frac{2}{3}
\end{aligned}\)
(c)
\(\sqrt[3]{\dfrac{81}{125}}\)
Explanation.
\(\begin{aligned}[t]
\sqrt[3]{\frac{81}{125}}\amp=\frac{\sqrt[3]{81}}{\sqrt[3]{125}}\\
\amp=\frac{\sqrt[3]{81}}{5}\\
\amp=\frac{\sqrt[3]{27\cdot3}}{5}\\
\amp=\frac{\sqrt[3]{27}\sqrt[3]{3}}{5}\\
\amp=\frac{3\sqrt[3]{3}}{5}\\
\end{aligned}\)
Subsection 6.1.6 Multiplying Square Root Expressions
We can use the Root of a Product Property and the Root of a Quotient Property to multiply and divide square root expressions. We want to simplify each radical first to keep the radicands as small as possible.
Example 6.1.19.
Multiply \(\sqrt{8}\cdot\sqrt{54}\text{.}\)
Explanation.
We will simplify each radical first, and then multiply them together. We do not want to multiply \(8\cdot54\) because we would end up with a larger number that is harder to factor.
\begin{align*}
\sqrt{8}\cdot\sqrt{54}\amp=\sqrt{4\cdot2}\cdot\sqrt{9\cdot6}\\
\amp=\sqrt{4}\cdot\sqrt{2}\cdot\sqrt{9}\cdot\sqrt{6}\\
\amp=2\sqrt{2}\cdot3\sqrt{6}\\
\amp=6\sqrt{2}\cdot\sqrt{6}\\
\amp=6\sqrt{12}\\
\amp=6\sqrt{4\cdot3}\\
\amp=6\sqrt{4}\cdot\sqrt{3}\\
\amp=6\cdot2\sqrt{3}\\
\amp=12\sqrt{3}
\end{align*}
It is worth noting that this is considered as simple as we can make it, because the radicand of \(3\) is so small.
Checkpoint 6.1.20.
Multiply \(2\sqrt{7}\cdot3\sqrt{21}\text{.}\)
Explanation.
First multiply the non-radical factors together and the radical factors together. Then look for further simplifications.
\begin{equation*}
\begin{aligned}
2\sqrt{7}\cdot3\sqrt{21}\amp=2\cdot3\cdot\sqrt{7}\cdot\sqrt{21}\\
\amp=6\cdot\sqrt{7}\cdot\sqrt{7\cdot3}\\
\amp=6\sqrt{49\cdot3}\\
\amp=6\cdot7\cdot\sqrt{3}\\
\amp=42\sqrt{3}
\end{aligned}
\end{equation*}
Example 6.1.21.
Multiply \(\sqrt{\frac{6}{5}}\cdot\sqrt{\frac{3}{5}}\text{.}\)
Explanation.
First multiply the fractions together under the radical. Then look for further simplifications.
\begin{align*}
\sqrt{\frac{6}{5}}\cdot\sqrt{\frac{3}{5}}\amp=\sqrt{\frac{6}{5}\cdot\frac{3}{5}}\\
\amp=\sqrt{\frac{18}{25}}\\
\amp=\frac{\sqrt{18}}{\sqrt{25}}\\
\amp=\frac{\sqrt{9\cdot2}}{5}\\
\amp=\frac{3\sqrt{2}}{5}
\end{align*}
Subsection 6.1.7 Adding and Subtracting Square Root Expressions
We learned the Root of a Product Property previously and applied this to multiplication of square roots, but we cannot apply this property to the operations of addition or subtraction. Here are two examples to demonstrate why not.
\begin{align*}
\sqrt{9}+\sqrt{16}\amp\wonder{=}\sqrt{9+16}\amp\sqrt{169}-\sqrt{25}\amp\wonder{=}\sqrt{169-25}\\
3+4\amp\wonder{=}\sqrt{25}\amp13-5\amp\wonder{=}\sqrt{144}\\
7\amp\reject{=}5\amp8\amp\reject{=}12
\end{align*}
We do not get the same result if we combine radical sums and differences in the same way we can combine radical products and quotiens.
To add and subtract radical expressions, we need to recognize that we can only add and subtract like terms. In this case, we will call them like radicals. Adding like radicals will work just like adding like terms. In the same way that \(x+3x=4x\) combines two like terms, \(\sqrt{5}+3\sqrt{5}=4\sqrt{5}\) combines two like radicals.
Example 6.1.22.
Simplify \(\sqrt{2}+\sqrt{8}\text{.}\)
Explanation.
First, simplify each radical. Simplifying is the best way to understand whether or not we even have two like radicals that could be combined.
\begin{align*}
\sqrt{2}+\sqrt{8}\amp=\sqrt{2}+\sqrt{4\cdot2}\\
\amp=\sqrt{2}+2\sqrt{2}\\
\amp=3\sqrt{2}
\end{align*}
Checkpoint 6.1.23.
Simplify \(2\sqrt{3}-3\sqrt{48}\text{.}\)
Explanation.
First we will simplify the radical term where \(48\) is the radicand, and we may see that we then have like radicals.
\begin{equation*}
\begin{aligned}
2\sqrt{3}-3\sqrt{48}\amp=2\sqrt{3}-3\sqrt{16\cdot3}\\
\amp=2\sqrt{3}-3\cdot4\sqrt{3}\\
\amp=2\sqrt{3}-12\sqrt{3}\\
\amp=-10\sqrt{3}
\end{aligned}
\end{equation*}
Example 6.1.24.
Simplify \(\sqrt{2}+\sqrt{27}\text{.}\)
Explanation.
\begin{align*}
\sqrt{2}+\sqrt{27}\amp=\sqrt{2}+\sqrt{9\cdot3}\\
\amp=\sqrt{2}+3\sqrt{3}
\end{align*}
We cannot simplify the expression further because \(\sqrt{2}\) and \(\sqrt{3}\) are not like radicals.
Example 6.1.25.
Simplify \(\sqrt{6}-\sqrt{18}\cdot\sqrt{12}\text{.}\)
Explanation.
In this example, we should multiply the latter two square roots first (after simplifying them) and then see if we have like radicals.
\begin{align*}
\sqrt{6}-\sqrt{18}\cdot\sqrt{12}\amp=\sqrt{6}-\sqrt{9\cdot2}\cdot\sqrt{4\cdot3}\\
\amp=\sqrt{6}-3\sqrt{2}\cdot2\sqrt{3}\\
\amp=\sqrt{6}-6\sqrt{2}\cdot\sqrt{3}\\
\amp=\sqrt{6}-6\sqrt{6}\\
\amp=-5\sqrt{6}
\end{align*}
Subsection 6.1.8 Distributing with Square Roots
In Section 5.4, we learned how to multiply polynomials like \(2(x+3)\) and \((x+2)(x+3)\text{.}\) All the methods we learned there apply when we multiply square root expressions. We will look at a few examples done with different methods.
Example 6.1.26.
Multiply \(\sqrt{5}\left(\sqrt{3}-\sqrt{2}\right)\text{.}\)
Explanation.
We will use the distributive property to do this problem:
\begin{align*}
\sqrt{5}\left(\sqrt{3}-\sqrt{2}\right)\amp=\sqrt{5}\cdot\sqrt{3}-\sqrt{5}\cdot\sqrt{2}\\
\amp=\sqrt{15}-\sqrt{10}
\end{align*}
Example 6.1.27.
Multiply \(\left(\sqrt{6}+\sqrt{12}\right)\left(\sqrt{3}-\sqrt{2}\right)\text{.}\)
Explanation.
We will use the FOIL Method to expand the product. There is an opportunity to simplify some of the radicals after multiplying.
\begin{align*}
\left(\sqrt{6}+\sqrt{12}\right)\left(\sqrt{3}-\sqrt{2}\right)\amp=\sqrt{6}\cdot\sqrt{3}-\sqrt{6}\cdot\sqrt{2}+\sqrt{12}\cdot\sqrt{3}-\sqrt{12}\cdot\sqrt{2}\\
\amp=\sqrt{18}-\sqrt{12}+\sqrt{36}-\sqrt{24}\\
\amp=3\sqrt{2}-2\sqrt{3}+6-2\sqrt{6}
\end{align*}
Example 6.1.28.
Expand \(\left(\sqrt{3}-\sqrt{2}\right)^2\text{.}\)
Explanation.
We will use the FOIL method to expand this expression:
\begin{align*}
\left(\sqrt{3}-\sqrt{2}\right)^2\amp=\left(\sqrt{3}-\sqrt{2}\right)\left(\sqrt{3}-\sqrt{2}\right)\\
\amp=\left(\sqrt{3}\right)^2-\sqrt{3}\cdot\sqrt{2}-\sqrt{2}\cdot\sqrt{3}+\left(\sqrt{2}\right)^2\\
\amp=3-\sqrt{6}-\sqrt{6}+2\\
\amp=5-2\sqrt{6}
\end{align*}
Example 6.1.29.
Multiply \(\left(\sqrt{5}-\sqrt{7}\right)\left(\sqrt{5}+\sqrt{7}\right)\text{.}\)
Explanation.
We can once again use the FOIL method to expand this expression. (But it is worth noting that this expression is in the special form \((a-b)(a+b)\) and will simplify to \(a^2-b^2\text{.}\))
\begin{align*}
\left(\sqrt{5}-\sqrt{7}\right)\left(\sqrt{5}+\sqrt{7}\right)\amp=\left(\sqrt{5}\right)^2+\sqrt{5}\cdot\sqrt{7}-\sqrt{7}\cdot\sqrt{5}-\left(\sqrt{7}\right)^2\\
\amp=5+\sqrt{35}-\sqrt{35}-7\\
\amp=-2
\end{align*}
Reading Questions 6.1.9 Reading Questions
1.
Is there a difference between \(\sqrt[3]{2}\) and \(3\sqrt{2}\text{?}\) Explain.
2.
Choose one of the radical properties from List 12. Then find its counterpart in the exponent properties from List 5.6.13.
3.
Describe a way you can visualize \(\sqrt{81}\) in a geometric shape. Describe a way you can visualize \(\sqrt[3]{27}\) in a geometric shape.
Exercises 6.1.10 Exercises
Exercise Group.
Which of the following are square numbers? There may be more than one correct answer.
1.
- 64
- 124
- 4
- 77
- 9
- 98
2.
- 85
- 36
- 119
- 96
- 121
- 100
Exercise Group.
Evaluate the expression without using a calculator.
3.
(a)
\(\displaystyle{ \sqrt{121} }\)
(b)
\(\displaystyle{ \sqrt{36} }\)
(c)
\(\displaystyle{ \sqrt{144} }\)
4.
(a)
\(\displaystyle{ \sqrt{144} }\)
(b)
\(\displaystyle{ \sqrt{9} }\)
(c)
\(\displaystyle{ \sqrt{25} }\)
5.
(a)
\(\displaystyle{ \sqrt{{{\frac{4}{121}}}} }\)
(b)
\(\displaystyle{ \sqrt{{-{\frac{100}{49}}}} }\)
6.
(a)
\(\displaystyle{ \sqrt{{{\frac{9}{49}}}} }\)
(b)
\(\displaystyle{ \sqrt{{-{\frac{16}{81}}}} }\)
7.
(a)
\(\displaystyle{ \sqrt{25} }\)
(b)
\(\displaystyle{ \sqrt{0.25} }\)
(c)
\(\displaystyle{ \sqrt{2500} }\)
8.
(a)
\(\displaystyle{ \sqrt{36} }\)
(b)
\(\displaystyle{ \sqrt{0.36} }\)
(c)
\(\displaystyle{ \sqrt{3600} }\)
9.
(a)
\(\displaystyle{ \sqrt{49} }\)
(b)
\(\displaystyle{ \sqrt{4900} }\)
(c)
\(\displaystyle{ \sqrt{490000} }\)
10.
(a)
\(\displaystyle{ \sqrt{64} }\)
(b)
\(\displaystyle{ \sqrt{6400} }\)
(c)
\(\displaystyle{ \sqrt{640000} }\)
11.
(a)
\(\displaystyle{ \sqrt{81} }\)
(b)
\(\displaystyle{ \sqrt{0.81} }\)
(c)
\(\displaystyle{ \sqrt{0.0081} }\)
12.
(a)
\(\displaystyle{ \sqrt{121} }\)
(b)
\(\displaystyle{ \sqrt{1.21} }\)
(c)
\(\displaystyle{ \sqrt{0.0121} }\)
Exercise Group.
Without using a calculator...
13.
Estimate the value of \(\sqrt{99}\text{:}\)
- 10.95
- 10.05
- 9.95
- 9.05
14.
Estimate the value of \(\sqrt{19}\text{:}\)
- 4.64
- 3.36
- 3.64
- 4.36
Simplify Radical Expressions.
Evaluate the following.
15.
\(\displaystyle{\sqrt{{{\frac{9}{25}}}}}\)
16.
\(\displaystyle{\sqrt{{{\frac{16}{25}}}}}\)
17.
\(-\sqrt{36}\)
18.
\(-\sqrt{49}\)
19.
\(\sqrt{-81}\)
20.
\(\sqrt{-100}\)
21.
\(\displaystyle{\sqrt{-{{\frac{100}{121}}}}}\)
22.
\(\displaystyle{\sqrt{-{{\frac{121}{144}}}}}\)
23.
\(\displaystyle{-\sqrt{{{\frac{4}{25}}}}}\)
24.
\(\displaystyle{-\sqrt{{{\frac{9}{16}}}}}\)
25.
(a)
\(\displaystyle{\sqrt{25}-\sqrt{16}}\)
(b)
\(\displaystyle{\sqrt{25-16}}\)
26.
(a)
\(\displaystyle{\sqrt{100}-\sqrt{36}}\)
(b)
\(\displaystyle{\sqrt{100-36}}\)
Simplifying Square Root Expressions.
Simplify the expression or state that it is not a real number.
27.
\(\displaystyle{ \frac{{\sqrt{32}}}{{\sqrt{2}}}}\)
28.
\(\displaystyle{ \frac{{\sqrt{150}}}{{\sqrt{6}}}}\)
29.
\(\displaystyle{ \frac{{\sqrt{4}}}{{\sqrt{100}}} }\)
30.
\(\displaystyle{ \frac{{\sqrt{2}}}{{\sqrt{72}}} }\)
31.
\(\displaystyle{ {\sqrt{637}} }\)
32.
\(\displaystyle{ {\sqrt{18}} }\)
33.
\(\displaystyle{ {\sqrt{108}} }\)
34.
\(\displaystyle{ {\sqrt{1125}} }\)
35.
\(\displaystyle{ {\sqrt{231}} }\)
36.
\(\displaystyle{ {\sqrt{70}} }\)
37.
\(7\sqrt{7} \cdot 7\sqrt{2}\)
38.
\(8\sqrt{13} \cdot 4\sqrt{5}\)
39.
\(8\sqrt{3} \cdot 2\sqrt{{121}}\)
40.
\(9\sqrt{3} \cdot 7\sqrt{{25}}\)
41.
\(\displaystyle{2\sqrt{5} \cdot 3\sqrt{90}}\)
42.
\(\displaystyle{2\sqrt{3} \cdot 5\sqrt{24}}\)
43.
\(\displaystyle{ {\sqrt{3}} \cdot {3\sqrt{12}} }\)
44.
\(\displaystyle{ {\sqrt{2}} \cdot {10\sqrt{32}} }\)
45.
\(\displaystyle{ \sqrt{\frac{7}{6}} \cdot \sqrt{\frac{5}{6}}}\)
46.
\(\displaystyle{ \sqrt{\frac{3}{7}} \cdot \sqrt{\frac{2}{7}}}\)
47.
\(\displaystyle{ {\sqrt{\frac{10}{13}}} \cdot {\sqrt{\frac{5}{13}}} }\)
48.
\(\displaystyle{ {\sqrt{\frac{42}{17}}} \cdot {\sqrt{\frac{6}{17}}} }\)
49.
\(\displaystyle{{20\sqrt{10}} - {21\sqrt{10}} }\)
50.
\(\displaystyle{{10\sqrt{3}} - {11\sqrt{3}} }\)
51.
\(\displaystyle{{12\sqrt{2}} - {19\sqrt{2}} + {20\sqrt{2}} }\)
52.
\(\displaystyle{{13\sqrt{21}} - {15\sqrt{21}} + {14\sqrt{21}} }\)
53.
\(\displaystyle{{\sqrt{12}} + {\sqrt{108}} }\)
54.
\(\displaystyle{{\sqrt{180}} + {\sqrt{45}} }\)
55.
\(\displaystyle{{\sqrt{112}} - {\sqrt{175}} }\)
56.
\(\displaystyle{{\sqrt{28}} - {\sqrt{175}} }\)
57.
\(\displaystyle{{\sqrt{112}} + {\sqrt{63}} + {\sqrt{180}} + {\sqrt{20}} }\)
58.
\(\displaystyle{{\sqrt{252}} + {\sqrt{28}} + {\sqrt{108}} + {\sqrt{75}} }\)
59.
\(\displaystyle{{\sqrt{98}} - {\sqrt{8}} - {\sqrt{125}} - {\sqrt{125}} }\)
60.
\(\displaystyle{{\sqrt{98}} - {\sqrt{18}} - {\sqrt{180}} - {\sqrt{125}} }\)
61.
\(\displaystyle{{\sqrt{2}} \left({\sqrt{11}} + {\sqrt{5}}\right) }\)
62.
\(\displaystyle{{\sqrt{2}} \left({\sqrt{3}} + {\sqrt{13}}\right) }\)
63.
\(\displaystyle{\left(8 + {\sqrt{7}}\right)\left(10 + {\sqrt{7}}\right) }\)
64.
\(\displaystyle{\left(5 + {\sqrt{11}}\right)\left(6 + {\sqrt{11}}\right) }\)
65.
\(\displaystyle{\left(10 - {\sqrt{7}}\right)\left(4 - 5 {\sqrt{7}}\right) }\)
66.
\(\displaystyle{\left(8 - {\sqrt{7}}\right)\left(9 - 2 {\sqrt{7}}\right) }\)
67.
\(\displaystyle{ \left(9+\sqrt{3}\right)^2 }\)
68.
\(\displaystyle{ \left(1+\sqrt{7}\right)^2 }\)
69.
\(\displaystyle{ \left(\sqrt{5}-2\right)^2 }\)
70.
\(\displaystyle{ \left(\sqrt{3}-3\right)^2 }\)
71.
\(\displaystyle{ \left(\sqrt{21} + \sqrt{3}\right)^2 }\)
72.
\(\displaystyle{ \left(\sqrt{10} - \sqrt{5}\right)^2 }\)
73.
\(\displaystyle{\left(4 - 10 {\sqrt{6}}\right)^2 }\)
74.
\(\displaystyle{\left(9 - 8 {\sqrt{7}}\right)^2 }\)
75.
\(\displaystyle{\left(7 - {\sqrt{13}}\right)\left(7 + {\sqrt{13}}\right) }\)
76.
\(\displaystyle{\left(4 - {\sqrt{13}}\right)\left(4 + {\sqrt{13}}\right) }\)
77.
\(\displaystyle{\left({\sqrt{5}} + {\sqrt{13}}\right)\left({\sqrt{5}} - {\sqrt{13}}\right) }\)
78.
\(\displaystyle{\left({\sqrt{5}} + {\sqrt{7}}\right)\left({\sqrt{5}} - {\sqrt{7}}\right) }\)
79.
\(\displaystyle{\left({3\sqrt{6}} + {2\sqrt{5}}\right)\left({3\sqrt{6}} - {2\sqrt{5}}\right) }\)
80.
\(\displaystyle{\left({4\sqrt{5}} + {6\sqrt{11}}\right)\left({4\sqrt{5}} - {6\sqrt{11}}\right) }\)
Higher Index Roots.
Simplify the higher index radical.
81.
\({\sqrt[3]{125}}\text{.}\)
82.
\({\sqrt[3]{27}}\text{.}\)
83.
\({\sqrt[4]{16}}\text{.}\)
84.
\({\sqrt[4]{81}}\text{.}\)
85.
\({\sqrt[5]{32}}\text{.}\)
86.
\({\sqrt[3]{8}}\text{.}\)
87.
\({\sqrt[3]{-27}}\text{.}\)
88.
\({\sqrt[3]{-64}}\text{.}\)
89.
\({\sqrt[4]{-16}}\text{.}\)
90.
\({\sqrt[4]{-81}}\text{.}\)
91.
\({\sqrt[5]{-32}}\text{.}\)
92.
\({\sqrt[3]{-64}}\text{.}\)
93.
\({\sqrt[4]{162}}\text{.}\)
94.
\({\sqrt[3]{189}}\text{.}\)
95.
\({\sqrt[3]{24}}\text{.}\)
96.
\({\sqrt[3]{80}}\text{.}\)
97.
\({\sqrt[4]{162}}\text{.}\)
98.
\({\sqrt[3]{128}}\text{.}\)
99.
\({\sqrt[5]{\frac{5}{32}}}\text{.}\)
100.
\({\sqrt[4]{\frac{5}{81}}}\text{.}\)
101.
\({\sqrt[3]{\frac{72}{125}}}\text{.}\)
102.
\({\sqrt[3]{\frac{88}{27}}}\text{.}\)
103.
\({\sqrt[4]{\frac{80}{81}}}\text{.}\)
104.
\({\sqrt[3]{\frac{40}{27}}}\text{.}\)
Exercise Group.
Find a solution to the equation. Use a radical expression. If there are no solutions, say so.
105.
\(x^2 = 10\)
106.
\(x^2 = 14\)
107.
\(x^2 = -19\)
108.
\(x^2 = -23\)
109.
\(x^3 = 30\)
110.
\(x^3 = 35\)
111.
\(x^3 = -41\)
112.
\(x^3 = -46\)
113.
\(x^4 = 3\)
114.
\(x^4 = 7\)
115.
\(x^4 = -14\)
116.
\(x^4 = -19\)
117.
\(x^5 = -23\)
118.
\(x^5 = -30\)
You have attempted of activities on this page.