2.3 Exponents

Introduction

Earlier in this chapter we saw that terms can be added and subtracted only when they have the same variables and the same powers. We matter those like terms.

Things get a bit more interesting when we start multiplying and dividing terms because there is no requirement that the powers and variables match.

Definition of an Exponent

The nice thing about every rule for exponents is that if you ever forget one you can always figure it out by going back to the basic definition of an exponent.

Definition of an Exponent

For any natural number \(n\), the expression \(b^n\) means \(b \cdot b \cdot b \cdot \ldots \cdot b\) where \(b\) is a factor \(n\) times.

Definition of exponent notation showing b^n structure

We call \(b\) the base and \(n\) the exponent and say that \(b\) is being raised to the \(n \text{th}\) power.

By using this definition we'll be able to spot the patterns that make up the shortcut rules we can use to simplify complicated exponential expressions.

The Product Rule

Consider the product \(b^3 \cdot b^4\). Both terms have the same base, \(b\), but are raised to different exponents. Notice what happens when we expand each of them using the definition of an exponent.

\begin{align} b^3 \cdot b^4 &= (b \cdot b \cdot b)(b \cdot b \cdot b \cdot b) \\ &= b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \\ &= b^7 \end{align}

Is there a pattern we could use as a shortcut to go from \(b^3 \cdot b^4\) to \(b^7\) without having to expand each term? Notice that \(3+4=7\). That's the shortcut!

When multiplying expressions with the same base, we simply keep the base and add the two powers. This is the product rule of exponents and can be written as \(b^m\cdot b^n=b^{m+n}\). We will use this in our next example.

Example

Use the product rule to simplify \(2^3 \cdot 2^8\).

Solution


\begin{align} 2^3 \cdot 2^8 &= 2^{3+8} \\ &= 2^{11} \\ &= 2048 \end{align}
Example

Simplify \(x^5 \cdot x^3\).

Solution


\begin{align} x^5 \cdot x^3 &= x^{5+3} \\ &= x^8 \end{align}

The Quotient Rule

Let's try a similar technique on the quotient of two terms. We'll expand \(\frac{b^5}{b^3}\) just as we did above, simplify, and look for a pattern.

\begin{align} \frac{b^5}{b^3} &= \frac{b \cdot b \cdot b \cdot b \cdot b}{b \cdot b \cdot b} \\ &= \frac{b}{b} \cdot \frac{b}{b} \cdot \frac{b}{b} \cdot b \cdot b \\ &= 1 \cdot 1 \cdot 1 \cdot 1 \cdot b \cdot b \\ &= b \cdot b \\ &= b^2 \end{align}

Notice that the final exponent is \(2\), which also happens to be the difference of the original powers \(5-3=2\). When dividing exponential expressions with the same base, the result has the same base and the power is the top exponent minus the bottom exponent.

We call this the quotient rule for exponents and it can be expressed as \(\dfrac{b^m}{b^n}=b^{m-n}\).

Example

Use the quotient rule to simplify \(\dfrac{{5^6}}{{5^2}}\).

Solution


\begin{align} \frac{{5^6}}{{5^2}} &= 5^{6-2} \\ &= 5^4 \\ &= 625 \end{align}
Example

Simplify \(\dfrac{y^9}{y^4}\).

Solution


\begin{align} \frac{y^9}{y^4} &= y^{9-4} \\ &= y^5 \end{align}

Power of a Power Rule

Next, let's explore raising a term with a power to another power. For example, what happens if we raise \(b^3\) to the 4th power? This would mean repeating \(b^3\) as a factor \(4\) times and then expanding each of those \(b^3\).

\begin{align} (b^3)^4 &= b^3 \cdot b^3 \cdot b^3 \cdot b^3 \\ &= (b \cdot b \cdot b)(b \cdot b \cdot b)(b \cdot b \cdot b)(b \cdot b \cdot b) && \\ &= \underbrace{b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b \cdot b}_{12 \ times} \\ &= b^{12} \end{align}

That was a lot of expanding but, hopefully you can spot the shortcut. The shortcut is simply to multiply the exponents: \(\left(b^m\right)^n=b^{m\cdot n}\). This is called the power of a power rule.

Example

Simplify \((5^2)^3\).

Solution


\begin{align} (5^2)^3 &= 5^{2 \cdot 3} \\ &= 5^6 \\ &= 15625 \end{align}
Example

Simplify \((a^4)^6\).

Solution


\begin{align} (a^4)^6 &= a^{4 \cdot 6} \\ &= a^{24} \end{align}

Power of a Product Rule

When a product of variables and/or real numbers is in parentheses and raised to a power, then all the factors are raised to that power. This rule, like the others, becomes apparent by going back to the definition of an exponent and making use the commutative property of multiplication.

\begin{align} (4b)^3 &= (4b)(4b)(4b) && \hint{\text{Use the definition of an exponent}} \\ &= 4 \cdot 4 \cdot 4 \cdot b \cdot b \cdot b && \hint{\text{Apply the commutative property of multiplication}}\\ &= 4^3 \, b^3 && \hint{\text{Use the definition of an exponent}} \\ &= 64 b^3 \end{align}

The shortcut here, of course, is that the power could have been applied to each part of the product: \((a\cdot b)^n=a^n\cdot b^n\). This is how we deal with the power of a product.

Example

Simplify \((5xy)^3\).

Solution


\begin{align} (5xy)^3 &= 5^3 \, x^3 \, y^3 \\ &= 125 \, x^3 \, y^3 \end{align}
Example

Simplify \((3xy^2)^4\).

Solution


\begin{align} (3xy^2)^4 &= 3^4 \cdot x^4 \cdot (y^2)^4 \\ &= 81x^4y^8 \end{align}

Power of a Quotient Rule

Let's see if a similar thing works if we take the power of a quotient.

\begin{align} \left(\frac{2}{b}\right)^5 &= \left(\frac{2}{b}\right)\left(\frac{2}{b}\right)\left(\frac{2}{b}\right)\left(\frac{2}{b}\right)\left(\frac{2}{b}\right) \\ &= \frac{2 \cdot 2 \cdot 2 \cdot 2 \cdot 2}{b \cdot b \cdot b \cdot b \cdot b} \\ &= \frac{2^5}{b^5} \\ &= \frac{32}{b^5} \end{align}

Notice how it would have been much shorter to simply apply a power of \(5\) to all parts of the quotient.

Thus, the rule for finding the power of a quotient is \(\left(\dfrac{a}{b}\right)^n=\dfrac{a^n}{b^n}\). In simple terms, when a quotient is raised to a power, then that power applies to all parts of the quotient.

Example

Simplify \(\left(\dfrac{2x^3}{y}\right)^5\).

Solution


\begin{align} \left(\frac{2x^3}{y}\right)^5 &= \frac{(2x^3)^5}{y^5} \\ &= \frac{2^5 \cdot (x^3)^5}{y^5} \\ &= \frac{32x^{15}}{y^5} \end{align}

Application: Unit Conversion

The rules for powers of products and quotients are useful in real-world situations where you need to convert between units for area or volume. In such cases, rather than finding a new conversion factor, we simply start with the regular conversion factor and then apply the appropriate power to the entire factor—both the numbers and the units.

Example

A box has a volume of \(1000\ \text{in}^3\). Convert this to cubic centimeters. Use \(1\text{ in} = 2.54\text{ cm}\).

Solution


\begin{align} &1000\ \text{in}^3 \times \left(\frac{2.54\ \text{cm}}{1\ \text{in}}\right)^3 && \qquad \hint{\text{Cube the conversion factor}} \\ &=1000\ \text{in}^3 \times \frac{16.387\ \text{cm}^3}{1\ \text{in}^3} && \qquad \hint{\text{Apply the power}} \\ &= 1000 \times 16.387\ \text{cm}^3 && \qquad \hint{\text{Simplify the units}}\\ &= 16{,}387\ \text{cm}^3 && \qquad \hint{\text{Multiply}} \end{align}
Example

A rectangular room measures \(12\) feet by \(15\) feet. Find its area in square meters. Use \(1\text{ ft} = 0.3048\text{ m}\).

Solution


First, multiply the two given dimensions to get the area in square feet, then convert to square meters:

\begin{align} 12\ \text{ft} \times 15\ \text{ft}&= 180\ \text{ft}^2 && \qquad \hint{\text{Area in square feet}} \\ &= 180\ \text{ft}^2 \times \left(\frac{0.3048\ \text{m}}{1\ \text{ft}}\right)^2 && \qquad \hint{\text{Square the conversion factor}} \\ &= 180\ \text{ft}^2 \times \frac{0.0929\ \text{m}^2}{1\ \text{ft}^2}&& \qquad \hint{\text{Apply the power}} \\ &= 180\ \times 0.0929\ \text{m}^2 && \qquad \hint{\text{Simplify the units}} \\ &\approx 16.7\ \text{m}^2 && \qquad \hint{\text{Multiply}} \end{align}

Alternatively, we could convert both measurements to meters first, then multiply to find the area:

\begin{align} &\left(12\ \text{ft} \times \frac{0.3048\ \text{m}}{1\ \text{ft}}\right)\cdot \left(15\ \text{ft}\times \frac{0.3048\ \text{m}}{1\ \text{ft}}\right) \\ &= \left(12 \times 0.3048\ \text{m}\right) \cdot \left(15 \times 0.3048\ \text{m}\right) \\ &\approx 16.7\ \text{m}^2 \end{align}

Both methods produce the same result, so choose whichever approach feels more natural to you.

Simplifying Exponents

While our examples so far have focused on each property individually, there's no reason to expect that will always be the case. In many instances we will need to deploy multiple rules in order to fully simplify an expression with exponents.

Before we finish with one of these more complicated examples, let's list all of the rules we've discovered so far.

Rules of Exponents
Exponent Rule Formula Example
Product of Powers \(b^m \cdot b^n = b^{m+n}\) \(2^3 \cdot 2^4 = 2^{3+4}\)
Quotient of Powers \(\dfrac{b^m}{b^n} = b^{m-n}\) \(\dfrac{5^7}{5^2} = 5^{7-2}\)
Power of a Power \((b^m)^n = b^{m \cdot n}\) \((3^2)^4 = 3^{2 \cdot 4}\)
Power of a Product \((a \cdot b)^n = a^n \cdot b^n\) \((2 \cdot 4)^3 = 2^3 \cdot 4^3\)
Power of a Quotient \(\left(\dfrac{a}{b}\right)^n = \dfrac{a^n}{b^n}\) \(\left(\dfrac{6}{3}\right)^4 = \dfrac{6^4}{3^4}\)

Now that we have all of the rules available for quick reference, we'll dive into our final example.

Example

Simplify \(\left(\dfrac{-3 w^3}{5w}\right)^4 \).

Solution


\begin{align} \left(\frac{-3 w^3}{5w}\right)^4 &= \left(\frac{-3 w^2}{5}\right)^4 && \hint{\text{Use the Quotient Rule to simplify } \frac{w^3}{w}=w^2} \\ &= \frac{\left(-3 w^2 \right)^4}{5^4} && \hint{\text{Use the Power of a Quotient Rule.}} \\ &= \frac{(-3)^4 \left(w^2 \right)^4}{5^4} && \hint{\text{Use the Power of a Product Rule.}} \\ &= \frac{(-3)^4 w^8}{5^4} && \hint{\text{Use the Power of a Power Rule.}} \\ &= \frac{81 w^8}{625} && \hint{\text{Evaluate the powers.}} \\ \end{align}

It's important to emphasize that there is no fixed sequence for simplifying exponents. In many cases, especially when dealing with intricate expressions, multiple pathways can lead to the final answer. And when in doubt, a reliable approach is to revert back to the fundamental definition of an exponent, expand the expression, and then simplify.

Looking Ahead

The strategies we've learned for working with positive exponents will continue to serve us well in the next section as we tackle negative exponents. We'll discover that the same fundamental principles apply, even when the exponents themselves are negative numbers.