Powers and Roots

Chapter 4: The Real Number Line

Learning objectives

  • Apply exponent rules for integer and rational exponents
  • Compute nth roots
  • Simplify expressions with powers and roots

Exponents are repeated multiplication, but the real magic is what happens when the exponent stops being a whole number. Once you accept a1/2a^{1/2} as a meaningful symbol, you have a tool that compresses the entire universe of polynomial growth, exponential decay, scientific notation, and the geometry of similar shapes. This section unifies them: powers and roots are the same operation, just with the exponent above or below 11.

Whole-number powers and the five rules

For a real aa and positive integer nn, define

an=aaan factorsa^n = \underbrace{a \cdot a \cdots a}_{n \text{ factors}}

Three rules drop out of this definition immediately:

aman=am+n(am)n=amn(ab)n=anbna^m \cdot a^n = a^{m+n} \qquad (a^m)^n = a^{mn} \qquad (ab)^n = a^n b^n

To extend exponents to zero and negatives, we INSIST that these rules keep holding. From ama0=am+0=ama^m \cdot a^0 = a^{m+0} = a^m we are forced to set a0=1a^0 = 1 (for a0a \neq 0). From anan=an+(n)=a0=1a^n \cdot a^{-n} = a^{n + (-n)} = a^0 = 1 we get an=1ana^{-n} = \dfrac{1}{a^n}.

From powers to roots

The nnth root of a0a \geq 0 is the unique non-negative real bb with bn=ab^n = a. Notation: b=anb = \sqrt[n]{a}. Existence follows from the completeness property of §3.1; uniqueness follows from the positivity of R\mathbb{R}. For n=2n = 2 we drop the index: a=a2\sqrt{a} = \sqrt[2]{a}.

Rational exponents unify the two ideas

If we want the rule (a1/n)n=a(1/n)n=a1=a(a^{1/n})^n = a^{(1/n) \cdot n} = a^1 = a to hold, then a1/na^{1/n} MUST mean "the nnth root of aa." This forces the definition:

am/n=(a1/n)m=amn(for a>0)a^{m/n} = \left( a^{1/n} \right)^m = \sqrt[n]{a^m} \quad (\text{for } a > 0)

With this definition, the five rules of exponents extend automatically to all rational exponents — addition becomes addition of exponents whether they are integers or fractions.

The grapher makes the inverse relationship visible

Powers Roots GrapherInteractive figure — enable JavaScript to interact.

(Slide nn in the widget. The curves y=xny = x^n (steep) and y=x1/ny = x^{1/n} (shallow) are reflections of each other across the line y=xy = x. That reflection IS the inverse-function relationship between a power and its root.)

Square-root algebra

For a,b0a, b \geq 0: ab=ab\sqrt{ab} = \sqrt{a} \cdot \sqrt{b} and ab=ab\sqrt{\dfrac{a}{b}} = \dfrac{\sqrt{a}}{\sqrt{b}} (with b>0b > 0). These distribute over multiplication and division only — never addition.

Try it

  • Simplify x5x2x3\dfrac{x^5 \cdot x^{-2}}{x^3} using the addition rule for exponents.
  • Evaluate 82/38^{2/3} by writing it as (81/3)2\left(8^{1/3}\right)^2.
  • In the widget, fix n=3n = 3. Where does the curve y=x1/3y = x^{1/3} live for negative xx? Compare with n=4n = 4.
  • Simplify 72\sqrt{72} by extracting the largest perfect-square factor.

Try it in code

A trap to watch for

For even nn, the equation xn=ax^n = a with a>0a > 0 has two real solutions: an\sqrt[n]{a} and an-\sqrt[n]{a}. The symbol an\sqrt[n]{a} refers to the positive root only — this is a convention, but it is universal. So 9=3\sqrt{9} = 3, NOT ±3\pm 3. The equation x2=9x^2 = 9 has solutions x=±3x = \pm 3, but the function \sqrt{\cdot} returns only the positive value. The fix: keep these straight by always asking "am I solving an equation or applying a function?"

What you now know

You can extend exponents from positive integers all the way to negative integers and rationals, and you understand why these extensions are forced by the exponent rules rather than chosen. You can compute, simplify, and graph axa^x for any rational xx. The next section uses these new powers to write and solve inequalities.

Quick check

References

  • Lang, S. (1971). Basic Mathematics. Springer. Chapter 3, §3 — powers and roots, defined cleanly and rigorously.
  • Stewart, J. (2015). Calculus: Early Transcendentals, 8th ed. Cengage. Chapter 1 — exponent and root functions as the prelude to logarithms.
  • Niven, I. (1961). Numbers: Rational and Irrational. Random House (New Mathematical Library, MAA). Chapter 4 — rigorous treatment of nth roots of irrationals.

This page is prerendered for SEO and accessibility. The interactive widgets above hydrate on JavaScript load.