How exponents (powers) work
The base is the number being multiplied, and the exponent (or power) is how many copies of it get multiplied together. This shorthand gets useful fast — writing 2¹⁰ is a lot cleaner than writing out ten 2's, and it's the same idea behind why file sizes jump from kilobytes to gigabytes so quickly (1024¹ vs 1024³).
Example scenario (illustrative only): say you're comparing two hypothetical savings scenarios where a balance doubles every period — 2⁸ periods gives 256× growth, while 2¹⁰ gives 1024×. That's the kind of quick "how many times bigger" question an exponent calculator answers instantly, without you needing to multiply 2 by itself ten times by hand.
Negative and fractional exponents
Negative exponents confuse people at first because there's no "negative multiplication" happening — instead, the negative sign means "take the reciprocal." So 2⁻³ isn't a negative number; it's 1/2³ = 1/8 = 0.125. The bigger the base, the smaller the result gets, since you're dividing 1 by an increasingly large number.
Fractional exponents connect powers and roots into one system. The denominator of the fraction becomes the root's index: 8^(1/3) means "the cube root of 8," which is 2. When there's a numerator too, like 8^(2/3), you can either cube 8 first and then take the cube root (∛64 = 4), or take the cube root first and then square it (2² = 4) — both routes land on the same answer.
| Expression | Meaning | Result |
|---|---|---|
| 2⁻³ | 1 / 2³ | 0.125 |
| 9^(1/2) | √9 | 3 |
| 8^(2/3) | (∛8)² | 4 |
| 4^(-1/2) | 1 / √4 | 0.5 |
Square roots, cube roots, and nth roots
A square root (index 2) only has a real answer for a non-negative number, since no real number squared gives something negative. A cube root (index 3), on the other hand, is defined for negative numbers too — ∛(−8) = −2, because (−2)³ = −8. Even-index roots (2nd, 4th, 6th…) behave like square roots in this respect; odd-index roots (3rd, 5th…) behave like cube roots.
Simplifying a radical, step by step
This is the part that trips people up in algebra class, so here's the full walkthrough using √72 as the running example:
- Step 1 — Factor: 72 = 2 × 2 × 2 × 3 × 3, or in exponent form, 2³ × 3².
- Step 2 — Group by the root's index: since it's a square root (index 2), look for pairs. 2³ = 2² × 2¹, and 3² is already a complete pair.
- Step 3 — Pull the pairs out: √(2²) = 2, and √(3²) = 3.
- Step 4 — Multiply what came out, keep the leftover inside: 2 × 3 = 6, and the leftover 2¹ stays under the root. Result: √72 = 6√2.
The same process works for cube roots, just grouping factors in threes instead of pairs. For example, ∛54 = ∛(3³ × 2) = 3∛2. And if there's already a number multiplying the radical — say 5√72 — you simplify the radical first and then multiply the coefficient by whatever came out: 5 × 6√2 = 30√2.
Practical scenario (hypothetical): imagine you're checking a geometry answer where a diagonal length came out to √72 units. Leaving it as √72 is correct but unusual — most textbooks and teachers expect the simplified form 6√2 for a cleaner final answer, and matching that convention is often what a grading rubric is looking for.