Quadratic Equation
ax²+bx+c=0. Roots: x=(−b±√(b²−4ac))/(2a). Discriminant Δ=b²−4ac: >0 two real, =0 one (double), <0 two complex. Vertex (h,k): h=−b/(2a), k=c−b²/(4a). Vieta: sum=−b/a, product=c/a.
Why This Mathematical Concept Matters
Why: Quadratics model projectiles, optimization, and many natural phenomena. Discriminant reveals root nature. Vertex gives max/min. Vieta links coefficients to roots. Foundational for calculus and physics.
How: Formula: compute Δ=b²−4ac, then x=(−b±√Δ)/(2a). Completing square: ax²+bx+c=a(x+b/(2a))²+(c−b²/(4a)). Factoring: find r,s with r+s=−b/a, rs=c/a, then (x−r)(x−s)=0.
- ●Δ>0: two distinct real roots. Δ=0: one repeated root. Δ<0: two complex conjugates.
- ●Vertex at x=−b/(2a) — axis of symmetry. Parabola opens up if a>0, down if a<0.
- ●Vieta's formulas: x₁+x₂=−b/a, x₁x₂=c/a — no need to compute roots for sum/product.
📐 Examples — Click to Load
Coefficients: ax² + bx + c = 0
Coefficients & Discriminant
Root Type
⚠️For educational and informational purposes only. Verify with a qualified professional.
🧮 Fascinating Math Facts
x²−5x+6=0: roots 2 and 3. Sum=5, product=6. Vieta checks out.
— Example
Δ=0 means parabola touches x-axis at one point (vertex).
— Discriminant
📋 Quadratic Formula Derivation
Starting from ax² + bx + c = 0, divide by a: x² + (b/a)x + c/a = 0. Complete the square: x² + (b/a)x + (b/2a)² = (b/2a)² - c/a. Factor left: (x + b/2a)² = (b² - 4ac)/(4a²). Take square roots: x + b/2a = ±√(b²-4ac)/(2a). Thus x = (-b ± √(b²-4ac))/(2a).
📊 Discriminant Classification
| Δ = b² - 4ac | Roots | Parabola |
|---|---|---|
| Δ > 0 | Two distinct real roots | Crosses x-axis twice |
| Δ = 0 | One repeated root | Touches x-axis at vertex |
| Δ < 0 | Two complex conjugate roots | No x-intercepts |
🔢 Vieta's Formulas
For ax² + bx + c = 0 with roots x₁ and x₂: x₁ + x₂ = -b/a and x₁ · x₂ = c/a. These relate coefficients to roots without computing the roots explicitly.
📐 Parabola Geometry
Vertex form: y = a(x - h)² + k where h = -b/(2a) and k = c - b²/(4a). The axis of symmetry is x = h. If a > 0 the parabola opens up (minimum at vertex); if a < 0 it opens down (maximum).
⚠️ Common Mistakes
- Forgetting a ≠ 0 — if a = 0 it's linear, not quadratic.
- Sign errors: -b means the opposite of b; 4ac is always positive when a and c have the same sign.
- When Δ < 0, √Δ = i√|Δ|; the roots are complex conjugates.
❓ FAQ
What is the quadratic formula?
x = (-b ± √(b²-4ac))/(2a) solves any ax²+bx+c=0. The ± gives two roots.
When do I get complex roots?
When the discriminant Δ = b²-4ac is negative. The roots are a ± bi where a and b are real.
What is the vertex of a parabola?
The vertex is at (h,k) where h = -b/(2a) and k = c - b²/(4a). It is the minimum (a>0) or maximum (a<0).
What are Vieta's formulas?
For roots x₁ and x₂: x₁+x₂ = -b/a and x₁·x₂ = c/a. Useful to check answers or find coefficients from roots.
When should I use factoring vs the formula?
Factoring is faster when roots are nice integers. Use the formula when factoring is hard or roots are irrational.
📝 Worked Examples
🎯 Vertex Form Conversion
To convert ax²+bx+c to vertex form a(x-h)²+k: Complete the square. Factor out a from the first two terms, add and subtract (b/2a)² inside, then simplify. The result is a(x + b/2a)² + (c - b²/4a), so h = -b/2a and k = c - b²/4a.
📌 Summary
The quadratic equation ax²+bx+c=0 has solutions given by the quadratic formula. The discriminant determines whether roots are real (Δ≥0) or complex (Δ<0). The vertex (h,k) gives the parabola's turning point. Vieta's formulas relate sum and product of roots to coefficients. Use this calculator for any quadratic — from simple factoring to projectile motion and golden ratio problems.
Related Calculators
Discriminant Calculator
Calculate the discriminant Δ = b²-4ac for quadratic equations ax²+bx+c=0. Determine nature of roots: two distinct real, one repeated, or two complex...
MathematicsPerfect Square Trinomial Calculator
Check if ax²+bx+c is a perfect square trinomial and factor as (px+q)². Generate perfect square trinomials from (px+q)². Complete incomplete trinomials to...
MathematicsCompleting the Square Calculator
Convert quadratic expressions from standard form ax²+bx+c to vertex form a(x-h)²+k. Find vertex, axis of symmetry, x-intercepts, and min/max values....
MathematicsDiamond Problem Calculator
Solve diamond problems: find two numbers given product and sum, or find product and sum given two numbers. Reverse mode. Direct connection to factoring...
MathematicsGraphing Quadratic Inequalities Calculator
Solve and interpret quadratic inequalities ax²+bx+c < 0, > 0, ≤ 0, ≥ 0. Get solution intervals, roots, vertex, discriminant, sign chart, interval notation...
MathematicsQuadratic Formula Calculator
Apply x = (-b ± √(b²-4ac))/(2a) step-by-step. Exact, decimal, and complex roots. Simplify radicals, graphical interpretation. Bar chart of -b, √Δ, 2a...
Mathematics