Radical and Rational Equations
Radical and Rational Equations
Radical and rational equations are algebraic equations that require specific techniques to isolate the variable. Radical equations involve variables inside a root (like a square root), while rational equations involve variables in the denominator of a fraction.
When solving both types of equations, the methods we use can sometimes create extraneous solutionsโanswers that emerge from the algebra but do not actually make the original equation true. Because of this, checking your final answers is a mandatory step.
Solving Radical Equations
To solve an equation with a radical, the goal is to eliminate the root. You do this by isolating the radical on one side of the equation and then raising both sides to a power equal to the index of the root (e.g., squaring both sides for a square root).
Example: Solve 3x+1โ=xโ1
-
Square both sides to eliminate the square root: (3x+1โ)2=(xโ1)2 3x+1=x2โ2x+1
-
Rearrange into a standard polynomial equation (set to zero): 0=x2โ5x
-
Solve for x: x(xโ5)=0 This gives potential solutions of x=0 and x=5.
-
Check for extraneous solutions by plugging them into the original equation:
- For x=0: 3(0)+1โ=0โ1โน1โ=โ1. Since the principal square root of 1 is 1, and 1๎ =โ1, x=0 is an extraneous solution.
- For x=5: 3(5)+1โ=5โ1โน16โ=4. This is true.
The only valid solution is x=5.
Solving Rational Equations
To solve a rational equation, the most efficient method is to clear all fractions by multiplying every term on both sides by the Lowest Common Denominator (LCD).
Example: Solve xโ12โ+x+23โ=1
-
Identify the LCD and domain restrictions. The denominators are (xโ1) and (x+2). The LCD is (xโ1)(x+2). Note: x cannot be 1 or โ2, as these would cause division by zero.
-
Multiply the entire equation by the LCD: (xโ1)(x+2)[xโ12โ+x+23โ]=1โ (xโ1)(x+2)
-
Simplify and expand: 2(x+2)+3(xโ1)=(xโ1)(x+2) 2x+4+3xโ3=x2+xโ2 5x+1=x2+xโ2
-
Set the equation to zero and solve: 0=x2โ4xโ3 Since this doesn't factor neatly, use the quadratic formula: x=2(1)โ(โ4)ยฑ(โ4)2โ4(1)(โ3)โโ x=24ยฑ16+12โโ=24ยฑ28โโ x=24ยฑ27โโ=2ยฑ7โ
-
Check against restrictions: Neither 2+7โ nor 2โ7โ equals 1 or โ2. Therefore, both are valid solutions.
Summary of Key Rules
- Isolate & Power: For radicals, isolate the root first, then apply the exponent.
- Clear Fractions: For rational equations, multiply everything by the LCD.
- Always Check: Squaring both sides or multiplying by a variable expression can introduce fake (extraneous) answers. Always verify solutions in the original equation.