🔍

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

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.