Basic Radical Equations
Basic Radical Equations
A radical equation is an equation where the variable is located inside a radical, such as a square root. To solve these equations, the main goal is to eliminate the radical so you can solve for the variable.
The 4-Step Process
Solving a basic radical equation involves four key steps:
- Isolate the radical: Make sure the radical expression is by itself on one side of the equal sign.
- Square both sides: Raise both sides of the equation to the power of the index (for square roots, you square both sides) to eliminate the radical.
- Solve the new equation: Solve the resulting linear or quadratic equation.
- Check your answers: This step is mandatory! Squaring both sides of an equation can introduce extraneous solutionsโmathematical answers that do not actually work in the original equation.
Example 1: A Simple Radical Equation
Solve: x+3โ=5
Step 1: Isolate the radical. The radical x+3โ is already isolated on the left side.
Step 2: Square both sides. (x+3โ)2=(5)2 x+3=25
Step 3: Solve the new equation. Subtract 3 from both sides: x=22
Step 4: Check the answer. Plug x=22 back into the original equation: 22+3โ=5 25โ=5 5=5 The solution is valid. Final answer: x=22.
Example 2: Extraneous Solutions
Solve: 2xโ1โ=xโ2
Step 1: Isolate the radical. The radical is already isolated.
Step 2: Square both sides. (2xโ1โ)2=(xโ2)2 2xโ1=x2โ4x+4
Step 3: Solve the new equation. Since we have an x2 term, this is a quadratic equation. Move all terms to one side to set the equation to zero. Subtract 2x and add 1 to both sides: 0=x2โ6x+5
Factor the quadratic equation: 0=(xโ1)(xโ5)
Our potential solutions are x=1 and x=5.
Step 4: Check for extraneous solutions. Let's test both potential solutions in the original equation.
Check x=1: 2(1)โ1โ=1โ2 1โ=โ1 1=โ1 (False!) Since the principal square root of 1 is positive 1, this does not work. x=1 is an extraneous solution.
Check x=5: 2(5)โ1โ=5โ2 9โ=3 3=3 (True!)
The only valid solution is x=5.