A nonlinear inequality involves expressions such as polynomials and rational functions. The standard approach converts the inequality to the form (or , , ), factors , and uses a sign table to identify the solution intervals.
To solve nonlinear inequalities, we follow these steps:
- Transfer all terms to one side of the inequality sign and express the inequality in the form or where is an expression in the variable (usually ) [to indicate its dependence on , we may write it as if we wish]
- Factor where are expressions in .
- Determine the zeros of each factor of (find the values for which each is zero). These values divide the real line into intervals.
- Make a sign diagram (or sign table). Determine the sign of each factor in each interval.
- Determine the sign of in each interval using the sign table. Recall that a product (or a quotient) that involves an even number of negative factors is positive and one that involves an odd number of negative factors is negative. If the inequality sign is or , pay attention to the endpoints of the intervals and check if they satisfy the inequality.
- For fractions; that is, whenwe follow the same steps.
How to Determine the Sign of Each Factor
To determine the sign of each factor, we can choose an arbitrary number (called a test value) in that interval and find the sign of the factor. Alternatively you can use the following facts:
- If we have a factor of the form

- If we have a factor of the form , then there are two cases:
Algebraic proof for why the sign of is the same as if there are no zeros
- Given: The quadratic equation has no real solutions.
- Implication: The discriminant satisfies .
- Objective: Show that is always positive if , and always negative if .
- Rewrite the Quadratic in Vertex Form: \begin{aligned} ax^2 + bx + c &= a\left(x^2 + \frac{b}{a}x\right) + c \\ &= a\left[\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a^2}\right] + c \\ &= a\left(x + \frac{b}{2a}\right)^2 - \frac{b^2}{4a} + c \\ &= a\left(x + \frac{b}{2a}\right)^2 + \left(c - \frac{b^2}{4a}\right). \end{aligned}
- Analyze the Components: The expression is now expressed as:
- The term is always non-negative (a square is ).
- The constant term is influenced by the discriminant .
- Use the Discriminant Condition : From , we derive:
b^2 < 4ac \quad \Rightarrow \quad \left\{\begin{aligned}
&c > \frac{b^2}{4a} \quad \text{if } a > 0, \\
&c < \frac{b^2}{4a} \quad \text{if } a < 0.
\end{aligned}\right.
- Case 1: If , then . The quadratic becomes:
- Case 2: If , then . The quadratic becomes:
- Conclusion:
- When , the expression is a sum of non-negative and positive terms, so it is always positive.
- When , the expression is a sum of non-positive and negative terms, so it is always negative.
Solve
Solution
x^{2}-5x+6>0\tag{subtract $5x$} (x-2)(x-3)>0\tag{factor} Because the sign of a product depends on the signs of its factors, we need to determine where each factor is positive or negative. We identify that the zeros of these factors are and and using these values we construct the following sign table. Because the product is positive where both factors are positive or both are negative, the solutions are the real numbers in the union or as illustrated in the last row of the following sign table.
Solve
Solution
\begin{aligned} x^{3}+2x^{2} & \le x+2 && \text{(given inequality)}\\ x^{3}+2x^{2}-x-2 & \le0 && \text{(move all terms to one side)} \end{aligned} Now we need to factor . We can do that by grouping terms as follows \begin{aligned} x^{3}+2x^{2}-x-2 & =(x^{3}+2x^{2})-(x+2)\\ & =x^{2}(x+2)-(x+2)\\ & =(x+2)(x^{2}-1) && \text{(factor out } (x+2) \text{)}\\ & =(x+2)(x-1)(x+1) && \text{(use the Difference of Squares formula)} \end{aligned} So we need to find such that To determine the sign, first we identify the zeros that are , , and , and then construct the following sign table
Solve .
Solution
Recall that if we multiply both sides by a positive quantity, the direction of the inequality will be preserved but if we multiply both sides by a negative quantity, the direction of the inequality will be reversed. We do not know the sign of , so if we wanted to multiply both sides by , we would not be sure about the direction of the inequality. \begin{aligned} \frac{x}{x+1} & \leq2 && \text{(given inequality)}\\ \frac{x}{x+1}-2 & \leq0 && \text{(subtract 2 from both sides)}\\ \frac{x}{x+1}-\frac{2(x+1)}{x+1} & \leq0 && \text{(common denominator } (x+1) \text{)}\\ \frac{x-2x-2}{x+1} & \le0 && \text{(combine fractions)}\\ \frac{-x-2}{x+1} & \leq0 && \text{(simplify)} \end{aligned} The sign of is solely determined by the signs of and . To construct the sign table, we need to identify the zeros of the numerator and denominator: and . These are the only values at which the fraction may change sign. Now we construct the following sign table.
Solve .
Solution
\begin{aligned} \frac{x+1}{x^{2}+1} & >1 && \text{(given inequality)}\\ \frac{x+1}{x^{2}+1}-1 & >0 && \text{(subtract 1 from both sides)}\\ \frac{x+1}{x^{2}+1}-\underbrace{\frac{x^{2}+1}{x^{2}+1}}_1 & >0 && \text{(common denominator } (x^2+1) \text{)}\\ \frac{x-x^{2}}{x^{2}+1} & >0 && \text{(combine fractions)}\\ \frac{x(1-x)}{x^{2}+1} & >0 && \text{(factor)} \end{aligned} Because , the sign of the fraction is the same as the sign of the numerator . The zeros of the numerator are and that divide the real line into three intervals. Then we construct the sign table as follows.