In the expression \(a^n\), the number \(a\) is called the base and the number \(n\) is called the exponent. Frequently, we’ll be required to multiply two exponential expressions with like bases, such as \(x^{3} \cdot x^{4}\). Recall that the exponent tells us how many times to write each base as a factor, so we can write:
\[\begin{aligned} x^{3} \cdot x^{4} &=(x \cdot x \cdot x) \cdot(x \cdot x \cdot x \cdot x) \\ &=x \cdot x \cdot x \cdot x \cdot x \cdot x \cdot x \\ &=x^{7} \end{aligned} \nonumber \]
Note that we are simply counting the number of times that \(x\) occurs as a factor. First, we have three \(x’s\), then four \(x’s\), for a total of seven \(x’s\). However a little thought tells us that it is much quicker to simply add the exponents to reveal the total number of times \(x\) occurs as a factor.
With a little practice, each of the examples can be simplified mentally. Repeat the base and add the exponents in your head: \(y^{4} \cdot y^{8}=y^{12}, 2^{3} \cdot 2^{5}=2^{8}\) and \((x+y)^{2}(x+y)^{7}=(x+y)^{9}\).
We’ll use the commutative and associative properties to change the order of operation, then repeat the common bases and add the exponents.
\[\begin{aligned} \left(a^{6} b^{4}\right)\left(a^{3} b^{2}\right) &= a^{6} b^{4} a^{3} b^{2} \quad \color {Red} \text { The associative property allows us to regroup in the order we prefer. } \\ &= a^{6} a^{3} b^{4} b^{2} \quad \color {Red} \text { The commutative property allows us to change the order of multiplication. } \\ &= a^{9} b^{6} \quad \color {Red} \text { Repeat the common bases and add the exponents. } \end{aligned} \nonumber \]
With practice, we realize that if all of the operators are multiplication, then we can multiply in the order we prefer, repeating the common bases and adding the exponents mentally: \(\left(a^{6} b^{4}\right)\left(a^{3} b^{2}\right)=a^{9} b^{6}\).
Like multiplication, we will also be frequently asked to divide exponential expressions with like bases, such as \(x^7/x^4\). Again, the key is to remember that the exponent tells us how many times to write the base as a factor, so we can write:
\[\begin{aligned} \dfrac{x^{7}}{x^{4}} &= \dfrac{x \cdot x \cdot x \cdot x \cdot x \cdot x \cdot x}{x \cdot x \cdot x \cdot x} \\ &= \dfrac{\not {x} \cdot \not {x} \cdot \not{x} \cdot \not {x} \cdot x \cdot x \cdot x}{\not {x} \cdot \not {x} \cdot \not {x} \cdot \not {x}} \\ &= x^3 \end{aligned} \nonumber\]
Note how we cancel four \(x’s\) in the numerator for four \(x’s\) in the denominator. However, in a sense we are “subtracting four \(x’s\)” from the numerator, so a faster way to proceed is to repeat the base and subtract the exponents, as follows:
With a little practice, each of the examples can be simplified mentally. Repeat the base and subtract the exponents in your head: \(x^{12} / x^{3}=x^{9}, 5^{7} / 5^{4}=5^{3}\) and \((2 x+1)^{8} /(2 x+1)^{3}=(2 x+1)^{5}\).
We first express the fraction as a product of three fractions, the latter two with a common base. In the first line of the following solution, note that if you multiply numerators and denominators of the three separate fractions, the product equals the original fraction on the left.
\[\begin{aligned} \dfrac{12 x^{5} y^{7}}{4 x^{3} y^{2}} &= \dfrac{12}{4} \cdot \dfrac{x^{5}}{x^{3}} \cdot \dfrac{y^{7}}{y^{2}} \quad \color {Red} \text { Break into a product of three fractions. } \\ &= 3 x^{5-3} y^{7-2} \quad \color {Red} \text { Simplify: } 12 / 4=3 . \text { Then repeat the common } \\ &= 3 x^{2} y^{5} \quad \color {Red} \text { Simplify. } \end{aligned} \nonumber \]
Exercise \(\PageIndex{5}\)
Simplify: \(\dfrac{15 a^{6} b^{9}}{3 a b^{5}}\)
Answer
\(5 a^{5} b^{4}\)
Example \(\PageIndex{6}\)
Simplify: \(\dfrac{x^{5 n-4}}{x^{3-2 n}}\)
Solution
Again, we repeat the base and subtract the exponents.
Suppose we have an exponential expression raised to a second power, such as \((x^2)3\). The second exponent tells us to write \(x^2\) as a factor three times:
\[\begin{aligned} \left(x^{2}\right)^{3} &= x^{2} \cdot x^{2} \cdot x^{2} \quad \color {Red} \text { Write } x^{2} \text { as a factor three times. } \\ &= x^{6} \quad \color {Red} \text { Repeat the base, add the exponents. } \end{aligned} \nonumber \]
Note how we added \(2 + 2 + 2\) to get \(6\). However, a much faster way to add “three twos” is to multiply: \(3 \cdot 2=6\). Thus, when raising a “power to a second power,” repeat the base and multiply the exponents, as follows:
The preceding discussion gives rise to the following third law of exponents.
Raising a Power to a Power
When raising a power to a power, repeat the base and multiply the exponents. In symbols:
\[(a^m)^n = a^{mn} \nonumber \]
Note that juxtaposing two variables, as in \(mn\), means “\(m\) times \(n\).”
Example \(\PageIndex{7}\)
Simplify each of the following expressions:
\(\left(z^{3}\right)^{5}\)
\(\left(7^{3}\right)^{0}\)
\(\left[(x-y)^{3}\right]^{6}\)
Solution
In each example we are raising a power to a power. Hence, in each case, we repeat the base and multiply the exponents.
With a little practice, each of the examples can be simplified mentally. Repeat the base and multiply the exponents in your head: \(\left(z^{3}\right)^{5}=z^{15},\left(7^{3}\right)^{4}=7^{12}\) and \(\left[(x-y)^{3}\right]^{6}=(x-y)^{18}\).
Exercise \(\PageIndex{7}\)
Simplify: \(\left(2^{3}\right)^{4}\)
Answer
\(2^{12}\)
Example \(\PageIndex{8}\)
Simplify: \(\left(x^{2 n-3}\right)^{4}\)
Solution
Again, we repeat the base and multiply the exponents.
We frequently have need to raise a product to a power, such as \((xy)^3\). Again, remember the exponent is telling us to write \(xy\) as a factor three times, so:
\[\begin{aligned} (x y)^{3} &=(x y)(x y)(x y) \quad \color {Red} \text {Write } xy \text { as a factor three times.}\\ &=x y x y x y \quad \color {Red} \text {The associative property allows us to group as we please.}\\ &=x x x y y y \quad \color {Red} \text {The commutative property allows us to change the order as we please.}\\ &=x^{3} y^{3} \quad \color {Red} \text {Invoke the exponent definition: } x x x=x^{3} \text { and } y y y=y^{3} \end{aligned} \nonumber \]
However, it is much simpler to note that when you raise a product to a power, you raise each factor to that power. In symbols: \[(xy)^3 = x^3y^3 \nonumber \]
The preceding discussion leads us to a fourth law of exponents.
Raising a Product to a Power
To raise a product to a power, raise each factor to that power. In symbols:
\[(ab)^n = a^nb^n \nonumber \]
Example \(\PageIndex{9}\)
Simplify each of the following expressions:
\((y z)^{5}\)
\((-2 x)^{3}\)
\((-3 y)^{2}\)
Solution
In each example we are raising a product to a power. Hence, in each case, we raise each factor to that power.
With a little practice, each of the examples can be simplified mentally. Raise each factor to the indicated power in your head: \((y z)^{5}=y^{5} z^{5},(-2 x)^{3}=-8 x^{3}\) and \((-3 y)^{2}=9 y^{2}\)
Exercise \(\PageIndex{9}\)
Simplify: \((-2 b)^{4}\)
Answer
\(16 b^{4}\)
When raising a product of three factors to a power, it is easy to show that we should raise each factor to the indicated power. For example, \((a b c)^{3}=a^{3} b^{3} c^{3}\). In general, this is true regardless of the number of factors. When raising a product to a power, raise each of the factors to the indicated power.
Example \(\PageIndex{10}\)
Simplify: \(\left(-2 a^{3} b^{2}\right)^{3}\)
Solution
Raise each factor to the third power, then simplify.
\[\begin{aligned} \left(-2 a^{3} b^{2}\right)^{3} &= (-2)^{3}\left(a^{3}\right)^{3}\left(b^{2}\right)^{3} \quad \color {Red} \text { Raise each factor to the third power. } \\ &= -8 a^{9} b^{6} \quad \color {Red} \text {Simplify: } (-2)^{3}=8 \text {. In the remaining factors, raising a power to a power requires that we multiply the exponents. } \end{aligned} \nonumber \]
In the first grouped product, raise each factor to the second power.
\[\begin{aligned} \left(-2 x^{2} y\right)^{2}\left(-3 x^{3} y\right) &=\left((-2)^{2}\left(x^{2}\right)^{2} y^{2}\right)\left(-3 x^{3} y\right) \quad \color {Red} \text { Raise each factor in the first grouped product to the second power.} \\ &=\left(4 x^{4} y^{2}\right)\left(-3 x^{3} y\right) \quad \color {Red} \text { Simplify: } (-2)^{2}=4 \text { and } \left(x^{2}\right)^{2}=x^{4} \end{aligned} \nonumber \]
The associative and commutative property allows us to multiply all six factors in the order that we please. Hence, we’ll multiply \(4\) and \(−3\), then \(x^4\) and \(x^3\), and \(y^2 and y, in that order. In this case, we repeat the base and add the exponents.
Raising a quotient to a power is similar to raising a product to a power. For example, raising \((x/y)^3\) requires that we write \(x/y\) as a factor three times.
Note that in example (c), raising a negative base to an even power produces a positive result. With a little practice, each of the examples can be simplified mentally. Raise numerator and denominator to the indicated power in your head: \((2 / 3)^{2}=4 / 9,(x / 3)^{3}=x^{3} / 27,\) and \((-2 / y)^{4}=16 / y^{4}\)
Raise both numerator and denominator to the second power, then simplify:
\[\begin{aligned} \left(\dfrac{2 x^{5}}{y^{3}}\right)^{2}=\dfrac{\left(2 x^{5}\right)^{2}}{\left(y^{3}\right)^{2}} \quad \color {Red} \text {Raise numerator and denominator to the second power.} \end{aligned} \nonumber\]
In the numerator, we need to raise each factor of the product to the second power. Then we need to remind ourselves that when we raise a power to a power, we multiply the exponents.
\[\begin{aligned} &= \dfrac{2^{2}\left(x^{5}\right)^{2}}{\left(y^{3}\right)^{2}} \quad \color {Red} \text {Raise each factor in the numerator and denominator to the second power.} \\ &= \dfrac{4 x^{10}}{y^{6}} \quad \color {Red} \text { Simplify: } 2^{2}=4,\left(x^{5}\right)^{2}=x^{10} \text {, and } (y^3)^2=y^6 \end{aligned} \nonumber\]