Subsection Negative Exponents
Study the list of powers of \(2\) shown in Table (a) and observe the pattern as we move up the list from bottom to top. Each time the exponent increases by 1 we multiply by another factor of \(2\text{.}\) We can continue up the list as far as we like.

\(\hphantom{000000000000}\)a.
If we move back down the list, we divide by \(2\) at each step, until we get to the bottom of the list, \(2^{1} = 2\text{.}\)
What if we continue the list in the same way, dividing by \(2\) each time we decrease the exponent? The results are shown in Table (b).
As we continue to divide by \(2\text{,}\) we generate fractions whose denominators are powers of \(2\text{.}\) In particular,

\(\hphantom{000000000000}\)b.
\begin{equation*}
2^{-1} = \frac{1}{2}= \frac{1}{2^1}~~~ ~ \text{ and } ~~~~ 2^{-2} = \frac{1}{4}= \frac{1}{2^2}
\end{equation*}
Based on these observations, we make the following definitions.
Definition of Negative and Zero Exponents.
\begin{equation*}
\begin{aligned}[t]
a^{-n} \amp = \frac{1}{a^n} \amp\amp (a \ne 0) \\
a^0 \amp = 1 \amp\amp (a \ne 0)
\end{aligned}
\end{equation*}
These definitions tell us that if the base \(a\) is not zero, then any number raised to the zero power is \(1\text{,}\) and that a negative exponent denotes a reciprocal.
Example 3.27.
\(\displaystyle 2^{-3} = \dfrac{1}{2^3}= \dfrac{1}{8}\)
\(\displaystyle 9x^{-2} = 9 \cdot \dfrac{1}{x^2}= \dfrac{9}{x^2}\)
Checkpoint 3.29. QuickCheck 1.
Which of these is equivalent to \(2x^{-4}\text{?}\)
\(\displaystyle -2x^4\)
\(\displaystyle \dfrac{1}{2x^4}\)
\(\displaystyle 2-x^4\)
\(\displaystyle \dfrac{2}{x^4}\)
Checkpoint 3.30. Practice 1.
Write each expression without using negative exponents.
\(\displaystyle 5^{-4}\)
\(\displaystyle 5x^{-4}\)
Solution.
\(\displaystyle \dfrac{1}{5^4}\)
\(\displaystyle \dfrac{5}{x^4} \)
In the next example, we see how to evaluate expressions that contain negative exponents and how to solve equations involving negative exponents.
Example 3.31.
The body mass index, or BMI, is one measure of a person’s physical fitness. Your body mass index is defined by
\begin{equation*}
BMI = wh^{-2}
\end{equation*}
where \(w\) is your weight in kilograms and \(h\) is your height in meters. The World Health Organization classifies a person as obese if his or her BMI is \(25\) or higher.
Calculate the BMI for a woman who is \(1.625\) meters (\(64\) inches) tall and weighs \(54\) kilograms (\(120\) pounds).
For a fixed weight, how does BMI vary with height?
The world’s heaviest athlete is the amateur sumo wrestler Emanuel Yarbrough, who weighs \(319\) kg (\(704\) pounds). What height would Yarbrough have to be to have a BMI under \(25\text{?}\)
Solution.
\(\displaystyle BMI = 54(1.625^{-2})= 54(\dfrac{1}{1.625^2})= 20.45\)
\(BMI = wh^{-2} = \dfrac{w}{h^2}\text{,}\) so BMI varies inversely with the square of height. That is, for a fixed weight, BMI decreases as height increases.
To find the height that gives a BMI of \(25\text{,}\) we solve the equation \(25 = 319h^{-2}\text{.}\) Note that the variable \(h\) appears in the denominator of a fraction, so we begin by clearing the denominator—in this case we multiply both sides of the equation by \(h^2\text{.}\)
\begin{equation*}
\begin{aligned}[t]
25 \amp = \frac{319}{h^2} \amp\amp \blert{\text{Multiply both sides by }h^2.}\\
25h^2 \amp = 319 \amp\amp \blert{\text{Divide both sides by }25.}\\
h^2 \amp = 12.76 \amp\amp \blert{\text{Extract square roots.}}\\
h \amp\approx 3.57
\end{aligned}
\end{equation*}
To have a BMI under \(25\text{,}\) Yarbrough would have to be over \(3.57\) meters, or \(11\) feet \(8\) inches tall. (In fact, he is \(6\) feet \(8\) inches tall.)
Checkpoint 3.32. Practice 2.
Solve the equation \(0.2x^{-3} = 1.5\)
Solution.
Rewrite without a negative exponent, clear the fraction, then isolate the variable, to find
\begin{equation*}
x=\sqrt[3]{\dfrac{2}{15}}\approx 0.51
\end{equation*}
Checkpoint 3.33. Pause and Reflect.
Explain why \(\dfrac{1}{a^{-n}}=a^n\text{,}\) if \(a \not= 0.\)
Subsection Power Functions
The functions that describe direct and inverse variation are part of a larger family of functions called power functions.
Power Function.
A function of the form
\begin{equation*}
f(x) = kx^p
\end{equation*}
where \(k\) and \(p\) are nonzero constants, is called a power function.
Examples of power functions are
\begin{equation*}
V(r ) = \frac{4}{3}\pi r^3 ~~\text{ and }~~L(T ) = 0.8125T^2
\end{equation*}
In addition, the basic functions
\begin{equation*}
f (x) = \frac{1}{x} ~~\text{ and }~~ g(x) = \frac{1}{x^2}
\end{equation*}
which we studied in
Chapter 2 can be written as
\begin{equation*}
f (x) = x^{-1} ~~\text{ and }~~ g(x) = x^{-2}
\end{equation*}
Their graphs are shown below. Note that the domains of power functions with negative exponents do not include zero.
Example 3.34.
Which of the following are power functions?
\(\displaystyle f(x) = \dfrac{1}{3}x^4 + 2\)
\(\displaystyle g(x) = \dfrac{1}{3x^4}\)
\(\displaystyle h(x) = \dfrac{x + 6}{x^3}\)
Solution.
This is not a power function, because of the addition of the constant term.
We can write \(g(x) = \frac{1}{3}x^{-4}\text{,}\) so \(g\) is a power function.
This is not a power function, but it can be treated as the sum of two power functions, because \(h(x) = x^{-2} + 6x^{-3}\text{.}\)
Checkpoint 3.35. Practice 3.
Write each function as a power function in the form \(y = kx ^p\text{.}\)
\(\displaystyle f(x) = \dfrac{12}{x^2}\)
\(\displaystyle g(x) = \dfrac{1}{4x}\)
\(\displaystyle h(x) = \dfrac{2}{5x^6}\)
Solution.
\(\displaystyle f(x) = 12x^{-2}\)
\(\displaystyle g(x)=\dfrac{1}{4}x^{-1}\)
\(\displaystyle h(x)=\dfrac{2}{5}x^{-6}\)
Checkpoint 3.36. QuickCheck 2.
Which statement is true about power functions?
They can describe direct or inverse variation.
They involve a power of the output variable.
The \(y\)-intercept must be a positive number.
They include all linear and quadratic functions.
Most applications are concerned with positive variables only, so many models use only the portion of the graph in the first quadrant.
Example 3.37.
In the Middle Ages in Europe, castles were built as defensive strongholds. An attacking force would build a huge catapult called a trebuchet to hurl rocks and scrap metal inside the castle walls. The engineers could adjust its range by varying the mass of the projectiles. The mass, \(m\text{,}\) of the projectile should be inversely proportional to the square of the distance, \(d\text{,}\) to the target.
Use a negative exponent to write \(m\) as a function of \(d\text{,}\) \(m = f (d)\text{.}\)
The engineers test the trebuchet with a \(20\)-kilogram projectile, which lands \(250\) meters away. Find the constant of proportionality; then rewrite your formula for \(m\text{.}\)
Graph \(m = f (d)\text{.}\)
The trebuchet is \(180\) meters from the courtyard within the castle. What size projectile will hit the target?
The attacking force would like to hurl a \(100\)-kilogram projectile at the castle. How close must the attackers bring their trebuchet?
Solution.
If we use \(k\) for the constant of proportionality, then \(m = \dfrac{k}{d^2}\text{.}\) Rewriting this equation with a negative exponent gives \(m = kd^{-2}\text{.}\)
We substitute \(m = 20\) and \(d = 250\) to obtain
\begin{equation*}
\begin{aligned}[t]
20 \amp = k(250)^{-2}\amp\amp \blert{\text{Multiply both sides by }250^2.}\\
1,250,000 \amp = k
\end{aligned}
\end{equation*}
Thus, \(m = 1,250,000 d^{-2}\text{.}\)
-
We evaluate the function for several values of \(m\text{,}\) or use a calculator to obtain the graph below.
We substitute \(d = \alert{180}\) into the formula:
\begin{equation*}
\begin{aligned}[t]
m \amp = 1,250,000 (\alert{180} )^{-2} \\
\amp = \frac{1,250,000}{32,400} \\
\amp \approx 38.58
\end{aligned}
\end{equation*}
The attackers should use a mass of approximately \(38.6\) kilograms.
We substitute \(m=\alert{100}\) into the formula and solve for \(d\text{.}\)
\begin{equation*}
\begin{aligned}[t]
\alert{100} \amp = 1,250,000 d^{-2} \amp\amp \blert{\text{Multiply by }d^2.}\\
100d^2 \amp = 1,250,000 \amp\amp \blert{\text{Divide by }100.}\\
d^2 \amp = 12,500 \amp\amp \blert{\text{Take sqwuare roots.}} \\
d \amp = \pm \sqrt{12,500}
\end{aligned}
\end{equation*}
They must locate the trebuchet \(\sqrt{12,500}\approx 111.8\) meters from the castle.
The function \(m = \dfrac{k}{d^2}\) is an example of an inverse square law, because \(m\) varies inversely with the square of \(d\text{.}\) Such laws are fairly common in physics and its applications, because gravitational and other forces behave in this way. Here is a more modern example of an inverse square law.
Checkpoint 3.38. Practice 4.
Cell phone towers typically transmit signals at 10 watts of power. The signal strength varies inversely with the square of distance from the tower, and 1 kilometer away the signal strength is 0.8 picowatt. (A picowatt is \(10^{-12}\) watt.) Cell phones can receive a signal as small as 0.01 picowatt. How far can you be from the nearest tower and still hope to have cell phone reception?
Solution.
\(S=\dfrac{0.8}{d^2},\) where \(S\) is in picowatts and \(d\) is in kilometers. If \(S=0.01\text{,}\) we solve for \(d\) to find \(d\) is about 9 km.
Checkpoint 3.39. Pause and Reflect.
What is an inverse square law? Give an example.
Subsection Laws of Exponents
The laws of exponents apply to all integer exponents, positive, negative, and zero. When we allow negative exponents, we can simplify the rule for computing quotients of powers.
Quotient of Powers.
II. \(\displaystyle{\frac{a^m}{a^n}= a^{m-n}\hphantom{blank} (a \ne 0)}\)
For example, by applying this new version of the law for quotients, we find
\begin{equation*}
\frac{x^2}{x^5}= x^{2-5} = x^{-3}
\end{equation*}
which is consistent with our previous version of the rule,
\begin{equation*}
\frac{x^2}{x^5}= \frac{1}{x^{5-2}}= \frac{1}{x^3}
\end{equation*}
Checkpoint 3.44. QuickCheck 3.
Which of these is equivalent to \(\dfrac{m^2}{m^6}\text{?}\)
\(\displaystyle \dfrac{1}{m^3}\)
\(\displaystyle -m^4\)
\(\displaystyle \dfrac{1}{m^{-4}}\)
\(\displaystyle m^{-4}\)
For reference, we restate the laws of exponents below. The laws are valid for all integer exponents \(m\) and \(n\text{,}\) and for \(a, b \ne 0\text{.}\)
Laws of Exponents.
\(\displaystyle ~\displaystyle{a^m\cdot a^n = a^{m+n}}\)
\(\displaystyle ~\displaystyle{\frac{a^m}{a^n}=a^{m-n}}\)
\(\displaystyle ~\displaystyle{\left(a^m\right)^n=a^{mn}}\)
\(\displaystyle ~\displaystyle{\left(ab\right)^n=a^n b^n}\)
\(\displaystyle ~\displaystyle{\left(\frac{a}{b}\right)^n=\frac{a^n}{b^n}}\)
Example 3.45.
\begin{equation*}
\begin{aligned}[t]
\text{a}\amp. ~x^3\cdot x^{-5} = x^{3-5} = x^{-2}
\amp\amp \blert{\text{Apply the first law: Add exponents.}} \\
\text{b}\amp. ~\frac{8x^{-2}}{4x^{-6}}= \frac{8}{4}x^{-2-(-6)} = 2x^4
\amp\amp \blert{\text{Apply the second law: Subtract exponents.}} \\
\text{c}\amp. ~\left(5x^{-3}\right)^{-2}= 5^{-2}(x^{-3})^{-2}=\frac{x^6}{25}
\amp\amp \blert{\text{Apply laws IV and III.}}
\end{aligned}
\end{equation*}
You can check that each of the calculations in
Example 3.45 is shorter when we use negative exponents instead of converting the expressions into algebraic fractions.
Checkpoint 3.46. QuickCheck 4.
Which of the following is not one of the laws of exponents?
\(\displaystyle (x+y)^n = x^n + y^n\)
\(\displaystyle \left(\dfrac{x}{y}\right)^n = \dfrac{x^n}{y^n}\)
\(\displaystyle (xy)^n = x^n y^n\)
\(\displaystyle x^n x^m = x^{n+m}\)
Checkpoint 3.47. Practice 7.
Simplify by applying the laws of exponents. Write without negative exponents.
\(\displaystyle \left(2a^{-4}\right) \left(-4a^2\right)\)
\(\displaystyle \dfrac{(r^2)^{-3}}{3r^{-4}}\)
Solution.
\(\displaystyle \dfrac{-8}{a^2} \)
\(\displaystyle \dfrac{1}{3r^2} \)
At the start of this section, we saw that \(2^0 = 1\text{,}\) and in fact \(a^0 = 1\) as long as \(a \ne 0\text{.}\) Now we can see that this definition is consistent with the laws of exponents. The quotient of any (nonzero) number divided by itself is \(1\text{.}\) But by applying the second law of exponents, we also have
\begin{equation*}
1 = \frac{a^m}{a^m}= a^{m-m} = a^0
\end{equation*}
Thus,
Zero as Exponent.
\begin{equation*}
a^0 = 1, ~~ \text{ if } a \ne 0
\end{equation*}
For example,
\begin{equation*}
3^0 = 1, ~~ (-528)^0 = 1, ~~ \text{ and } ~~ (0.024)^0 = 1
\end{equation*}
Checkpoint 3.49. Pause and Reflect.
Give a numerical example to show why we cannot add or subtract terms with the same variable but different exponents.