1.4 Algebra II: Exponents, Radicals & Quadratic Equations

Key Takeaways

  • Exponent rules: multiply same-base powers by ADDING exponents (a^m × a^n = a^(m+n)); divide by SUBTRACTING exponents (a^m ÷ a^n = a^(m−n)).
  • To simplify a radical, pull out the largest perfect-square factor: √72 = √(36 × 2) = 6√2.
  • Factor x² + bx + c by finding two numbers that multiply to c and add to b.
  • The quadratic formula, x = [−b ± √(b² − 4ac)] ÷ 2a, solves ANY quadratic equation — use it when factoring isn't clean or fast.
  • The discriminant (b² − 4ac) predicts the solution type before you finish solving: positive = two real solutions, zero = one repeated solution, negative = no real solutions.
Last updated: July 2026

Exponents, radicals, and quadratic equations extend the linear algebra skills from the previous section to expressions where the variable is raised to a power — exactly the kind of equation you will meet in physics formulas (kinetic energy uses a squared velocity term) and nuclear science calculations (radioactive decay uses exponential functions). This section covers the exponent rules, simplifying radicals, factoring, and the two standard methods for solving a quadratic equation.

Exponent Rules

An exponent tells you how many times a base is multiplied by itself. The core rules let you combine and simplify exponential expressions without expanding them fully:

RuleFormulaExample
Product Rulea^m × a^n = a^(m+n)3^2 × 3^3 = 3^5 = 243
Quotient Rulea^m ÷ a^n = a^(m−n)5^6 ÷ 5^2 = 5^4 = 625
Power Rule(a^m)^n = a^(m×n)(2^3)^2 = 2^6 = 64
Zero Exponenta^0 = 1 (a ≠ 0)7^0 = 1
Negative Exponenta^(−n) = 1 ÷ a^n2^(−3) = 1/8

Worked example: Simplify (3^4 × 3^2) ÷ 3^3.

Apply the product rule inside the parentheses first: 3^4 × 3^2 = 3^6. Then apply the quotient rule: 3^6 ÷ 3^3 = 3^3 = 27.

A common shortcut error is adding all the exponents without subtracting for the division step (4 + 2 + 3 = 9, giving the wrong 3^9 = 19,683). Track each operation separately — multiplication adds exponents, division subtracts them.


Simplifying Radicals

A radical (the square root symbol, √) asks "what number, multiplied by itself, gives this value?" To simplify a radical, find the largest perfect-square factor of the number under the radical (the radicand), pull its square root out front, and leave the rest under the radical.

Worked example: Simplify √72.

72 factors as 36 × 2, and 36 is a perfect square (6 × 6 = 36) — and it is the largest perfect-square factor of 72. So:

√72 = √(36 × 2) = √36 × √2 = 6√2

Using a smaller perfect-square factor first (like 9 or 4) still reaches the right final value, but takes an extra step: √72 = √(9 × 8) = 3√8, and √8 still has to be reduced further (√8 = 2√2) to arrive at the same fully-simplified 6√2. Always look for the largest perfect-square factor to simplify in one step.


Factoring Quadratic Expressions

A quadratic expression has the form ax² + bx + c. When a = 1, many quadratics factor into two binomials (x + p)(x + q), where p × q = c and p + q = b.

Worked example: Factor x² − 5x − 24.

You need two numbers that multiply to −24 and add to −5. Testing factor pairs of 24: 3 and −8 work, because 3 × (−8) = −24 and 3 + (−8) = −5.

x² − 5x − 24 = (x + 3)(x − 8)

Setting each factor equal to zero gives the equation's roots: x = −3 or x = 8.


The Quadratic Formula

Not every quadratic factors neatly with whole numbers. The quadratic formula solves any equation in the form ax² + bx + c = 0:

x = [−b ± √(b² − 4ac)] ÷ 2a

The expression under the radical, b² − 4ac, is called the discriminant. Its sign tells you what kind of solutions to expect before you even finish solving:

DiscriminantMeaning
PositiveTwo distinct real solutions
ZeroOne repeated real solution
NegativeNo real solutions (two complex solutions)

Worked example: Solve 2x² + 3x − 5 = 0 using the quadratic formula.

Here a = 2, b = 3, c = −5.

Discriminant: b² − 4ac = 3² − 4(2)(−5) = 9 + 40 = 49

x = [−3 ± √49] ÷ (2 × 2) = (−3 ± 7) ÷ 4

x = (−3 + 7)/4 = 1, or x = (−3 − 7)/4 = −2.5

Factoring vs. the Quadratic Formula

Both methods always work on a quadratic that has real solutions, but they are not equally fast:

  • Factor first when a = 1 and the constant term has small, obvious factor pairs (as with x² − 5x − 24 above) — factoring is usually quicker.
  • Use the quadratic formula when the numbers don't factor cleanly, when a ≠ 1 and factoring would require guess-and-check with large numbers, or when you are not confident a clean factorization exists. The formula always works, even when factoring does not.
  • Check the discriminant before committing to factoring over the real numbers: if b² − 4ac is negative, no real factorization exists at all, and only the quadratic formula (yielding complex roots) applies.

Worked example (discriminant check): For 3x² + 2x + 5 = 0, the discriminant is 2² − 4(3)(5) = 4 − 60 = −56. Because this is negative, the equation has no real solutions — time spent trying to factor it would be wasted; recognizing the negative discriminant immediately tells you there is no real answer to find.

Test Your Knowledge

Simplify (3^4 × 3^2) ÷ 3^3.

A
B
C
D
Test Your Knowledge

What is the fully simplified radical form of √72?

A
B
C
D
Test Your Knowledge

Factor x² − 5x − 24.

A
B
C
D
Test Your Knowledge

Use the quadratic formula to solve 2x² + 3x − 5 = 0.

A
B
C
D
Test Your Knowledge

What does the discriminant of 3x² + 2x + 5 = 0 tell you about its solutions?

A
B
C
D