What is the Quadratic Formula?
The Quadratic Formula is a mathematical theorem used in algebra to find the solutions (also known as "roots" or "x-intercepts") of a quadratic equation. A quadratic equation is any polynomial equation of the second degree, which simply means it contains at least one squared term (x²).
The standard form of a quadratic equation looks like this: ax² + bx + c = 0.
The Formula
To find the values of x, you plug the coefficients (a, b, and c) into the legendary formula:
Understanding the Discriminant (Δ)
The portion of the formula under the square root, b² - 4ac, is called the Discriminant. It is incredibly useful because it tells you exactly what kind of answers you are going to get before you even finish the math:
- If positive (> 0): The equation has two distinct real roots. The parabola crosses the x-axis exactly twice.
- If exactly zero (= 0): The equation has exactly one real root. The very tip (vertex) of the parabola perfectly touches the x-axis.
- If negative (< 0): The equation has two complex (imaginary) roots. The parabola hovers above or below the x-axis and never actually crosses it. Our calculator will output these answers with an "i" to represent the imaginary number.
Frequently Asked Questions (FAQ)
1. What if 'a' is zero?
If the 'a' variable is 0, then the equation is no longer quadratic; it becomes a linear equation (bx + c = 0). The quadratic formula requires that 'a' does not equal zero, as dividing by 2a would result in a divide-by-zero error.
2. What is the Vertex?
The vertex is the highest or lowest point on the parabola created by the quadratic equation. If 'a' is positive, the parabola opens upward, making the vertex a minimum point. If 'a' is negative, it opens downward, making the vertex a maximum point. The x-coordinate of the vertex is found using -b / 2a.