Prerequisites

Radicals

AP PRECALCULUS โ€” PREREQUISITE REVIEW

Radicals

Notes โ€” Prerequisite Topic 7

๐Ÿ’ก Learning Objectives

By the end of this lesson you will be able to:

  • Interpret โˆšx, โˆ›x, and โฟโˆšx as inverse operations of powers
  • Simplify radical expressions by extracting perfect-power factors
  • Rewrite between radical and rational-exponent form
  • Multiply, divide, add, and subtract radical expressions
  • Rationalize denominators containing a single radical or a binomial with radicals
  • Solve basic radical equations and recognize extraneous solutions

1. What a Radical Means

The n-th root of a, written โฟโˆša, is a number r whose n-th power equals a โ€” that is, rโฟ = a. The number n is the index; when n = 2 it is usually omitted, so โˆša means the (principal, non-negative) square root of a.

๐Ÿ’ก Key definitions

โˆša = r means r โ‰ฅ 0 and rยฒ = a (a โ‰ฅ 0 required)

โˆ›a = r means rยณ = a (a can be any real number)

โฟโˆša = r means rโฟ = a (for even n, a must be โ‰ฅ 0; for odd n, a can be negative)

The graphs of y = โˆšx (defined only for x โ‰ฅ 0) and y = โˆ›x (defined for every real x). Square roots and other even roots have restricted domains; odd roots do not.

โš ๏ธ Even-indexed roots of negatives are not real

โˆš(โˆ’4), โดโˆš(โˆ’16), and so on are not real numbers. They are complex numbers โ€” see the Complex Numbers review.

However, โˆ›(โˆ’8) = โˆ’2, because (โˆ’2)ยณ = โˆ’8.

2. Radical โ†” Rational Exponent

Every radical is really a rational exponent in disguise. This translation unlocks the exponent rules for work with radicals.

Radical form

Exponent form

Worked example

โˆšx

x^(1/2)

โˆš9 = 9^(1/2) = 3

โˆ›x

x^(1/3)

โˆ›27 = 27^(1/3) = 3

โฟโˆšx

x^(1/n)

โดโˆš16 = 16^(1/4) = 2

โฟโˆš(xแต)

x^(m/n)

โˆ›(64ยฒ) = 64^(2/3) = 16

3. Simplifying Radicals

A radical expression is considered simplified when:

  • No radicand contains a factor that is a perfect n-th power (for an index-n radical)
  • No radicand contains a fraction
  • No radical appears in the denominator of a fraction

3.1 Extracting perfect-square factors

Use the product property: โˆš(ab) = โˆša ยท โˆšb (for a, b โ‰ฅ 0). Break the radicand into a perfect square times something else.

๐Ÿ“˜ Example โ€” Simplify a square root

Simplify โˆš72.

72 = 36 ยท 2, and 36 is a perfect square.

โˆš72 = โˆš36 ยท โˆš2 = 6โˆš2.

๐Ÿ“˜ Example โ€” Simplify with variables

Simplify โˆš(50xยณyโด), assuming x โ‰ฅ 0 and y โ‰ฅ 0.

50xยณyโด = 25 ยท xยฒ ยท yโด ยท 2x.

โˆš(50xยณyโด) = 5 ยท x ยท yยฒ ยท โˆš(2x) = 5xyยฒโˆš(2x).

3.2 Higher-index radicals

For a cube root, look for perfect cubes (1, 8, 27, 64, 125, โ€ฆ). For a fourth root, look for perfect fourth powers (1, 16, 81, 256, โ€ฆ), and so on.

๐Ÿ“˜ Example โ€” A cube root

Simplify โˆ›(54xโด).

54 = 27 ยท 2 and xโด = xยณ ยท x, so โˆ›(54xโด) = โˆ›(27xยณ) ยท โˆ›(2x) = 3x ยท โˆ›(2x).

4. Arithmetic with Radicals

4.1 Adding and subtracting

Only like radicals โ€” radicals with the same index and the same radicand โ€” can be combined. Treat them like variables when grouping.

๐Ÿ“˜ Example โ€” Combine like radicals

Simplify 3โˆš2 + 5โˆš2 โˆ’ โˆš2 = (3 + 5 โˆ’ 1)โˆš2 = 7โˆš2.

Simplify โˆš12 + โˆš27. First simplify each:

โˆš12 = 2โˆš3, โˆš27 = 3โˆš3, so the sum is 5โˆš3.

4.2 Multiplying and dividing

Use โˆša ยท โˆšb = โˆš(ab) and โˆša / โˆšb = โˆš(a/b) (for b > 0). Distribute as with polynomials when multiple terms appear.

๐Ÿ“˜ Example โ€” Multiplying radicals

(3 + โˆš5)(2 โˆ’ โˆš5) = 3 ยท 2 โˆ’ 3โˆš5 + 2โˆš5 โˆ’ (โˆš5)ยฒ = 6 โˆ’ โˆš5 โˆ’ 5 = 1 โˆ’ โˆš5.

5. Rationalizing Denominators

Convention says that no denominator should contain a radical. Two standard techniques handle this.

5.1 Monomial denominator

Multiply the numerator and denominator by whatever is needed to turn the denominator into a rational number.

๐Ÿ“˜ Example โ€” Single radical in the denominator

Simplify 5 / โˆš7 = (5 / โˆš7) ยท (โˆš7 / โˆš7) = 5โˆš7 / 7.

Simplify 3 / โˆ›2. Multiply by โˆ›4 / โˆ›4: 3 ยท โˆ›4 / โˆ›8 = 3โˆ›4 / 2.

5.2 Binomial denominator โ€” use the conjugate

The conjugate of a + b is a โˆ’ b. Multiplying by the conjugate uses the difference-of-squares identity to eliminate the radical.

๐Ÿ“˜ Example โ€” Rationalizing with a conjugate

Simplify 4 / (3 + โˆš5).

Multiply top and bottom by (3 โˆ’ โˆš5):

= 4(3 โˆ’ โˆš5) / ((3 + โˆš5)(3 โˆ’ โˆš5)) = 4(3 โˆ’ โˆš5) / (9 โˆ’ 5) = (12 โˆ’ 4โˆš5)/4 = 3 โˆ’ โˆš5.

6. Solving Radical Equations

To solve an equation in which the variable appears under a radical:

  • Step 1: isolate the radical.
  • Step 2: raise both sides to the power matching the index.
  • Step 3: solve the resulting equation.
  • Step 4: check every candidate in the original equation โ€” some answers may be extraneous.

โš ๏ธ Why check for extraneous solutions?

Squaring both sides of an equation can introduce solutions that do not work in the original, because squaring erases sign information. Always verify.

๐Ÿ“˜ Example โ€” A radical equation

Solve โˆš(2x + 3) = x.

Square: 2x + 3 = xยฒ โŸน xยฒ โˆ’ 2x โˆ’ 3 = 0 โŸน (x โˆ’ 3)(x + 1) = 0.

Candidates x = 3 or x = โˆ’1.

Check x = 3: โˆš9 = 3 โœ“. Check x = โˆ’1: โˆš1 = 1, but the right-hand side is โˆ’1. โœ—.

The only solution is x = 3.

7. Summary

  • Radicals are rational exponents; translate freely between the two forms
  • Simplify by removing perfect n-th power factors from under the radical
  • Combine like radicals as you would like terms
  • Rationalize denominators with a clever multiplication (conjugate for binomials)
  • When solving, isolate the radical, raise to a power, and always check for extraneous solutions

Need personalised help?

Our expert tutors can walk you through any topic in a 1-on-1 session.

Book a Free Trial Session