Fiveable

🍬Honors Algebra II Unit 1 Review

QR code for Honors Algebra II practice questions

1.2 Exponents and Radicals

1.2 Exponents and Radicals

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🍬Honors Algebra II
Unit & Topic Study Guides
Pep mascot

Exponents and radicals let you express and manipulate numbers in compact ways. They show up constantly in growth, decay, and root problems across math and science, and they're foundational for nearly everything else in this course.

Simplifying Expressions with Exponents

Pep mascot
more resources to help you study

Laws of Exponents

These three rules are the workhorses of exponent manipulation. Every simplification problem comes back to them.

  • Product rule: When multiplying expressions with the same base, add the exponents: aman=am+na^m \cdot a^n = a^{m+n}
    • Example: 2324=23+4=27=1282^3 \cdot 2^4 = 2^{3+4} = 2^7 = 128
  • Quotient rule: When dividing expressions with the same base, subtract the exponents: aman=amn\frac{a^m}{a^n} = a^{m-n}
    • Example: 3532=352=33=27\frac{3^5}{3^2} = 3^{5-2} = 3^3 = 27
  • Power rule: When raising a power to another power, multiply the exponents: (am)n=amn(a^m)^n = a^{mn}
    • Example: (42)3=423=46=4096(4^2)^3 = 4^{2 \cdot 3} = 4^6 = 4096

A common mistake is mixing up the product rule and the power rule. Remember: multiplying same-base expressions means you add exponents, but raising one expression to a power means you multiply exponents.

Special Cases of Exponents

  • Zero exponent: Any nonzero number raised to the zero power equals one: a0=1a^0 = 1, where a0a \neq 0
    • Example: 50=15^0 = 1
  • Negative exponent: A negative exponent flips the base to its reciprocal: an=1ana^{-n} = \frac{1}{a^n}
    • Example: 23=123=182^{-3} = \frac{1}{2^3} = \frac{1}{8}
  • Power of a product: When a product is raised to a power, distribute the exponent to each factor: (ab)n=anbn(ab)^n = a^n \cdot b^n
    • Example: (23)4=2434=1681=1296(2 \cdot 3)^4 = 2^4 \cdot 3^4 = 16 \cdot 81 = 1296
  • Power of a quotient: When a fraction is raised to a power, apply the exponent to both numerator and denominator: (ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}, where b0b \neq 0
    • Example: (62)2=6222=364=9\left(\frac{6}{2}\right)^2 = \frac{6^2}{2^2} = \frac{36}{4} = 9

Rational Exponents and Radicals

Converting Between Rational Exponents and Radicals

Rational exponents and radicals are two notations for the same thing. Being fluent in both forms makes simplification much easier.

  • The nnth root of aa can be written as a radical an\sqrt[n]{a} or as a rational exponent a1/na^{1/n}. The index of the radical becomes the denominator of the exponent.
    • Example: 83=81/3=2\sqrt[3]{8} = 8^{1/3} = 2
  • When the exponent is a fraction mn\frac{m}{n}, the denominator is the root and the numerator is the power: am/n=amna^{m/n} = \sqrt[n]{a^m}
    • Example: 163/4=163416^{3/4} = \sqrt[4]{16^3}. Since 164=2\sqrt[4]{16} = 2, you can also compute this as (164)3=23=8(\sqrt[4]{16})^3 = 2^3 = 8. This shortcut (take the root first, then raise to the power) often avoids large numbers.
Laws of exponents, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Rules of Exponents

Expressions with Coefficients and Radicals

If an expression has a coefficient multiplied by a radical, you can pull the coefficient under the radical by raising it to the appropriate power:

ban=bnanb \cdot \sqrt[n]{a} = \sqrt[n]{b^n \cdot a}

  • Example: 2273=23273=8273=2163=62\sqrt[3]{27} = \sqrt[3]{2^3 \cdot 27} = \sqrt[3]{8 \cdot 27} = \sqrt[3]{216} = 6

This works in reverse too: pulling perfect powers out of a radical is how you simplify expressions like 50=252=52\sqrt{50} = \sqrt{25 \cdot 2} = 5\sqrt{2}.

Operations with Radicals and Exponents

Multiplying and Dividing Radicals

You can combine radicals under one root symbol only when they share the same index.

  • Multiplying: anbn=abn\sqrt[n]{a} \cdot \sqrt[n]{b} = \sqrt[n]{ab}
    • Example: 312=36=6\sqrt{3} \cdot \sqrt{12} = \sqrt{36} = 6
  • Dividing: anbn=abn\frac{\sqrt[n]{a}}{\sqrt[n]{b}} = \sqrt[n]{\frac{a}{b}}, where b0b \neq 0
    • Example: 182=182=9=3\frac{\sqrt{18}}{\sqrt{2}} = \sqrt{\frac{18}{2}} = \sqrt{9} = 3

Adding and Subtracting Radicals

Adding and subtracting radicals works like combining like terms. The radical part (index and radicand) must match; then you just add or subtract the coefficients.

acn±bcn=(a±b)cna\sqrt[n]{c} \pm b\sqrt[n]{c} = (a \pm b)\sqrt[n]{c}

  • Example: 25+35=(2+3)5=552\sqrt{5} + 3\sqrt{5} = (2 + 3)\sqrt{5} = 5\sqrt{5}

Sometimes radicals don't look like they match until you simplify them. For instance, 12+27=23+33=53\sqrt{12} + \sqrt{27} = 2\sqrt{3} + 3\sqrt{3} = 5\sqrt{3}. Always simplify each radical first before deciding whether terms can be combined.

When expressions use rational exponents instead of radical notation, apply the standard laws of exponents:

  • Example: 21/322/3=2(1/3+2/3)=21=22^{1/3} \cdot 2^{2/3} = 2^{(1/3 + 2/3)} = 2^1 = 2
Laws of exponents, The Product and Quotient Rules - Wisewire

Solving Radical and Exponential Equations

Solving Equations with a Single Radical

The strategy is straightforward: isolate the radical, then eliminate it by raising both sides to the power of the index.

  1. Isolate the radical on one side of the equation.
  2. Raise both sides to the power of the root index.
  3. Solve the resulting equation.
  4. Check your answer in the original equation (squaring can introduce extraneous solutions).
  • Example: x+1=3\sqrt{x + 1} = 3
    • (x+1)2=32(\sqrt{x + 1})^2 = 3^2
    • x+1=9x + 1 = 9
    • x=8x = 8
    • Check: 8+1=9=3\sqrt{8 + 1} = \sqrt{9} = 3

Solving Equations with Multiple Radicals

When there's more than one radical, you'll need to isolate and eliminate them one at a time. This usually means squaring twice.

  1. Isolate one radical on one side.
  2. Square both sides (this may leave one radical remaining).
  3. Isolate the remaining radical.
  4. Square both sides again.
  5. Solve and check your answer. Checking is especially important here because squaring twice creates more opportunities for extraneous solutions.
  • Example: x+x2=3\sqrt{x} + \sqrt{x - 2} = 3
    • Isolate one radical: x=3x2\sqrt{x} = 3 - \sqrt{x - 2}
    • Square both sides: x=96x2+(x2)x = 9 - 6\sqrt{x - 2} + (x - 2)
    • Simplify: x=7+x6x2x = 7 + x - 6\sqrt{x - 2}
    • 0=76x20 = 7 - 6\sqrt{x - 2}
    • 6x2=76\sqrt{x - 2} = 7
    • x2=76\sqrt{x - 2} = \frac{7}{6}
    • Square again: x2=4936x - 2 = \frac{49}{36}
    • x=4936+2=4936+7236=12136x = \frac{49}{36} + 2 = \frac{49}{36} + \frac{72}{36} = \frac{121}{36}

Note: The original simplification step yields x=12136x = \frac{121}{36}, not 8536\frac{85}{36}. You can verify: 12136+121362=116+4936=116+76=186=3\sqrt{\frac{121}{36}} + \sqrt{\frac{121}{36} - 2} = \frac{11}{6} + \sqrt{\frac{49}{36}} = \frac{11}{6} + \frac{7}{6} = \frac{18}{6} = 3

Solving Equations with Rational Exponents

The key move is raising both sides to the reciprocal of the rational exponent. This cancels the exponent and isolates the variable.

  1. Isolate the term with the rational exponent.
  2. Raise both sides to the reciprocal of that exponent.
  3. Solve for the variable.
  4. Check for extraneous solutions in the original equation.
  • Example: 2x2/35=32x^{2/3} - 5 = 3
    • 2x2/3=82x^{2/3} = 8
    • x2/3=4x^{2/3} = 4
    • (x2/3)3/2=43/2(x^{2/3})^{3/2} = 4^{3/2}
    • x=(4)3=23=8x = (\sqrt{4})^3 = 2^3 = 8
    • Check: 2(8)2/35=2(83)25=2(4)5=32(8)^{2/3} - 5 = 2(\sqrt[3]{8})^2 - 5 = 2(4) - 5 = 3

Watch out: when the denominator of the rational exponent is even, you may get both a positive and negative solution. For instance, x2/3=4x^{2/3} = 4 also has x=8x = -8 as a solution, since (8)2/3=((8)1/3)2=(2)2=4(-8)^{2/3} = ((-8)^{1/3})^2 = (-2)^2 = 4. Always consider whether the original equation allows negative values.