EN FR

ALG-2: Exponent Laws and Radicals

Module 2 · Algebraic Manipulation

Section 1: Introduction

Quick question. No calculator, just intuition: what is \( \sqrt{9 + 16} \)?

Most people say 7. The reasoning is almost automatic: \( \sqrt{9} = 3 \), \( \sqrt{16} = 4 \), so \( \sqrt{9+16} = 3 + 4 = 7 \).

The correct answer is \( \sqrt{25} = 5 \).

That error — splitting a radical across a sum — is so common in algebra and calculus that it has a name: the Freshman's Dream. It's not a trick question or a trap. It's a window into how exponent rules actually work, and understanding why it fails will immunize you against an entire family of errors.

The rule \( \sqrt{ab} = \sqrt{a} \cdot \sqrt{b} \) works beautifully — but only for products. There is no rule that splits radicals over sums: \( \sqrt{a + b} \neq \sqrt{a} + \sqrt{b} \). The same principle applies to other powers: \( (a + b)^n \neq a^n + b^n \).

This lesson builds the complete system of exponent and radical rules — not as a list of formulas to memorize, but as a coherent set of tools that all follow from one underlying idea. Once you see the structure, the rules become obvious rather than arbitrary.

By the time you reach calculus, expressions like \( x^{-1/2} \), \( \frac{\sqrt{x+h} - \sqrt{x}}{h} \), and \( (3x^2 y^{-1})^3 \) need to be second nature. This lesson builds exactly that fluency.

After this lesson, you will be able to:

  • Apply the seven integer exponent laws to simplify algebraic expressions in one pass
  • Evaluate and rewrite expressions with rational (fractional) exponents: \( a^{m/n} = \sqrt[n]{a^m} \)
  • Convert between radical and exponential form and simplify radicals by factoring out perfect powers
  • Rationalize denominators and numerators using conjugate pairs — a technique you'll use directly in calculus

Section 2: Prerequisites

This lesson builds directly on ALG-1. You'll also need some arithmetic fluency with roots and integer arithmetic.

From ALG-1 (Order of Operations):

  • Exponent binding: the exponent grabs only the base immediately to its left — \( -x^2 = -(x^2) \neq (-x)^2 \), and \( 2x^3 = 2 \cdot (x^3) \neq (2x)^3 \)
  • Power of a product: when an exponent sits outside a parenthesized product, it applies to every factor inside — this is C1 below

From arithmetic:

  • Basic roots: \( \sqrt{4} = 2 \), \( \sqrt{9} = 3 \), \( \sqrt{25} = 5 \), \( \sqrt[3]{8} = 2 \), \( \sqrt[3]{27} = 3 \)
  • Multiplication of integers, including negatives, and familiarity with perfect squares (4, 9, 16, 25, 36, 49, 64, 81, 100)

Before continuing, check your comfort level:

If negative exponents or fractional roots feel unfamiliar, that's fine — those are the core content of this lesson. The checkpoint above covers only what you should already know from ALG-1 and earlier coursework.

Section 3: Core Concepts

C1 — The Seven Exponent Laws

Every exponent rule follows from the same idea: exponentiation is repeated multiplication. Once you see where each rule comes from, you won't need to memorize it — you'll be able to re-derive it on the spot.

The Seven Exponent Laws (a, b ≠ 0)

Law Rule Why it works
Product \( a^m \cdot a^n = a^{m+n} \) Counting factors: m copies of a times n more copies
Quotient \( \dfrac{a^m}{a^n} = a^{m-n} \) m factors on top, n cancel from bottom
Power of a power \( (a^m)^n = a^{mn} \) Multiply the exponents: m factors, n times
Power of a product \( (ab)^n = a^n b^n \) Each factor gets raised: distribute the exponent
Power of a quotient \( \left(\dfrac{a}{b}\right)^n = \dfrac{a^n}{b^n} \) Same idea as product, but with division
Zero exponent \( a^0 = 1 \) Quotient rule: \( a^n / a^n = a^{n-n} = a^0 \), but also = 1
Negative exponent \( a^{-n} = \dfrac{1}{a^n} \) Quotient rule: \( a^0 / a^n = 1 / a^n \)

Notice how the zero-exponent and negative-exponent rules both fall out of the quotient rule. You don't need to memorize them separately — they're consequences of the same pattern.

Quick example: simplify \( \frac{x^5 \cdot x^{-2}}{x^3} \)

Product rule: \( x^5 \cdot x^{-2} = x^{5+(-2)} = x^3 \)
Quotient rule: \( \dfrac{x^3}{x^3} = x^{3-3} = x^0 = 1 \)

The Freshman's Dream (integer version): The power-of-a-product rule says \( (ab)^n = a^n b^n \) — and it's tempting to extend this to sums: \( (a+b)^n \stackrel{?}{=} a^n + b^n \). This is always false for \( n \geq 2 \). Check: \( (1+1)^2 = 4 \), but \( 1^2 + 1^2 = 2 \). The exponent distributes over multiplication, never over addition or subtraction.


C2 — Rational Exponents: Fractional Powers as Roots

What should \( 9^{1/2} \) mean? We want the exponent laws to still work. If they do, then applying the power-of-a-power rule gives:

\[ (9^{1/2})^2 = 9^{(1/2) \cdot 2} = 9^1 = 9 \]

So \( 9^{1/2} \) is a number whose square is 9 — that's precisely \( \sqrt{9} = 3 \). This isn't a definition by coincidence; it's forced by the requirement that the power-of-a-power rule holds for all exponents.

Rational Exponents

For any real number \( a \geq 0 \) and positive integers \( m, n \):

\[ a^{1/n} = \sqrt[n]{a} \qquad \text{(the } n\text{th root of } a\text{)} \]

\[ a^{m/n} = \sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m \qquad \text{(root then power, or power then root — same result)} \]

All seven integer exponent laws apply unchanged to rational exponents.

The two forms \( \sqrt[n]{a^m} \) and \( (\sqrt[n]{a})^m \) always give the same answer. In practice, take the root first whenever you can — it keeps the numbers smaller.

Example — evaluate \( 8^{2/3} \):
Root first: \( 8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4 \)  ✓
Power first: \( 8^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4 \)  ✓ (same, but harder to compute)

Negative exponent ≠ negative number. Students often read \( x^{-2} \) as "negative \( x^2 \)" — meaning \( -x^2 \). These are completely different: \( x^{-2} = \dfrac{1}{x^2} \). A negative exponent means reciprocal, not negation. At \( x = 3 \): \( 3^{-2} = \frac{1}{9} \), not \( -9 \).


C3 — Simplifying Radical Expressions

Radicals obey the same rules as exponents — they're just written differently. The two key rules are the product and quotient rules:

Product and Quotient Rules for Radicals

For \( a, b \geq 0 \) and positive integer \( n \):

\[ \sqrt[n]{a \cdot b} = \sqrt[n]{a} \cdot \sqrt[n]{b} \qquad \text{(product rule)} \]

\[ \sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}} \quad (b \neq 0) \qquad \text{(quotient rule)} \]

To simplify a radical, factor the radicand to pull out perfect powers.

Strategy: simplify \( \sqrt{72} \). Look for the largest perfect-square factor of 72.

\( 72 = 36 \cdot 2 \), so \( \sqrt{72} = \sqrt{36 \cdot 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2} \).

With variables: Recall from ALG-1 that \( (x^m)^n = x^{mn} \), which means \( \sqrt{x^6} = x^3 \) (since \( (x^3)^2 = x^6 \)).

Connecting to rational exponents:
\( \sqrt{x^3} = x^{3/2} \)   \( \sqrt[3]{x^5} = x^{5/3} \)   \( x^{-1/2} = \dfrac{1}{\sqrt{x}} \)
Switching to exponential form lets you apply the product rule: \( x^{3/2} \cdot x^{1/4} = x^{3/2 + 1/4} = x^{7/4} \).

The Freshman's Dream (radical version): The product rule says radicals split over multiplication. They do not split over addition.

\[ \sqrt{a + b} \neq \sqrt{a} + \sqrt{b} \]

Proof by counterexample: \( \sqrt{9 + 16} = \sqrt{25} = 5 \), but \( \sqrt{9} + \sqrt{16} = 3 + 4 = 7 \). \( 5 \neq 7 \).

In calculus you will see \( \sqrt{x^2 + y^2} \) constantly. It never simplifies to \( x + y \).


C4 — Rationalizing: Removing Radicals from Denominators and Numerators

A fraction is not considered fully simplified if its denominator contains a radical. Rationalizing eliminates the radical by multiplying by a cleverly chosen form of 1.

Two Rationalization Techniques

Simple radical denominator — multiply top and bottom by the same radical:

\[ \frac{3}{\sqrt{5}} = \frac{3}{\sqrt{5}} \cdot \frac{\sqrt{5}}{\sqrt{5}} = \frac{3\sqrt{5}}{5} \]

Binomial denominator with conjugate — multiply by the conjugate to use the difference-of-squares pattern \( (A+B)(A-B) = A^2 - B^2 \):

\[ \frac{1}{\sqrt{a} + \sqrt{b}} \cdot \frac{\sqrt{a} - \sqrt{b}}{\sqrt{a} - \sqrt{b}} = \frac{\sqrt{a} - \sqrt{b}}{a - b} \]

The conjugate of \( (\sqrt{a} + \sqrt{b}) \) is \( (\sqrt{a} - \sqrt{b}) \). Their product eliminates both radicals in the denominator.

The same technique works on numerators. This is important in calculus, where rationalizing the numerator of a difference quotient reveals a cancellable factor of \( h \):

\[ \frac{\sqrt{x+h} - \sqrt{x}}{h} \cdot \frac{\sqrt{x+h} + \sqrt{x}}{\sqrt{x+h} + \sqrt{x}} = \frac{(x+h) - x}{h(\sqrt{x+h} + \sqrt{x})} = \frac{1}{\sqrt{x+h} + \sqrt{x}} \]

You'll work through this fully in Section 4 Example 4 and in BTC-2.

Conjugate sign error. The conjugate of \( (\sqrt{a} - \sqrt{b}) \) is \( (\sqrt{a} + \sqrt{b}) \) — you flip the sign between the two terms. Some students multiply by \( (\sqrt{a} - \sqrt{b}) \) again (same expression), which produces \( (\sqrt{a} - \sqrt{b})^2 \) — still has a radical, and you've gone backwards. Always flip the sign to get the difference of squares.

Section 4: Worked Examples

Example 1 — Multi-Step Exponent Simplification (Fully Worked)

Simplify \( \dfrac{(3x^2 y^{-1})^2 \cdot x^{-3}}{9y} \). Express your answer with positive exponents only.

The plan: (1) expand the power of a product in the numerator, (2) combine using the product rule, (3) divide using the quotient rule, (4) write negative exponents as fractions.

Step 1 — Power of a product: \( (3x^2 y^{-1})^2 = 3^2 \cdot (x^2)^2 \cdot (y^{-1})^2 = 9x^4 y^{-2} \)

Step 2 — Product rule on \( x \): \( 9x^4 y^{-2} \cdot x^{-3} = 9 x^{4+(-3)} y^{-2} = 9x y^{-2} \)

Step 3 — Quotient rule: \( \dfrac{9x y^{-2}}{9y} = \dfrac{9}{9} \cdot x^{1-0} \cdot y^{-2-1} = x \cdot y^{-3} \)

Step 4 — Rewrite negative exponent: \( x y^{-3} = \dfrac{x}{y^3} \) \( \checkmark \)

Why didn't we touch the \( 9 \) and \( y \) in Step 3 separately? Because \( \frac{9}{9} = 1 \), \( x^1 / x^0 = x \), and \( y^{-2} / y^1 = y^{-2-1} = y^{-3} \). Each base is handled independently — they don't interact with each other.

Example 2 — Simplifying with Rational Exponents (Partially Scaffolded)

Simplify \( \dfrac{\sqrt[3]{24x^4}}{\sqrt[3]{3x}} \).

Step 1 — Quotient rule for radicals: combine under a single radical before simplifying.

What single expression goes under the \( \sqrt[3]{\phantom{x}} \) after applying the quotient rule?

Show Solution

Step 1: \( \dfrac{\sqrt[3]{24x^4}}{\sqrt[3]{3x}} = \sqrt[3]{\dfrac{24x^4}{3x}} = \sqrt[3]{8x^3} \)

Step 2: Apply the product rule to split the radical: \( \sqrt[3]{8x^3} = \sqrt[3]{8} \cdot \sqrt[3]{x^3} = 2 \cdot x = 2x \) \( \checkmark \)

Alternatively, using rational exponents:

\( \sqrt[3]{8x^3} = (8x^3)^{1/3} = 8^{1/3} \cdot (x^3)^{1/3} = 2 \cdot x^{3 \cdot (1/3)} = 2x \) ✓

Both methods work. The rational exponent route often feels more mechanical and reliable when expressions get complicated.

Example 3 — Rationalizing with a Conjugate (Minimally Scaffolded)

Rationalize the denominator: \( \dfrac{6}{\sqrt{5} + \sqrt{2}} \).

Hint: multiply numerator and denominator by the conjugate of the denominator — the same two terms but with the sign between them flipped.

Show Solution

The conjugate of \( (\sqrt{5} + \sqrt{2}) \) is \( (\sqrt{5} - \sqrt{2}) \).

\[ \frac{6}{\sqrt{5} + \sqrt{2}} \cdot \frac{\sqrt{5} - \sqrt{2}}{\sqrt{5} - \sqrt{2}} = \frac{6(\sqrt{5} - \sqrt{2})}{(\sqrt{5})^2 - (\sqrt{2})^2} = \frac{6(\sqrt{5} - \sqrt{2})}{5 - 2} = \frac{6(\sqrt{5} - \sqrt{2})}{3} \]

\[ = 2(\sqrt{5} - \sqrt{2}) = 2\sqrt{5} - 2\sqrt{2} \quad \checkmark \]

Key check: \( (\sqrt{5})^2 = 5 \) and \( (\sqrt{2})^2 = 2 \) — the difference-of-squares pattern eliminates all radicals from the denominator.

Example 4 — Rationalizing a Numerator (Calculus Preview)

This is an expression you'll meet in calculus, when computing the derivative of \( f(x) = \sqrt{x} \) from first principles. It looks strange at first, but it requires exactly the tools you just learned.

Simplify: \( \dfrac{\sqrt{x+h} - \sqrt{x}}{h} \) by rationalizing the numerator (assume \( h \neq 0 \)).

This time the radical is in the numerator. The goal is to cancel the \( h \) in the denominator, which is currently blocked by the radical difference.

Show Solution

The conjugate of \( (\sqrt{x+h} - \sqrt{x}) \) is \( (\sqrt{x+h} + \sqrt{x}) \).

\[ \frac{\sqrt{x+h} - \sqrt{x}}{h} \cdot \frac{\sqrt{x+h} + \sqrt{x}}{\sqrt{x+h} + \sqrt{x}} \]

Numerator (difference of squares): \( (\sqrt{x+h})^2 - (\sqrt{x})^2 = (x+h) - x = h \)

Denominator: \( h(\sqrt{x+h} + \sqrt{x}) \)

\[ = \frac{h}{h(\sqrt{x+h} + \sqrt{x})} = \frac{1}{\sqrt{x+h} + \sqrt{x}} \quad \checkmark \]

The \( h \) cancels! And as \( h \) gets very small (approaches 0), \( \sqrt{x+h} \to \sqrt{x} \), so the expression approaches \( \frac{1}{\sqrt{x} + \sqrt{x}} = \frac{1}{2\sqrt{x}} \).

That's the derivative of \( \sqrt{x} \) — discovered using only the algebra of this lesson.

Section 5: Guided Practice

For each problem, choose the best answer from the dropdown. Wrong choices will explain exactly what went wrong — those explanations target real misconceptions.

Problem 1 — Identifying Exponent Laws (C1)

Which exponent law directly justifies the step \( x^5 \cdot x^3 = x^8 \)?

Which exponent law directly justifies the step \( \dfrac{a^8}{a^3} = a^5 \)?

Which exponent law directly justifies the step \( (b^3)^4 = b^{12} \)?

Which exponent law directly justifies the step \( (xy)^5 = x^5 y^5 \)?

Which exponent law directly justifies \( x^0 = 1 \) (for \( x \neq 0 \))?

Problem 2 — Evaluating Rational Exponents (C2)

Evaluate \( 27^{1/3} \) without a calculator.

Evaluate \( 16^{3/4} \) without a calculator.

Which expression is equivalent to \( \dfrac{1}{x^3} \)?

Evaluate \( 4^{5/2} \) without a calculator.

Evaluate \( 125^{-1/3} \) without a calculator.

Problem 3 — The Freshman's Dream (C1, C3)

Exactly one of the following simplifications is correct. Which one?

Problem 4 — Rationalizing with a Conjugate (C4)

Rationalize the denominator of \( \dfrac{6}{\sqrt{3} + 1} \). Which is the correct result?

Section 6: Independent Practice

These problems mix the lesson's concepts. The first two regenerate with new numbers each time — use them for extra drill. For problems 3–5, write your work before checking the solution.

Problem 1 — Simplify Using Exponent Laws (C1) — Generative

Problem 2 — Evaluate a Rational Exponent (C2) — Generative

Problem 3 — Simplify a Radical Expression (C3)

Simplify \( \sqrt{50} \). Express your answer in the form \( a\sqrt{b} \) where \( b \) has no perfect-square factor.

Show Solution

Factor out the largest perfect square: \( 50 = 25 \cdot 2 \)

\( \sqrt{50} = \sqrt{25 \cdot 2} = \sqrt{25} \cdot \sqrt{2} = 5\sqrt{2} \) \( \checkmark \)

Check: could you factor out a larger perfect square? The perfect squares up to 50 are 1, 4, 9, 16, 25, 49. The largest one that divides 50 is 25. ✓

Simplify \( \sqrt{72} \). Express your answer in the form \( a\sqrt{b} \) where \( b \) has no perfect-square factor.

Show Solution

\( 72 = 36 \cdot 2 \) (36 is the largest perfect-square factor)

\( \sqrt{72} = \sqrt{36 \cdot 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2} \) \( \checkmark \)

Note: starting with 72 = 4 × 18 = 4 × 9 × 2 also works — factor out 4 and 9 separately: √4 · √9 · √2 = 2 · 3 · √2 = 6√2.

Simplify \( \sqrt{48} \). Express your answer in the form \( a\sqrt{b} \) where \( b \) has no perfect-square factor.

Show Solution

\( 48 = 16 \cdot 3 \) (16 is the largest perfect-square factor)

\( \sqrt{48} = \sqrt{16 \cdot 3} = \sqrt{16} \cdot \sqrt{3} = 4\sqrt{3} \) \( \checkmark \)

Common mistake: starting with 48 = 4 × 12 and stopping at √48 = 2√12 — but 12 = 4 × 3, so √12 = 2√3, giving 2·2√3 = 4√3. Always check that the remaining radicand has no perfect-square factors.

Simplify \( \sqrt{75} \). Express your answer in the form \( a\sqrt{b} \) where \( b \) has no perfect-square factor.

Show Solution

Factor out the largest perfect square: \( 75 = 25 \cdot 3 \)

\( \sqrt{75} = \sqrt{25 \cdot 3} = \sqrt{25} \cdot \sqrt{3} = 5\sqrt{3} \) \( \checkmark \)

Check: the perfect squares up to 75 are 1, 4, 9, 16, 25, 36, 49. The largest one that divides 75 is 25. ✓

Simplify \( \sqrt{98} \). Express your answer in the form \( a\sqrt{b} \) where \( b \) has no perfect-square factor.

Show Solution

Factor out the largest perfect square: \( 98 = 49 \cdot 2 \)

\( \sqrt{98} = \sqrt{49 \cdot 2} = \sqrt{49} \cdot \sqrt{2} = 7\sqrt{2} \) \( \checkmark \)

Check: the perfect squares up to 98 are 1, 4, 9, 16, 25, 36, 49. The largest one that divides 98 is 49. ✓

Problem 4 — Rationalize the Denominator (C4)

Rationalize the denominator: \( \dfrac{4}{\sqrt{7} + 1} \)

Show Solution

Conjugate of \( (\sqrt{7}+1) \) is \( (\sqrt{7}-1) \).

\[ \frac{4}{\sqrt{7}+1} \cdot \frac{\sqrt{7}-1}{\sqrt{7}-1} = \frac{4(\sqrt{7}-1)}{(\sqrt{7})^2 - 1^2} = \frac{4(\sqrt{7}-1)}{7-1} = \frac{4(\sqrt{7}-1)}{6} = \frac{2(\sqrt{7}-1)}{3} \]

Rationalize the denominator: \( \dfrac{6}{\sqrt{5} + \sqrt{2}} \)

Show Solution

Conjugate of \( (\sqrt{5}+\sqrt{2}) \) is \( (\sqrt{5}-\sqrt{2}) \).

\[ \frac{6}{\sqrt{5}+\sqrt{2}} \cdot \frac{\sqrt{5}-\sqrt{2}}{\sqrt{5}-\sqrt{2}} = \frac{6(\sqrt{5}-\sqrt{2})}{5 - 2} = \frac{6(\sqrt{5}-\sqrt{2})}{3} = 2(\sqrt{5}-\sqrt{2}) \]

Rationalize the denominator: \( \dfrac{1}{\sqrt{3} - 1} \)

Show Solution

Conjugate of \( (\sqrt{3}-1) \) is \( (\sqrt{3}+1) \).

\[ \frac{1}{\sqrt{3}-1} \cdot \frac{\sqrt{3}+1}{\sqrt{3}+1} = \frac{\sqrt{3}+1}{(\sqrt{3})^2 - 1^2} = \frac{\sqrt{3}+1}{3-1} = \frac{\sqrt{3}+1}{2} \]

Rationalize the denominator: \( \dfrac{3}{\sqrt{2} + 1} \)

Show Solution

Conjugate of \( (\sqrt{2}+1) \) is \( (\sqrt{2}-1) \).

\[ \frac{3}{\sqrt{2}+1} \cdot \frac{\sqrt{2}-1}{\sqrt{2}-1} = \frac{3(\sqrt{2}-1)}{(\sqrt{2})^2 - 1^2} = \frac{3(\sqrt{2}-1)}{2-1} = 3(\sqrt{2}-1) = 3\sqrt{2} - 3 \]

Rationalize the denominator: \( \dfrac{10}{\sqrt{6} - 2} \)

Show Solution

Conjugate of \( (\sqrt{6}-2) \) is \( (\sqrt{6}+2) \).

\[ \frac{10}{\sqrt{6}-2} \cdot \frac{\sqrt{6}+2}{\sqrt{6}+2} = \frac{10(\sqrt{6}+2)}{(\sqrt{6})^2 - 2^2} = \frac{10(\sqrt{6}+2)}{6-4} = \frac{10(\sqrt{6}+2)}{2} = 5(\sqrt{6}+2) = 5\sqrt{6} + 10 \]

Problem 5 — Factoring with Fractional Exponents (C2, C3)

Simplify \( x^{-1/2} + x^{1/2} \) by factoring out \( x^{-1/2} \). Express the result in a single fraction.

This type of simplification appears constantly in calculus when working with derivatives — it's worth mastering now.

Show Solution

Factor out \( x^{-1/2} \) from both terms:

\[ x^{-1/2} + x^{1/2} = x^{-1/2}\!\left(1 + x^{1/2 - (-1/2)}\right) = x^{-1/2}(1 + x^1) = x^{-1/2}(1 + x) \]

Now rewrite \( x^{-1/2} = \dfrac{1}{x^{1/2}} = \dfrac{1}{\sqrt{x}} \):

\[ x^{-1/2}(1+x) = \frac{1+x}{\sqrt{x}} = \frac{1+x}{x^{1/2}} \quad \checkmark \]

Check the exponent step: when factoring \( x^-0.5 \) from \( x^0.5 \), the remaining exponent is \( 1/2 - (-1/2) = 1 \), so \( x^0.5 = x^-0.5 \cdot x^1 \). ✓

Section 7: Mastery Check

No hints here — these questions check whether the understanding is actually yours, not borrowed from the scaffolding.

Feynman Test — Negative Exponents

A classmate says: "I don't understand why \( a^{-n} = \frac{1}{a^n} \). Why can't \( a^{-n} \) just mean the negative of \( a^n \)?" Using only the quotient rule and the zero-exponent rule, explain to them in your own words why this definition is forced — it's not arbitrary.

See a model explanation

The quotient rule says \( a^m / a^n = a^{m-n} \). If we apply this with \( m = 0 \), we get \( a^0 / a^n = a^{0-n} = a^{-n} \). But \( a^0 = 1 \) (zero exponent rule), so \( a^{-n} = 1 / a^n \). The definition isn't chosen for convenience — the quotient rule forces it. Any other definition would break the consistency of the exponent laws.


Apply — Multi-Step Simplification

Simplify \( \dfrac{(2x^{-1} y^2)^3}{4x^2 y^{-1}} \). Express your answer with positive exponents only.

Show full worked solution

Step 1 — power of a product: \( (2x^{-1}y^2)^3 = 2^3 \cdot (x^{-1})^3 \cdot (y^2)^3 = 8x^{-3}y^6 \)

Step 2 — divide: \( \dfrac{8x^{-3}y^6}{4x^2 y^{-1}} = \dfrac{8}{4} \cdot x^{-3-2} \cdot y^{6-(-1)} = 2 x^{-5} y^7 \)

Step 3 — positive exponents only: \( 2x^{-5}y^7 = \dfrac{2y^7}{x^5} \) \( \checkmark \)


Analyze — Find the Error

A student simplifies \( \sqrt{x^2 + 4} \) when \( x = 3 \) as follows:

"\( \sqrt{x^2 + 4} = \sqrt{x^2} + \sqrt{4} = x + 2 \). At \( x = 3 \): \( 3 + 2 = 5 \)."

Identify the error, explain why it's wrong, and compute the correct value at \( x = 3 \).

Show Answer

The error: The student applied the product rule for radicals to a sum — \( \sqrt{a + b} \neq \sqrt{a} + \sqrt{b} \). The product rule only works for multiplication: \( \sqrt{a \cdot b} = \sqrt{a} \cdot \sqrt{b} \).

Correct value at \( x = 3 \):

\( \sqrt{3^2 + 4} = \sqrt{9 + 4} = \sqrt{13} \approx 3.606 \neq 5 \)

The expression \( \sqrt{x^2 + 4} \) cannot be simplified further — it is already in its simplest form. (In calculus, you will encounter this form in arc-length integrals and will need to recognize that it does not simplify.)


How confident are you with this material?

Still shaky Solid — let's move on

Section 8: Boss Fight

Two paths, equal difficulty, different approach. Pick the one that matches how you think.

🔬 The Analyst

Disassemble a complex expression step by step, naming each law as you go. Precision is everything.

🏗️ The Architect

Build the simplification from scratch — rationalize a calculus expression and interpret the result. Strategy is everything.

Path A — The Analyst 🔬

Simplify \( \dfrac{(4x^{3/2} y^{-1})^2}{2x^2 \cdot \sqrt{y^3}} \) completely. Express your answer with positive exponents and no radicals in the denominator.

Your job: At each step, write both the algebraic result and the name of the rule you applied.

Show Full Solution

Step 1 — Power of a product applied to \( (4x^{3/2}y^{-1})^2 \):
\( 4^2 \cdot (x^{3/2})^2 \cdot (y^{-1})^2 = 16 \cdot x^3 \cdot y^{-2} = 16x^3 y^{-2} \)

Step 2 — Convert radical to rational exponent: \( \sqrt{y^3} = y^{3/2} \)

Step 3 — Simplify denominator (product rule): \( 2x^2 \cdot y^{3/2} \)

Step 4 — Quotient rule:
\( \dfrac{16x^3 y^{-2}}{2x^2 y^{3/2}} = \dfrac{16}{2} \cdot x^{3-2} \cdot y^{-2 - 3/2} = 8x \cdot y^{-7/2} \)

Check the \( y \) exponent: \( -2 - 3/2 = -4/2 - 3/2 = -7/2 \) ✓

Step 5 — Positive exponents only (negative exponent rule): \( 8x y^{-7/2} = \dfrac{8x}{y^{7/2}} \)

Step 6 — Rationalize denominator: \( y^{7/2} = y^3 \cdot y^{1/2} = y^3\sqrt{y} \), so:
\( \dfrac{8x}{y^3\sqrt{y}} \cdot \dfrac{\sqrt{y}}{\sqrt{y}} = \dfrac{8x\sqrt{y}}{y^4} \quad \checkmark \)

Reflection: Which step was hardest? What would you do differently if you had to redo this cold?

Path B — The Architect 🏗️

In calculus, the derivative of \( f(x) = \sqrt{x} \) is found by computing:

\[ \lim_{h \to 0} \frac{\sqrt{x+h} - \sqrt{x}}{h} \]

The problem: as written, substituting \( h = 0 \) gives \( 0/0 \) — meaningless. Your job is to transform this expression algebraically into a form where the \( h = 0 \) substitution works.

Step 1. Rationalize the numerator. What is the conjugate of \( (\sqrt{x+h} - \sqrt{x}) \)?

Step 2. Multiply the fraction by \( \frac{\text{conjugate}}{\text{conjugate}} \) and simplify.

Step 3. Cancel the \( h \). What expression remains?

Step 4. Now substitute \( h = 0 \). What is the result?

Show Full Solution

Step 1: Conjugate of \( (\sqrt{x+h} - \sqrt{x}) \) is \( (\sqrt{x+h} + \sqrt{x}) \).

Step 2 — Multiply by conjugate over itself: \[ \frac{\sqrt{x+h} - \sqrt{x}}{h} \cdot \frac{\sqrt{x+h} + \sqrt{x}}{\sqrt{x+h} + \sqrt{x}} \] Numerator (difference of squares): \( (\sqrt{x+h})^2 - (\sqrt{x})^2 = (x+h) - x = h \)
Denominator: \( h(\sqrt{x+h} + \sqrt{x}) \)
Result: \( \dfrac{h}{h(\sqrt{x+h} + \sqrt{x})} \)

Step 3 — Cancel \( h \) (valid since \( h \neq 0 \)):
\( \dfrac{1}{\sqrt{x+h} + \sqrt{x}} \)

Step 4 — Substitute \( h = 0 \):
\( \dfrac{1}{\sqrt{x+0} + \sqrt{x}} = \dfrac{1}{2\sqrt{x}} \quad \checkmark \)

This is the derivative of \( \sqrt{x} \). The algebraic manipulation you just performed — rationalizing a numerator to reveal a cancellable factor — is the core technique in the formal definition of the derivative. You already know how to do calculus.

Reflection: Why did rationalizing the numerator (instead of the denominator) work here? What would have happened if you'd tried to rationalize the denominator instead?

Section 9: Challenge Problems

Optional stretch. These problems go beyond the lesson objectives. They're here for students who want more — not a requirement.

Challenge 1 — Why the Freshman's Dream Fails (C1)

(a) Expand \( (a + b)^2 \) by multiplying \( (a+b)(a+b) \). What is the correct formula?

(b) Under what specific condition on \( a \) and \( b \) does \( (a+b)^2 = a^2 + b^2 \) hold?

(c) Why does the "power distributes over addition" pattern fail? Explain using the structure of multiplication.

Show Solution

(a) \( (a+b)^2 = (a+b)(a+b) = a^2 + ab + ba + b^2 = a^2 + 2ab + b^2 \). The missing term is \( 2ab \).

(b) \( (a+b)^2 = a^2 + b^2 \) only when \( 2ab = 0 \), i.e., when \( a = 0 \) or \( b = 0 \) (the trivial cases).

(c) The power-of-a-product rule works because \( (ab)^n \) means "multiply \( ab \) by itself \( n \) times" — each multiplication distributes independently. The expression \( (a+b)^n \) means "multiply the sum \( a+b \) by itself \( n \) times" — and multiplication distributes over addition via the distributive property, producing cross terms (\( ab \) terms) that can't be removed. The rule \( (ab)^n = a^n b^n \) works precisely because there are no such cross terms.

Challenge 2 — Simplifying a Fractional Exponent Expression (C2, C3)

Simplify \( \dfrac{x^{-1/2} + x^{1/2}}{x^{3/2}} \) completely by first factoring the numerator, then simplifying the resulting quotient.

Show Solution

Step 1 — Factor numerator (from Problem 6-5): \( x^{-1/2} + x^{1/2} = x^{-1/2}(1 + x) \)

Step 2 — Divide: \[ \frac{x^{-1/2}(1+x)}{x^{3/2}} = (1+x) \cdot x^{-1/2 - 3/2} = (1+x) \cdot x^{-2} = \frac{1+x}{x^2} \quad \checkmark \]

Challenge 3 — Rationalizing a Cube-Root Numerator (C4 Extension)

The expression \( \dfrac{\sqrt[3]{x+h} - \sqrt[3]{x}}{h} \) is the difference quotient for \( f(x) = \sqrt[3]{x} \). The conjugate trick from C4 won't work directly for cube roots — but there is an analogous identity.

Hint: recall the factorization \( A^3 - B^3 = (A-B)(A^2 + AB + B^2) \). Use it with \( A = \sqrt[3]{x+h} \) and \( B = \sqrt[3]{x} \) to find what you should multiply by.

Show Solution

Let \( A = (x+h)^{1/3} \) and \( B = x^{1/3} \). From the factorization: \( A^3 - B^3 = (A-B)(A^2 + AB + B^2) \), so \( A - B = \dfrac{A^3 - B^3}{A^2 + AB + B^2} \).

Multiply the fraction by \( \dfrac{A^2 + AB + B^2}{A^2 + AB + B^2} \):

\[ \frac{A - B}{h} \cdot \frac{A^2+AB+B^2}{A^2+AB+B^2} = \frac{A^3 - B^3}{h(A^2+AB+B^2)} = \frac{(x+h)-x}{h\left[(x+h)^{2/3} + (x+h)^{1/3}x^{1/3} + x^{2/3}\right]} \]

\[ = \frac{h}{h\left[(x+h)^{2/3} + (x+h)^{1/3}x^{1/3} + x^{2/3}\right]} = \frac{1}{(x+h)^{2/3} + (x+h)^{1/3}x^{1/3} + x^{2/3}} \]

As \( h \to 0 \): \( \dfrac{1}{x^{2/3} + x^{2/3} + x^{2/3}} = \dfrac{1}{3x^{2/3}} = \dfrac{1}{3}x^{-2/3} \) — the derivative of \( x^{1/3} \).

Section 10: Solutions Reference

Complete, step-by-step solutions for all problems in Sections 5–9 are available on the solutions page. Solutions include the reasoning behind each step and notes on common mistakes.

View Full Solutions →

What to do if you're stuck: Re-read the relevant Core Concept in Section 3, then work through the corresponding worked example in Section 4 (the example numbers align with the concept numbers). The solutions page shows the full reasoning behind every step — not just the final answer.