Section 5.2 Introduction to Exponent Rules
In this section, we look at some properties of exponents that we can use when simplifying expressions that have multiplication and exponents.
Subsection 5.2.1 Exponent Basics
Before we discuss any exponent rules, let’s remind ourselves about exponent fundamentals.
When working with expressions with exponents, we have the following vocabulary:
\begin{equation*}
\text{base}^{\text{exponent}} = \text{power}
\end{equation*}
For example, when we calculate \(8^{2} = 64\text{,}\) the base is \(8\text{,}\) the exponent is \(8\text{,}\) the exponent is \(2\text{,}\) and the expression \(8^{2}\) is called the 2nd power of \(8\text{.}\)
Exponents indicate repeated multiplication. When the exponent is a positive integer, the power can be rewritten as repeated multiplication of the base. For example, the \(4\)th power of \(3\) can be written as \(4\) factors of \(3\) like so:
\begin{equation*}
3^{4} = 3 \cdot 3 \cdot 3 \cdot 3
\end{equation*}
Subsection 5.2.2 Exponent Rules
Product Rule.
If we write out \(3^5\cdot 3^2\) without using exponents, we’d have:
\begin{equation*}
3^5 \cdot 3^2 = \left(3 \cdot 3\cdot 3\cdot 3\cdot 3\right) \cdot \left(3 \cdot 3\right)
\end{equation*}
If we then count how many \(3\)s are being multiplied together, we find we have \(5+2=7\text{,}\) a total of seven \(3\)s. So \(3^5\cdot 3^2\) simplifies like this:
\begin{align*}
3^5\cdot 3^2 \amp= 3^{5+2}\\
\amp= 3^7
\end{align*}
Example 5.2.2.
Simplify \(x^2\cdot x^3\text{.}\)
To simplify \(x^2\cdot x^3\text{,}\) we write this out in its expanded form, as a product of \(x\)’s, we have
\begin{align*}
x^2\cdot x^3 \amp=(x\cdot x)(x \cdot x \cdot x)\\
\amp=x\cdot x\cdot x \cdot x \cdot x\\
\amp=x^5
\end{align*}
Note that we obtained the exponent of \(5\) by adding \(2\) and \(3\text{.}\)
This demonstrates our first exponent rule, the Product Rule: when multiplying two expressions that have the same base, we can simplify the product by adding the exponents.
\begin{equation}
x^m \cdot x^n = x^{m+n}\tag{5.2.1}
\end{equation}
Checkpoint 5.2.3.
Use the properties of exponents to simplify the expression.
\({t^{18}}\cdot{t^{8}}\)
Explanation.
We add the exponents as follows:
\begin{equation*}
\begin{aligned}
t^{18}\cdot t^{8}\amp =t^{18+8}\\
\amp =t^{26}
\end{aligned}
\end{equation*}
Recall that \(x=x^1\text{.}\) It helps to remember this when multiplying certain expressions together.
Example 5.2.4.
Multiply \(x(x^3+2)\) by using the distributive property.
According to the distributive property,
\begin{equation*}
x(x^3+2)=x\cdot x^3 + x\cdot2
\end{equation*}
How can we simplify that term \(x\cdot x^3\text{?}\) It’s really the same as \(x^1\cdot x^3\text{,}\) so according to the Product Rule, it is \(x^4\text{.}\) So we have:
\begin{align*}
x(x^3+2)\amp=x\cdot x^3 + x\cdot2\\
\amp=x^4+2x
\end{align*}
Power to a Power Rule.
If we write out \(\left(3^5\right)^2\) without using exponents, we’d have \(3^5\) multiplied by itself:
\begin{align*}
\left(3^5\right)^2 \amp= \left(3^5\right)\cdot \left(3^5\right)\\
\amp= \left(3\cdot 3\cdot 3\cdot 3 \cdot 3 \right) \cdot \left(3 \cdot 3\cdot 3\cdot 3\cdot 3\right)
\end{align*}
If we again count how many \(3\)s are being multiplied, we have a total of two groups each with five \(3\)s. So we’d have \(2\cdot 5=10\) instances of a \(3\text{.}\) So \(\left(3^5\right)^2\) simplifies like this:
\begin{align*}
\left(3^5\right)^2 \amp= 3^{2\cdot 5}\\
\amp= 3^{10}
\end{align*}
Example 5.2.5.
Simplify \(\left(x^2\right)^3\text{.}\)
To simplify \(\left(x^2\right)^3\text{,}\) we write this out in its expanded form, as a product of \(x\)’s, we have
\begin{align*}
\left(x^2\right)^3 \amp=\left(x^2\right) \cdot \left(x^2\right)\cdot\left(x^2\right)\\
\amp=(x \cdot x)\cdot (x \cdot x)\cdot (x \cdot x)\\
\amp=x^6
\end{align*}
Note that we obtained the exponent of \(6\) by multiplying \(2\) and \(3\text{.}\)
This demonstrates our second exponent rule, the Power to a Power Rule: when a base is raised to an exponent and that expression is raised to another exponent, we multiply the exponents.
\begin{equation*}
\left(x^m\right)^n = x^{m \cdot n}
\end{equation*}
Checkpoint 5.2.6.
Use the properties of exponents to simplify the expression.
\(\displaystyle{\left(x^{12}\right)^{12}}\)
Explanation.
We multiply the exponents as follows:
\begin{equation*}
\begin{aligned}
\left(x^{12}\right)^{12}\amp =x^{12\cdot12}\\
\amp =x^{144}
\end{aligned}
\end{equation*}
Product to a Power Rule.
The third exponent rule deals with having multiplication inside a set of parentheses and an exponent outside the parentheses. If we write out \(\left(3t\right)^5\) without using an exponent, we’d have \(3t\) multiplied by itself five times:
\begin{equation*}
(3t)^5= (3t)(3t)(3t)(3t)(3t)
\end{equation*}
Keeping in mind that there is multiplication between every \(3\) and \(t\text{,}\) and multiplication between all of the parentheses pairs, we can reorder and regroup the factors:
\begin{align*}
\left(3t\right)^5 \amp= (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\cdot (3\cdot t)\\
\amp= \left(3\cdot 3\cdot 3\cdot 3\cdot 3 \right) \cdot \left(t \cdot t \cdot t \cdot t \cdot t\right)\\
\amp= 3^5 t^5
\end{align*}
We could leave it written this way if \(3^5\) feels especially large. But if you are able to evaluate \(3^5=243\text{,}\) then perhaps a better final version of this expression is \(243t^5\text{.}\)
We essentially applied the outer exponent to each factor inside the parentheses. It is important to see how the exponent \(5\) applied to both the \(3\) and the \(t\text{,}\) not just to the \(t\text{.}\)
Example 5.2.7.
Simplify \((xy)^5\text{.}\)
To simplify \((xy)^5\text{,}\) we write this out in its expanded form, as a product of \(x\)’s and \(y\)’s, we have
\begin{align*}
(xy)^5 \amp=(x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y) \cdot (x \cdot y)\\
\amp=(x \cdot x \cdot x \cdot x \cdot x) \cdot (y \cdot y \cdot y \cdot y \cdot y)\\
\amp=x^5 y^5
\end{align*}
Note that the exponent on \(xy\) can simply be applied to both \(x\) and \(y\text{.}\)
This demonstrates our third exponent rule, the Product to a Power Rule: when a product is raised to an exponent, we can apply the exponent to each factor in the product.
\begin{equation*}
\left(x\cdot y\right)^n = x^{n}\cdot y^{n}
\end{equation*}
Checkpoint 5.2.8.
Use the properties of exponents to simplify the expression.
\(\displaystyle{\left(4r\right)^2}\)
Explanation.
We multiply the exponents and apply the rule \((ab)^m=a^m\cdot b^m\) as follows:
\begin{equation*}
\begin{aligned}
\left(4r\right)^{2}\amp =(4)^{2}r^{2}\\
\amp =16r^{2}
\end{aligned}
\end{equation*}
Many examples will make use of more than one exponent rule. In deciding which exponent rule to work with first, it’s important to remember that the order of operations still applies.
Example 5.2.10.
Simplify the following expressions.
- \(\displaystyle \left(3^7r^5\right)^4\)
- \(\displaystyle \left(t^3\right)^2\cdot \left(t^4\right)^5\)
Explanation.
- Since we cannot simplify anything inside the parentheses, we’ll begin simplifying this expression using the Product to a Power Rule. We’ll apply the outer exponent of 4 to each factor inside the parentheses. Then we’ll use the Power to a Power Rule to finish the simplification process.\begin{align*} \left(3^7r^5\right)^4 \amp= \left(3^7\right)^4 \cdot \left(r^5\right)^4\\ \amp= 3^{7\cdot4} \cdot r^{5\cdot 4}\\ \amp= 3^{28}r^{20} \end{align*}Note that \(3^{28}\) is too large to actually compute, even with a calculator, so we leave it written as \(3^{28}\text{.}\)
- According to the order of operations, we should first simplify any exponents before carrying out any multiplication. Therefore, we’ll begin simplifying this by applying the Power to a Power Rule and then finish using the Product Rule.\begin{align*} \left(t^3\right)^2\cdot \left(t^4\right)^5 \amp= t^{3\cdot2}\cdot t^{4\cdot5}\\ \amp= t^6 \cdot t^{20}\\ \amp= t^{6+20}\\ \amp= t^{26} \end{align*}
Remark 5.2.11.
We cannot simplify an expression like \(x^2y^3\) using the Product Rule, as the factors \(x^2\) and \(y^3\) do not have the same base.
Reading Questions 5.2.3 Reading Questions
1.
How many exponent rules are discussed in this section? Write an example of each rule in action.
2.
The order of operations say that operations inside parentheses should get the highest priority. But with \((5x)^3\text{,}\) you cannot actually do anything with the \(5\) and the \(x\text{.}\) Which exponent rule allows you to sidestep the order of operations and still simplify this expression a little?
Exercises 5.2.4 Exercises
Review and Warmup
Exercise Group.
Evaluate each power expression.
1.
(a)
\(2^2\)
(b)
\((-4)^2\)
(c)
\((-5)^5\)
(d)
\(-2^4\)
2.
(a)
\(3^5\)
(b)
\((-2)^2\)
(c)
\((-4)^3\)
(d)
\(-3^4\)
3.
(a)
\(\left({{\frac{2}{5}}}\right)^4\)
(b)
\(\left({-{\frac{4}{5}}}\right)^2\)
(c)
\(\left({-{\frac{3}{5}}}\right)^5\)
(d)
\(-\left({{\frac{2}{5}}}\right)^4\)
4.
(a)
\(\left({{\frac{3}{4}}}\right)^3\)
(b)
\(\left({-{\frac{1}{5}}}\right)^2\)
(c)
\(\left({-{\frac{1}{5}}}\right)^3\)
(d)
\(-\left({{\frac{3}{4}}}\right)^2\)
5.
(a)
\(4.1^5\)
(b)
\((-1.9)^2\)
(c)
\((-2.3)^3\)
(d)
\(-4.2^2\)
6.
(a)
\(4.8^3\)
(b)
\((-2.9)^4\)
(c)
\((-4.8)^5\)
(d)
\(-4.2^4\)
Skills Practice
Exercise Group.
Use the properties of exponents to simplify the expression.
7.
\({8\cdot 8^{3}}\)
8.
\({9\cdot 9^{9}}\)
9.
\({2^{6}\cdot 2^{4}}\)
10.
\({3^{3}\cdot 3^{9}}\)
11.
\({g^{9}g^{3}}\)
12.
\({j^{6}j^{7}}\)
13.
\({m^{2}m^{3}m^{10}}\)
14.
\({q^{8}q^{5}q^{7}}\)
15.
\({\left(7^{9}\right)^{5}}\)
16.
\({\left(8^{5}\right)^{2}}\)
17.
\({\left(y^{7}\right)^{8}}\)
18.
\({\left(b^{2}\right)^{5}}\)
19.
\({\left(2e\right)^{3}}\)
20.
\({\left(4g\right)^{4}}\)
21.
\({\left(3jh\right)^{3}}\)
22.
\({\left(5mz\right)^{3}}\)
23.
\({\left(4q^{2}\right)^{2}}\)
24.
\({\left(3t^{8}\right)^{3}}\)
25.
\({9w^{6}\cdot 2w^{8}}\)
26.
\({6y^{4}\cdot 5y^{8}}\)
27.
\({\left(-5b^{9}\right)^{4}}\)
28.
\({\left(-2d^{7}\right)^{2}}\)
29.
\({\left(6g\right)^{8}\mathopen{}\left(7g\right)^{7}\mathopen{}\left(4g\right)^{3}}\)
30.
\({\left(3j\right)^{8}\mathopen{}\left(2j\right)^{3}\mathopen{}\left(4j\right)^{5}}\)
31.
\({-\left(5m^{9}\right)^{3}}\)
32.
\({-\left(4q^{6}\right)^{4}}\)
33.
\({\frac{t^{4}}{3}\frac{t^{7}}{5}}\)
34.
\({\frac{w^{2}}{8}\frac{w^{7}}{7}}\)
35.
\({\left(\frac{y^{3}}{2}\right)^{8}}\)
36.
\({\left(\frac{b^{6}}{2}\right)^{5}}\)
Exercise Group.
Use the properties of exponents together with the distributive property to write the expression in a new simplified way where there are no grouping symbols.
37.
\({6d\mathopen{}\left(10d-6\right)}\)
38.
\({-3g\mathopen{}\left(2g+10\right)}\)
39.
\({8i^{2}\mathopen{}\left(4i+2\right)}\)
40.
\({-6m^{7}\mathopen{}\left(3m+4\right)}\)
41.
\({3q^{5}\mathopen{}\left(4q^{7}-5q^{2}\right)}\)
42.
\({3t^{2}\mathopen{}\left(9t^{3}-3t^{9}\right)}\)
Comparisons.
Simplify each expression, taking note of the different behavior when adding versus multiplying. If it’s not possible to simplify an expression more than it already is, then the answer should just be the same given expression.
43.
(a)
\({w+w}\)
(b)
\(w\cdot w\)
44.
(a)
\({y+y}\)
(b)
\(y\cdot y\)
45.
(a)
\({b^{9}+b^{9}}\)
(b)
\(b^9\cdot b^9\)
46.
(a)
\({d^{7}+d^{7}}\)
(b)
\(d^7\cdot d^7\)
47.
(a)
\({g^{4}+g^{3}}\)
(b)
\(g^4\cdot g^3\)
48.
(a)
\({i^{9}+i^{6}}\)
(b)
\(i^9\cdot i^6\)
49.
(a)
\({m^{6}+m^{6}+m^{2}}\)
(b)
\(m^6\cdot m^6\cdot m^2\)
50.
(a)
\({q^{6}+q^{3}+q^{3}}\)
(b)
\(q^6\cdot q^3\cdot q^3\)
51.
(a)
\({9t^{9}+5t^{9}}\)
(b)
\(\left(9t^9\right)\cdot\left(5t^9\right)\)
52.
(a)
\({4w^{6}+3w^{6}}\)
(b)
\(\left(4w^6\right)\cdot\left(3w^6\right)\)
Simplifying Expressions.
Simplify the given expression.
53.
\({3y^{2}\mathopen{}\left(4y^{4}\right)^{3}}\)
54.
\({3b^{4}\mathopen{}\left(2b^{2}\right)^{3}}\)
55.
\({2d^{5}n^{2}\mathopen{}\left(4d^{4}n^{7}\right)^{3}}\)
56.
\({4g^{9}d^{8}\mathopen{}\left(5g^{3}d\right)^{4}}\)
57.
\({4i^{3}\cdot 3i^{8}-6i^{6}\cdot 9i^{5}}\)
58.
\({-4m^{3}\cdot 9m^{8}-7m^{5}\cdot 2m^{6}}\)
59.
\({4p\cdot 3p^{3}-9p^{2}\cdot 7p^{2}}\)
60.
\({-4t^{5}\cdot 9t^{8}-8t^{7}\cdot 3t^{6}}\)
61.
\({6w^{2}\mathopen{}\left(7w^{7}\right)^{3}+\left(-3w^{5}\right)^{2}\cdot 2w^{13}}\)
62.
\({6y\mathopen{}\left(4y^{8}\right)^{2}-\left(-2y^{2}\right)^{3}\cdot 7y^{11}}\)
Challenge
63.
(a)
Let \(x^{5}\cdot x^{a}=x^{22}\text{,}\) where \(a\) is a natural number. How many possibilities are there for \(a\text{?}\)
(b)
Let \(x^{b}\cdot x^{c}=x^{95}\text{,}\) where \(b\) and \(c\) are natural numbers. How many possibilities are there for \(b\text{?}\)
(c)
Let \(x^{d}\cdot x^{e}=x^{500}\) where \(d\) and \(e\) are natural numbers. How many possibilities are there for \(d\text{?}\)
64.
Choose the correct inequality or equal sign to make the relation true.
\(2^{400}\)
- <
- >
- =
\(4^{200}\)
65.
Fill in the blanks with algebraic expressions that make the equation true. You may not use \(0\) or \(1\) in any of the blank spaces. For example, if \(\mathord{?}+\mathord{?}=8x\text{,}\) then one possible answer is \(3x+5x=8x\text{.}\)
There are infinitely many correct answers. Be creative. After finding a correct answer, see if you can come up with a different answer that is also correct.
- \({}+{}\)\({}={-21x}\)
- \({}+{}\)\({}={-11x^{20}}\)
- \({}\cdot{}\)\({}\cdot{}\)\({}={7x^{45}}\)
You have attempted of activities on this page.