Skip to main content
Logo image

Precalculus JumpStart

Section 3.1 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\) and they are \(\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 numbers which are solutions to the equation \(x^2 = 9\) are precisely \(x= \pm\sqrt{9}\text{:}\)
\begin{equation} \text{If $x^2 = 9$, then $x = \pm \sqrt{9} = \pm 3$.}\tag{3.1.1} \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.
 1 
Well, you may have seen complex numbers which will give meaning to such an expression, but we won’t discuss that here.
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 3.1.1.

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*}

Example 3.1.2. Square root of a square.

Be careful simplifying the expression \(\sqrt{x^2}\text{.}\) First, note that \(x\) is squared, making the resulting \(x^2\) non-negative. Then we want the principal square root of \(x^2\text{.}\) Consider two examples, first with \(x=4\)
\begin{equation*} \sqrt{4^2} = \sqrt{16} = 4, \end{equation*}
as you might expect. But, not with \(x=-4\text{,}\)
\begin{equation*} \sqrt{\left(-4\right)^2} = \sqrt{16} = 4, \end{equation*}
which does not result in \(-4\text{.}\) In both cases, we finished with the positive value \(4\text{,}\) i.e. the absolute value of \(x\text{.}\) In general, for any real number \(x\text{,}\)
\begin{equation*} \sqrt{x^2} = \left|x\right|. \end{equation*}

Warning 3.1.3.

Let’s try to solve the equation \(x^2 = 15\text{.}\) 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. Often students say β€œtake the square root of both sides” but usually end up only writing the principal square root. Doing this 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 3.1.4.

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*}

Summary.

  • The expression \(\sqrt{x}\) denotes the principal square root of \(x\text{.}\) If \(x \geq 0\text{,}\) then \(\sqrt{x} \geq 0\) and satisfies \((\sqrt{x})^2 = x\text{.}\) If \(x \lt 0\text{,}\) then \(\sqrt{x}\) is undefined.
  • The expression \(\sqrt[3]{x}\) denotes the principal cube root of \(x\text{.}\) For any real number \(x\text{,}\) we have \((\sqrt{x})^3 = x\text{.}\)

Checkpoint 3.1.5.

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