Powers and Roots
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 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 .
Whole-number powers and the five rules
For a real and positive integer , define
Three rules drop out of this definition immediately:
To extend exponents to zero and negatives, we INSIST that these rules keep holding. From we are forced to set (for ). From we get .
From powers to roots
The th root of is the unique non-negative real with . Notation: . Existence follows from the completeness property of §3.1; uniqueness follows from the positivity of . For we drop the index: .
Rational exponents unify the two ideas
If we want the rule to hold, then MUST mean "the th root of ." This forces the definition:
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
(Slide in the widget. The curves (steep) and (shallow) are reflections of each other across the line . That reflection IS the inverse-function relationship between a power and its root.)
Square-root algebra
For : and (with ). These distribute over multiplication and division only — never addition.
Try it
- Simplify using the addition rule for exponents.
- Evaluate by writing it as .
- In the widget, fix . Where does the curve live for negative ? Compare with .
- Simplify by extracting the largest perfect-square factor.
Try it in code
A trap to watch for
For even , the equation with has two real solutions: and . The symbol refers to the positive root only — this is a convention, but it is universal. So , NOT . The equation has solutions , but the function 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 for any rational . 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.