Skip to main content

Section 3.3 Negative Exponents

Let's begin with a discovery activity. Move the slider in Figure 3.3.1 so that the exponent becomes negative. What happens to the expression on the other side of the equal sign? Can you make a guess as to the rule for negative exponents?

Figure 3.3.1. Make a conjecture on the meaning of a negative exponent.

OK, let's dig into the mathematics of negative exponents.

Recall the quotient rule of exponents:

\begin{equation*} \frac{x^m}{x^n}=x^{m-n}\text{.} \end{equation*}

When you've applied this rule in the past, it is quite possible that there have always been more factors of \(x\) in the numerator than in the denominator, or at the very least an equal number of factors in both locations. In this discussion, we investigate what occurs when there are more factors of \(x\) in the denominator than in the numerator.

Consider the expression \(\frac{x^2}{x^5}\text{.}\) We can regroup the factors into the product of three fractions and simplify, specifically:

\begin{align*} \frac{x^2}{x^5}\amp=\frac{x}{x}\cdot\frac{x}{x}\cdot\frac{1}{x^3}\\ \amp=\frac{1}{x^3} \end{align*}

On the other hand, if we apply the quotient rule of exponents we get:

\begin{align*} \frac{x^2}{x^5}\amp=x^{2-5}\\ \amp=x^{-3} \end{align*}

Employing the transitive property of equality, we must then conclude that:

\begin{equation*} x^{-n}=\frac{1}{x^n}, x\neq0\text{.} \end{equation*}

For example:

\begin{align*} 2^{-3}\amp=\frac{1}{2^3}\\ \amp=\frac{1}{8} \end{align*}

You can confirm this equivalence on a scientific calculator by showing that both \(2^{-3}\) and \(\frac{1}{8}\) evaluate to \(0.125\text{.}\)

One way you could think of a negative exponent is that it's telling you to move the location of the factor - when the move is made, the exponent becomes positive. So far, the only such move we've discussed is \(x^{-n}=\frac{1}{x^n}\text{.}\) In this context, let's address one common error made with negative exponents.

When a factor with a negative exponent is preceded by a constant factor, many folks like to move the constant factor right along with the factor that has an exponent. For example, many folks will write that \(4x^{-2}\) is equal to \(\frac{1}{4x^2}\text{.}\) Unfortunately this is not correct. According to Order of Operations (PEMDAS), exponents need to be applied before multiplication is performed. For example:

\begin{align*} 4\times 3^2\amp=4\times 9\\ \amp=36 \end{align*}

Similarly:

\begin{align*} 4\times 3^{-2}\amp=4\times\frac{1}{3^2}\\ \amp=4\times\frac{1}{9}\\ \amp=\frac{4}{9} \end{align*}

and

\begin{align*} 4x^{-2}\amp=4\times\frac{1}{x^2}\\ \amp=\frac{4}{x^2} \end{align*}

We've explored simple expressions of the form \(x^{-n}\) and \(kx^{-n}\text{,}\) where \(k\) is a constant. Now let's explore more complicated expressions, expressions with factors that have negative exponents but the factors appear in various locations of the expressions.

Let's begin with the expression \(\frac{1}{x^{-3}}\text{.}\) There is more than one way to determine an equivalent expression with a positive exponent. I'm going to make the determination by multiplying the expression by \(1\text{.}\) Specifically:

\begin{align*} \frac{1}{x^{-3}}\amp=\frac{1}{x^{-3}}\cdot\frac{x^3}{x^3}\\ \amp=\frac{x^3}{x^0}\\ \amp=\frac{x^3}{1}\\ \amp=x^3 \end{align*}

From this one example, we can infer that \(\frac{1}{x^{-n}}=x^n\text{.}\) If we express our two rules side by side, we both sides of the equation stated as fractions, We should be able to identify a pattern.

\begin{equation*} \frac{x^{-n}}{1}=\frac{1}{x^n} \end{equation*}
\begin{equation*} \frac{1}{x^{-n}}=\frac{x^n}{1} \end{equation*}

One way that we can think of a negative exponent is like one of those annoying light switches where sometimes up means the light is on but at other times up means the light is off (dependent upon the position of another switch connected to the same light). For any given factor in a fractional expression, positioning the factor on one side of the fraction bar corresponds to the factor having a positive exponent and positioning the factor on the other side of the fraction bar corresponds to the factor having a negative exponent. The catch is that you have to determine the arrangement for each individual factor. This is established by the exponents present in the original expression. Regardless of the arrangement, any time a factor with an exponent moves across the fraction bar, the sign on the exponent reverses.

Let's consider the expression \(\frac{x^{-3}}{y^4}\text{.}\) In this expression, both \(x\) and \(y\) will have negative exponents when they are in the numerator and positive exponents in the denominator. When both factors are in the numerator, the remaining denominator is a factor of \(1\) which generally is not written. Below are the four germane equivalent expressions.

\begin{equation*} x^{-3}y^{-4}=\frac{x^{-3}}{y^4}=\frac{y^{-4}}{x^3}=\frac{1}{x^3y^4} \end{equation*}

While all of the manipulative rules of exponents (e.g., \(x^mx^n=x^{m+n}\)) apply equally to both positive and negative exponents, when working with fractional expressions, most people find it easier to begin a simplification process by first rearranging the factors so that all exponents are positive. Doing so not only simplifies the arithmetic, it also makes it much more intuitive as to the ultimate positioning of any given variable so that its exponent is positive.

Consider the expression \(\frac{x^{-7}}{x^{-3}}\text{.}\) When we simplify the expression, we have two objectives: only one occurrence of \(x\) and no negative exponents. While it might be obvious to you where the factor \(x\) needs to reside, most folks feel more secure making that call after first rearranging the factors so that both exponents are positive.

\begin{equation*} \frac{x^{-7}}{x^{-3}}=\frac{x^3}{x^7} \end{equation*}

It is now fairly intuitive that there are four more factors of \(x\) in the denominator than in the numerator. Putting it all together, we have:

\begin{align*} \frac{x^{-7}}{x^{-3}}\amp=\frac{x^3}{x^7}\\ \amp=\frac{1}{x^4} \end{align*}

Note that we can infer a rule of exponents from the last example. This new rule is shown below along with a rule established in an earlier lesson.

\begin{equation*} \frac{x^m}{x^n}=\frac{x^{m-n}}{1} \end{equation*}
\begin{equation*} \frac{x^m}{x^n}=\frac{1}{x^{n-m}} \end{equation*}

With our objective being positive exponents, for any given variable we use the rule that results in the variable being positioned on the side of the fraction bar that originally had the greater exponent. Let's reconsider \(\frac{x^{-7}}{x^{-3}}\text{.}\) Because \(-3\) is greater that \(-7\text{,}\) we know that the factor of \(x\) will ultimately reside in the denominator of the expression. Using our new rule we have:

\begin{align*} \frac{x^{-7}}{x^{-3}}\amp=\frac{1}{x^{-3-(-7)}}\\ \amp=\frac{1}{x^{-3+7}}\\ \amp=\frac{1}{x^4} \end{align*}

As mentioned previously, most folks find the entire process easier if they begin by moving factors so that all exponents are positive. That said, work within your own comfort zone. The great thing about simplifying expressions using the rules of exponents is that so long as you have a clear goal in mind and you apply the rules correctly (and don't make up your own rules!), you'll eventually arrive at your goal.

When simplifying variable expressions that contain negative exponents, you have the choice of first making all exponents positive and then applying the other rules of exponents or rather working with the negative exponents. When evaluating numerical expressions with negative exponents, you have no such choice—you have to start with making the exponents positive and then multiplying together the appropriate number of factors. The three rules you can use are:

\begin{equation*} x^{-n}=\frac{1}{x^n} \end{equation*}
\begin{equation*} \frac{1}{x^{-n}}=x^n \end{equation*}
\begin{equation*} \left(\frac{a}{b}\right)^n=\left(\frac{b}{a}\right)^{-n} \end{equation*}

Several examples follow.

Example 3.3.2.

Evaluate \(5^{-2}\text{.}\)

Solution
\begin{align*} 5^{-2}\amp=\frac{1}{5^2}\\ \amp=\frac{1}{25} \end{align*}
Example 3.3.3.

Evaluate \(\frac{3}{2^{-1}}\text{.}\)

Solution
\begin{align*} \frac{3}{2^{-1}}\amp=3\times 2^1\\ \amp=3\times 2\\ \amp=6 \end{align*}
Example 3.3.4.

Evaluate \(\left(\frac{4}{5}\right)^{-2}\text{.}\)

Solution
\begin{align*} \left(\frac{4}{5}\right)^{-2}\amp=\left(\frac{5}{4}\right)^2\\ \amp=\frac{25}{16} \end{align*}

You can use Figure 3.3.5 and Figure 3.3.6 to generate random practice exercises.

Figure 3.3.5. Enter the letter that corresponds to the correct simplification.
Figure 3.3.6. Make sure that your simplification does not include any negative exponents.

Exercises Exercises

Completely simplify each expression. Make sure that your final expression contains no negative exponents.

1.

\(t^{-6}\)

Solution

\(t^{-6}=\frac{1}{t^6}\)

2.

\(2y^{-6}\)

Solution

\(\begin{aligned}[t] 2y^{-6}\amp=2\times\frac{1}{y^6}\\ \amp=\frac{2}{y^6} \end{aligned}\)

3.

\(-t^{-6}\)

Solution

\(-t^{-6}=-\frac{1}{t^6}\)

4.

\(-4a^{-2}\)

Solution

\(\begin{aligned}[t] -4a^{-2}\amp=-4\times\frac{1}{a^2}\\ \amp=-\frac{4}{a^2} \end{aligned}\)

5.

\(x^{-9}x^5\)

Solution

\(\begin{aligned}[t] x^{-9}x^5\amp=x^{-9+5}\\ \amp=x^{-4}\\ \amp=\frac{1}{x^4} \end{aligned}\)

6.

\(\frac{1}{x^{-3}}\)

Solution

\(\frac{1}{x^{-3}}=x^3\)

7.

\(\frac{3y^{-6}}{y^2}\)

Solution

\(\begin{aligned}[t] \frac{3y^{-6}}{y^2}\amp=\frac{3}{y^6y^2}\\ \amp=\frac{3}{y^8} \end{aligned}\)

8.

\(\frac{x^{-4}}{x^{-9}}\)

Solution

\(\begin{aligned}[t] \frac{x^{-4}}{x^{-9}}\amp=\frac{x^9}{x^4}\\ \amp=x^5 \end{aligned}\)

9.

\(\frac{1}{4a^{-2}}\)

Solution

\(\frac{1}{4a^{-2}}=\frac{a^2}{4}\)

Determine the value of each expression. Your final result should not include any exponents.

10.

\(\frac{1}{3^{-2}}\)

Solution

\(\begin{aligned}[t] \frac{1}{3^{-2}}\amp=3^2\\ \amp=9 \end{aligned}\)

11.

\(-2^{-3}\)

Solution

\(\begin{aligned}[t] -2^{-3}\amp=-\frac{1}{2^3}\\ \amp=-\frac{1}{8} \end{aligned}\)

12.

\(\left(\frac{2}{5}\right)^{-2}\)

Solution

\(\begin{aligned}[t] \left(\frac{2}{5}\right)^{-2}\amp=\left(\frac{5}{2}\right)^2\\ \amp=\frac{25}{4} \end{aligned}\)

13.

\(\left(\frac{1}{4}\right)^{-3}\)

Solution

\(\begin{aligned}[t] \left(\frac{1}{4}\right)^{-3}\amp=\left(\frac{4}{1}\right)^3\\ \amp=64 \end{aligned}\)

15.

\(4^{-2}\)

Solution

\(\begin{aligned}[t] 4^{-2}\amp=\frac{1}{4^2}\\ \amp=\frac{1}{16} \end{aligned}\)

16.

\(-4^{-2}\)

Solution

\(\begin{aligned}[t] -4^{-2}\amp=-\frac{1}{4^2}\\ \amp=-\frac{1}{16} \end{aligned}\)

17.

\((-4)^{-2}\)

Solution

\(\begin{aligned}[t] (-4)^{-2}\amp=\frac{1}{(-4)^2}\\ \amp=\frac{1}{16} \end{aligned}\)

18.

\(\left(\frac{1}{3}\right)^{-3}\)

Solution

\(\begin{aligned}[t] \left(\frac{1}{3}\right)^{-3}\amp=\left(\frac{3}{1}\right)^3\\ \amp=27 \end{aligned}\)

19.

\(-7^{-1}\)

Solution

\(-7^{-1}=-\frac{1}{7}\)

20.

\(\frac{10^{-5}}{10^{-8}}\)

Solution

\(\begin{aligned}[t] \frac{10^{-5}}{10^{-8}}\amp=\frac{10^8}{10^5}\\ \amp=10^3\\ \amp=1,000 \end{aligned}\)

21.

\(\frac{1}{2^{-8}}\)

Solution

\(\begin{aligned}[t] \frac{1}{2^{-8}}\amp=2^8\\ \amp=256 \end{aligned}\)

22.

\(\left(-\frac{2}{3}\right)^{-4}\)

Solution

\(\begin{aligned}[t] \left(-\frac{2}{3}\right)^{-4}\amp=\left(-\frac{3}{2}\right)^4\\ \amp=\frac{81}{16} \end{aligned}\)

23.

\(-4^0-4^{-2}\)

Solution

\(\begin{aligned}[t] -4^0-4^{-2}\amp=-1-\frac{1}{4^2}\\ \amp=-1-\frac{1}{16}\\ \amp=-\frac{17}{16} \end{aligned}\)

24.

\(\left(\frac{5}{4}\right)^{-2}\)

Solution

\(\begin{aligned}[t] \left(\frac{5}{4}\right)^{-2}\amp=\left(\frac{4}{5}\right)^2\\ \amp=\frac{16}{25} \end{aligned}\)

25.

\(\frac{4}{3^{-2}}\)

Solution

\(\begin{aligned}[t] \frac{4}{3^{-2}}\amp=4\times 3^2\\ \amp=36 \end{aligned}\)