Algebra & Coordinate Geometry

Graphing Quadratic Inequalities Calculator

Graph 2D quadratic inequalities with dashed or solid boundary parabolas and shaded feasible regions, or solve 1D quadratic inequalities with sign charts and interval notation.

Quick Presets:
Solution Set Representation Solid Boundary (Included)
Vertex \((h, k)\)

(0, -4)

Critical Zeros

-2, 2

Boundary Line

Solid

Shading Direction

Above Curve

2D Feasible Region Parabola Graph Interactive Vector SVG
Step-by-Step Algebraic & Test Point Derivation

How to Use the Graphing Quadratic Inequalities Calculator

  1. Select your graphing dimension: Choose 2D Plane Graphing to visualize the shaded planar region of \(y \gtrless ax^2 + bx + c\), or 1D Number Line to solve for the values of \(x\) satisfying \(ax^2 + bx + c \gtrless 0\).
  2. Select inequality sign: Choose between strict inequalities (\(<\), \(>\)) which produce dashed boundary lines and open endpoints, or non-strict inequalities (\(\le\), \(\ge\)) which produce solid boundary lines and closed endpoints.
  3. Enter quadratic coefficients: Input values for \(a\), \(b\), and \(c\). The calculator computes reactively with zero delay.
  4. Inspect the test point: Review the origin test point evaluation \((0, 0)\) to understand why the feasible region lies inside or outside the parabola.
  5. Check interval notation: Read the exact interval notation and set-builder notation expressing the complete solution set.

Problems This Graphing Quadratic Inequalities Calculator Solves

Eliminates Shading Confusion (Inside vs. Outside)

Students frequently struggle with whether \(y \ge ax^2 + bx + c\) shades above or below the curve, especially when \(a < 0\) and the parabola opens downwards. The calculator automates test-point validation.

Prevents Solid vs. Dashed Boundary Line Errors

Drawing a solid line for a strict inequality like \(y < ax^2 + bx + c\) is a common exam blunder. The tool explicitly displays solid boundaries for \(\le, \ge\) and dashed boundaries for \(<, >\).

Automates 1D Sign Charts and Test Intervals

Setting up a sign table across \((-\infty, r_1)\), \((r_1, r_2)\), and \((r_2, \infty)\) is time-consuming by hand. The tool evaluates critical zeros, tests each interval, and outputs exact bracket notation.

Detects 'All Real Numbers' and 'No Solution' Cases

When the discriminant is negative, a parabola never crosses the x-axis. Depending on the inequality sign, the solution is either the entire real line \((-\infty, \infty)\) or empty set \(\emptyset\). The tool classifies these edge cases instantly.

Key Features & Capabilities

01
Dual 2D & 1D Modes

Switch between 2D planar shaded regions and 1D vector number lines with a single click.

02
Dynamic SVG Boundary

Renders dashed or solid parabolic curves with auto-scaled coordinate axes and vertex points.

03
Exact Interval Notation

Produces exact brackets, parentheses, and union symbols (\(\cup\)) matching mathematical rigor.

Deep Dive: Visualizing Quadratic Inequalities

While linear inequalities partition the 2D plane with straight diagonal fences, quadratic inequalities partition space using curved parabolic boundaries. Learning how to shade regions accurately unlocks non-linear optimization and calculus curve analysis.

The Intuitive Mental Model

Solid Fences vs. Invisible Laser Wire

Think of the boundary parabola \(y = ax^2 + bx + c\) as a fence dividing a meadow into two zones: inside the bowl or outside the bowl. If your inequality has an "or equal to" line (\(\le\) or \(\ge\)), it is a solid physical fence: points sitting directly on the wire are valid solutions. If it is strict (\(<\) or \(>\)), it is an invisible laser fence (dashed line): points on the wire are off-limits! To determine which side of the fence to paint (shade), simply stand at the origin \((0, 0)\). If \((0, 0)\) makes the inequality true, paint the side containing your feet; otherwise, paint the opposite side!

Level 1: Beginner

The 3-Step Graphing Recipe

1. Find vertex \((h, k)\) and \(x\)-intercepts to draw the curve. 2. Draw a solid curve for \(\le, \ge\) or dashed for \(<, >\). 3. Plug in test point \((0, 0)\). True = shade with \((0,0)\); False = shade other side.

Level 2: Intermediate

1D Number Line Sign Charts

For 1D inequalities like \(ax^2 + bx + c > 0\), the roots divide the real number line into 3 intervals. Test a point inside each interval to establish whether the parabola floats above \((+)\) or dips below \((-)\) zero.

Level 3: Advanced STEM

Convex Feasible Sets

In operations research and economics, quadratic inequalities define convex feasible regions for profit maximization and portfolio risk optimization via Karush-Kuhn-Tucker (KKT) conditions.

Common Traps & Graphing Pitfalls to Avoid

1. Parabola Passes Through \((0, 0)\)

If \(c = 0\) (e.g. \(y > x^2 + 2x\)), the curve goes directly through \((0, 0)\). You cannot test \((0, 0)\) because it sits on the fence! Test another point instead, like \((0, 1)\) or \((0, -1)\).

2. The Inverted Parabola (\(a < 0\))

When \(a < 0\), the parabola opens downward like an umbrella. "Greater than" (\(y > ax^2\)) shades above the umbrella (outside the curve), while "less than" shades underneath the umbrella!

3. 1D Intervals vs. 2D Half-Planes

Be sure you know what the question asks: \(y \ge ax^2 + bx + c\) asks for a 2D shaded region on the \(xy\)-plane. But \(ax^2 + bx + c \ge 0\) asks for 1D intervals of \(x\) on a real number line!

Quadratic Inequality Symbols and Graphical Rules

Symbol Boundary Line Style Boundary Points Included? Vertical Shading Direction
\(y > ax^2 + bx + c\) Dashed Line (----) No Strictly Above the Curve
\(y \ge ax^2 + bx + c\) Solid Line Yes Above and Including the Curve
\(y < ax^2 + bx + c\) Dashed Line (----) No Strictly Below the Curve
\(y \le ax^2 + bx + c\) Solid Line Yes Below and Including the Curve

Worked Step-by-Step Examples

Example 1: 2D Cartesian Inequality

Graph \(y \ge x^2 - 4x + 3\)

Step 1: Graph boundary curve: Since \(\ge\) is non-strict, graph \(y = x^2 - 4x + 3\) as a solid line.

Step 2: Find vertex and intercepts:

• Vertex: \(h = -(-4)/2 = 2\); \(k = (2)^2 - 4(2) + 3 = -1 \implies (2, -1)\)

• x-intercepts: \((x - 1)(x - 3) = 0 \implies x = 1, 3\)

Step 3: Test origin \((0, 0)\): \(0 \ge 0^2 - 4(0) + 3 \implies 0 \ge 3\) (False).

Conclusion: Shade the region inside/above the parabola containing the vertex.

Example 2: 1D Number Line Inequality

Solve \(x^2 - x - 6 < 0\)

Step 1: Find critical points: Factor \((x - 3)(x + 2) = 0 \implies x = -2, 3\).

Step 2: Test intervals:

• \((-\infty, -2)\): Test \(x = -3 \implies (-6)(-1) = 6 > 0\) (False)

• \((-2, 3)\): Test \(x = 0 \implies (-3)(2) = -6 < 0\) (True ✓)

• \((3, \infty)\): Test \(x = 4 \implies (1)(6) = 6 > 0\) (False)

Interval Notation: \((-2, 3)\) with open circles at \(x = -2\) and \(x = 3\).

Frequently Asked Questions

What is the difference between a solid and dashed boundary in a quadratic inequality graph?
A solid boundary parabola is used for non-strict inequalities (≤ or ≥), indicating that points lying directly on the parabola are part of the solution set. A dashed boundary parabola is used for strict inequalities (< or >), indicating that points on the boundary curve itself are excluded.
How do you determine which region to shade in a quadratic inequality?
Choose a convenient test point not on the parabola (the origin (0, 0) is ideal). Substitute the coordinates into the inequality. If the resulting statement is true, shade the region containing that point; if false, shade the opposite region.
How do you solve a 1-variable quadratic inequality like ax^2 + bx + c > 0?
Find the roots (critical points) by setting ax^2 + bx + c = 0. Place the roots on a 1D number line to divide it into intervals, pick a test value in each interval to evaluate the sign of the polynomial, and select the intervals where the sign matches the inequality.
Can a quadratic inequality have no solution or all real numbers as a solution?
Yes. For 1-variable inequalities where the parabola does not cross the x-axis (discriminant < 0), the polynomial is always positive (if a > 0) or always negative (if a < 0). Depending on the inequality sign, the solution set is either all real numbers (-∞, ∞) or the empty set (no solution).
Does multiplying or dividing by a negative number flip the quadratic inequality sign?
Yes. Just like linear inequalities, if you multiply or divide both sides of a quadratic inequality by a negative number, you must reverse the inequality symbol (e.g., > becomes <, and ≤ becomes ≥).
What is the relationship between the parabola vertex and the inequality solution?
The vertex (h, k) represents the minimum point (if a > 0) or maximum point (if a < 0) of the boundary parabola. Its y-value determines whether the parabola ever crosses the x-axis and defines the vertical extreme of the shaded region.