James's Math Hub
Pre-Algebra

Lesson 4 / 5 · 10 min read

Exponents and Roots

Laws of exponents, simplifying radicals, and what fractional exponents mean.

What exponents mean

bnb^n means bb multiplied by itself nn times.

23=2×2×2=82^3 = 2 \times 2 \times 2 = 8

  • bb is the base; nn is the exponent or power.
  • Special cases: b0=1b^0 = 1 (for any b0b \neq 0) and b1=bb^1 = b.

Laws of exponents

These five rules cover almost everything.

RuleExample
bmbn=bm+nb^m \cdot b^n = b^{m+n}2324=272^3 \cdot 2^4 = 2^7
bmbn=bmn\dfrac{b^m}{b^n} = b^{m-n}5754=53\dfrac{5^7}{5^4} = 5^3
(bm)n=bmn(b^m)^n = b^{mn}(32)4=38(3^2)^4 = 3^8
(ab)n=anbn(ab)^n = a^n b^n(2x)3=8x3(2x)^3 = 8x^3
bn=1bnb^{-n} = \dfrac{1}{b^n}23=182^{-3} = \dfrac{1}{8}

Square roots

x\sqrt{x} asks: what positive number, squared, gives xx? So 25=5\sqrt{25} = 5 because 52=255^2 = 25.

A perfect square is the square of an integer: 1,4,9,16,25,36,49,64,81,100,1, 4, 9, 16, 25, 36, 49, 64, 81, 100, \ldots

Simplifying radicals

If the number under the root has a perfect-square factor, you can pull it out.

Example. 72\sqrt{72}. Since 72=36×272 = 36 \times 2:

72=36×2=362=62\sqrt{72} = \sqrt{36 \times 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2}

Example. 48=16×3=43\sqrt{48} = \sqrt{16 \times 3} = 4\sqrt{3}.

Fractional exponents

b1/nb^{1/n} is the nn-th root of bb:

b1/2=bb1/3=b3b^{1/2} = \sqrt{b} \qquad b^{1/3} = \sqrt[3]{b}

More generally, bm/n=bmnb^{m/n} = \sqrt[n]{b^m}.

Example. 82/3=823=643=48^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4. (Or compute as (83)2=22=4(\sqrt[3]{8})^2 = 2^2 = 4.)

Key takeaways

  • bnb^n is bb multiplied by itself nn times; b0=1b^0 = 1.
  • Multiplying same-base exponentials adds exponents; dividing subtracts.
  • xy=xy\sqrt{xy} = \sqrt{x}\,\sqrt{y} — pull out perfect-square factors to simplify.
  • Fractional exponent m/nm/n means nn-th root of the mm-th power.