Skip to main content
Logo image

Precalculus JumpStart

Section 1.7 Squares and Cubes

Some powers \(a^b\) have common names. A square is an expression of the form \(a^2\text{,}\) because this is the area of a square with side length \(a\text{.}\) A cube is an expression of the form \(a^3\text{,}\) because this is the volume of a cube with side length \(a\text{.}\)

Square Roots.

We can write \(9\) as a square in two different ways:
\begin{equation*} 9 = 3^2 \quad \text{and} \quad 9 = (-3)^2. \end{equation*}
We call \(3\) and \(-3\) square roots of \(9\text{.}\) Notice I said “square roots” and not “the square root”! One of these, \(3\text{,}\) is positive; and the other, \(-3\text{,}\) is negative. We use the symbol \(\sqrt{9}\) specifically for the positive square root and call it the principal square root of \(9\text{.}\) So \(\sqrt{9} = 3\text{.}\)
Note that the other square root of \(9\) is the opposite of its principal square root, namely \(-\sqrt{9} = -3\text{.}\) There are exactly two square roots of \(9\text{,}\) \(\sqrt{9}\) and \(-\sqrt{9}\text{.}\) This is summarized by saying the square roots of \(9\) are \(\pm\sqrt{9}\text{,}\) where the \(\pm\) is read as “plus or minus”.
To put things another way, the real number solutions to the equation \(x^2 = 9\) are \(x= \pm\sqrt{9}\text{:}\)
\begin{equation} x^2 = 9 \quad \Rightarrow \quad x = \pm \sqrt{9} = \pm 3.\tag{1.4} \end{equation}
Now consider \(-9\text{,}\) a negative number. Since the square of any real number is never negative, \(-9\) has no real number square roots and the symbol \(\sqrt{-9}\) is undefined. To put things another way, the equation \(x^2 = -9\) has no real number solutions.
Finally, observe that \(0^2 = 0\text{,}\) so that \(0\) is a square root of itself. This is the only square root of zero, so that \(\sqrt{0} = 0\text{.}\)

Example 1.37.

The equation \(x^2 = 15\) has exactly two real number solution \(x=\pm \sqrt{15}\text{.}\) These numbers are irrational, but may be approximated with a calculator or computer. Using the square root button, I found that \(\sqrt{15} \approx 3.87\text{,}\) approximately. The solutions are approximately \(x \approx 3.87\) and \(x \approx - 3.87\text{.}\) That is,
\begin{equation*} \left(\pm 3.87\right)^2\approx 15\text{.} \end{equation*}

Warning 1.38.

Do you see what’s wrong with the following?
\begin{gather*} x^2 = 15\\ \sqrt{x^2} = \sqrt{15}\\ x = \sqrt{15} \end{gather*}
Try to avoid viewing \(\sqrt{\quad}\) as an operation you perform to both sides. Doing so leads to missing the other square root of \(15\text{,}\) namely \(-\sqrt{15}\text{.}\) Instead, think of it as an if/then sentence: "if \(x^2 = 15\text{,}\) then \(x = \pm \sqrt{15}\) ".

Cube Roots.

The number \(-8\) is the cube of \(-2\text{,}\) that is, \((-2)^3 = 8\text{.}\) This is the only real number with this property, so we write \(\sqrt[3]{-8} = -2\) for the principal cube root. In general, every real number (including negative numbers) has exactly one real number cube root. To put things another way, there is exactly one real number solutions to the equation \(x^3 = -8\text{,}\) namely \(x = -2\text{.}\)

Example 1.39.

Evaluate without using a calculator.
\begin{equation*} \sqrt[3]{\sqrt[3]{27}+\sqrt[3]{-8}} \end{equation*}
Solution.
\begin{align*} \sqrt[3]{\sqrt[3]{27}+\sqrt[3]{-8}} \amp= \sqrt[3]{\sqrt[3]{3^3}+\sqrt[3]{(-2)^3}}\\ \amp= \sqrt[3]{3-2}\\ \amp= \sqrt[3]{1}\\ \amp= \sqrt[3]{1^3}\\ \amp= 1. \end{align*}

Checkpoint 1.40.

Evaluate without using a calculator.
\begin{equation*} \sqrt{\left(\sqrt{(-2)^2}+\sqrt{3^2}\right)^2} \end{equation*}