Four methods cover every quadratic equation in practice. Two are universal — completing the square and the quadratic formula always work. Two depend on the equation's specific structure: factoring needs a clean rational decomposition, and Vieta's inspection needs roots simple enough to spot. The table below summarizes when to reach for each, whether it is universal, and what insight each one produces beyond the solution itself.
| Method |
When to use |
Universal? |
Notes |
| Factoring |
when the quadratic factors over the rationals |
✗ |
fastest when applicable; uses the zero-product property |
| Completing the square |
always |
✓ |
conceptual root; produces the quadratic formula in the general case |
| Quadratic formula |
always |
✓ |
direct substitution; surfaces the discriminant explicitly |
| Vieta's / inspection |
when integer roots are visible from sum and product |
✗ |
guess two numbers with sum −b ⁄ a and product c ⁄ a; only practical when roots are simple |