Quadratic equations generate more confusion than almost any other algebra topic. Here are the answers to the questions students ask most.
What is the discriminant and why does it matter?
The discriminant is Δ = b² − 4ac — the part under the square root in the quadratic formula.
| Δ Value | Root Type | What It Means for the Graph | |---------|-----------|---------------------------| | Δ > 0 (perfect square) | Two rational roots | Clean factoring possible | | Δ > 0 (not perfect square) | Two irrational roots | Need the formula | | Δ = 0 | One repeated root | Parabola touches x-axis | | Δ < 0 | Two complex roots | No x-intercepts |
Always check the discriminant first. It takes 10 seconds and tells you exactly what kind of answer to expect.
What are complex roots?
When Δ < 0, the square root of a negative number introduces the imaginary unit i = √(−1).
Example: x² + x + 1 = 0
- Δ = 1 − 4 = −3
- x = (−1 ± √(−3)) / 2 = (−1 ± i√3) / 2
- x₁ = −0.5 + 0.866i, x₂ = −0.5 − 0.866i
Complex roots always come in conjugate pairs: a + bi and a − bi.
Factoring vs. Quadratic Formula — when to use each?
| Method | When to Use | Speed | Limitation | |--------|------------|-------|-----------| | Factoring | Small integer coefficients, rational roots | Fast | Only works for "nice" equations | | Quadratic Formula | Always | Medium | None — it always works | | Completing the Square | When asked specifically | Slow | Tedious with fractions |
Practical strategy: Try factoring first (takes 30 seconds). If you can't see the factors quickly, use the formula. Don't waste exam time on factoring when the formula is guaranteed.
How do I find the vertex without graphing?
Vertex x = −b / (2a)
Then plug that x back into the original equation to get the y-coordinate.
Example: f(x) = 3x² − 12x + 5
- Vertex x = 12/6 = 2
- f(2) = 3(4) − 12(2) + 5 = 12 − 24 + 5 = −7
- Vertex: (2, −7) — a minimum since a = 3 > 0
What's the axis of symmetry?
It's the vertical line through the vertex: x = −b/2a.
The parabola is a mirror image on either side of this line. If one root is at x = 1 and the axis of symmetry is x = 4, the other root is at x = 7 (same distance from the axis, opposite side).
Common Quadratic Mistakes
| Mistake | Example | Fix | |---------|---------|-----| | Forgetting that a is negative | −x² + 4x = 0, a = 1 | a = −1, not 1 | | Sign error in formula | x = (b ± √Δ)/2a | x = (−b ± √Δ)/2a | | Wrong discriminant | b² − 4ac with b = −3 → 3² | b² = (−3)² = 9, not −9 | | Dividing only one term by 2a | (−b + √Δ) / 2 then − c | Entire numerator ÷ 2a |
The Trench Truth: The most common exam error is sign mistakes in the formula. When b is negative, −b becomes positive. When you plug in b = −5, the formula starts with −(−5) = +5. Write the substitution step explicitly: −b = −(−5) = 5. Don't do it in your head.
Related: Derivative Calculator · Square Root Calculator · Area Converter
Discussion
Loading comments...