Last modified on October 24th, 2024

chapter outline

 

Exponent Rules

Exponent rules, also known as ‘laws of exponents’ or ‘properties of exponents, ’ are certain rules that help us to simplify expressions involving exponents that can be decimal numbers, fractions, or irrational numbers.

Product Rule

It states that when we multiply two expressions with the same base, we add their exponents.

Mathematically, 

xm × xn = xm + n

Here, 

  • x is the common base
  • m and n are the exponents

For example, if we multiply 82 and 87 without using the product rule, we have a long calculation to do:

82 × 87 = (8 × 8) × (8 × 8 × 8 × 8 × 8 × 8 × 8) = 89

Instead, by using the product rule, we get

82 × 87 = 82 + 7 = 89 

This rule simplifies multiplying powers with the same base by adding the exponents into a single expression.

Quotient Rule

It states that when dividing two expressions with the same base, we subtract the exponent of the denominator from the exponent of the numerator.

Mathematically, 

${\dfrac{x^{m}}{x^{n}}=x^{m-n}}$

Here, 

  • x is the common base with x ≠ 0
  • m and n are the exponents

For example,

${\dfrac{5^{6}}{5^{2}}=5^{6-2}}$ = ${5^{4}}$

This rule simplifies division by subtracting the exponents when the bases are the same. Without applying the rule, the calculation would be:

${\dfrac{5^{6}}{5^{2}}}$ = ${\dfrac{5\times 5\times 5\times 5\times 5\times 5}{5\times 5}}$ = ${5\times 5\times 5\times 5}$ = 54 

Power of a Power Rule

It states that when we raise an expression with an exponent to another exponent, we multiply the exponents together. 

Mathematically,

(xm)n = xmn 

Here,

  • x is the base
  • m and n are the exponents

For example, if we multiply 82 and 87 without using the law, the expression involves more calculations like this:

(73)4 = (7 × 7 × 7) × (7 × 7 × 7) × (7 × 7 × 7) × (7 × 7 × 7) = 712

Now, using the power rule, we get

(73)4 = 73 × 4 = 712 

Power of a Product Rule

It states that when a product is raised to a power, the exponent is applied to each factor in the product. 

Mathematically,

(xy)m = xmym

Here,

  • x and y are the factors
  • m is the exponent

This rule is useful when simplifying expressions with multiple terms inside parentheses raised to a power.

For example, simplifying (ab)4 using the rule, 

(ab)4 = a4b4

Now, without using the law, 

(ab)4 = (ab) × (ab) × (ab) × (ab) = (a × a × a × a) × (b × b × b × b) = a4b4, which involves more steps and calculations.

Power of a Quotient 

It states that when a quotient is raised to a power, the exponent can be applied to both the numerator and the denominator separately. 

Mathematically, 

${\dfrac{x^{m}}{y^{m}}=\left( \dfrac{x}{y}\right) ^{m}}$

Here,

  • x and y are the real numbers with y ≠ 0
  • m is the exponent

This rule is used to simplify expressions with exponents when fractions are involved.

For example, 

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

However, without using the law, we get

${\dfrac{a^{2}}{b^{2}}}$ = ${\dfrac{a\times a}{b\times b}}$ = ${\left( \dfrac{a}{b}\right) \times \left( \dfrac{a}{b}\right)}$ = ${\left( \dfrac{a}{b}\right) ^{2}}$

Zero Exponent Rule

It states that any non-zero base raised to the power of 0 is equal to 1. 

Mathematically,

x0 = 1

Here,

  • x is any non-zero number

For example,

50 = 1 or (-9)0 = 1, which shows that the rule holds for any non-zero base.

One Exponent Rule

It states that any non-zero number or variable raised to the power of 1 is equal to itself. Mathematically, 

x1 = x

Here,

  • x is any non-zero number

For example,

81 = 8 or b1 = b, the value remains the same as the base.

Negative Exponent Rule

It states that a negative exponent represents the reciprocal of the base raised to the corresponding positive exponent. 

Mathematically,

${x^{-m}=\left( \dfrac{1}{x}\right) ^{m}}$

Here, 

  • x is the base with x ≠ 0
  • m is the positive exponent

For example,

${2^{-5}=\left( \dfrac{1}{2}\right) ^{5}}$

The negative exponent rule is used to simplify expressions with negative exponents by converting them into fractions.

Fractional Exponent Rule

It states that a base raised to a fractional exponent is equal to the square root of the base. Mathematically, 

${x^{\dfrac{m}{n}}}$ = ${\left( \sqrt[n]{x}\right) ^{m}}$ or ${\sqrt[n]{x^{m}}}$

Here,

  • x is the base
  • m is the exponent
  • n is the root

For example,

${8^{\dfrac{2}{3}}}$ = ${\sqrt[3]{8^{2}}}$ = ${\sqrt[3]{64}}$ = 4

The fractional exponent rule is used to simplify expressions with fractional exponents by converting them into roots and powers. To better understand this, visit our Fractional Exponent article.

Solved Examples

Use the exponent properties to evaluate the expression (25 × 33) × (24 × 32)

Solution:

Given, (25 × 33) × (24 × 32)
= 25 × 33 × 24 × 32 
= 25 × 24 × 33 × 32 
= (25 × 24) × (33 × 32
= 25 + 4 × 33 + 2 [∵ product law xm × xn = xm + n]
= 29 × 35 
= 512 × 243 
= 124416

Simplify and express the result with positive exponents:
${\left( \dfrac{x^{3}y^{2}}{x^{-2}y^{4}}\right) ^{3}}$

Solution:

Given, ${\left( \dfrac{x^{3}y^{2}}{x^{-2}y^{4}}\right) ^{3}}$
= ${\left( x^{3-\left( -2\right) }\times y^{2-4}\right) ^{3}}$ [∵ quotient law ${\dfrac{x^{m}}{x^{n}}=x^{m-n}}$]
= ${\left( x^{5}y^{-2}\right) ^{3}}$ 
= ${\left( \dfrac{x^{5}}{y^{2}}\right) ^{3}}$ [∵ negative exponent law ${x^{-m}=\left( \dfrac{1}{x}\right) ^{m}}$]

Solve for x in the equation ${5^{4x-3}=\dfrac{25^{x}}{5}}$

Solution:

Given, ${5^{4x-3}=\dfrac{25^{x}}{5}}$
⇒ ${5^{4x-3}=\dfrac{\left( 5^{2}\right) ^{x}}{5}}$
⇒ ${5^{4x-3}=\dfrac{5^{2x}}{5}}$ [∵ power of power law (xm)n = xmn]
⇒ ${5^{4x-3}=5^{2x-1}}$ [∵ quotient law ${\dfrac{x^{m}}{x^{n}}=x^{m-n}}$]
⇒ 4x – 3 = 2x – 1
⇒ 4x – 2x = 3 – 1
⇒ 2x = 2
⇒ x = 1

Use the properties of exponents to simplify the expression ${9^{-\dfrac{3}{2}}\times 27^{\dfrac{1}{3}}}$

Solution:

Given, ${9^{-\dfrac{3}{2}}\times 27^{\dfrac{1}{3}}}$
= ${\left( 3^{2}\right) ^{-\dfrac{3}{2}}\times \left( 3^{3}\right) ^{\dfrac{1}{3}}}$ [∵ power of product law (xy)m = xmym]
= ${\left( 3\right) ^{-2\times \dfrac{3}{2}}\times \left( 3\right) ^{3\times \dfrac{1}{3}}}$ [∵ power of power law (xm)n = xmn]
= ${3^{-3}\times 3}$ 
= ${3^{-3+1}}$ [∵ product law xm × xn = xm + n]
= ${3^{-2}}$
= ${\dfrac{1}{3^{2}}}$ [∵ negative exponent law ${x^{-m}=\left( \dfrac{1}{x}\right) ^{m}}$]
= ${\dfrac{1}{9}}$

Last modified on October 24th, 2024