How to Solve a Quadratic Equation
This calculator solves equations in the form ax² + bx + c = 0 using the quadratic formula, showing the discriminant, solutions, and result type (real or complex).
The Quadratic Formula
The formula for finding solutions of a quadratic equation is:
x = (-b +/- sqrt(delta)) / 2a
where delta = b² - 4ac is the discriminant. This formula was formalized by the Indian mathematician Brahmagupta in the 7th century and refined by Arab mathematicians, particularly al-Khwarizmi in the 9th century.
The Role of the Discriminant
The discriminant delta completely determines the nature of the solutions:
- delta > 0: two distinct real solutions. The parabola intersects the x-axis at two points.
- delta = 0: two equal real solutions (a double root). The parabola is tangent to the x-axis.
- delta < 0: two complex conjugate solutions. The parabola does not intersect the x-axis.
Vieta's Formulas
The solutions x1 and x2 are connected to the coefficients by elegant relationships, discovered by French mathematician Francois Viete in the 16th century:
- x1 + x2 = -b/a (sum of solutions)
- x1 x x2 = c/a (product of solutions)
These relationships are useful for verifying results and solving inverse problems.
Practical Applications
Quadratic equations appear in many contexts: projectile motion in physics, profit maximization in economics, curve intersections in geometry, and arch design in engineering.