🔍

Quadratic Calculator

Solve quadratic equations (ax² + bx + c = 0) with step-by-step solutions, discriminant analysis, and graph visualization.

Solution Results

Discriminant (Δ) 0
Nature of Roots -

Roots (Solutions)

x₁ -
x₂ -

Additional Information

Vertex (h, k) -
Axis of Symmetry -
y-intercept -

Step-by-Step Solution

How to Use the Quadratic Calculator

  1. Enter the coefficient 'a' for x² (must not be zero).
  2. Enter the coefficient 'b' for x.
  3. Enter the constant term 'c'.
  4. Click "Solve Equation" to get the roots and analysis.
  5. Review the step-by-step solution and graph information.

Formula Used

Quadratic Formula: x = (-b ± √(b² - 4ac)) / 2a

Discriminant: Δ = b² - 4ac

Vertex: h = -b/(2a), k = f(h)

Axis of Symmetry: x = -b/(2a)

Nature of Roots based on Discriminant:

  • Δ > 0: Two distinct real roots
  • Δ = 0: One real root (repeated)
  • Δ < 0: Two complex conjugate roots

Where Quadratic Equations Actually Show Up Outside Algebra Class

Quadratic equations (ax² + bx + c = 0) describe projectile motion - the path a thrown ball, a launched rocket, or a fired arrow follows under gravity is a parabola, which is exactly why physics problems involving trajectory calculations rely on the quadratic formula. Engineers use quadratic equations to design parabolic reflectors (satellite dishes, headlight reflectors, solar concentrators), and business analysts use them to model revenue curves where profit depends on price in a way that isn't linear.

The quadratic formula (x = [-b ± √(b² - 4ac)] / 2a) always works, but it isn't always the fastest method - factoring works quickly when the equation factors cleanly, and completing the square is useful for deriving other results, but the quadratic formula is the reliable fallback that solves any quadratic equation regardless of whether it factors nicely.

What the Discriminant Actually Tells You

The part of the formula under the square root (b² - 4ac, called the discriminant) reveals the nature of the solutions before fully solving: a positive discriminant means two real solutions, zero means exactly one real solution (a repeated root), and a negative discriminant means the solutions are complex (involving imaginary numbers), which is a fast way to check what kind of answer to expect.

Frequently Asked Questions

What is a quadratic equation?

A quadratic equation is a second-degree polynomial equation in the form ax² + bx + c = 0, where a ≠ 0. It always has two solutions (roots), which may be real or complex numbers.

What is the discriminant?

The discriminant (Δ = b² - 4ac) determines the nature of the roots. If positive, there are two real roots. If zero, there's one repeated real root. If negative, the roots are complex numbers with imaginary parts.

What is the vertex of a parabola?

The vertex is the point where the parabola changes direction. For a quadratic in standard form, the vertex coordinates are (h, k) where h = -b/(2a) and k is the value of the function at h. It represents the maximum or minimum point.

How do I graph a quadratic equation?

To graph: find the vertex, plot the y-intercept (where x=0, y=c), find the x-intercepts (roots), plot a few additional points, and draw a smooth curve through them. The parabola opens upward if a>0 and downward if a<0.

What are complex roots?

Complex roots occur when the discriminant is negative. They are expressed in the form a ± bi, where i is the imaginary unit (√-1). Complex roots always come in conjugate pairs and represent points where the parabola doesn't intersect the x-axis.

What if the discriminant is negative?

A negative discriminant means the equation has no real solutions - the solutions are complex numbers involving imaginary components.

Does the quadratic formula always work?

Yes, the quadratic formula solves any quadratic equation, even ones that don't factor neatly, making it the most reliable general method.

What real-world situations use quadratic equations?

Projectile motion, parabolic reflector design, and certain revenue or profit modeling scenarios are common real-world applications.