Quadratic equations are the gateway from arithmetic to higher mathematics. Whether you are revising for a high-school exam, picking up algebra after a long break, or just trying to help your kid with homework tonight, mastering quadratics is one of the highest-leverage skills you can build. This guide walks through the three standard solving techniques, when to choose each, and the most common pitfalls — illustrated with worked examples you can verify in our free Quadratic Equation Calculator.
What is a quadratic equation?
A quadratic equation is any equation that can be rearranged into the standard form
where , , and are constants and . The graph is always a parabola — opening upward when , downward when . The solutions (also called roots or zeros) are the x-values where the parabola crosses the x-axis.
A quadratic can have 0, 1, or 2 real solutions. The number is determined by the discriminant:
| Solutions | |
|---|---|
| Two distinct real roots | |
| One repeated real root (a "double root") | |
| Two complex conjugate roots |
Method 1: The quadratic formula
The quadratic formula always works — even when the coefficients are ugly fractions or irrationals. Memorise it once and you have a guaranteed solver:
Worked example
Solve .
- Identify , , .
- Compute the discriminant: .
- Plug into the formula: .
- Two roots: and .
The formula doubles as a sanity check on factoring — if you suspect a factoring is wrong, plug , , in and compare.
Method 2: Factoring
When the coefficients are small integers, factoring is faster and more revealing. Look for two numbers that multiply to and add to :
Worked example
Solve .
- Find two numbers that multiply to and add to : those are and .
- Factor: .
- Set each factor to zero: or .
If no integer pair works, factoring is the wrong tool — switch to the quadratic formula.
Method 3: Completing the square
Completing the square is the slowest of the three for plug-and-chug, but it is conceptually the most important — it is how the quadratic formula is derived, and it shows up again in calculus, conic sections, and Gaussian integrals.
The procedure for monic quadratics ():
- Move the constant to the right side: .
- Add to both sides: .
- The left side is now .
- Take the square root: .
- Solve for .
For , divide through by first.
Choosing a method
| Situation | Best method |
|---|---|
| Small integer coefficients | Factoring |
| Need a guaranteed answer | Quadratic formula |
| Need vertex form / calculus follow-up | Completing the square |
| Verifying someone else's work | Quadratic formula (independent check) |
Common mistakes
- Forgetting that : with the equation collapses to linear; the quadratic formula divides by and explodes.
- Sign errors in : when is negative, is positive. Bracket the substitution carefully.
- Dropping the : the formula gives two solutions. Forgetting one is the single most common error in homework.
- Not simplifying radicals: , not "approximately 7.07". Teachers care.
- Dividing wrong: the entire numerator divides by , not just the radical part.
Beyond solving: where quadratics show up
The quadratic equation is not a homework artefact — it appears throughout science:
- Projectile motion: vertical position is quadratic in time, .
- Optimisation: maximum / minimum problems with one variable often reduce to a quadratic via calculus or completing the square.
- Quantum mechanics: the harmonic oscillator's energy levels rest on a quadratic potential.
- Finance: compound interest equations and certain option-pricing formulas reduce to quadratics.
When you internalise quadratics, you are not just passing one chapter — you are unlocking dozens of downstream models.
Try it yourself
Type any quadratic into our free Quadratic Equation Calculator and you'll get the same step-by-step breakdown shown above, instantly. No signup required.
For related topics, see also:
- Factoring Calculator — when factoring needs a deeper look
- System of Equations Solver — when quadratics show up in pairs
- Polynomial Equation Solver — for cubic and higher degrees