Solving Radical Equations

Equations containing radicals

Solving Radical Equations

Strategy

  1. Isolate the radical on one side
  2. Raise both sides to the appropriate power
  3. Solve the resulting equation
  4. Check for extraneous solutions

Why Check?

Squaring both sides can introduce extraneous solutions.

Always substitute back into the original equation!

Multiple Radicals

If there are two radicals:

  1. Isolate one radical
  2. Square both sides
  3. Isolate the remaining radical
  4. Square again
  5. Solve and check

Domain Restrictions

For x\sqrt{x}: must have x0x \geq 0

For x3\sqrt[3]{x}: xx can be any real number

Example

Solve: 2x+3=5\sqrt{2x + 3} = 5

Square both sides: 2x+3=252x + 3 = 25 2x=222x = 22 x=11x = 11

Check: 2(11)+3=25=5\sqrt{2(11) + 3} = \sqrt{25} = 5

📚 Practice Problems

1Problem 1easy

Question:

Solve: x+5=4\sqrt{x + 5} = 4

💡 Show Solution

Square both sides: x+5=16x + 5 = 16

Solve for xx: x=11x = 11

Check: 11+5=16=4\sqrt{11 + 5} = \sqrt{16} = 4

Answer: x=11x = 11

2Problem 2medium

Question:

Solve: 3x2+4=10\sqrt{3x - 2} + 4 = 10

💡 Show Solution

Step 1: Isolate the radical 3x2=6\sqrt{3x - 2} = 6

Step 2: Square both sides 3x2=363x - 2 = 36

Step 3: Solve 3x=383x = 38 x=383x = \frac{38}{3}

Check: 3(383)2+4=382+4=36+4=6+4=10\sqrt{3(\frac{38}{3}) - 2} + 4 = \sqrt{38 - 2} + 4 = \sqrt{36} + 4 = 6 + 4 = 10

Answer: x=383x = \frac{38}{3}

3Problem 3hard

Question:

Solve: x+7=x5\sqrt{x + 7} = x - 5

💡 Show Solution

Step 1: Square both sides x+7=(x5)2x + 7 = (x - 5)^2 x+7=x210x+25x + 7 = x^2 - 10x + 25

Step 2: Rearrange to standard form 0=x211x+180 = x^2 - 11x + 18

Step 3: Factor 0=(x9)(x2)0 = (x - 9)(x - 2)

Step 4: Solve x=9 or x=2x = 9 \text{ or } x = 2

Step 5: Check both solutions

For x=9x = 9: 9+7=16=4\sqrt{9 + 7} = \sqrt{16} = 4 and 95=49 - 5 = 4

For x=2x = 2: 2+7=9=3\sqrt{2 + 7} = \sqrt{9} = 3 and 25=32 - 5 = -3

Answer: x=9x = 9 only (x = 2 is extraneous)