In short
A rational inequality like \frac{(x-1)(x+2)}{(x-3)} \geq 0 asks where a ratio of polynomials is positive, negative, or zero. You solve it by finding all critical points — the zeros of the numerator and the zeros of the denominator — marking them on the number line, and applying the sign scheme (wavy curve). The only new rule: denominator zeros are always excluded from the solution, because division by zero is undefined.
A courier company charges \frac{500}{x} rupees per parcel when x parcels are shipped together. A customer wants the per-parcel cost to stay below ₹40. That means solving \frac{500}{x} < 40, which rearranges to \frac{500 - 40x}{x} < 0. Both the numerator and the denominator can change sign, and x = 0 is off-limits. You need a method that handles all of this cleanly.
Polynomial inequalities involve a single polynomial: find the roots, draw the wavy curve, read off the sign. Rational inequalities involve a fraction \frac{p(x)}{q(x)}, which introduces a new complication — the denominator can be zero, creating points where the expression is undefined, not just zero. The sign scheme still works, but you need to treat these undefined points with care.
The core idea: a fraction's sign depends on numerator and denominator
A fraction \frac{A}{B} is positive when A and B have the same sign, and negative when they have opposite signs. So the sign of \frac{p(x)}{q(x)} changes at every point where either p(x) or q(x) changes sign — that is, at every root of p and every root of q.
These points — all the roots of the numerator and the denominator — are called the critical points of the rational expression. They play exactly the same role that roots play in polynomial inequalities: they divide the number line into intervals of constant sign.
The key insight: you do not need to track the numerator and denominator separately. The ratio \frac{p(x)}{q(x)} has the same sign as the product p(x) \cdot q(x), because multiplying numerator and denominator by q(x) gives \frac{p(x) \cdot q(x)}{[q(x)]^2}, and the denominator [q(x)]^2 is always positive (when it is nonzero). So the sign scheme for the rational expression is identical to the sign scheme for the product of all its linear factors — the same wavy curve you already know.
The method: critical points and the sign scheme
Critical points method for rational inequalities
To solve \frac{p(x)}{q(x)} > 0 (or \geq, <, \leq):
1. Move everything to one side so the other side is 0. Factor the numerator and denominator completely.
2. List all critical points: the roots of p(x) (where the expression equals zero) and the roots of q(x) (where the expression is undefined).
3. Mark them on the number line. Use open circles for denominator roots (always excluded) and use open or filled circles for numerator roots depending on strict or non-strict inequality.
4. Apply the wavy curve: determine the sign in the rightmost interval, then alternate at each critical point of odd multiplicity and keep the same sign at each critical point of even multiplicity.
5. Read off the solution intervals.
The sign-change rule at each critical point depends on multiplicity, exactly as in polynomial inequalities. A factor (x - a)^k causes a sign change when k is odd, and no change when k is even — regardless of whether a is a numerator root or a denominator root.
Step-by-step: a first example
Take \frac{x - 1}{x + 2} > 0. The numerator is zero at x = 1. The denominator is zero at x = -2. Both are simple (multiplicity 1).
Mark -2 and 1 on the number line. For large positive x, both factors are positive, so the fraction is positive in (1, \infty).
Moving left: at x = 1 (odd multiplicity), the sign flips to negative in (-2, 1). At x = -2 (odd multiplicity), the sign flips to positive in (-\infty, -2).
The inequality is strict (> 0), so exclude both critical points. The solution is (-\infty, -2) \cup (1, \infty).
The trap: never cross-multiply blindly
The most common error in rational inequalities is cross-multiplying as if you were solving an equation. When you see \frac{x-1}{x+2} > 0 and multiply both sides by (x+2), you assume (x+2) is positive. But (x+2) could be negative — and multiplying by a negative number flips the inequality.
Cross-multiplying splits the problem into two cases (one where the denominator is positive, one where it is negative). The sign scheme avoids this entirely: it handles both cases at once. Use the sign scheme.
Handling non-strict inequalities: when is equality allowed?
For \frac{p(x)}{q(x)} \geq 0, the expression equals zero when p(x) = 0 (numerator root), and it is undefined when q(x) = 0 (denominator root). So:
- Numerator roots: include them in the solution (the expression equals zero, and 0 \geq 0 is true).
- Denominator roots: exclude them always (the expression is undefined, not zero).
This is the one place where rational inequalities differ from polynomial inequalities. In a polynomial inequality p(x) \geq 0, you include all roots. In a rational inequality, you include only numerator roots.
Repeated factors and multiplicity
Repeated factors in the numerator or denominator follow the same multiplicity rule. Consider \frac{(x-1)^2}{(x+3)^3} \leq 0.
The critical points: x = 1 (numerator, even multiplicity 2) and x = -3 (denominator, odd multiplicity 3).
For large x, the expression is positive (both factors are positive and the overall sign is +). Moving left from (1, \infty):
- At x = 1 (even multiplicity): no sign change → positive in (-3, 1).
- At x = -3 (odd multiplicity): sign flips → negative in (-\infty, -3).
The expression is \leq 0 in (-\infty, -3). At x = 1, the expression equals zero (numerator root), so include it. At x = -3, the expression is undefined, so exclude it.
Solution: (-\infty, -3) \cup \{1\}.
Interactive: explore a rational inequality
Drag the slider to change the value of x and watch the sign of \frac{(x-2)(x+1)}{(x-4)} update. The number line highlights positive and negative regions. Notice how the sign flips at each critical point.
Two worked examples
Example 1: Solve $\frac{(x - 3)(x + 1)}{(x - 5)} \leq 0$
Step 1. Identify the critical points. Numerator roots: x = 3 and x = -1 (both simple). Denominator root: x = 5 (simple).
Why: critical points are where the expression is zero (numerator roots) or undefined (denominator roots). Both types can cause sign changes.
Step 2. Determine the sign in the rightmost interval. For large x, all three factors are positive: (x-3) > 0, (x+1) > 0, (x-5) > 0. The expression is positive in (5, \infty).
Why: the leading behaviour of the rational expression is \frac{x^2}{x} = x, which is positive for large x.
Step 3. Apply the sign scheme moving left. All critical points have odd multiplicity (1), so the sign flips at every one:
- (5, \infty): positive
- (3, 5): negative (flip at x = 5)
- (-1, 3): positive (flip at x = 3)
- (-\infty, -1): negative (flip at x = -1)
Why: each simple factor changes sign once at its root, causing the overall expression to flip.
Step 4. Read the solution. The inequality is \leq 0, so take the negative intervals. Include numerator roots (where the expression is zero), but exclude the denominator root x = 5.
- (-\infty, -1]: negative interval plus the numerator root x = -1.
- [3, 5): negative interval plus the numerator root x = 3, but exclude x = 5.
Step 5. Verify. At x = -2: \frac{(-5)(-1)}{(-7)} = \frac{5}{-7} < 0. At x = 0: \frac{(-3)(1)}{(-5)} = \frac{-3}{-5} > 0. At x = 4: \frac{(1)(5)}{(-1)} = -5 < 0. At x = 6: \frac{(3)(7)}{(1)} = 21 > 0. All consistent.
Result: x \in (-\infty, -1] \cup [3, 5).
The test points confirm every interval. Notice the asymmetry in the solution boundaries: -1 and 3 get square brackets (included), but 5 gets a round bracket (excluded). This is the signature of rational inequalities — numerator roots and denominator roots are treated differently.
Example 2: Solve $\frac{x + 2}{x^2 - 4x + 3} \geq 0$
Step 1. Factor the denominator: x^2 - 4x + 3 = (x-1)(x-3). The inequality becomes \frac{x+2}{(x-1)(x-3)} \geq 0.
Why: factoring reveals the critical points. You cannot apply the sign scheme to an unfactored expression.
Step 2. List the critical points. Numerator: x = -2 (simple). Denominator: x = 1 and x = 3 (both simple). Four intervals: (-\infty, -2), (-2, 1), (1, 3), (3, \infty).
Why: three critical points create four intervals. The sign is constant within each interval.
Step 3. Sign in the rightmost interval. For large x: (x+2) > 0, (x-1) > 0, (x-3) > 0. So the expression is positive in (3, \infty).
Step 4. Alternate signs (all multiplicities are odd):
- (3, \infty): positive
- (1, 3): negative
- (-2, 1): positive
- (-\infty, -2): negative
The inequality \geq 0 selects the positive intervals. Include the numerator root x = -2 (expression is zero). Exclude denominator roots x = 1 and x = 3.
Result: x \in [-2, 1) \cup (3, \infty).
The mixed brackets — [-2, 1) has one square and one round — tell the full story: x = -2 makes the expression zero (allowed by \geq), while x = 1 makes the denominator zero (never allowed). The graph of this function would show a vertical asymptote at x = 1 and another at x = 3, with the curve above the x-axis exactly in the highlighted intervals.
Common confusions
-
"I can cross-multiply to clear the denominator." Only if you know the sign of the denominator. Since the denominator's sign depends on x, which is the unknown, cross-multiplying introduces a hidden case split. The sign scheme avoids this trap entirely.
-
"The denominator root is a solution when the inequality is \geq." Never. At a denominator root, the expression is undefined — it does not equal zero, it does not exist. Denominator roots are excluded from the solution regardless of whether the inequality is strict or non-strict.
-
"I need to bring everything to one side before applying the sign scheme." Yes — and this is often forgotten. If the inequality is \frac{x}{x-1} > 2, do not solve \frac{x}{x-1} - 2 > 0 by treating each part separately. Combine into a single fraction: \frac{x - 2(x-1)}{x-1} = \frac{-x + 2}{x - 1} > 0. Now apply the sign scheme to \frac{-x+2}{x-1}.
-
"Repeated factors in the denominator don't matter." They do. A factor (x - a)^2 in the denominator does not change the sign at x = a (even multiplicity), but x = a is still excluded from the solution. Multiplicity affects the wavy curve; the denominator-exclusion rule is separate.
-
"The wavy curve always alternates signs." Only when all critical points have odd multiplicity. At an even-multiplicity critical point, the sign stays the same. A factor like (x-2)^4 in numerator or denominator does not flip the sign.
Going deeper
If you can factor the numerator and denominator, list critical points, apply the sign scheme with correct multiplicities, and remember to exclude denominator roots, you have the complete method for rational inequalities. What follows extends the technique.
Rational inequalities that do not start at zero
Many problems arrive in a form like \frac{x+1}{x-2} \leq 3. The first step is always to bring everything to one side:
Now the critical points are x = \frac{7}{2} (numerator) and x = 2 (denominator), and the sign scheme proceeds normally. Skipping this rearrangement step — and instead trying to "reason" about when \frac{x+1}{x-2} is bigger than 3 — is the source of most errors on exams.
Why the sign of \frac{p}{q} equals the sign of p \cdot q
Here is the precise justification. For any real number x where q(x) \neq 0:
The denominator [q(x)]^2 is strictly positive (it is a nonzero number squared). So the sign of the fraction equals the sign of p(x) \cdot q(x). This is why the sign scheme for the ratio \frac{p}{q} is identical to the sign scheme for the product p \cdot q — you can treat every factor the same, whether it comes from the numerator or the denominator.
Connection to polynomial inequalities
Every polynomial inequality p(x) > 0 is a special case of a rational inequality with denominator q(x) = 1. Going the other direction, every rational inequality \frac{p(x)}{q(x)} > 0 has the same sign pattern as the polynomial inequality p(x) \cdot q(x) > 0, with the extra constraint that the roots of q are excluded. The sign scheme is one unified tool that handles both.
Where this leads next
- Linear and Polynomial Inequalities — the foundation: sign scheme for polynomials, from which rational inequalities are built.
- Polynomial Factorization — the skill you need before applying the sign scheme: if you cannot factor, you cannot find critical points.
- Modulus Inequalities — inequalities involving |f(x)|, which sometimes reduce to rational inequalities after case analysis.
- Quadratic Inequalities — the degree-2 special case, where the discriminant determines whether the polynomial has real roots at all.
- Fractions and Decimals — the arithmetic of fractions that underlies the algebra of rational expressions.