Quadratic Equation
Solve ax² + bx + c = 0
About Quadratic Equation
A quadratic equation is any equation of the form ax² + bx + c = 0 where a ≠ 0. The quadratic formula — x = (−b ± √(b² − 4ac)) ÷ 2a — gives you both roots in one shot, regardless of whether the equation factors cleanly. The Toolenza solver runs the formula and also reports the discriminant, the vertex, and whether the roots are real, repeated, or complex.
The discriminant tells you the shape of the answer
The quantity Δ = b² − 4ac under the square root determines the nature of the roots before you even compute them:
- Δ > 0 — two distinct real roots. The parabola crosses the x-axis at two points.
- Δ = 0 — one repeated root at x = −b ÷ 2a. The parabola is tangent to the x-axis.
- Δ < 0 — two complex roots (conjugate pair). The parabola never crosses the x-axis. In school you stop here; in engineering / signal processing the complex roots are still useful.
Where quadratics actually show up
- Projectile motion — the height of a thrown object follows h(t) = −½gt² + v₀t + h₀, a quadratic in t. Setting h(t) = 0 gives the time the projectile hits the ground.
- Optimisation — break-even analysis, max-profit problems, surface-area-to-volume ratios. Whenever a relationship has a squared term, finding the maximum or minimum is a quadratic problem; the vertex (at x = −b ÷ 2a) is the answer.
- Geometry — diagonals of rectangles, intersections of circles and lines, parabolic dish design.
- Physics homework — kinematics under constant acceleration is the textbook reason this formula gets memorised in the first place.
Pitfalls
The formula assumes a ≠ 0. If a = 0 you don't have a quadratic — you have the linear equation bx + c = 0 with solution x = −c ÷ b. The calculator detects this case and switches solvers automatically.
Frequently asked questions
Δ = b² - 4ac. Positive: two real roots. Zero: one repeated root. Negative: two complex (imaginary) roots.
It's no longer quadratic — it becomes the linear equation bx + c = 0 with solution x = -c/b. The calculator detects this case.
A parabola can cross the x-axis at up to two points; both x-values where y = 0 are roots. A double root means the parabola is tangent to the axis.
The parabola's minimum or maximum, at x = -b/(2a). The calculator returns it for graph-sketching.
Embed this tool on your site
Drop a one-line iframe snippet into any blog, lesson plan, or knowledge base. Powered-by-Toolenza link included.
Embed this tool
Paste this snippet into any HTML page. The tool runs entirely in your reader's browser.
Related tools
Quadratic Equation
No reviews yet — be the first to share your thoughts.
- No reviews yet — be the first to share your thoughts.