📐 Quadratic Equation Calculator
Solve quadratic equations with step-by-step solutions
📝 Enter Coefficients
📚 Understanding Quadratic Equations
What is a Quadratic Equation?
A quadratic equation is a polynomial equation of degree 2, written in the standard form ax² + bx + c = 0, where a ≠ 0. The graph of a quadratic equation is a parabola that opens upward (if a > 0) or downward (if a < 0).
The Quadratic Formula
The quadratic formula provides the solutions to any quadratic equation:
The Discriminant
The discriminant (Δ = b² - 4ac) determines the nature of the solutions:
- Δ > 0: Two distinct real solutions (parabola crosses x-axis twice)
- Δ = 0: One repeated real solution (parabola touches x-axis once)
- Δ < 0: Two complex conjugate solutions (parabola doesn't cross x-axis)
Key Components
- Vertex: The turning point of the parabola at (-b/2a, f(-b/2a))
- Axis of Symmetry: The vertical line x = -b/2a
- Y-intercept: The point where the parabola crosses the y-axis at (0, c)
- Roots/Zeros: The x-values where the parabola crosses the x-axis
Applications
Quadratic equations are used in physics (projectile motion), engineering (optimization problems), economics (profit maximization), and many other fields where relationships involve squared terms.
❓ Frequently Asked Questions
What happens if coefficient 'a' is zero?
If a = 0, the equation is no longer quadratic but becomes linear (bx + c = 0). The quadratic formula requires a ≠ 0. A linear equation has at most one solution: x = -c/b.
How do I interpret complex solutions?
Complex solutions occur when the discriminant is negative. They appear as conjugate pairs (a + bi and a - bi) and indicate that the parabola doesn't intersect the x-axis. While not "real" in the geometric sense, complex solutions are important in advanced mathematics and engineering.
Can I solve quadratic equations by factoring?
Yes! If the quadratic can be factored into (px + q)(rx + s) = 0, you can find solutions by setting each factor to zero. However, not all quadratics factor nicely with integers, which is why the quadratic formula is universal and always works.
What is completing the square?
Completing the square is an algebraic method for solving quadratic equations by rewriting them in the form (x - h)² = k. This method is useful for finding the vertex form of a parabola and is actually how the quadratic formula is derived.
Why does the parabola open upward or downward?
The direction depends on the sign of coefficient 'a'. If a > 0, the parabola opens upward (U-shaped), creating a minimum point at the vertex. If a < 0, it opens downward (∩-shaped), creating a maximum point at the vertex.
How accurate is the quadratic formula?
The quadratic formula is mathematically exact and provides precise solutions. Any rounding you see in calculator results is due to decimal approximations of irrational numbers (like square roots). The formula itself is perfectly accurate for all quadratic equations.
What are real-world applications of quadratic equations?
Quadratic equations model projectile motion (throwing a ball), optimize business profits, calculate areas and dimensions, design parabolic antennas and reflectors, analyze electrical circuits, and solve problems in physics involving acceleration and velocity.