ALGEBRAAlgebraMathematics Calculator
📉

Quadratic Inequalities

Solve ax²+bx+c < 0 or > 0 by finding roots, then using a sign chart. Parabola opens up (a>0) or down (a<0). Solution is intervals where the quadratic is positive or negative. Used in profit, projectile, optimization problems.

Concept Fundamentals
Zeros of quadratic
Roots
x=−b/2a
Vertex
Test intervals
Sign chart
Opens up
a>0

Did our AI summary help? Let us know.

a>0: parabola opens up; positive outside roots, negative between. a<0: parabola opens down; negative outside roots, positive between. Include boundary (≤,≥) in solution; exclude for (<,>).

Key quantities
Zeros of quadratic
Roots
Key relation
x=−b/2a
Vertex
Key relation
Test intervals
Sign chart
Key relation
Opens up
a>0
Key relation

Ready to run the numbers?

Why: Quadratic inequalities model when profit is positive, when a projectile is above ground, or when a quantity exceeds a threshold. Sign chart shows where the parabola is above or below the x-axis.

How: Find roots of ax²+bx+c=0. If two roots: use sign chart on (−∞,r₁), (r₁,r₂), (r₂,∞). If one root: parabola touches axis. If no roots: quadratic is always positive or always negative (check a and vertex).

a>0: parabola opens up; positive outside roots, negative between.a<0: parabola opens down; negative outside roots, positive between.

Run the calculator when you are ready.

Solve Quadratic InequalitiesRoots, vertex, sign chart
Tip: Enter coefficients a, b, c for ax² + bx + c. The calculator finds roots, vertex, and solution intervals. Enable Advanced for sign chart and set builder notation.

📐 Examples — Click to Load

ax² + bx + c op 0

Must be ≠ 0
quadratic_inequality.sh
CALCULATED
$ quadratic_inequality --a=1 --b=0 --c=-4 --op=<
Solution
-2 < x < 2
Interval Notation
(-2, 2)
Vertex
(0.00, -4.00)
Parabola
Opens up
Share:

Critical Points & Vertex

Solution vs Excluded Intervals

📐 Calculation Steps

Standard form: 1x² + 0x + -4 < 0
Discriminant Δ = b² - 4ac = 0² - 4(1)(-4) = 16
Vertex x = -b/(2a) = 0/(2) = 0.00
Vertex y = f(0.00) = -4.00 → Vertex: (0.00, -4.00)
Parabola opens upward (a = 1 > 0)
Solution: -2 < x < 2
Interval notation: (-2, 2)
Set builder: {x | -2 < x < 2}
Sign chart: + | - | + (roots at -2, 2)
Critical numbers divide the number line into 3 intervals.
Test one value in each interval to verify the sign.

📊 Chart Interpretation

Bar chart: Displays vertex coordinates and roots. These critical points divide the number line into intervals for sign analysis.

Doughnut chart: Solution intervals (where the inequality holds) vs excluded intervals. Use for quick visual summary.

For educational and informational purposes only. Verify with a qualified professional.

🧮 Fascinating Math Facts

📐

x²−4>0 → x<−2 or x>2. Parabola above axis outside roots.

— Example

💰

Profit P(x)>0: solve quadratic inequality for revenue>cost.

— Business

📋 Key Takeaways

  • Parabola opens up/down: a > 0 → opens up; a < 0 → opens down
  • Sign analysis: Find roots, then test one value in each interval to determine sign
  • Connection to quadratic equation: Roots of ax²+bx+c=0 divide the number line into intervals
  • Real-world optimization: Projectile height, profit, revenue often modeled by quadratic inequalities

💡 Did You Know?

📐x² - 4 < 0 means the parabola is below the x-axis between the roots -2 and 2.Source: Basic
🚀Projectile height h(t) = -16t² + 48t. h > 0 when 0 < t < 3 (in the air).Source: Physics
💰Profit P(x) = -x² + 10x - 16. P ≥ 0 when 2 ≤ x ≤ 8 (profitable output range).Source: Economics
📊The vertex gives the max (a<0) or min (a>0) of the quadratic. Critical for optimization.Source: Vertex
🔀Sign chart: test one value in each interval. The sign alternates between roots (when a>0).Source: Sign Chart
📈Revenue R(x) = -2x² + 20x ≥ 0 when 0 ≤ x ≤ 10. Optimal at vertex x=5.Source: Optimization

📖 How It Works

To solve x² - 5x + 6 ≥ 0: (1) Find roots: x = 2, x = 3. (2) Parabola opens up (a=1). (3) For ≥ 0, solution is x ≤ 2 or x ≥ 3.

Discriminant

Δ = b² - 4ac. Δ > 0: two roots; Δ = 0: one root; Δ < 0: no real roots. When Δ < 0, the quadratic is always positive or always negative.

Vertex Formula

Vertex at x = -b/(2a). Substitute to get y. The vertex is the max (a<0) or min (a>0) of the parabola.

Factoring Shortcut

When the quadratic factors nicely (e.g., x² - 5x + 6 = (x-2)(x-3)), the roots are immediate. Use the zero-product property.

📝 Worked Examples

Example 1: x² - 4 < 0

Factor: (x-2)(x+2) < 0. Roots at ±2. Parabola opens up, so negative between roots: -2 < x < 2. Interval: (-2, 2).

Example 2: x² - 5x + 6 ≥ 0

Factor: (x-2)(x-3) ≥ 0. Roots at 2 and 3. Opens up, so ≥ 0 outside: x ≤ 2 or x ≥ 3. Interval: (-∞, 2] ∪ [3, ∞).

Example 3: Projectile h(t) = -16t² + 48t > 0

Factor: -16t(t-3) > 0. Roots at 0 and 3. Parabola opens down, so positive between: 0 < t < 3. Ball is in the air for 3 seconds.

🌐 Real-World Optimization

Quadratic inequalities arise in physics (projectile motion), economics (profit/revenue), and engineering (stress, deflection). Setting P(x) ≥ 0 or h(t) > 0 finds valid ranges.

Projectile: h = -16t² + v₀t + h₀ > 0
Profit: P(x) = -x² + 10x - 16 ≥ 0
Revenue: R(x) = -2x² + 20x ≥ 0
Area: x(20-x) ≥ 50

🔗 Related Concepts

Quadratic inequalities are solved by finding where the parabola crosses the x-axis (roots). The sign of the quadratic in each interval is determined by the parabola direction. This connects to solving quadratic equations and graphing parabolas.

📊 Table: Solution by Parabola Direction

a > 0 (opens up)a < 0 (opens down)
> 0 or ≥ 0: outside roots> 0 or ≥ 0: between roots
< 0 or ≤ 0: between roots< 0 or ≤ 0: outside roots

🎯 Expert Tips

💡 Check a First

The sign of a determines parabola direction. a > 0: ∪ shape; a < 0: ∩ shape.

💡 No Real Roots

If Δ < 0, the quadratic never crosses zero. It is either always positive or always negative.

💡 Interval Notation

Use ( ) for strict < >; use [ ] for ≤ ≥. Union ∪ for "or" intervals.

💡 Real-World

Projectile height, profit, revenue: set inequality ≥ 0 or > 0 to find valid ranges.

❓ FAQ

When does the parabola open up vs down?

Opens up when a > 0, down when a < 0. The sign of a determines the shape.

How do I solve x² - 4 < 0?

Factor: (x-2)(x+2) < 0. Roots at ±2. Parabola opens up, so negative between roots: -2 < x < 2.

What is interval notation?

(a,b) means a < x < b; [a,b] means a ≤ x ≤ b. Use ∪ for union of intervals.

What is set builder notation?

{x | condition} means the set of x satisfying the condition. E.g., {x | 2 < x < 5}.

How does this connect to optimization?

Quadratic inequalities define feasible regions. The vertex often gives the optimal value.

What if the discriminant is negative?

No real roots. The quadratic is always positive (a>0) or always negative (a<0).

How do I solve (x-2)(x+3) ≥ 0?

Roots at -3 and 2. Parabola opens up (expand to get a=1). Solution: x ≤ -3 or x ≥ 2.

⚠️ Common Mistakes

1. Ignoring the sign of a: a > 0 means parabola opens up; a < 0 means it opens down. The solution intervals flip!

2. Wrong interval for ≥ or ≤: Include the roots when the inequality is ≥ or ≤. Use [ ] in interval notation.

3. Discriminant negative: No real roots means the quadratic never crosses zero. It is either always positive or always negative.

4. Double root (Δ=0): One repeated root. For > 0 or < 0, exclude that point; for ≥ or ≤, only that point may satisfy.

🔢 Quick Reference

Δ=b²-4ac
Discriminant
x=-b/2a
Vertex x
a>0
Opens up
a<0
Opens down

📋 Step-by-Step Procedure

  1. Write the inequality in standard form: ax² + bx + c op 0. Ensure a ≠ 0.
  2. Find the roots by solving ax² + bx + c = 0. Use the quadratic formula or factoring.
  3. Determine parabola direction: a > 0 opens up, a < 0 opens down.
  4. Apply the rule: For a > 0, > 0 or ≥ 0 holds outside the roots; < 0 or ≤ 0 holds between. For a < 0, the intervals swap.
  5. Include or exclude roots based on ≤ vs < and ≥ vs >. Write the solution in interval notation.

The Bar chart displays vertex and roots. The Doughnut chart summarizes solution vs excluded regions.

💡 Remember: When a > 0, the parabola is ∪-shaped; when a < 0, it is ∩-shaped. The solution intervals depend on both the inequality direction and the parabola direction.

⚠️ Disclaimer: This calculator solves one-variable quadratic inequalities ax²+bx+c op 0. For two-variable inequalities y op ax²+bx+c, consider the parabola as a boundary. Educational use only.

👈 START HERE
⬅️Jump in and explore the concept!
AI

Related Calculators