Quadratic Formula Calculator
Solve any quadratic equation ax² + bx + c = 0 with step-by-step solutions. See discriminant, roots, vertex form, and a graph of the parabola.
Quick Answer
The quadratic formula solves ax² + bx + c = 0: x = (-b ± √(b² - 4ac)) / 2a. The discriminant b² - 4ac determines the nature of roots: positive = two real roots, zero = one repeated root, negative = two complex roots.
Enter Coefficients
For the equation ax² + bx + c = 0, enter values for a, b, and c. (a cannot be zero)
Solution
Graph
Step-by-Step Solution
Step 1: Identify coefficients
a = 1, b = -5, c = 6
Step 2: Calculate the discriminant
D = b² - 4ac = (-5)² - 4(1)(6) = 25 - 24 = 1
Step 3: Apply the quadratic formula
x = (-(-5) ± √(1)) / (2 × 1)
x = (5 ± 1) / 2
Step 4: Solve
x₁ = 3
x₂ = 2
Step 5: Vertex form
h = -b/(2a) = -(-5)/(2×1) = 2.5
k = f(h) = 1(2.5)² + (-5)(2.5) + 6 = -0.25
Vertex form: y = (x - 2.5)² + -0.25
Additional Properties
About This Tool
The Quadratic Formula Calculator solves any quadratic equation of the form ax² + bx + c = 0 using the quadratic formula. It provides both roots, the discriminant, vertex coordinates, a step-by-step solution, and a visual graph of the parabola. This tool is essential for algebra students, engineers, and anyone working with polynomial equations.
The Quadratic Formula
The quadratic formula x = (-b ± √(b² - 4ac)) / 2a works for every quadratic equation, regardless of whether the roots are rational, irrational, or complex. The ± symbol means you calculate twice: once with addition and once with subtraction, giving you both solutions. This formula was known to ancient Babylonian, Indian, and Persian mathematicians, though the modern notation developed in the 17th century.
Understanding the Discriminant
The discriminant D = b² - 4ac determines the nature of the solutions without actually solving the equation. If D is greater than 0, you get two distinct real roots and the parabola crosses the x-axis at two points. If D equals 0, you get one repeated root (the parabola touches the x-axis at its vertex). If D is less than 0, there are no real roots; instead you get two complex conjugate roots, and the parabola does not cross the x-axis.
Vertex Form and Graphing
Every quadratic can be written in vertex form: y = a(x - h)² + k, where (h, k) is the vertex of the parabola. The vertex is the minimum point when a is greater than 0 (parabola opens upward) or the maximum when a is less than 0 (parabola opens downward). The axis of symmetry is the vertical line x = h. Converting to vertex form by completing the square is a fundamental algebraic technique.
Real-World Applications
Quadratic equations model projectile motion, optimization problems, revenue/cost analysis, area calculations, and many physical phenomena. When you throw a ball, its height over time follows a quadratic equation. When a business models profit as a function of price, the optimal price is at the vertex. Physics, engineering, economics, and computer graphics all rely heavily on quadratic equations.
Frequently Asked Questions
What does it mean when the discriminant is negative?
Can 'a' be zero in the quadratic formula?
How do I find the maximum or minimum value of a quadratic?
What are complex roots and when do they occur?
Is there a method to solve quadratics without the formula?
You might also like
Was this tool helpful?