Analyze the nature of roots, visualize the parabola, and derive exact solutions. Enter coefficients a, b, c from the quadratic equation ax² + bx + c = 0. Get discriminant, root classification, and interactive graph.
The discriminant (symbolized by the Greek letter Δ or simply D) is a powerful algebraic expression derived from the coefficients of a quadratic equation \(ax^2 + bx + c = 0\). Defined as \( \Delta = b^2 - 4ac \), it reveals the nature of the roots without completely solving the equation. This concept was refined by ancient Babylonian mathematicians, later formalized by Al-Khwarizmi, and is fundamental in modern algebra, physics, and engineering.
The discriminant also determines the parity of factoring over integers and appears in higher-degree polynomials (cubic, quartic). Our calculator not only computes Δ but also delivers exact root values, vertex coordinates, and a dynamic graph — turning abstract algebra into visual intuition.
The quadratic formula \( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \) directly embeds the discriminant under the radical. The sign of Δ decides if the square root is real (Δ ≥ 0) or imaginary (Δ < 0). Thus, the discriminant acts as a diagnostic tool: it differentiates between solvable real cases and complex ones.
Moreover, Δ is directly linked to the vertex and the axis of symmetry. The x-coordinate of the vertex is \( x_v = -\frac{b}{2a} \), and the y-coordinate is \( y_v = c - \frac{b^2}{4a} = -\frac{\Delta}{4a} \). This relationship shows that the discriminant influences how "steep" the parabola is relative to the x-axis.
| Discriminant (Δ) | Nature of Roots | Graph Behavior | Example (a,b,c) |
|---|---|---|---|
| Δ = 49 | Two real rational roots | Crosses x‑axis at two points | 1, -5, 6 → roots 2 & 3 |
| Δ = 0 | Double real root | Vertex touches x‑axis | 1, -6, 9 → root 3 only |
| Δ = -7 | Two complex conjugates | Never intersects x‑axis | 3, 2, 1 → roots = -1/3 ± i√2/3 |