
My experience with the quadratic formula in school was mostly memorisation without understanding — and it was only years later that I understood what it was actually for.
The quadratic formula. That long square-root-containing expression from secondary school maths that reliably caused confusion. The good news: it's not actually hard once someone explains it properly. And it solves problems that appear in physics, engineering, economics, and construction — anywhere a relationship involves a squared term.
What Is a Quadratic Equation?
Any equation in the form ax² + bx + c = 0 where a ≠ 0. The squared term (x²) makes it "quadratic." Examples: x² − 5x + 6 = 0 or 2x² + 3x − 2 = 0. The solutions (called roots) are x-values that make the equation true. For related arithmetic our percentage calculator handles the simpler linear maths; for quadratics, use the formula below.
The Formula
x = (−b ± √(b² − 4ac)) ÷ 2a
The ± gives two solutions — one with addition, one with subtraction. A parabola (the curve a quadratic describes) typically crosses the x-axis at two points. Check your working with our grade calculator when applying this to academic problems.
Step-by-Step Example
Solve: x² − 5x + 6 = 0. Here a=1, b=−5, c=6.
- b² = (−5)² = 25
- 4ac = 4 × 1 × 6 = 24
- Discriminant (b² − 4ac) = 25 − 24 = 1
- √1 = 1
- x = (5 + 1) ÷ 2 = 3 and x = (5 − 1) ÷ 2 = 2
Check: 3² − 15 + 6 = 0 ✓ and 2² − 10 + 6 = 0 ✓
The Discriminant Tells You How Many Solutions
- b² − 4ac > 0: two distinct real solutions (parabola crosses x-axis twice)
- b² − 4ac = 0: one repeated solution (parabola just touches x-axis)
- b² − 4ac < 0: no real solutions (parabola doesn't reach x-axis)
When to Use the Formula
Three methods exist: factoring, completing the square, and the quadratic formula. The formula always works — the others only work in certain cases. When in doubt, always use the formula. It's slightly slower but never fails.
Real-World Applications
- Projectile motion: "when does the ball land?" involves a quadratic (gravity creates the squared term)
- Revenue optimisation: finding the price that maximises revenue when demand changes with price
- Construction: area constraints with a path of uniform width around a garden produce quadratics
- Physics: kinetic energy, distance under constant acceleration
A ball thrown upward: h = −5t² + 20t. When h=0? Solutions: t=0 (thrown) and t=4 seconds (lands). Clean, precise, and genuinely useful.
Further reading: Khan Academy's comprehensive quadratic unit includes worked examples and practice. Practice quadratic equations at Khan Academy.
What Makes an Equation Quadratic
A quadratic equation is any equation of the form ax² + bx + c = 0, where a is not zero. The defining feature is the squared term — x². When a = 0, the squared term disappears and the equation becomes linear. The quadratic formula solves for the value or values of x that satisfy the equation. It works for every quadratic, including those that cannot be factorised cleanly.
The Formula and How to Apply It
The quadratic formula is: x = (−b ± √(b² − 4ac)) / 2a. To use it, identify a, b, and c from your equation, substitute into the formula, and evaluate. The ± symbol means there are usually two solutions — one using addition and one using subtraction. For the equation x² + 5x + 6 = 0: a = 1, b = 5, c = 6. Substituting: x = (−5 ± √(25 − 24)) / 2 = (−5 ± √1) / 2 = (−5 ± 1) / 2. Solutions: x = −2 or x = −3. These are the two values of x that make the equation equal zero.
The Discriminant: Predicting the Number of Solutions
The part under the square root sign — b² − 4ac — is called the discriminant. If it is positive, there are two real solutions. If it is zero, there is exactly one solution (the parabola just touches the x-axis). If it is negative, there are no real solutions — the parabola does not cross the x-axis at all. Checking the discriminant before calculating the full formula tells you what to expect and catches equations with no real solutions before you attempt the square root of a negative number.
Real-World Applications
Quadratic equations appear in projectile motion (the arc of a thrown ball), in calculating the dimensions of rectangular spaces from a known area and perimeter constraint, and in economics when optimising revenue or cost functions that have squared terms. They also appear in physics problems involving uniform acceleration and in financial modelling for compound growth over time. The formula itself is not taught for its own sake — it is the tool that solves a category of problem that appears constantly in applied mathematics.
