College Algebra - Week 10

Radicals and Rational Exponents

Radicals extend the number system beyond what can be expressed with integers and fractions. This week you connect radical notation to rational exponents, simplify radical expressions, perform arithmetic on radicals, rationalize denominators, and solve radical equations. These skills are essential for geometry, trigonometry, and the derivative rules of calculus.

Learning Objectives

- Convert between radical notation and rational exponent notation. - Simplify radical expressions using the product and quotient rules. - Rationalize denominators involving square roots and cube roots. - Add and subtract like radicals by combining like terms. - Multiply radical expressions using the distributive property and FOIL. - Solve radical equations and check for extraneous solutions. - Simplify higher-order radicals and radicals with multiple variables.

1. Radical Notation and Definitions

The square root sqrt(a) is the non-negative number whose square equals a. sqrt(9) = 3 because 3^2 = 9. The nth root is written as n-root(a) or a^(1/n). Principal root: the non-negative root. sqrt(4) = 2, not -2. Note: sqrt(a^2) = |a| for real numbers. This matters when a might be negative. sqrt(x^2) = |x|, not just x. For odd roots: n-root(-8) = -2 since (-2)^3 = -8. Odd roots of negatives are real.

2. Rational Exponents

Rational exponents connect to radicals: a^(1/n) = n-root(a) a^(m/n) = (n-root(a))^m = n-root(a^m) Examples: 8^(1/3) = cube-root(8) = 2 27^(2/3) = (cube-root(27))^2 = 3^2 = 9 16^(3/4) = (4th-root(16))^3 = 2^3 = 8 (-8)^(1/3) = -2 4^(-1/2) = 1/sqrt(4) = 1/2 All exponent rules apply to rational exponents.

3. Product and Quotient Rules for Radicals

Product rule: sqrt(a) * sqrt(b) = sqrt(ab) (for a, b >= 0) Quotient rule: sqrt(a)/sqrt(b) = sqrt(a/b) Simplifying: find the largest perfect square factor. Example 1: sqrt(50) = sqrt(25 * 2) = 5*sqrt(2) Example 2: sqrt(72) = sqrt(36 * 2) = 6*sqrt(2) Example 3: sqrt(200) = sqrt(100 * 2) = 10*sqrt(2) Example 4: sqrt(18x^3) = sqrt(9 * 2 * x^2 * x) = 3x*sqrt(2x) (assuming x >= 0)

4. Simplifying Radical Expressions with Variables

Divide the exponent by the index. The quotient goes outside, the remainder stays inside. Example 1: sqrt(x^7) = sqrt(x^6 * x) = x^3 * sqrt(x) Example 2: cube-root(a^8) = a^2 * cube-root(a^2) (8 = 2*3 + 2) Example 3: sqrt(12x^4y^3) = sqrt(4 * 3 * x^4 * y^2 * y) = 2x^2y*sqrt(3y) Always factor out the largest perfect nth power.

5. Adding and Subtracting Radicals

Like radicals have the same index and same radicand. Add/subtract coefficients only. 5*sqrt(3) + 2*sqrt(3) = 7*sqrt(3) 6*sqrt(5) - sqrt(5) = 5*sqrt(5) Simplify first, then combine: Example: 3*sqrt(12) + sqrt(75) - 2*sqrt(3) = 3*sqrt(4*3) + sqrt(25*3) - 2*sqrt(3) = 6*sqrt(3) + 5*sqrt(3) - 2*sqrt(3) = 9*sqrt(3)

6. Multiplying Radical Expressions

Use the product rule and distributive property (including FOIL). Example 1: sqrt(2) * sqrt(8) = sqrt(16) = 4 Example 2: sqrt(3)(sqrt(6) + 2*sqrt(3)) = sqrt(18) + 2*3 = 3*sqrt(2) + 6 Example 3: (sqrt(x) + 3)(sqrt(x) - 3) = x - 9 (difference of squares) Example 4: (2*sqrt(3) + sqrt(5))^2 = 4*3 + 2*2*sqrt(3)*sqrt(5) + 5 = 12 + 4*sqrt(15) + 5 = 17 + 4*sqrt(15)

7. Rationalizing the Denominator: Monomial

An expression with a radical in the denominator is not fully simplified. Rationalize by multiplying by 1 in a form that eliminates the radical. Example 1: Rationalize 3/sqrt(5). Multiply by sqrt(5)/sqrt(5): 3*sqrt(5)/5. Example 2: Rationalize 2/sqrt(12). 2/sqrt(12) = 2/(2*sqrt(3)) = 1/sqrt(3). Multiply by sqrt(3)/sqrt(3): sqrt(3)/3. Example 3: Rationalize 4/cube-root(2). Multiply by cube-root(4)/cube-root(4) (need cube-root(2^3)=2): 4*cube-root(4)/2 = 2*cube-root(4).

8. Rationalizing: Binomial Denominators (Conjugates)

When the denominator has the form a + sqrt(b), multiply by the conjugate a - sqrt(b). Example: Rationalize 5/(3 + sqrt(2)). Multiply by (3 - sqrt(2))/(3 - sqrt(2)): = 5(3 - sqrt(2))/(9 - 2) = 5(3 - sqrt(2))/7 = (15 - 5*sqrt(2))/7 The conjugate eliminates the radical from the denominator via difference of squares.

9. Solving Radical Equations

To solve an equation with a radical: 1. Isolate the radical on one side. 2. Raise both sides to the power equal to the index (square both sides for sqrt). 3. Solve the resulting equation. 4. CHECK ALL SOLUTIONS — squaring can introduce extraneous solutions. Example: Solve sqrt(x + 3) = 4. Square both sides: x + 3 = 16 → x = 13. Check: sqrt(13+3) = sqrt(16) = 4. True.

10. Extraneous Solutions in Radical Equations

Example: Solve sqrt(3x - 2) = x - 2. Square: 3x - 2 = (x-2)^2 = x^2 - 4x + 4. 0 = x^2 - 7x + 6 = (x-1)(x-6). x = 1 or x = 6. Check x = 1: sqrt(1) = -1? No. sqrt(3-2)=1 and 1-2=-1. 1 ≠ -1. EXTRANEOUS. Check x = 6: sqrt(16) = 4 and 6-2=4. True. Solution: x = 6 only.

11. Higher-Order Radicals and Rational Exponent Arithmetic

All standard exponent rules apply when exponents are rational. x^(1/2) * x^(1/3) = x^(1/2 + 1/3) = x^(5/6) (x^(2/3))^(3/4) = x^(2/3 * 3/4) = x^(1/2) = sqrt(x) x^(1/2) / x^(1/4) = x^(1/2 - 1/4) = x^(1/4) This is especially important in calculus where derivatives of root functions are computed using rational exponents.

12. Common Mistakes

- sqrt(a + b) ≠ sqrt(a) + sqrt(b). For example, sqrt(9 + 16) = 5, not 3 + 4 = 7. - Not checking for extraneous solutions after squaring. - Forgetting to take the absolute value: sqrt(x^2) = |x|, not x. - Simplifying cube-root(-8) is valid (-2), but sqrt(-4) is not real. - Leaving radicals in the denominator (not rationalized). - When multiplying, using sqrt(a) * sqrt(b) = sqrt(ab) only works for like indices.