If you look back far enough, you find Babylonian tablets from the time of King Hammurabi. Ancient mathematicians there already knew how to solve quadratic equations. The Egyptians? They apparently didn’t. Fast forward to Galileo. Now, these equations are essential for understanding accelerated motion, like a ball falling through a vacuum.
The standard form for a single variable is simple enough:
ax ² + bx + c = 0
Here, a, b, and c are constants. a cannot be zero. That constraint matters. If a were zero, the x ² term vanishes, and you are no longer dealing with a second-degree equation. This formula yields two roots. They might be identical. They might be different. The quadratic formula gives you the exact values:
x = (−b ± √(b ² − 4ac )) / 2a
The magic ingredient is hidden inside the square root. It is called the discriminant.
Why the Discriminant Matters
The discriminant is b ² − 4ac. It tells you everything about the nature of your roots without you having to do the full calculation.
If the discriminant is positive, you have two distinct real roots.
If it is zero, you have one repeated real root.
If it is negative, the roots are complex.
This isn’t just algebraic trivia. It has a visual meaning.
Plot the equation ax ² + bx + c = y on a graph. The result is a parabola. The real roots correspond to the x -coordinates where that curve crosses the x -axis. If the curve never touches the axis, the roots are imaginary. The discriminant predicts that touch point before you even draw the graph.
In three-dimensional Euclidean space, the shape expands. It becomes a parabolic cylindrical surface or a paraboloid. The math holds up in higher dimensions.
Moving Beyond One Variable
What happens when you introduce a second variable, y? The equation gets heavier.
ax ² + bxy + cy ² + dx + ey + f = 0
Now a, b, c, d, e, and f are all arbitrary constants. Crucially, a and c cannot be zero. You are no longer looking at a simple function of x. You are looking at a locus of points in two-dimensional space.
That locus is a conic section.
The shape depends on the discriminant, often symbolized by the Greek letter delta (Δ). The invariant b ² − 4ac remains the key. It determines whether you are looking at an ellipse, a parabola, or a hyperbola. Or a degenerate case where the conic collapses into lines or a point.
Quadric Surfaces in 3D
Add a third variable, z, and the complexity scales again.
General quadratic equations in x, y, and z generate surfaces known as quadrics. These include spheres, ellipsoids, and hyperboloids. They exist in Eu


















