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 called 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.

image

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

In fact, we'll use this definition to spot the patterns that make up the rules.

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 exponential expressions with the same base, the result has the same base and the new power is the sum of the two exponents. This is the product rule of exponents.

Example 1

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}

The Quotient Rule

Let's try a similar technique on the quotient of two terms. Consider the example \(\frac{b^5}{b^3}\). Just like we did above, we'll expand both parts, simplify the result, and look for a pattern to use as a shortcut.

\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\). That's the shortcut!

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. This is the quotient rule for exponents.

Example 2

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


Solution \begin{align} \frac{{5^6}}{{5^2}} &= 5^{6-2} \\ &= 5^4 \\ &= 625 \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.

Example 3

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


Solution \begin{align} (5^2)^3 &= 5^{2 \cdot 3} \\ &= 5^6 \\ &= 15625 \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.

For instance,

\begin{align} (4b)^3 &= (4b)(4b)(4b) && \small \color{#5fa2ce} {\text{Use the definition of an exponent}} \\ &= 4 \cdot 4 \cdot 4 \cdot b \cdot b \cdot b && \small \color{#5fa2ce} {\text{Apply the commutative property of multiplication}}\\ &= 4^3 \, b^3 && \small \color{#5fa2ce} {\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.

Example 4

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


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

Power of a Quotient Rule

When a quotient of variables and/or real numbers is in parentheses and raised to a power, then that power applies to all parts of the quotient.

This works the same as it did for the power of a product rule and can be seen by expanding and simplifying.

\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 the power of \(5\) to all parts of the quotient.

Example 5

Simplify \(\left(\frac{3a}{4}\right)^2\).


Solution \begin{align} \left(\frac{3a}{4}\right)^2 &= \frac{3^2 \, a^2}{4^2} \\ &= \frac{9 \, a^2}{16} \end{align}

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 \(\frac{b^m}{b^n} = b^{m-n}\) \(\frac{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(\frac{a}{b}\right)^n = \frac{a^n}{b^n}\) \(\left(\frac{6}{3}\right)^4 = \frac{6^4}{3^4}\)

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

Example 6

Simplify \(\left(\frac{-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 && \small \color{#5fa2ce} {\text{Use the Quotient Rule to simplify } \frac{w^3}{w}=w^2} \\ &= \frac{\left(-3 w^2 \right)^4}{5^4} && \small \color{#5fa2ce} {\text{Use the Power of a Quotient Rule.}} \\ &= \frac{(-3)^4 \left(w^2 \right)^4}{5^4} && \small \color{#5fa2ce} {\text{Use the Power of a Product Rule.}} \\ &= \frac{(-3)^4 w^8}{5^4} && \small \color{#5fa2ce} {\text{Use the Power of a Power Rule.}} \\ &= \frac{81 w^8}{625} && \small \color{#5fa2ce} {\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. That same strategy will continue help us in the next section as we tackle negative exponents.