Skip to main content

Graphing Quadratic Inequalities Calculator

Solve graphing quadratic inequalities problems step-by-step with our free calculator. See formulas, worked examples, and clear explanations.

Share this calculator

Formula

ax^2 + bx + c [<, <=, >, >=] 0

Find roots using the quadratic formula, then determine which intervals satisfy the inequality based on the parabola direction (sign of a) and the inequality operator.

Worked Examples

Example 1: Solve x^2 - 3x + 2 < 0

Problem: Find all x-values where x^2 - 3x + 2 is less than zero.

Solution: Factor: x^2 - 3x + 2 = (x - 1)(x - 2)\nRoots: x = 1 and x = 2\nSign analysis:\n x < 1: both factors negative, product positive\n 1 < x < 2: (x-1) positive, (x-2) negative, product negative\n x > 2: both factors positive, product positive\nWe want < 0, so the solution is the interval where the product is negative.\nSolution: 1 < x < 2

Result: Solution: (1, 2)

Example 2: Solve -2x^2 + 8x - 6 >= 0

Problem: Find all x-values where -2x^2 + 8x - 6 is greater than or equal to zero.

Solution: Factor out -2: -2(x^2 - 4x + 3) = -2(x - 1)(x - 3)\nRoots: x = 1 and x = 3\nSince a = -2 < 0, parabola opens downward.\nThe expression is non-negative BETWEEN the roots.\nSign analysis:\n x < 1: product negative\n 1 <= x <= 3: product non-negative\n x > 3: product negative\nSolution: 1 <= x <= 3

Result: Solution: [1, 3]

Frequently Asked Questions

What is a quadratic inequality and how does it differ from a quadratic equation?

A quadratic inequality is a mathematical statement that compares a quadratic expression to zero using an inequality sign (<, <=, >, or >=) rather than an equals sign. While a quadratic equation ax^2 + bx + c = 0 asks for the specific x-values where the parabola crosses the x-axis, a quadratic inequality asks for all x-values where the parabola is above or below the x-axis. The solution to a quadratic equation is typically two points (the roots), while the solution to a quadratic inequality is typically one or more intervals on the number line. For example, x^2 - 4 = 0 has solutions x = -2 and x = 2, but x^2 - 4 < 0 has the solution interval (-2, 2), representing all x-values where the parabola is below the axis.

How do you solve a quadratic inequality step by step?

Solving a quadratic inequality follows a systematic process. First, rewrite the inequality with zero on one side and the quadratic expression on the other. Second, find the roots of the corresponding equation ax^2 + bx + c = 0 using factoring, completing the square, or the quadratic formula. Third, plot the roots on a number line, dividing it into regions (typically two or three intervals). Fourth, test one point from each region by substituting it into the original inequality. Fifth, determine which regions satisfy the inequality. Finally, write the solution using interval notation, remembering to use parentheses for strict inequalities and brackets for non-strict ones. This sign-analysis method works because quadratic functions only change sign at their roots.

How do you graph a quadratic inequality on a coordinate plane?

Graphing a quadratic inequality on a coordinate plane involves several steps. First, graph the corresponding parabola y = ax^2 + bx + c. Use a solid curve for non-strict inequalities (<= or >=) since points on the parabola are included in the solution, and a dashed curve for strict inequalities (< or >) since boundary points are excluded. Second, determine which region to shade. For y < ax^2 + bx + c or y <= ..., shade below the parabola. For y > ... or y >= ..., shade above the parabola. The shaded region represents all (x, y) coordinate pairs that satisfy the inequality. Test a point like (0, 0) to verify you shaded the correct region.

What is the test point method for quadratic inequalities?

The test point method involves selecting a sample value from each region created by the roots and substituting it into the quadratic expression to determine the sign of the expression in that region. After finding the roots, the number line is divided into intervals. Pick any convenient number from each interval (often integers or zero are easiest to compute). Substitute each test point into the original quadratic expression and determine whether the result is positive or negative. If the result satisfies the inequality, the entire interval is part of the solution. This works because a continuous quadratic expression can only change sign at its roots, so the sign is constant throughout each interval between consecutive roots.

How do boundary points work with strict vs non-strict inequalities?

Boundary points are the roots of the corresponding quadratic equation, and their inclusion or exclusion in the solution set depends on whether the inequality is strict or non-strict. For strict inequalities (< and >), the boundary points are NOT included in the solution because the expression equals zero at these points, and zero is not strictly less than or greater than zero. For non-strict inequalities (<= and >=), the boundary points ARE included because zero satisfies both <= 0 and >= 0. In interval notation, excluded boundaries are marked with parentheses and included boundaries with brackets. On a number line graph, excluded points get open circles and included points get closed (filled) circles.

Can quadratic inequalities have no solution or infinitely many solutions?

Yes, both cases are possible. A quadratic inequality has no solution (the empty set) when the condition can never be satisfied. For example, x^2 + 1 < 0 has no solution because x^2 + 1 is always positive (minimum value is 1). A quadratic inequality has all real numbers as solutions when the condition is always satisfied. For example, x^2 + 1 > 0 is true for every real number. These special cases arise when the discriminant is negative (no real roots) or when the discriminant is zero and the inequality is non-strict. A single-point solution set can also occur, such as x^2 <= 0, which is only satisfied at x = 0.

References