Free Quadratic Formula Calculator
Solve quadratic equations (ax² + bx + c = 0) using the quadratic formula. Find both roots and the discriminant.
Coefficient of x²
Coefficient of x
Constant term
Root1
3.000000
Discriminant Val1.0000
Vertex X2.5000
Vertex Y-0.2500
How to Use the Quadratic Formula
Formula
x = (-b ± √(b² - 4ac)) / (2a)
For the equation ax² + bx + c = 0
Discriminant (Δ = b² - 4ac)
Vertex
The vertex of the parabola is at x = -b/(2a), y = f(-b/(2a)).
Example Calculation
Solve x² - 5x + 6 = 0 (a=1, b=-5, c=6).
- 01Discriminant = (-5)² - 4(1)(6) = 25 - 24 = 1
- 02Since Δ > 0, there are two distinct real roots
- 03x₁ = (5 + √1) / 2 = 6 / 2 = 3
- 04x₂ = (5 - √1) / 2 = 4 / 2 = 2
- 05Vertex: x = 5/2 = 2.5, y = (2.5)² - 5(2.5) + 6 = -0.25
Frequently Asked Questions
Learn More
How to Calculate Percentages - Complete Guide
Learn how to calculate percentages step by step. Covers finding a percentage of a number, percentage change, reverse percentages, and real-world applications.