Quadratic Inequalities
A quadratic inequality like x² − 5x + 6 > 0 is solved by the wavy-curve (sign-scheme) method, the fastest tool in CAT for these. First, write the expression in factored form: (x − 2)(x − 3). The critical points are the roots, 2 and 3. Mark them on the number line and, starting from the rightmost interval where the expression is positive (for a positive leading coefficient), alternate signs +, −, + as you move left across each simple root. For > 0 pick the positive intervals (x < 2 or x > 3); for < 0 pick the negative interval (2 < x < 3). This same method extends to rational inequalities such as (x − 1)/(x − 4) ≤ 0: include roots of the numerator (where equality holds) but always exclude roots of the denominator, since the expression is undefined there. A repeated factor like (x − 1)² does not change sign, so the curve only touches the axis there.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core rules & linear
| Sign-flip rule | Multiply/divide both sides by a negative ⇒ reverse the inequality |
|---|---|
| Adding a constant | a > b ⇒ a + c > b + c (direction unchanged) |
| Multiply by positive k | a > b, k > 0 ⇒ ka > kb |
| Reciprocal (same sign) | 0 < a < b ⇒ 1/a > 1/b |
| Transitivity | a > b and b > c ⇒ a > c |
CAT power-tools
| Modulus less-than | |x| < a ⇔ −a < x < a (a > 0) |
|---|---|
| Modulus greater-than | |x| > a ⇔ x < −a or x > a (a > 0) |
| Quadratic sign | a(x−p)(x−q) with a > 0: negative between roots, positive outside |
| AM-GM (n positives) | (a₁+…+aₙ)/n ≥ (a₁…aₙ)^(1/n), equality when all equal |
| AM-GM corollary | For x > 0, x + 1/x ≥ 2; x + k/x ≥ 2√k |