Two real numbers or two algebraic expressions related by the symbols $<$, $>$, $\le$, or $\ge$ form an inequality. While equations express exact balance, inequalities define quantitative boundaries, limits, and tolerances.
- Strict Inequalities: Involve strictly less than ($<$) or strictly greater than ($>$), e.g., $ax + b < 0$ or $ax + b > 0$. The boundary values are strictly excluded.
- Slack (Non-Strict) Inequalities: Involve less than or equal to ($\le$) or greater than or equal to ($\ge$), e.g., $ax + b \le 0$ or $ax + b \ge 0$. The boundary values are included in the solution set.
- Linear Inequality in One Variable: An inequality that can be written in the form $ax + b < 0$, $ax + b \le 0$, $ax + b > 0$, or $ax + b \ge 0$, where $a \neq 0$ and $a, b \in \mathbb{R}$.
- Double (Compound) Inequalities: Involve two inequality signs bounding an expression between two values, e.g., $a < f(x) \le b$.
| Rule | Operation | Mathematical Statement | Inequality Sign Status |
|---|---|---|---|
| Rule 1 | Addition / Subtraction | If $a < b$, then $a + c < b + c$ and $a - c < b - c$ for all $c \in \mathbb{R}$. | Unchanged |
| Rule 2 | Positive Multiplication / Division | If $a < b$ and $c > 0$, then $ac < bc$ and $\frac{a}{c} < \frac{b}{c}$. | Unchanged |
| Rule 3 | Negative Multiplication / Division | If $a < b$ and $c < 0$, then $ac > bc$ and $\frac{a}{c} > \frac{b}{c}$. | STRICTLY REVERSED |
- Reciprocal Rule: If $a$ and $b$ have the same sign (both positive or both negative) and $a < b$, then $\frac{1}{a} > \frac{1}{b}$. (e.g., $2 < 5 \implies \frac{1}{2} > \frac{1}{5}$; $-5 < -2 \implies -\frac{1}{5} > -\frac{1}{2}$).
- Cross-Multiplication Caution: In an inequality like $\frac{x-1}{x-2} > 0$, you cannot cross-multiply by $(x - 2)$ because the sign of $(x - 2)$ depends on $x$. If $x < 2$, $(x - 2)$ is negative, which would reverse the inequality! Always multiply by $[(x-2)^2 > 0]$ or use the wavy curve method.