TOPIC

Indices: Division rule (a^x / a^y) = a^(x-y)

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Exponents Division Rule: Dividing Powers with the Same Base

A guide to the exponent division rule, showing how a^x divided by a^y equals a^(x-y) when the base is the same, why the rule works, worked examples, and common mistakes.

What is the exponent division rule?

The exponent division rule, also called the quotient rule for exponents, tells you how to simplify a fraction where the same base is raised to a power in both the numerator and the denominator. For any nonzero base \(a\) and any exponents \(x\) and \(y\):

\( \dfrac{a^x}{a^y} = a^{x-y} \)

In words: when you divide two powers that share the same base, keep the base and subtract the exponent in the denominator from the exponent in the numerator. This works because dividing is the inverse of multiplying, and it saves you from ever having to expand large powers just to cancel factors.

Why the rule works

You can see the rule directly by writing out the repeated multiplication. Take \(\dfrac{a^5}{a^2}\). Since \(a^5 = a \cdot a \cdot a \cdot a \cdot a\) and \(a^2 = a \cdot a\), the fraction becomes:

\( \dfrac{a \cdot a \cdot a \cdot a \cdot a}{a \cdot a} \)

Two pairs of \(a\) cancel from the top and bottom, leaving \(a \cdot a \cdot a = a^3\). Notice that \(5 - 2 = 3\), which matches \(a^{x-y}\) exactly. The graph below shows powers of the same base \(2\); dividing \(2^5\) by \(2^2\) lands you back on the value of \(2^3\), because subtracting the exponents tells you exactly how many factors are left after cancelling.

Graph of y equals 2 to the power of x, with points at x equals 2, x equals 3, and x equals 5 marked to show that 2 to the 5th divided by 2 squared equals 2 cubed Plot of y = 2**x for x in [0, 6] 0 1 2 3 4 5 6 0 20 40 60 x 2 to the power of x 2^2 = 4 2^3 = 8 (the quotient) 2^5 = 32
Powers of base 2: dividing 2 to the 5th by 2 squared leaves 2 cubed.

Conditions for using the rule

  • The bases in the numerator and denominator must be identical. \(\dfrac{5^7}{5^3}\) uses the rule, but \(\dfrac{5^7}{3^3}\) does not, since the bases are different.
  • The base cannot equal zero, since division by zero is undefined.
  • The rule works whether \(x\) and \(y\) are positive, negative, or zero, and it works with variable exponents too.

Worked examples

Example 1: Simplify \(\dfrac{x^9}{x^4}\).

Subtract the exponents: \(9 - 4 = 5\), so \(\dfrac{x^9}{x^4} = x^5\).

Example 2: Simplify \(\dfrac{7^3}{7^5}\).

Subtract the exponents: \(3 - 5 = -2\), so \(\dfrac{7^3}{7^5} = 7^{-2}\). A negative result is completely normal here, and you can rewrite it as a positive-exponent fraction using the negative exponent rule, giving \(7^{-2} = \dfrac{1}{7^2} = \dfrac{1}{49}\).

Example 3: Simplify \(\dfrac{4a^6b^3}{2a^2b^3}\).

Divide the numbers first, then apply the exponent rule to each base separately: \(\dfrac{4}{2} = 2\), \(\dfrac{a^6}{a^2} = a^4\), and \(\dfrac{b^3}{b^3} = b^0 = 1\). Putting it together gives \(2a^4\).

Common mistakes to avoid

  • Subtracting in the wrong order: \(\dfrac{a^x}{a^y} = a^{x-y}\), not \(a^{y-x}\). Always subtract the bottom exponent from the top one.
  • Applying the rule to different bases: \(\dfrac{a^5}{b^2}\) cannot be simplified with this rule because the bases \(a\) and \(b\) are not the same.
  • Forgetting the coefficients: only the matching bases have their exponents subtracted; any numerical coefficients still need to be divided separately, as shown in Example 3.
  • Fearing a negative exponent: a negative result just means the answer is more naturally written as a fraction, not that a mistake was made.

Combining with other exponent rules

The division rule rarely appears alone in a full expression. It's common to see it alongside the power of a power rule or a product step, especially once order of operations with exponents comes into play. Once you're comfortable with each rule individually, practicing how to combine the exponent rules will help you simplify multi-step expressions confidently.

Related lessons