College Algebra

Rational Inequalities

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Rational inequalities involve a fraction with a polynomial in the numerator and denominator. The critical rule — one that students violate more than any other — is: never multiply both sides by a variable expression, because you do not know whether it is positive or negative. Instead, use the same sign-analysis approach from polynomial inequalities, with one essential addition: you must also identify and exclude points where the denominator is zero.

The Strategy

  1. Move everything to one side so you have p(x)q(x)>0\frac{p(x)}{q(x)} > 0 (or \ge, <<, \le) with zero on the other side
  2. Combine into a single fraction if necessary
  3. Find the critical values — zeros of the numerator AND zeros of the denominator
  4. Plot critical values on a number line, marking denominator zeros with open circles (always excluded)
  5. Test one value in each interval to determine the sign
  6. Write the solution, excluding all points where the denominator is zero

Why Never Multiply by a Variable Expression

Consider 1x>2\frac{1}{x} > 2. If you multiply both sides by xx:

  • If x>0x > 0: 1>2x1 > 2x, so x<12x < \frac{1}{2}. Combined with x>0x > 0: 0<x<120 < x < \frac{1}{2}.
  • If x<0x < 0: 1<2x1 < 2x (inequality flips!), so x>12x > \frac{1}{2}. But x<0x < 0 and x>12x > \frac{1}{2} is impossible.

This case analysis is error-prone and gets worse with complex denominators. The sign-chart method avoids this entirely.

The correct sign-chart approach:

1x>21x2>012xx>0\frac{1}{x} > 2 \Rightarrow \frac{1}{x} - 2 > 0 \Rightarrow \frac{1 - 2x}{x} > 0

Critical values: x=0x = 0 (denominator zero, always excluded) and x=12x = \frac{1}{2} (numerator zero).

IntervalTest12x1-2xxxFraction
(,0)(-\infty, 0)x=1x = -1++--
(0,12)(0, \frac{1}{2})x=14x = \frac{1}{4}++++++
(12,)(\frac{1}{2}, \infty)x=1x = 1-++-

Solution: x(0,12)x \in \left(0, \frac{1}{2}\right).

Worked Examples

Example 1: Basic Rational Inequality

Solve x3x+20\frac{x - 3}{x + 2} \ge 0.

Critical values:

  • Numerator zero: x=3x = 3
  • Denominator zero: x=2x = -2 (must be excluded)

Sign chart:

IntervalTest(x3)(x-3)(x+2)(x+2)Fraction
(,2)(-\infty, -2)x=3x = -3--++
(2,3)(-2, 3)x=0x = 0-++-
(3,)(3, \infty)x=5x = 5++++++

We want 0\ge 0 (positive or zero). The fraction equals zero at x=3x = 3 (include it) and is undefined at x=2x = -2 (exclude it).

Solution: x(,2)[3,)x \in (-\infty, -2) \cup [3, \infty)

Example 2: Combining Fractions

Solve 2x13\frac{2}{x - 1} \le 3.

Step 1 — Move to one side:

2x130\frac{2}{x - 1} - 3 \le 0

Step 2 — Combine into a single fraction:

23(x1)x1=23x+3x1=53xx10\frac{2 - 3(x - 1)}{x - 1} = \frac{2 - 3x + 3}{x - 1} = \frac{5 - 3x}{x - 1} \le 0

Step 3 — Critical values:

  • Numerator zero: 53x=0x=535 - 3x = 0 \Rightarrow x = \frac{5}{3}
  • Denominator zero: x=1x = 1 (excluded)

Step 4 — Sign chart:

IntervalTest53x5 - 3xx1x - 1Fraction
(,1)(-\infty, 1)x=0x = 0++--
(1,53)(1, \frac{5}{3})x=1.5x = 1.5++++++
(53,)(\frac{5}{3}, \infty)x=3x = 3-++-

We want 0\le 0 (negative or zero). Zero at x=53x = \frac{5}{3} (include); undefined at x=1x = 1 (exclude).

Solution: x(,1)[53,)x \in (-\infty, 1) \cup \left[\frac{5}{3}, \infty\right)

Example 3: Both Sides Have Fractions

Solve 1x+1>1x1\frac{1}{x+1} > \frac{1}{x-1}.

Step 1 — Move to one side:

1x+11x1>0\frac{1}{x+1} - \frac{1}{x-1} > 0

Step 2 — Combine:

(x1)(x+1)(x+1)(x1)>0=2(x+1)(x1)>0\frac{(x-1) - (x+1)}{(x+1)(x-1)} > 0 = \frac{-2}{(x+1)(x-1)} > 0

Since the numerator is 2-2 (always negative), we need the denominator to also be negative:

(x+1)(x1)<0(x+1)(x-1) < 0

Critical values: x=1x = -1 and x=1x = 1 (both excluded — they make the original denominators zero).

(x+1)(x1)<0(x+1)(x-1) < 0 when 1<x<1-1 < x < 1.

Solution: x(1,1)x \in (-1, 1)

Example 4: Higher-Degree Numerator

Solve x24x+3>0\frac{x^2 - 4}{x + 3} > 0.

Factor numerator: (x2)(x+2)x+3>0\frac{(x-2)(x+2)}{x+3} > 0.

Critical values: x=3x = -3 (excluded), x=2x = -2, x=2x = 2.

IntervalTest(x2)(x-2)(x+2)(x+2)(x+3)(x+3)Fraction
(,3)(-\infty, -3)x=4x = -4----
(3,2)(-3, -2)x=2.5x = -2.5--++++
(2,2)(-2, 2)x=0x = 0-++++-
(2,)(2, \infty)x=3x = 3++++++++

Solution: x(3,2)(2,)x \in (-3, -2) \cup (2, \infty)

Example 5: Inequality Requiring Factoring

Solve x2x6x210\frac{x^2 - x - 6}{x^2 - 1} \le 0.

Factor: (x3)(x+2)(x1)(x+1)0\frac{(x-3)(x+2)}{(x-1)(x+1)} \le 0

Critical values: x=2x = -2, x=1x = -1 (excluded), x=1x = 1 (excluded), x=3x = 3.

IntervalTestSigns countFraction
(,2)(-\infty, -2)x=3x = -34 negatives: ()()()()(-)(-)(-)(-)++
(2,1)(-2, -1)x=1.5x = -1.53 negatives-
(1,1)(-1, 1)x=0x = 02 negatives++
(1,3)(1, 3)x=2x = 21 negative-
(3,)(3, \infty)x=4x = 40 negatives++

We want 0\le 0. Include x=2x = -2 and x=3x = 3 (numerator zeros, fraction = 0). Exclude x=1x = -1 and x=1x = 1.

Solution: x[2,1)(1,3]x \in [-2, -1) \cup (1, 3]

Real-World Application: Optimal Pricing

A company finds that its profit function is:

P(x)=500x2000x+10P(x) = \frac{500x - 2000}{x + 10}

where xx is the number of units sold (in thousands). For what sales volumes is the profit positive?

We need 500x2000x+10>0\frac{500x - 2000}{x + 10} > 0.

Critical values: 500x2000=0x=4500x - 2000 = 0 \Rightarrow x = 4. Denominator: x+10=0x=10x + 10 = 0 \Rightarrow x = -10 (not physically meaningful since x0x \ge 0).

For x>4x > 4: numerator positive, denominator positive → fraction positive.

For 0x<40 \le x < 4: numerator negative, denominator positive → fraction negative.

Answer: Profit is positive when sales exceed 4,000 units (x>4x > 4). The company breaks even at exactly 4,000 units.

Common Mistakes

  1. Multiplying both sides by the denominator. This is the most common error. You do not know the sign of the denominator, so you cannot determine whether to flip the inequality.
  2. Forgetting to exclude denominator zeros. Even with \ge or \le (which include endpoints), points where the denominator is zero are never in the solution.
  3. Not combining into a single fraction. If the inequality has terms on both sides, move everything to one side and combine before analyzing.
  4. Wrong sign in the combined fraction. Be careful with subtraction when combining fractions — distribute the negative sign fully.

Practice Problems

Problem 1: Solve x+4x2>0\frac{x + 4}{x - 2} > 0.

Critical values: x=4x = -4 (numerator), x=2x = 2 (denominator, excluded).

IntervalSign
(,4)(-\infty, -4)()/()=+(-)/(-)=+
(4,2)(-4, 2)(+)/()=(+)/(-)=-
(2,)(2, \infty)(+)/(+)=+(+)/(+)=+

Solution: x(,4)(2,)x \in (-\infty, -4) \cup (2, \infty)

Problem 2: Solve 3x1\frac{3}{x} \ge 1.

3x103xx0\frac{3}{x} - 1 \ge 0 \Rightarrow \frac{3 - x}{x} \ge 0

Critical values: x=3x = 3, x=0x = 0 (excluded).

IntervalSign
(,0)(-\infty, 0)(+)/()=(+)/(-)=-
(0,3)(0, 3)(+)/(+)=+(+)/(+)=+
(3,)(3, \infty)()/(+)=(-)/(+)=-

Solution: x(0,3]x \in (0, 3]

Problem 3: Solve x29x+10\frac{x^2 - 9}{x + 1} \le 0.

Factor: (x3)(x+3)x+10\frac{(x-3)(x+3)}{x+1} \le 0

Critical values: x=3x = -3, x=1x = -1 (excluded), x=3x = 3.

IntervalSign
(,3)(-\infty, -3)()()/()=(-)(-)/(-)=-
(3,1)(-3, -1)()(+)/()=+(-)( +)/(-)=+
(1,3)(-1, 3)()(+)/(+)=(-)(+)/(+)=-
(3,)(3, \infty)(+)(+)/(+)=+(+)(+)/(+)=+

Solution: x(,3](1,3]x \in (-\infty, -3] \cup (-1, 3]

Problem 4: Solve xx3<2\frac{x}{x-3} < 2.

xx32<0x2(x3)x3<0x+6x3<0\frac{x}{x-3} - 2 < 0 \Rightarrow \frac{x - 2(x-3)}{x-3} < 0 \Rightarrow \frac{-x + 6}{x-3} < 0

Critical values: x=6x = 6 (numerator), x=3x = 3 (excluded).

IntervalSign
(,3)(-\infty, 3)(+)/()=(+)/(-)=-
(3,6)(3, 6)(+)/(+)=+(+)/(+)=+
(6,)(6, \infty)()/(+)=(-)/(+)=-

Solution: x(,3)(6,)x \in (-\infty, 3) \cup (6, \infty)

Problem 5: Solve (x1)(x+4)(x2)(x+3)0\frac{(x-1)(x+4)}{(x-2)(x+3)} \ge 0.

Critical values: x=4x = -4, x=3x = -3 (excluded), x=1x = 1, x=2x = 2 (excluded).

IntervalSign
(,4)(-\infty, -4)()()/()()=+(-)(-)/(-)(-)=+
(4,3)(-4, -3)()(+)/()()=(-)(+)/(-)(-)=-
(3,1)(-3, 1)()(+)/()(+)=+(-)(+)/(-)( +)=+
(1,2)(1, 2)(+)(+)/()(+)=(+)(+)/(-)(+)=-
(2,)(2, \infty)(+)(+)/(+)(+)=+(+)(+)/(+)(+)=+

Include numerator zeros x=4x = -4 and x=1x = 1. Exclude denominator zeros x=3x = -3 and x=2x = 2.

Solution: x(,4](3,1](2,)x \in (-\infty, -4] \cup (-3, 1] \cup (2, \infty)

Key Takeaways

  • Never multiply both sides of a rational inequality by a variable expression
  • Find all critical values: zeros of both the numerator and the denominator
  • Denominator zeros are always excluded from the solution (even with \ge or \le)
  • The sign-chart method is the same as for polynomial inequalities, extended to include denominator zeros
  • Always combine into a single fraction before analyzing if terms are on both sides
  • The technique from polynomial inequalities applies directly — rational inequalities just add the denominator constraint

Return to College Algebra for more topics in this section.

Last updated: March 29, 2026