"

Learning Module 03A Exponential Functions

Exponent Properties

Learning Objectives

In this section students will:

  • Use the product rule of exponents.
  • Use the quotient rule of exponents.
  • Use the power rule of exponents.
  • Use the zero exponent rule of exponents.
  • Use the negative rule of exponents.
  • Use the rational exponent rule of exponents.
  • Find the power of a product and a quotient.
  • Simplify exponential expressions.

Mathematicians, scientists, and economists commonly encounter very large and very small numbers. But it may not be obvious how common such figures are in everyday life. For instance, a pixel is the smallest unit of light that can be perceived and recorded by a digital camera. A particular camera might record an image that is 2,048 pixels by 1,536 pixels, which is a very high resolution picture. It can also perceive a color depth (gradations in colors) of up to 48 bits per frame, and can shoot the equivalent of 24 frames per second. The maximum possible number of bits of information used to film a one-hour (3,600-second) digital film is then an extremely large number.

Using a calculator, we enter 2,048 × 1,536 × 48 × 24 × 3,600 and press ENTER. The calculator displays 1.304596316E13. What does this mean? The “E13” portion of the result represents the exponent 13 of ten, so there are a maximum of approximately 1.3 ×{10}^{13} bits of data in that one-hour film. In this section, we review rules of exponents first and then apply them to calculations involving very large or small numbers.

Using the Product Rule of Exponents

Consider the product {x}^{3} \cdot {x}^{4} . Both terms have the same base, x, but they are raised to different exponents. Expand each expression, and then rewrite the resulting expression.

 

    \begin{align*} x^3 \cdot x^4 &= \underbrace{x \cdot x \cdot x}_{\text{3 factors}} \cdot \underbrace{x \cdot x \cdot x \cdot x}_{\text{4 factors}} \\ &= \underbrace{x \cdot x \cdot x \cdot x \cdot x \cdot x \cdot x}_{\text{7 factors}} \\ &= x^7 \end{align*}

The result is that {x}^{3} \cdot {x}^{4}={x}^{3+4}={x}^{7} .

Notice that the exponent of the product is the sum of the exponents of the terms. In other words, when multiplying exponential expressions with the same base, we write the result with the common base and add the exponents. This is the product rule of exponents.

{a}^{m} \cdot {a}^{n}={a}^{m+n}

Now consider an example with real numbers.

{2}^{3} \cdot {2}^{4}={2}^{3+4}={2}^{7}

We can always check that this is true by simplifying each exponential expression. We find that {2}^{3} is 8 {2}^{4} is 16, and {2}^{7} is 128. The product 8cdot 16 equals 128, so the relationship is true. We can use the product rule of exponents to simplify expressions that are a product of two numbers or expressions with the same base but different exponents.

The Product Rule of Exponents

For any real number a and natural numbers m and n the product rule of exponents states that

{a}^{m} \cdot {a}^{n}={a}^{m+n}

Using the Product Rule

Write each of the following products with a single base. Do not simplify further.

  1. {t}^{5} \cdot {t}^{3}
  2. {\left(-3\right)}^{5} \cdot \left(-3\right)
  3. {x}^{2} \cdot {x}^{5} \cdot {x}^{3}
Show Solution

Use the product rule to simplify each expression.

  1. {t}^{5} \cdot {t}^{3}={t}^{5+3}={t}^{8}
  2. {\left(-3\right)}^{5} \cdot \left(-3\right)={\left(-3\right)}^{5} \cdot {\left(-3\right)}^{1}={\left(-3\right)}^{5+1}={\left(-3\right)}^{6}
  3. {x}^{2} \cdot {x}^{5} \cdot {x}^{3}

At first, it may appear that we cannot simplify a product of three factors. However, using the associative property of multiplication, begin by simplifying the first two.

{x}^{2} \cdot {x}^{5} \cdot {x}^{3}=\left({x}^{2} \cdot {x}^{5} \right) \cdot {x}^{3}=\left({x}^{2+5} \right) \cdot {x}^{3}={x}^{7} \cdot {x}^{3}={x}^{7+3}={x}^{10}

Notice we get the same result by adding the three exponents in one step.

{x}^{2} \cdot {x}^{5} \cdot {x}^{3}={x}^{2+5+3}={x}^{10}

Using the Quotient Rule of Exponents

The quotient rule of exponents allows us to simplify an expression that divides two numbers with the same base but different exponents. In a similar way to the product rule, we can simplify an expression such as \dfrac{{y}^{m}}{{y}^{n}} where m>n . Consider the example \dfrac{{y}^{9}}{{y}^{5}} . Perform the division by canceling common factors.

    \begin{align*} \dfrac{y^9}{y^5} &= \dfrac{y \cdot y \cdot y \cdot y \cdot y \cdot y \cdot y \cdot y \cdot y}{y \cdot y \cdot y \cdot y \cdot y} \\ &= \dfrac{\cancel{y} \cdot \cancel{y} \cdot \cancel{y} \cdot \cancel{y} \cdot \cancel{y} \cdot y \cdot y \cdot y \cdot y}{\cancel{y} \cdot \cancel{y} \cdot \cancel{y} \cdot \cancel{y} \cdot \cancel{y}} \\ &= \dfrac{y \cdot y \cdot y \cdot y}{1} \\ &= y^4 \end{align*}

Notice that the exponent of the quotient is the difference between the exponents of the divisor and dividend.

\dfrac{{a}^{m}}{{a}^{n}}={a}^{m-n}

In other words, when dividing exponential expressions with the same base, we write the result with the common base and subtract the exponents.

\dfrac{{y}^{9}}{{y}^{5}}={y}^{9-5}={y}^{4}

For the time being, we must be aware of the condition m>n . Otherwise, the difference m-n could be zero or negative. Those possibilities will be explored shortly. Also, instead of qualifying variables as nonzero each time, we will simplify matters and assume from here on that all variables represent nonzero real numbers.

The Quotient Rule of Exponents

For any real number a and natural numbers m and n such that m>n the quotient rule of exponents states that

\dfrac{{a}^{m}}{{a}^{n}}={a}^{m-n}

Using the Quotient Rule

Write each of the following products with a single base. Do not simplify further.

  1. \dfrac{{\left(-2\right)}^{14}}{{\left(-2\right)}^{9}}
    \vspace{3pt}
  2. \dfrac{{t}^{23}}{{t}^{15}}
    \vspace{3pt}
  3. \dfrac{{\left(z\sqrt{2}\right)}^{5}}{z\sqrt{2}}
Show Solution

Use the quotient rule to simplify each expression.

  1. \dfrac{{\left(-2\right)}^{14}}{{\left(-2\right)}^{9}}={\left(-2\right)}^{14-9}={\left(-2\right)}^{5}
    \vspace{3pt}
  2. \dfrac{{t}^{23}}{{t}^{15}}={t}^{23-15}={t}^{8}
    \vspace{3pt}
  3. \dfrac{{\left(z\sqrt{2}\right)}^{5}}{z\sqrt{2}}={\left(z\sqrt{2}\right)}^{5-1}={\left(z\sqrt{2}\right)}^{4}

Try It

Write each of the following products with a single base. Do not simplify further.

  1. \dfrac{{s}^{75}}{{s}^{68}}
  2. \dfrac{{\left(-3\right)}^{6}}{-3}
  3. \dfrac{{\left(e{f}^{2}\right)}^{5}}{{\left(e{f}^{2}\right)}^{3}}
Show Solution
  1. {s}^{7}
  2. {\left(-3\right)}^{5}
  3. {\left(e{f}^{2}\right)}^{2}

Using the Power Rule of Exponents

Suppose an exponential expression is raised to some power. Can we simplify the result? Yes. To do this, we use the power rule of exponents. Consider the expression {\left({x}^{2}\right)}^{3} . The expression inside the parentheses is multiplied twice because it has an exponent of 2. Then the result is multiplied three times because the entire expression has an exponent of 3.

    \begin{align*} \left(x^2\right)^3 &= \underbrace{\left(x^2\right) \cdot \left(x^2\right) \cdot \left(x^2\right)}_{\text{3 factors}} \\ &= \underbrace{\left(\overbrace{x \cdot x}^{\text{2 factors}}\right) \cdot \left(\overbrace{x \cdot x}^{\text{2 factors}}\right) \cdot \left(\overbrace{x \cdot x}^{\text{2 factors}}\right)}_{\text{3 factors}} \\ &= x \cdot x \cdot x \cdot x \cdot x \cdot x \\ &= x^6 \end{align*}

The exponent of the answer is the product of the exponents: \{\left({x}^{2}\right)}^{3}={x}^{2 \cdot 3}={x}^{6} .In other words, when raising an exponential expression to a power, we write the result with the common base and the product of the exponents.

{\left({a}^{m}\right)}^{n}={a}^{m \cdot n}

Be careful to distinguish between uses of the product rule and the power rule. When using the product rule, different terms with the same bases are raised to exponents. In this case, you add the exponents. When using the power rule, a term in exponential notation is raised to a power. In this case, you multiply the exponents.

    \begin{align*} &\text{Product Rule} &&&&&& \text{Power Rule} \\ 5^3 \cdot 5^4 &= 5^{3+4} &= 5^7 && \text{but} & (5^3)^4 &= 5^{3 \cdot 4} &= 5^{12} \\ x^5 \cdot x^2 &= x^{5+2} &= x^7 && \text{but} & (x^5)^2 &= x^{5 \cdot 2} &= x^{10} \\ (3a)^7 \cdot (3a)^{10} &= (3a)^{7+10} &= (3a)^{17} && \text{but} & \left((3a)^7\right)^{10} &= (3a)^{7 \cdot 10} &= (3a)^{70} \end{align*}

The Power Rule of Exponents

For any real number a and positive integers m and n the power rule of exponents states that

{\left({a}^{m}\right)}^{n}={a}^{m \cdot n}

Using the Power Rule

Write each of the following products with a single base. Do not simplify further.

  1. \left(x^{2}\right)^{7}
  2. \left(\left(2t\right)^{5}\right)^{3}
  3. \left(\left(-3\right)^{5}\right)^{11}
Show Solution

Use the power rule to simplify each expression.

  1. \left(x^{2}\right)^{7} = x^{2 \cdot 7} = x^{14}
  2. \left(\left(2t\right)^{5}\right)^{3} = \left(2t\right)^{5 \cdot 3} = \left(2t\right)^{15}
  3. \left(\left(-3\right)^{5}\right)^{11} = \left(-3\right)^{5 \cdot 11} = \left(-3\right)^{55}

Try It

Write each of the following products with a single base. Do not simplify further.

  1. \left(\left(3y\right)^8\right)^3
  2. \left(t^5\right)^7
  3. \left(\left(-g\right)^4\right)^4
Show Solution
  1. \left(3y\right)^{24}
  2. t^{35}
  3. \left(-g\right)^{16}

Using the Zero Exponent Rule of Exponents

Return to the quotient rule. We made the condition that m>n so that the difference m-n would never be zero or negative. What would happen if m=n ? In this case, we would use the zero exponent rule of exponents to simplify the expression to 1. To see how this is done, let us begin with an example.

\dfrac{{t}^{8}}{{t}^{8}}=1

If we were to simplify the original expression using the quotient rule, we would have

\dfrac{{t}^{8}}{{t}^{8}}={t}^{8-8}={t}^{0}

If we equate the two answers, the result is {t}^{0}=1 . This is true for any nonzero real number, or any variable representing a real number.

{a}^{0}=1

The sole exception is the expression {0}^{0} . This appears later in more advanced courses, but for now, we will consider the value to be undefined.

The Zero Exponent Rule of Exponents

For any nonzero real number a the zero exponent rule of exponents states that

{a}^{0}=1

Using the Zero Exponent Rule

Simplify each expression using the zero exponent rule of exponents.

  1. \dfrac{{c}^{3}}{{c}^{3}}
    \vspace{3pt}
  2. \dfrac{-3{x}^{5}}{{x}^{5}}
    \vspace{3pt}
  3. \dfrac{{\left({j}^{2}k\right)}^{4}}{\left({j}^{2}k\right) \cdot {\left({j}^{2}k \right)}^{3}}
    \vspace{3pt}
  4. \dfrac{5{\left(r{s}^{2}\right)}^{2}}{{\left(r{s}^{2}\right)}^{2}}
Show Solution

Use the zero exponent and other rules to simplify each expression.

  1.     \begin{align*} \dfrac{c^3}{c^3} &= c^{3 - 3} \\ &= c^0 \\ &= 1 \end{align*}

    \vspace{3pt}

  2.     \begin{align*} \dfrac{-3x^5}{x^5} &= -3 \cdot \dfrac{x^5}{x^5} \\ &= -3 \cdot x^{5 - 5} \\ &= -3 \cdot x^0 \\ &= -3 \cdot 1 \\ &= -3 \end{align*}

    \vspace{3pt}

  3.     \begin{align*} \dfrac{\left(j^2k\right)^4}{\left(j^2k\right) \cdot \left(j^2k\right)^3} &= \dfrac{\left(j^2k\right)^4}{\left(j^2k\right)^{1 + 3}} && \text{Use the product rule in the denominator} \\ &= \dfrac{\left(j^2k\right)^4}{\left(j^2k\right)^4} && \text{Simplify} \\ &= \left(j^2k\right)^{4 - 4} && \text{Use the quotient rule} \\ &= \left(j^2k\right)^0 && \text{Simplify} \\ &= 1 \end{align*}

    \vspace{3pt}

  4.     \begin{align*} \dfrac{5\left(rs^2\right)^2}{\left(rs^2\right)^2} &= 5\left(rs^2\right)^{2 - 2} && \text{Use the quotient rule} \\ &= 5\left(rs^2\right)^0 && \text{Simplify} \\ &= 5 \cdot 1 && \text{Use the zero exponent rule} \\ &= 5 && \text{Simplify} \end{align*}

Try It

Simplify each expression using the zero exponent rule of exponents.

  1. \dfrac{{t}^{7}}{{t}^{7}}
    \vspace{3pt}
  2. \dfrac{{\left(d{e}^{2}\right)}^{11}}{2{\left(d{e}^{2}\right)}^{11}}
    \vspace{3pt}
  3. \dfrac{{w}^{4} \cdot {w}^{2}}{{w}^{6}}
    \vspace{3pt}
  4. \dfrac{{t}^{3} \cdot {t}^{4}}{{t}^{2} \cdot {t}^{5}}
Show Solution
  1. 1
  2. \dfrac{1}{2}
  3. 1
  4. 1

Using the Negative Rule of Exponents

Another useful result occurs if we relax the condition that m>n in the quotient rule even further. For example, can we simplify \dfrac{{h}^{3}}{{h}^{5}}? When m<n —that is, where the difference m-n is negative—we can use the negative rule of exponents to simplify the expression to its reciprocal.

Divide one exponential expression by another with a larger exponent. Use our example \dfrac{{h}^{3}}{{h}^{5}} .

    \begin{align*} \dfrac{h^3}{h^5} &= \dfrac{h \cdot h \cdot h}{h \cdot h \cdot h \cdot h \cdot h} \\ &= \dfrac{\cancel{h} \cdot \cancel{h} \cdot \cancel{h}}{\cancel{h} \cdot \cancel{h} \cdot \cancel{h} \cdot h \cdot h} \\ &= \dfrac{1}{h \cdot h} \\ &= \dfrac{1}{h^2} \end{align*}

If we were to simplify the original expression using the quotient rule, we would have

    \begin{align*} \dfrac{h^3}{h^5} &= h^{3 - 5} \\ &= h^{-2} \end{align*}

Putting the answers together, we have {h}^{-2}=\dfrac{1}{{h}^{2}} .This is true for any nonzero real number, or any variable representing a nonzero real number.

A factor with a negative exponent becomes the same factor with a positive exponent if it is moved across the \dfraction bar—from numerator to denominator or vice versa.

    \begin{align*} a^{-n} &= \dfrac{1}{a^n} & \quad \text{and} \quad a^n &= \dfrac{1}{a^{-n}} \end{align*}

We have shown that the exponential expression {a}^{n} is defined when n is a natural number, 0, or the negative of a natural number. That means that {a}^{n} is defined for any integer n .Also, the product and quotient rules and all of the rules we will look at soon hold for any integer n .

The Negative Rule of Exponents

For any nonzero real number a and natural number n the negative rule of exponents states that

{a}^{-n}=\dfrac{1}{{a}^{n}}

Using the Negative Exponent Rule

Write each of the following quotients with a single base. Do not simplify further. Write answers with positive exponents.

  1. \dfrac{{y }^{3}}{{y }^{10}}
    \vspace{3pt}
  2. \dfrac{{z}^{2} \cdot z}{{z}^{4}}
    \vspace{3pt}
  3. \dfrac{{\left(-5{t}^{3}\right)}^{4}}{{\left(-5{t}^{3}\right)}^{8}}
Show Solution
  1. \dfrac{{y }^{3}}{{y }^{10}}={y }^{3-10}={y}^{-7}=\dfrac{1}{{y}^{7}}
    \vspace{3pt}
  2. \dfrac{{z}^{2} \cdot z}{{z}^{4}}=\dfrac{{z}^{2+1}}{{z}^{4}}=\dfrac{{z}^{3}}{{z}^{4}}={z}^{3-4}={z}^{-1}=\dfrac{1}{z}
    \vspace{3pt}
  3. \dfrac{{\left(-5{t}^{3}\right)}^{4}}{{\left(-5{t}^{3}\right)}^{8}}={\left(-5{t}^{3}\right)}^{4-8}={\left(-5{t}^{3}\right)}^{-4}=\dfrac{1}{{\left(-5{t}^{3}\right)}^{4}}

Try It

Write each of the following quotients with a single base. Do not simplify further. Write answers with positive exponents.

  1. \dfrac{{\left(-3t\right)}^{2}}{{\left(-3t\right)}^{8}}
    \vspace{3pt}
  2. \dfrac{{f}^{47}}{{f}^{49}\cdot f}
    \vspace{3pt}
  3. \dfrac{2{k}^{4}}{5{k}^{7}}
Show Solution
  1. \dfrac{1}{{\left(-3t\right)}^{6}}
    \vspace{3pt}
  2. \dfrac{1}{{f}^{3}}
    \vspace{3pt}
  3. \dfrac{2}{5{k}^{3}}

Using the Product and Quotient Rules

Write each of the following products with a single base. Do not simplify further. Write answers with positive exponents.

  1. {b}^{2} \cdot {b}^{-8}
  2. {\left(-x\right)}^{5} \cdot {\left(-x\right)}^{-5}
  3. \dfrac{-7z}{{\left(-7z\right)}^{5}}
Show Solution
  1. {b}^{2} \cdot {b}^{-8}={b}^{2-8}={b}^{-6}=\dfrac{1}{{b}^{6}}
    \vspace{3pt}
  2. {\left(-x\right)}^{5} \cdot {\left(-x\right)}^{-5}={\left(-x\right)}^{5-5}={\left(-x\right)}^{0}=1
    \vspace{3pt}
  3. \dfrac{-7z}{{\left(-7z\right)}^{5}}=\dfrac{{\left(-7z\right)}^{1}}{{\left(-7z\right)}^{5}}={\left(-7z\right)}^{1-5}={\left(-7z\right)}^{-4}=\dfrac{1}{{\left(-7z\right)}^{4}}

Try It

Write each of the following products with a single base. Do not simplify further. Write answers with positive exponents.

  1. {t}^{-11} \cdot {t}^{6}
    \vspace{3pt}
  2. \dfrac{{25}^{12}}{{25}^{13}}
Show Solution
  1. {t}^{-5}=\dfrac{1}{{t}^{5}}
  2. \dfrac{1}{25}

Finding the Power of a Product

To simplify the power of a product of two exponential expressions, we can use the power of a product rule of exponents, which breaks up the power of a product of factors into the product of the powers of the factors. For instance, consider {\left(pq\right)}^{3} .We begin by using the associative and commutative properties of multiplication to regroup the factors.

    \begin{align*} \left(pq\right)^3 &= \underbrace{\left(pq\right) \cdot \left(pq\right) \cdot \left(pq\right)}_{\text{3 factors}} \\ &= p \cdot q \cdot p \cdot q \cdot p \cdot q \\ &= \underbrace{p \cdot p \cdot p}_{\text{3 factors}} \cdot \underbrace{q \cdot q \cdot q}_{\text{3 factors}} \\ &= p^3 \cdot q^3 \end{align*}

In other words {\left(pq\right)}^{3}={p}^{3} \cdot {q}^{3} .

The Power of a Product Rule of Exponents

For any real numbers a and b and any integer n the power of a product rule of exponents states that

{\left(ab\right)}^{n}={a}^{n}{b}^{n}

Using the Power of a Product Rule

Simplify each of the following products as much as possible using the power of a product rule. Write answers with positive exponents.

  1. {\left(a{b}^{2}\right)}^{3}
    \vspace{3pt}
  2. {\left(2t\right)}^{15}
    \vspace{3pt}
  3. {\left(-2{w}^{3}\right)}^{3}
    \vspace{3pt}
  4. \dfrac{1}{{\left(-7z\right)}^{4}}
    \vspace{3pt}
  5. {\left({e}^{-2}{f}^{2}\right)}^{7}
Show Solution

Use the product and quotient rules and the new definitions to simplify each expression.

  1. {\left(a{b}^{2}\right)}^{3}={\left(a\right)}^{3} \cdot {\left({b}^{2}\right)}^{3}={a}^{1 \cdot 3} \cdot {b}^{2 \cdot 3}={a}^{3}{b}^{6}
    \vspace{3pt}
  2. {\left(2t\right)}^{15}={\left(2\right)}^{15} \cdot {\left(t\right)}^{15}={2}^{15}{t}^{15}=32,768{t}^{15}
    \vspace{3pt}
  3. {\left(-2{w}^{3}\right)}^{3}={\left(-2\right)}^{3} \cdot {\left({w}^{3}\right)}^{3}=-8 \cdot {w}^{3 \cdot 3}=-8{w}^{9}
    \vspace{3pt}
  4. \dfrac{1}{{\left(-7z\right)}^{4}}=\dfrac{1}{{\left(-7\right)}^{4} \cdot {\left(z\right)}^{4}}=\dfrac{1}{2,401{z}^{4}}
    \vspace{3pt}
  5. {\left({e}^{-2}{f}^{2}\right)}^{7}={\left({e}^{-2}\right)}^{7} \cdot {\left({f}^{2}\right)}^{7}={e}^{-2 \cdot 7} \cdot {f}^{2 \cdot 7}={e}^{-14}{f}^{14}=\dfrac{{f}^{14}}{{e}^{14}}

Try It

Simplify each of the following products as much as possible using the power of a product rule. Write answers with positive exponents.

  1. {\left({g}^{2}{h}^{3}\right)}^{5}
    \vspace{3pt}
  2. {\left(5t\right)}^{3}
    \vspace{3pt}
  3. {\left(-3{y}^{5}\right)}^{3}
    \vspace{3pt}
  4. \dfrac{1}{{\left({a}^{6}{b}^{7}\right)}^{3}}
    \vspace{3pt}
  5. {\left({r}^{3}{s}^{-2}\right)}^{4}
Show Solution
  1. {g}^{10}{h}^{15}
    \vspace{3pt}
  2. 125{t}^{3}
    \vspace{3pt}
  3. -27{y}^{15}
    \vspace{3pt}
  4. \dfrac{1}{{a}^{18}{b}^{21}}
    \vspace{3pt}
  5. \dfrac{{r}^{12}}{{s}^{8}}

Finding the Power of a Quotient

To simplify the power of a quotient of two expressions, we can use the power of a quotient rule, which states that the power of a quotient of factors is the quotient of the powers of the factors. For example, let’s look at the following example.

{\left({e}^{-2}{f}^{2}\right)}^{7}=\dfrac{{f}^{14}}{{e}^{14}}

Let’s rewrite the original problem differently and look at the result.

    \begin{align*} \left(e^{-2}f^{2}\right)^{7} &= \left(\frac{f^{2}}{e^{2}}\right)^{7} \\ &= \frac{f^{14}}{e^{14}} \end{align*}

It appears from the last two steps that we can use the power of a product rule as a power of a quotient rule.

    \begin{align*} \left(e^{-2}f^2\right)^7 &= \left(\frac{f^2}{e^2}\right)^7 \\ &= \frac{f^{14}}{e^{14}} \end{align*}

The Power of a Quotient Rule of Exponents

For any real numbers a and b and any integer n the power of a quotient rule of exponents states that

{\left(\dfrac{a}{b}\right)}^{n}=\dfrac{{a}^{n}}{{b}^{n}}

Using the Power of a Quotient Rule

Simplify each of the following quotients as much as possible using the power of a quotient rule. Write answers with positive exponents.

  1. {\left(\dfrac{4}{{z}^{11}}\right)}^{3}
    \vspace{3pt}
  2. {\left(\dfrac{p}{{q}^{3}}\right)}^{6}
    \vspace{3pt}
  3. {\left(\dfrac{-1}{{t}^{2}}\right)}^{27}
    \vspace{3pt}
  4. {\left({j}^{3}{k}^{-2}\right)}^{4}
    \vspace{3pt}
  5. {\left({m}^{-2}{n}^{-2}\right)}^{3}
Show Solution
  1. {\left(\dfrac{4}{{z}^{11}}\right)}^{3}=\dfrac{{\left(4\right)}^{3}}{{\left({z}^{11}\right)}^{3}}=\dfrac{64}{{z}^{11 \cdot 3}}=\dfrac{64}{{z}^{33}}
    \vspace{3pt}
  2. {\left(\dfrac{p}{{q}^{3}}\right)}^{6}=\dfrac{{\left(p\right)}^{6}}{{\left({q}^{3}\right)}^{6}}=\dfrac{{p}^{1 \cdot 6}}{{q}^{3 \cdot 6}}=\dfrac{{p}^{6}}{{q}^{18}}
    \vspace{3pt}
  3. {\left(\dfrac{-1}{{t}^{2}}\right)}^{27}=\dfrac{{\left(-1\right)}^{27}}{{\left({t}^{2}\right)}^{27}}=\dfrac{-1}{{t}^{2\cdot 27}}=\dfrac{-1}{{t}^{54}}=-\dfrac{1}{{t}^{54}}
    \vspace{3pt}
  4. {\left({j}^{3}{k}^{-2}\right)}^{4}={\left(\dfrac{{j}^{3}}{{k}^{2}}\right)}^{4}=\dfrac{{\left({j}^{3}\right)}^{4}}{{\left({k}^{2}\right)}^{4}}=\dfrac{{j}^{3 \cdot 4}}{{k}^{2 \cdot 4}}=\dfrac{{j}^{12}}{{k}^{8}}
    \vspace{3pt}
  5. {\left({m}^{-2}{n}^{-2}\right)}^{3}={\left(\dfrac{1}{{m}^{2}{n}^{2}}\right)}^{3}=\dfrac{{\left(1\right)}^{3}}{{\left({m}^{2}{n}^{2}\right)}^{3}}
    \vspace{3pt}
    =\dfrac{1}{{\left({m}^{2}\right)}^{3}{\left({n}^{2}\right)}^{3}}=\dfrac{1}{{m}^{2 \cdot 3} \cdot {n}^{2 \cdot 3}}=\dfrac{1}{{m}^{6}{n}^{6}}

Try It

Simplify each of the following quotients as much as possible using the power of a quotient rule. Write answers with positive exponents.

  1. {\left(\dfrac{{b}^{5}}{c}\right)}^{3}
    \vspace{3pt}
  2. {\left(\dfrac{5}{{u}^{8}}\right)}^{4}
    \vspace{3pt}
  3. {\left(\dfrac{-1}{{w}^{3}}\right)}^{35}
    \vspace{3pt}
  4. {\left({p}^{-4}{q}^{3}\right)}^{8}
    \vspace{3pt}
  5. {\left({c}^{-5}{d}^{-3}\right)}^{4}
Show Solution
  1. \dfrac{{b}^{15}}{{c}^{3}}
    \vspace{3pt}
  2. \dfrac{625}{{u}^{32}}
    \vspace{3pt}
  3. \dfrac{-1}{{w}^{105}}
    \vspace{3pt}
  4. \dfrac{{q}^{24}}{{p}^{32}}
    \vspace{3pt}
  5. \dfrac{1}{{c}^{20}{d}^{12}}

Using Rational Exponents

Radical expressions can also be written without using the radical symbol. We can use rational (fractional) exponents. The index must be a positive integer. If the index n is even, then a cannot be negative.

{a}^{\frac{1}{n}}=\sqrt[n]{a}

We can also have rational exponents with numerators other than 1. In these cases, the exponent must be a fraction in lowest terms. We raise the base to a power and take an nth root. The numerator tells us the power and the denominator tells us the root.

{a}^{\frac{m}{n}}={\left(\sqrt[n]{a}\right)}^{m}=\sqrt[n]{{a}^{m}}

All of the properties of exponents that we learned for integer exponents also hold for rational exponents.

Rational Exponents

Rational exponents are another way to express principal nth roots. The general form for converting between a radical expression with a radical symbol and one with a rational exponent is

{a}^{\frac{m}{n}}={\left(\sqrt[n]{a}\right)}^{m}=\sqrt[n]{{a}^{m}}

How To

Given an expression with a rational exponent, write the expression as a radical.

  1. Determine the power by looking at the numerator of the exponent.
  2. Determine the root by looking at the denominator of the exponent.
  3. Using the base as the radicand, raise the radicand to the power and use the root as the index.

Writing Rational Exponents as Radicals

Write {343}^{\frac{2}{3}} as a radical. Simplify.

Show Solution

 

The 2 tells us the power and the 3 tells us the root.

{343}^{\frac{2}{3}}={\left(\sqrt[3]{343}\right)}^{2}=\sqrt[3]{{343}^{2}}

We know that \sqrt[3]{343}=7 because {7}^{3}=343. Because the cube root is easy to find, it is easiest to find the cube root before squaring for this problem. In general, it is easier to find the root first and then raise it to a power.

{343}^{\frac{2}{3}}={\left(\sqrt[3]{343}\right)}^{2}={7}^{2}=49

Try It

Write {9}^{\frac{5}{2}} as a radical. Simplify.

Show Solution

 

{\left(\sqrt{9}\right)}^{5}={3}^{5}=243

Writing Radicals as Rational Exponents

Write \sqrt[7]{{a}^{2}} using a rational exponent.

Show Solution

The index 7 represents the denominator of the rational exponent. The 2 represents the numerator of the rational exponent.

\sqrt[7]{{a}^{2}} = {a}^{\frac{2}{7}}

Try It

Write x\sqrt{{\left(5y\right)}^{9}} using a rational exponent.

Show Solution

 

x{\left(5y\right)}^{\frac{9}{2}}

Simplifying Exponential Expressions

Recall that to simplify an expression means to rewrite it by combing terms or exponents; in other words, to write the expression more simply with fewer terms. The rules for exponents may be combined to simplify expressions.

Simplifying Exponential Expressions

Simplify each expression and write the answer with positive exponents only.

  1. {\left(6{m}^{2}{n}^{-1}\right)}^{3}
    \vspace{3pt}
  2. {17}^{5} \cdot {17}^{-4} \cdot {17}^{-3}
    \vspace{3pt}
  3. {\left(\dfrac{{u}^{-1}v}{{v}^{-1}}\right)}^{2}
    \vspace{3pt}
  4. \left(-2{a}^{3}{b}^{-1}\right)\left(5{a}^{-2}{b}^{2}\right)
    \vspace{3pt}
  5. {\left({x}^{2}\sqrt{2}\right)}^{4}{\left({x}^{2}\sqrt{2}\right)}^{-4}
    \vspace{3pt}
  6. \dfrac{{\left(3{w}^{2}\right)}^{5}}{{\left(6{w}^{-2}\right)}^{2}}
Show Solution
  1.     \begin{align*} \left(6m^2n^{-1}\right)^3 &= \left(6\right)^3 \left(m^2\right)^3 \left(n^{-1}\right)^3 && \text{Power of a product rule} \\ &= 6^3 \cdot m^{2 \cdot 3} \cdot n^{-1 \cdot 3} && \text{Power rule} \\ &= 216m^6n^{-3} && \text{Simplify} \\ &= \frac{216m^6}{n^3} && \text{Negative exponent rule} \end{align*}

    \vspace{3pt}

  2.     \begin{align*} 17^5 \cdot 17^{-4} \cdot 17^{-3} &= 17^{5 - 4 - 3} && \text{Product rule} \\ &= 17^{-2} && \text{Simplify} \\ &= \dfrac{1}{17^2} \text{ or } \dfrac{1}{289} && \text{Negative exponent rule} \end{align*}

    \vspace{3pt}

  3.     \begin{align*} \left(\dfrac{u^{-1}v}{v^{-1}}\right)^2 &= \dfrac{\left(u^{-1}v\right)^2}{\left(v^{-1}\right)^2} && \text{Power of a quotient rule} \\ &= \dfrac{u^{-2}v^2}{v^{-2}} && \text{Power of a product rule} \\ &= u^{-2}v^{2 - (-2)} && \text{Quotient rule} \\ &= u^{-2}v^4 && \text{Simplify} \\ &= \dfrac{v^4}{u^2} && \text{Negative exponent rule} \end{align*}

    \vspace{3pt}

  4.     \begin{align*} \left(-2a^3b^{-1}\right)\left(5a^{-2}b^2\right) &= -2 \cdot 5 \cdot a^3 \cdot a^{-2} \cdot b^{-1} \cdot b^2 && \text{Commutative and associative laws of multiplication} \\ &= -10 \cdot a^{3 - 2} \cdot b^{-1 + 2} && \text{Product rule} \\ &= -10ab && \text{Simplify} \end{align*}

    \vspace{3pt}

  5.     \begin{align*} \left(x^2\sqrt{2}\right)^4 \left(x^2\sqrt{2}\right)^{-4} &= \left(x^2\sqrt{2}\right)^{4 - 4} && \text{Product rule} \\ &= \left(x^2\sqrt{2}\right)^0 && \text{Simplify} \\ &= 1 && \text{Zero exponent rule} \end{align*}

    \vspace{3pt}

  6.     \begin{align*} \dfrac{\left(3w^2\right)^5}{\left(6w^{-2}\right)^2} &= \dfrac{3^5 \cdot \left(w^2\right)^5}{6^2 \cdot \left(w^{-2}\right)^2} && \text{Power of a product rule} \\ &= \dfrac{3^5 \cdot w^{2 \cdot 5}}{6^2 \cdot w^{-2 \cdot 2}} && \text{Power rule} \\ &= \dfrac{243w^{10}}{36w^{-4}} && \text{Simplify} \\ &= \dfrac{27w^{10 - (-4)}}{4} && \text{Quotient rule and reduce fraction} \\ &= \dfrac{27w^{14}}{4} && \text{Simplify} \end{align*}

Try It

Simplify each expression and write the answer with positive exponents only.

  1. {\left(2u{v}^{-2}\right)}^{-3}
    \vspace{3pt}
  2. {x}^{8} \cdot {x}^{-12} \cdot x
    \vspace{3pt}
  3. {\left(\dfrac{{e}^{2}{f}^{-3}}{{f}^{-1}}\right)}^{2}
    \vspace{3pt}
  4. \left(9{r}^{-5}{s}^{3}\right)\left(3{r}^{6}{s}^{-4}\right)
    \vspace{3pt}
  5. {\left(\dfrac{4}{9}t{w}^{-2}\right)}^{-3}{\left(\dfrac{4}{9}t{w}^{-2}\right)}^{3}
    \vspace{3pt}
  6. \dfrac{{\left(2{h}^{2}k\right)}^{4}}{{\left(7{h}^{-1}{k}^{2}\right)}^{2}}
Show Solution
  1. \dfrac{{v}^{6}}{8{u}^{3}}
    \vspace{3pt}
  2. \dfrac{1}{{x}^{3}}
    \vspace{3pt}
  3. \dfrac{{e}^{4}}{{f}^{4}}
    \vspace{3pt}
  4. \dfrac{27r}{s}
    \vspace{3pt}
  5. 1
    \vspace{3pt}
  6. \dfrac{16{h}^{10}}{49}
    \vspace{3pt}

Access these online resources for additional instruction and practice with exponents and scientific notation.

Key Concepts

  • Products of exponential expressions with the same base can be simplified by adding exponents.
  • Quotients of exponential expressions with the same base can be simplified by subtracting exponents.
  • Powers of exponential expressions with the same base can be simplified by multiplying exponents.
  • An expression with exponent zero is defined as 1.
  • An expression with a negative exponent is defined as a reciprocal.
  • The power of a product of factors is the same as the product of the powers of the same factors.
  • The power of a quotient of factors is the same as the quotient of the powers of the same factors.
  • Radicals can be rewritten as rational exponents and rational exponents can be rewritten as radicals.
  • The properties of exponents apply to rational exponents.
  • The rules for exponential expressions can be combined to simplify more complicated expressions.

License

Icon for the Creative Commons Attribution 4.0 International License

MAT 1073 College Algebra Reading Copyright © 2025 by OpenStax is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book