Quadratic Equation Calculator
Solve quadratic equations ax^2 + bx + c = 0. Get solutions, discriminant, vertex, and parabola properties.
Cannot be zero
What is a quadratic equation?
A quadratic equation has the form ax^2 + bx + c = 0, where a != 0. The highest power of x is 2 (squared). Examples: x^2 - 5x + 6 = 0, 2x^2 + 3x - 2 = 0. Graphs as a parabola. Has 0, 1, or 2 real solutions depending on the discriminant.
How do I solve a quadratic equation?
Three main methods: 1) Quadratic formula: x = (-b +- sqrt(b^2 - 4ac)) / 2a (works always). 2) Factoring: (x - p)(x - q) = 0 (if factorable). 3) Completing the square. The quadratic formula is most reliable and works for all quadratic equations.
What is the discriminant and what does it tell us?
Discriminant = b^2 - 4ac. Determines number and type of solutions: If > 0: two different real solutions. If = 0: one repeated real solution (touches x-axis once). If < 0: two complex (imaginary) solutions, no real solutions (doesn't cross x-axis).
What are the vertex and axis of symmetry?
Vertex is the parabola's highest or lowest point. Axis of symmetry is the vertical line through the vertex. Formulas: Axis of symmetry: x = -b/2a. Vertex: (-b/2a, f(-b/2a)). If a > 0, parabola opens up (minimum). If a < 0, opens down (maximum).
What are real-world uses of quadratic equations?
Physics: projectile motion, falling objects. Engineering: bridge arches, satellite dishes. Business: profit maximization, break-even analysis. Computer graphics: curves and animation. Sports: ball trajectories. Economics: supply/demand optimization. Any scenario with squared relationships.