lesson

Calculus I Supplements · Foundational

Supplement: Rules of Exponents

Rebuild exponent laws from repeated multiplication, including zero and negative exponents, rational exponents, and the restrictions that make each rule valid.

Formula reference. Rules apply under their stated restrictions.

Rules

aman=am+n,aman=amn (a0),(am)n=amn.a^ma^n=a^{m+n},\qquad \frac{a^m}{a^n}=a^{m-n}\ (a\ne0),\qquad (a^m)^n=a^{mn}.

(ab)n=anbn,(ab)n=anbn (b0),a0=1 (a0).(ab)^n=a^nb^n,\qquad \left(\frac ab\right)^n=\frac{a^n}{b^n}\ (b\ne0),\qquad a^0=1\ (a\ne0).

an=1an (a0),am/n=amn.a^{-n}=\frac1{a^n}\ (a\ne0),\qquad a^{m/n}=\sqrt[n]{a^m}.

Do not use (a+b)n=an+bn(a+b)^n=a^n+b^n: it is false in general. For real values, an even root needs a nonnegative radicand.

Exponents are compressed multiplication. In ana^n, the base aa is multiplied by itself nn times when nn is a positive integer. The exponent is not a multiplier placed beside the base; a3a^3 means aaaa\cdot a\cdot a, not 3a3a. This distinction matters in calculus because a small exponent error can change a function, its domain, and every derivative that follows.

The laws below are not isolated commands. Each records what happens when repeated multiplication is reorganized. Deriving a law from a short product makes it easier to remember and helps reveal when a condition such as a0a\ne0 is necessary. Treat every rule as a statement about a particular operation and a particular domain.

A scale problem before the rules

Imagine a digital microscope that magnifies an image by a factor of 22 each time its magnification control advances one setting. Starting from a 11-unit reference length, the displayed scale at setting nn is 2n2^n reference units. At the first three settings the factors are 22, 44, and 88, but the notation 2n2^n lets us ask about any setting without repeatedly listing cases. Exponents are therefore a model of repeated scaling before they are a collection of algebraic rules.

Suppose two stages of the imaging system are used in succession, one with factor 232^3 and one with factor 242^4. The physical question is not “which rule should I remember?” but “how many factors of two were applied altogether?” There are three factors from the first stage and four from the second, so there are seven: 2324=272^3\cdot2^4=2^7. The product rule is simply the record of that count.

Now reverse part of the process. Dividing a scale factor 272^7 by 242^4 removes four factors of two and leaves 232^3. This is a meaningful inverse operation, not a decorative subtraction rule. Keep this microscope story in view as we extend the idea to zero, negative, and fractional exponents.

Combine powers with the same base

When multiplying powers with the same base, add exponents: aman=am+na^m a^n=a^{m+n}. For example, x2x3=(xx)(xxx)=x5x^2x^3=(xx)(xxx)=x^5. The base must be the same; 23332^3 3^3 does not become 666^6. Conversely, when dividing nonzero powers with the same base, subtract exponents: aman=amn\frac{a^m}{a^n}=a^{m-n} for a0a\ne0.

The power-of-a-power rule follows from grouping repeated factors: (am)n=amn(a^m)^n=a^{mn}. The outer exponent says to multiply ama^m by itself nn times, producing mnmn copies of aa. In contrast, (ab)n=anbn(ab)^n=a^nb^n distributes over multiplication, while (a+b)n(a+b)^n generally does not distribute over addition. Testing (x+1)2=x2+2x+1(x+1)^2=x^2+2x+1 immediately exposes the false shortcut x2+1x^2+1.

Return to the microscope: two independent scale factors may be multiplied because they act on the same length, but an addition inside parentheses means something different. If a measurement has a baseline offset, (x+1)2(x+1)^2 means the entire adjusted measurement is squared. Expanding it shows the cross-term that the shortcut misses. A quick numerical check at x=1x=1 distinguishes 44 from the incorrect value 22.

Explain zero, negative, and rational exponents

The quotient rule explains a0=1a^0=1 for a0a\ne0. Since a3a3=1\frac{a^3}{a^3}=1 and also equals a33=a0a^{3-3}=a^0, the zero exponent must represent one. It does not make 000^0 automatically meaningful; that expression needs context and is deliberately excluded from this basic law.

A negative exponent records a reciprocal: an=1ana^{-n}=\frac{1}{a^n} for a0a\ne0. For example, x3=1x3x^{-3}=\frac1{x^3}, so a negative exponent is not a negative number. Writing a reciprocal form is often useful in a limit or derivative because it makes denominator restrictions visible.

A rational exponent connects powers and roots. For positive aa, am/n=amn=(an)ma^{m/n}=\sqrt[n]{a^m}=(\sqrt[n]{a})^m. An even root requires a nonnegative radicand in real-number work, while an odd root permits negative inputs. Preserve those domain conditions when rewriting expressions; algebraically equivalent forms can have different apparent restrictions.

The microscope setting can also be described backward. A factor of 232^{-3} means one eighth as large, because three factors of two have been undone. A setting that produces the square root of a scale factor is modeled by the exponent 12\frac12; applying it twice restores the original positive scale. These are not exceptional rules grafted onto the system. They preserve the same idea of repeated and reversible scaling.

Use exponent laws as a calculus check

Before differentiating f(x)=3x2f(x)=\frac{3}{x^2}, rewrite it as 3x23x^{-2}. The Power Rule then gives f(x)=6x3=6x3f'(x)=-6x^{-3}=\frac{-6}{x^3}, with x0x\ne0 still required. Rewriting did not repair the missing input; it made the derivative rule easier to apply. This is the right use of an exponent law: clarify structure while carrying restrictions forward.

For practice, simplify x5x2x4\frac{x^5x^{-2}}{x^4}, state its restriction, and then rewrite it without a negative exponent. Next compare (2x)3(2x)^3 with 2x32x^3 by evaluating both at x=2x=2. Finally, explain why (x+2)2(x+2)^2 cannot be simplified by squaring each term separately. Each explanation is as valuable as the final form.

Narrative challenge: restore a calibration scale

An imaging system uses a calibration factor C(x)=8x52x3C(x)=\frac{8x^5}{2x^3} for a nonzero adjustment value xx. A technician says that the factor is “basically 4x24x^2” and therefore can be evaluated at every real xx. Before reading further, simplify the expression, decide which part of the claim is correct, and explain what happens at x=0x=0. Then consider what C(x)1C(x)^{-1} would represent in the calibration process.

Show a solution path

For x0x\ne0, divide the coefficients and subtract exponents: C(x)=4x53=4x2C(x)=4x^{5-3}=4x^2. The simplified formula describes the same values only where the original denominator 2x32x^3 was nonzero, so x=0x=0 remains excluded from the original model. The reciprocal C(x)1=14x2C(x)^{-1}=\frac{1}{4x^2} represents an inverse scale factor, again only for nonzero xx.

Knowledge Map

Where this lesson fits

Next lessons

Calculus I SupplementsLogarithm Laws and Exponential InversesCalculus I SupplementsCalculus Notation and How to Read It

Continue exploring

Connections

Related lessons

Calculus I SupplementsSupplement: Logarithm Laws and Exponential InversesUnit 1 - Foundations for ChangeAlgebraic Restructuring for Calculus

Applications

  • simplifying limits
  • differentiation
  • scientific notation