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.