What Is a Quadratic Equation?
A quadratic equation is a polynomial equation of degree 2, meaning the highest power of the variable is 2. The standard form is:
Quadratic equations appear throughout mathematics, physics, engineering, and economics. They model projectile motion (the path of a ball), the area of a rectangle given its perimeter, profit maximisation in business, and the behaviour of electrical circuits.
The Discriminant: How Many Solutions?
Before choosing a solving method, the discriminant tells you what kind of solutions to expect:
For example, x² − 5x + 6: D = 25 − 24 = 1 > 0 → two real roots. For x² + 1 = 0: D = 0 − 4 = −4 < 0 → complex roots only.
Method 1: Factoring
Factoring is the fastest method when it works. The goal is to rewrite ax² + bx + c as a product of two linear factors (px + q)(rx + s). Setting each factor to zero gives the roots.
When to use: When the coefficients are small integers and the discriminant is a perfect square. Not reliable for equations with irrational or complex roots.
Factoring Example, x² − 5x + 6 = 0
Factoring Example, 2x² + 5x − 3 = 0 (a ≠ 1)
Method 2: Completing the Square
Completing the square transforms the equation into the form (x + p)² = q, which can be solved by taking a square root. This method always works and is the foundation for deriving the quadratic formula.
When to use: When factoring fails but you want to understand the vertex form of the parabola, or when deriving the vertex (h, k) from y = ax² + bx + c.
Completing the Square, x² + 6x − 7 = 0
Completing the Square with a ≠ 1, 2x² − 8x + 3 = 0
Method 3: The Quadratic Formula
The quadratic formula works for every quadratic equation without exception. It is derived by completing the square on the general form ax² + bx + c = 0:
When to use: Always, especially when factoring is not obvious or when coefficients are large, fractional, or irrational.
Quadratic Formula Example 1, 3x² − 4x − 5 = 0
Quadratic Formula Example 2, Complex Roots: x² + 4x + 5 = 0
Choosing the Right Method
| Situation | Best method |
|---|---|
| Small integer coefficients, D is a perfect square | Factoring, fastest |
| Need vertex form or graph insight | Completing the square |
| Any equation, especially irrational or complex roots | Quadratic formula, always works |
| D < 0 (complex roots needed) | Quadratic formula |
| Approximate numerical answer acceptable | Quadratic formula or a calculator |
Vieta's Formulas: A Quick Sanity Check
For a quadratic x² + bx + c = 0 with roots x₁ and x₂, Vieta's formulas let you verify your answers without substituting back into the equation: