2.3 Rational and Radical Equations and Inequalities

Key Takeaways

  • Extraneous solutions occur when algebraic operations produce values outside the original expression's domain; checking solutions against domain restrictions is mandatory.
  • Rational equations are solved by clearing denominators via the LCD, but any candidate solution causing division by zero must be discarded.
  • Radical equations require isolating the radical and raising both sides to an index power, an operation that can introduce extraneous roots.
  • Non-linear and rational inequalities must be solved using critical values and sign charts, ensuring denominator zeros are always excluded with open parentheses.
Last updated: August 2026

2.3 Rational and Radical Equations and Inequalities

Rational and radical functions present distinct algebraic challenges due to implicit domain restrictions. On the CLEP Precalculus exam, solving rational and radical equations requires strict tracking of domain boundaries to identify and eliminate extraneous solutions.


1. Domain Restrictions and Rational Expressions

A rational function has the form $R(x) = \frac{P(x)}{Q(x)}$, where $P(x)$ and $Q(x)$ are polynomials. Because division by zero is undefined, the domain of $R(x)$ consists of all real numbers except values where $Q(x) = 0$.

Procedure for Solving Rational Equations

  1. Identify Domain Restrictions: Factor all denominators and set $Q(x) \neq 0$.
  2. Clear Denominators: Multiply both sides of the equation by the Least Common Denominator (LCD).
  3. Solve the Resulting Polynomial Equation.
  4. Check for Extraneous Solutions: Compare candidate solutions against the initial domain restrictions. Reject any value that makes a denominator zero.

Worked Example 1: Rational Equation with Extraneous Solution

Solve the rational equation for $x$:

3x2+1x+2=12x24\frac{3}{x - 2} + \frac{1}{x + 2} = \frac{12}{x^2 - 4}

Solution:

  1. Factor the right-hand denominator: $x^2 - 4 = (x - 2)(x + 2)$.
  2. Establish domain restrictions: $x \neq 2$ and $x \neq -2$.
  3. Multiply the entire equation by the LCD $(x - 2)(x + 2)$: (x2)(x+2)(3x2)+(x2)(x+2)(1x+2)=(x2)(x+2)(12(x2)(x+2))(x - 2)(x + 2) \cdot \left(\frac{3}{x - 2}\right) + (x - 2)(x + 2) \cdot \left(\frac{1}{x + 2}\right) = (x - 2)(x + 2) \cdot \left(\frac{12}{(x - 2)(x + 2)}\right)
  4. Simplify: 3(x+2)+1(x2)=123(x + 2) + 1(x - 2) = 12
  5. Expand and combine terms: 3x+6+x2=12    4x+4=12    4x=8    x=23x + 6 + x - 2 = 12 \implies 4x + 4 = 12 \implies 4x = 8 \implies x = 2
  6. Check Domain: The candidate solution is $x = 2$. However, substituting $x = 2$ into the original equation causes division by zero in $\frac{3}{2 - 2}$. Therefore, $x = 2$ is an extraneous solution and must be discarded.
    The equation has no real solution (Solution set: $\emptyset$).

2. Radical Equations and Power Operations

A radical equation contains variable expressions under radical signs (such as $\sqrt{u(x)}$). Solving radical equations relies on the Principle of Powers: if $a = b$, then $a^n = b^n$.

Caution: The converse is not generally true. Raising both sides of an equation to an even power (e.g., squaring both sides) can introduce false solutions because $(-3)^2 = 3^2$, even though $-3 \neq 3$.

Strategy for Radical Equations

  1. Isolate one radical term on one side of the equation.
  2. Raise both sides to the power corresponding to the radical's index ($n$).
  3. If radical terms remain, repeat steps 1 and 2.
  4. Solve the resulting polynomial equation.
  5. Substitute all candidate solutions into the original radical equation to verify validity.

Worked Example 2: Equation with Two Radicals

Solve for $x$:

2x+3x+1=1\sqrt{2x + 3} - \sqrt{x + 1} = 1

Solution:

  1. Isolate $\sqrt{2x + 3}$: 2x+3=1+x+1\sqrt{2x + 3} = 1 + \sqrt{x + 1}
  2. Square both sides: (2x+3)2=(1+x+1)2\left(\sqrt{2x + 3}\right)^2 = \left(1 + \sqrt{x + 1}\right)^2 2x+3=1+2x+1+(x+1)2x + 3 = 1 + 2\sqrt{x + 1} + (x + 1)
  3. Simplify the right side and isolate the remaining radical: 2x+3=x+2+2x+12x + 3 = x + 2 + 2\sqrt{x + 1} x+1=2x+1x + 1 = 2\sqrt{x + 1}
  4. Square both sides again: (x+1)2=(2x+1)2(x + 1)^2 = \left(2\sqrt{x + 1}\right)^2 x2+2x+1=4(x+1)    x2+2x+1=4x+4x^2 + 2x + 1 = 4(x + 1) \implies x^2 + 2x + 1 = 4x + 4 x22x3=0x^2 - 2x - 3 = 0
  5. Factor the quadratic: (x3)(x+1)=0    x=3orx=1(x - 3)(x + 1) = 0 \implies x = 3 \quad \text{or} \quad x = -1
  6. Verify candidate solutions in the original equation:
    • Check $x = 3$: $\sqrt{2(3) + 3} - \sqrt{3 + 1} = \sqrt{9} - \sqrt{4} = 3 - 2 = 1$ (Valid).
    • Check $x = -1$: $\sqrt{2(-1) + 3} - \sqrt{-1 + 1} = \sqrt{1} - 0 = 1 - 0 = 1$ (Valid). Both $x = 3$ and $x = -1$ are valid solutions.

3. Rational and Non-Linear Inequalities (Sign Charts)

Never cross-multiply variable expressions in inequalities without knowing their signs, as multiplying by a negative quantity flips the inequality direction.

The Sign Chart (Critical Value) Method

  1. Move all terms to one side so the inequality compares to zero (e.g., $f(x) \ge 0$).
  2. Combine into a single rational expression $\frac{P(x)}{Q(x)}$.
  3. Find Critical Points: Set numerator $P(x) = 0$ (zeros) and denominator $Q(x) = 0$ (undefined values).
  4. Divide the real number line into intervals using the critical points.
  5. Test values from each interval to determine the sign (+ or -) of the rational expression.
  6. Construct Solution Set: Include numerator zeros if the inequality is $\le$ or $\ge$. Always exclude denominator zeros using open parentheses ( ).

Worked Example 3: Rational Inequality

Solve the inequality and state the solution set in interval notation:

x+3x12\frac{x + 3}{x - 1} \le 2

Solution:

  1. Subtract $2$ from both sides to compare to $0$: x+3x120\frac{x + 3}{x - 1} - 2 \le 0
  2. Find a common denominator: x+32(x1)x10    x+32x+2x10    5xx10\frac{x + 3 - 2(x - 1)}{x - 1} \le 0 \implies \frac{x + 3 - 2x + 2}{x - 1} \le 0 \implies \frac{5 - x}{x - 1} \le 0
  3. Identify critical points:
    • Numerator zero: $5 - x = 0 \implies x = 5$.
    • Denominator zero: $x - 1 = 0 \implies x = 1$.
  4. Set up test intervals: $(-\infty, 1)$, $(1, 5)$, and $(5, \infty)$.
  5. Test points:
    • Interval $(-\infty, 1)$, test $x = 0$: $\frac{5 - 0}{0 - 1} = -5 \le 0$ (True, negative).
    • Interval $(1, 5)$, test $x = 2$: $\frac{5 - 2}{2 - 1} = \frac{3}{1} = 3 \le 0$ (False, positive).
    • Interval $(5, \infty)$, test $x = 6$: $\frac{5 - 6}{6 - 1} = -\frac{1}{5} \le 0$ (True, negative).
  6. Formulate solution: We require $\le 0$ (negative or zero). At $x = 5$, the numerator is $0$, so $5$ is included $[5$. At $x = 1$, the expression is undefined, so $1$ must be excluded $(1$. Solution interval: $(-\infty, 1) \cup [5, \infty)$.

4. Rational & Radical Method Reference Table

Expression TypePrimary Solving ToolCritical Danger Point
Rational EquationMultiply by LCD to clear fractionsCandidate solutions making any denominator $0$ are extraneous.
Radical EquationIsolate radical and raise to power $n$Squaring both sides introduces false non-domain roots.
Rational InequalitySign chart with critical valuesCross-multiplying variables; forgetting to exclude denominator roots.
Test Your Knowledge

Solve the rational equation for x: \frac{x}{x - 3} - \frac{3}{x + 3} = \frac{18}{x^2 - 9}

A
B
C
D
Test Your Knowledge

What is the complete solution set of the radical equation \sqrt{x + 7} = x + 1?

A
B
C
D
Test Your Knowledge

Which interval represents the solution set to the inequality \frac{2x - 4}{x + 1} >= 0?

A
B
C
D
Test Your Knowledge

What is the domain of the real-valued function f(x) = \sqrt{\frac{x - 4}{x + 2}}?

A
B
C
D