Facebook Pixel
Mathos AI logo

Quadratic Inequalities

Quadratic Inequalities

A quadratic inequality is an inequality that contains a quadratic expression. The standard forms are ax2+bx+c>0ax^2 + bx + c > 0, ax2+bx+c<0ax^2 + bx + c < 0, ax2+bx+c0ax^2 + bx + c \geq 0, or ax2+bx+c0ax^2 + bx + c \leq 0.

Solving a quadratic inequality means finding all the values of xx that make the inequality true. Instead of a single number, the solution is usually a range (or interval) of numbers on the number line.

How to Solve Quadratic Inequalities

To solve a quadratic inequality, follow these three main steps:

  1. Move everything to one side: Ensure one side of the inequality is zero.
  2. Find the critical points: Treat the inequality symbol as an equal sign and solve the quadratic equation (usually by factoring) to find the roots. These roots divide the number line into distinct intervals.
  3. Determine the correct intervals: Use a sign chart to test a number in each interval, or quickly sketch the parabola to see where the graph is above or below the x-axis.

Example 1: Solving with a Sign Chart

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

Step 1: Find the critical points. Set the expression to zero and factor: x25x+6=0x^2 - 5x + 6 = 0 (x2)(x3)=0(x - 2)(x - 3) = 0 The critical points are x=2x = 2 and x=3x = 3.

Step 2: Set up intervals. These points divide the number line into three intervals:

  • x<2x < 2
  • 2<x<32 < x < 3
  • x>3x > 3

Step 3: Test each interval. Pick a test value in each interval to see if (x2)(x3)(x - 2)(x - 3) is positive or negative:

  • For x=0x = 0 (in x<2x < 2): (02)(03)=(2)(3)=6(0 - 2)(0 - 3) = (-2)(-3) = 6. Positive!
  • For x=2.5x = 2.5 (in 2<x<32 < x < 3): (2.52)(2.53)=(0.5)(0.5)=0.25(2.5 - 2)(2.5 - 3) = (0.5)(-0.5) = -0.25. Negative.
  • For x=4x = 4 (in x>3x > 3): (42)(43)=(2)(1)=2(4 - 2)(4 - 3) = (2)(1) = 2. Positive!

Since our original inequality is >0> 0 (we want the positive values), the solution is the intervals where the result is positive.

Solution: x<2x < 2 or x>3x > 3

Example 2: Solving by Sketching the Parabola

Solve: x2+4x30-x^2 + 4x - 3 \geq 0

Step 1: Make the leading coefficient positive (optional but helpful). Multiply the entire inequality by 1-1. Remember that multiplying or dividing an inequality by a negative number flips the inequality sign: x24x+30x^2 - 4x + 3 \leq 0

Step 2: Find the critical points. Factor the quadratic: (x1)(x3)=0(x - 1)(x - 3) = 0 The critical points are x=1x = 1 and x=3x = 3.

Step 3: Sketch the parabola. Look at the graph of y=x24x+3y = x^2 - 4x + 3. Since the x2x^2 coefficient is positive (1>01 > 0), the parabola opens upwards (like a "U" shape). It crosses the x-axis at x=1x = 1 and x=3x = 3.

We want to know where the parabola is 0\leq 0 (below or touching the x-axis). Looking at our mental "U" shape, the graph dips below the x-axis strictly between the roots 1 and 3.

Solution: 1x31 \leq x \leq 3