ironfern @ docs ~/math/grade-9/2-quadratic/quadratic-inequalities $

Quadratic Inequalities

Solving quadratic inequalities combines the quadratic formula with reasoning about the shape of a parabola.

General Method

Theorem — Method for Solving Quadratic Inequalities

To solve ax2+bx+c>0ax^2 + bx + c > 0 (or \geq, <<, \leq):

  1. Find the roots of ax2+bx+c=0ax^2 + bx + c = 0 (if any).
  2. Note the parabola’s direction: opens up if a>0a > 0, down if a<0a < 0.
  3. Determine the sign of the quadratic from the parabola sketch.

The solution depends on the discriminant D=b24acD = b^2 - 4ac and the sign of aa.

Case 1: D>0D > 0 (Two Real Roots r1<r2r_1 < r_2)

The parabola crosses the xx-axis at r1r_1 and r2r_2.

  • a>0a > 0: The quadratic is positive outside the roots (x<r1x < r_1 or x>r2x > r_2) and negative between them (r1<x<r2r_1 < x < r_2).
  • a<0a < 0: The quadratic is negative outside the roots and positive between them.
Example — Two Distinct Roots

Solve x25x+6>0x^2 - 5x + 6 > 0.

Solution. Factor: (x2)(x3)>0(x - 2)(x - 3) > 0. Roots: r1=2r_1 = 2, r2=3r_2 = 3.

Since a=1>0a = 1 > 0, the parabola opens up. It is positive outside the roots:

x<2orx>3x < 2 \quad \text{or} \quad x > 3

In interval notation: (,2)(3,+)(-\infty, 2) \cup (3, +\infty).

Case 2: D=0D = 0 (One Repeated Root rr)

The quadratic equals a(xr)2a(x - r)^2.

  • a>0a > 0: (xr)20(x - r)^2 \geq 0 always. The quadratic is 0\geq 0 for all xx, equal to 00 only at x=rx = r. Strictly positive for xrx \neq r.
  • a<0a < 0: The quadratic is 0\leq 0 for all xx.
Example — Repeated Root

Solve x2+4x40-x^2 + 4x - 4 \leq 0.

Solution. Factor: (x2)20-(x - 2)^2 \leq 0.

Since (x2)20-(x-2)^2 \leq 0 for all real xx (a non-positive square times 1-1), the inequality holds for all real numbers: xRx \in \mathbb{R}.

Case 3: D<0D < 0 (No Real Roots)

The parabola never crosses the xx-axis.

  • a>0a > 0: The quadratic is always positive.
  • a<0a < 0: The quadratic is always negative.
Example — No Real Roots

Solve x2+x+1>0x^2 + x + 1 > 0.

Solution. D=14=3<0D = 1 - 4 = -3 < 0, and a=1>0a = 1 > 0.

The parabola opens up and never crosses the xx-axis, so x2+x+1>0x^2 + x + 1 > 0 for all real xx. The solution is R\mathbb{R}.

Summary Table

DDa>0a > 0a<0a < 0
D>0D > 0Positive outside rootsPositive between roots
D=0D = 00\geq 0 always (=0= 0 at root)0\leq 0 always
D<0D < 0Always positiveAlways negative
Exercise

Solve x23x10<0x^2 - 3x - 10 < 0. Find the roots, determine the sign, and write the solution in interval notation.