Skip to content
√

Lesson 4 β€’ 40 min read

Radicals

1Radical Notation

ⁿ√a = a^(1/n)

n

Index (root)

√

Radical sign

a

Radicand

Common Radicals

√a = ²√a = a^(1/2) ← Square root

³√a = a^(1/3) ← Cube root

⁴√a = a^(1/4) ← Fourth root

Perfect Squares

1, 4, 9, 16, 25, 36, 49, 64, 81, 100...

√4 = 2, √9 = 3, √16 = 4, √25 = 5

Important Notes

  • β€’ √a is only real if a β‰₯ 0 (for even roots)
  • β€’ ³√a is real for all values of a (odd roots)
  • β€’ √aΒ² = |a| (absolute value, always positive)
  • β€’ When index is not written, it's assumed to be 2

2Laws of Radicals

Product Rule

√(ab) = √a Γ— √b

The root of a product equals the product of the roots

√12 = √(4 Γ— 3) = √4 Γ— √3 = 2√3

Quotient Rule

√(a/b) = √a / √b

The root of a quotient equals the quotient of the roots

√(16/9) = √16 / √9 = 4/3

Power Rule

(√a)ⁿ = √(aⁿ) = a^(n/2)

A root raised to a power or a power under a root

(√5)⁴ = 5² = 25

Index Rule

ᡐ√(ⁿ√a) = ᡐⁿ√a

A root of a root multiplies the indices

³√(√64) = ⁢√64 = 2

3Simplifying Radicals

Steps to Simplify

  1. Find the largest perfect square factor of the radicand
  2. Rewrite as product of perfect square and remaining factor
  3. Take the square root of the perfect square
  4. Write result as coefficient times remaining radical

Example 1: Simplify √72

√72 = √(36 Γ— 2) ← 36 is largest perfect square factor

= √36 Γ— √2

= 6√2

Example 2: Simplify √50

√50 = √(25 Γ— 2)

= 5√2

Example 3: Simplify √48x³

√48xΒ³ = √(16 Γ— 3 Γ— xΒ² Γ— x)

= √16 Γ— √xΒ² Γ— √(3x)

= 4x√(3x)

Example 4: Simplify ³√54

³√54 = ³√(27 Γ— 2) ← 27 = 3Β³ is perfect cube

= 3³√2

4Operations with Radicals

Addition & Subtraction

Only combine LIKE RADICALS

Like radicals have the same index and radicand

Example: 3√2 + 5√2

= (3 + 5)√2 = 8√2

Example: 7√3 - 2√3

= 5√3

Example: √12 + √27 (simplify first!)

= √(4Γ—3) + √(9Γ—3)

= 2√3 + 3√3

= 5√3

Multiplication

Example: √3 Γ— √12

= √(3 Γ— 12) = √36

= 6

Example: 2√5 Γ— 3√2

= (2 Γ— 3) Γ— √(5 Γ— 2)

= 6√10

Example: √2(√6 + √8)

= √2 Γ— √6 + √2 Γ— √8

= √12 + √16

= 2√3 + 4

= 4 + 2√3

Division

Example: √20 / √5

= √(20/5) = √4

= 2

5Rationalizing Denominators

Rationalizing means eliminating radicals from the denominator. We do this by multiplying by a clever form of 1.

Single Term Denominator

Multiply by √a/√a

Example: 5/√3

= (5/√3) Γ— (√3/√3)

= 5√3 / (√3 Γ— √3)

= 5√3 / 3

= (5√3)/3

With Coefficients

Example: 6/√8

First simplify √8 = 2√2

= 6/(2√2) = 3/√2

= (3/√2) Γ— (√2/√2)

= (3√2)/2

Binomial Denominator (Conjugates)

Multiply by the conjugate: (a + √b) and (a - √b) are conjugates

Example: 2/(3 + √5)

= [2/(3 + √5)] Γ— [(3 - √5)/(3 - √5)]

= 2(3 - √5) / [(3)² - (√5)²]

= (6 - 2√5) / (9 - 5)

= (6 - 2√5)/4 = (3 - √5)/2

Why Rationalize?

  • β€’ Standard mathematical form (easier to read and compare)
  • β€’ Easier to perform further calculations
  • β€’ Required form on many standardized tests
  • β€’ Conjugate method uses: (a+b)(a-b) = aΒ² - bΒ²