Second-Degree Equations: The Quadratic Formula and Beyond
Learn to solve quadratic equations by the roots: identify the coefficients, calculate the discriminant, and apply the quadratic formula with confidence — or choose the fastest method for each case.
Renato Freitas
Updated on May 6, 2026
What sets a second-degree equation apart
A second-degree (quadratic) equation has the general form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0. The condition a ≠ 0 ensures the x² term does not vanish, keeping the equation genuinely quadratic. The coefficient b accompanies the first-degree term, and c is the constant term, independent of x. When b = 0 or c = 0 the equation is called incomplete, which usually allows faster solution methods.
Concrete situations produce quadratic equations with surprising frequency. If you know the perimeter of a rectangle and want to find its dimensions, you end up with a product of two factors that leads to the second degree. The same happens when modelling the height of a falling or launched object: physics provides a quadratic equation whose solutions indicate the instants at which the object reaches a given height — including the moment it hits the ground.
The key difference from first-degree equations is that the variable appears squared, creating the possibility of two distinct solutions. A first-degree equation has at most one root; a quadratic can have zero, one, or two real roots. That richness of cases makes studying the discriminant essential before any calculation.
🧮 Try it yourself — CalcSim
Want more features? Download CalcSim IA app
The discriminant Δ: the key to knowing how many solutions exist
The discriminant is defined as Δ = b² − 4ac. Calculated solely from the equation's coefficients, it reveals — without finishing the solution — how many real roots the equation has. It is the first thing to compute before applying any formula.
When Δ > 0, the equation has two distinct real roots. For example, x² − 5x + 6 = 0 has a = 1, b = −5, c = 6, so Δ = 25 − 24 = 1 > 0: two solutions exist. When Δ = 0, both roots coincide in a single value called a double root. This occurs in x² − 4x + 4 = 0, where Δ = 16 − 16 = 0 and the only root is x = 2. When Δ < 0, there are no real roots; the equation has solutions only in the complex numbers — in a high-school context this means the equation has no real solution.
Geometrically, the sign of Δ indicates how many times the parabola y = ax² + bx + c crosses the horizontal axis: twice (Δ > 0), exactly touches it (Δ = 0), or never crosses (Δ < 0). This visual helps you anticipate the result before any arithmetic.
The quadratic formula step by step
The quadratic formula gives the roots directly from the coefficients: x = (−b ± √Δ) / (2a). The ± sign means there are two expressions — one with addition and one with subtraction — corresponding to the two roots x₁ and x₂. The denominator 2a provides the correct scale; never divide by a alone or forget the factor 2.
Let us solve 2x² − 5x + 2 = 0 completely. We identify a = 2, b = −5, c = 2. We compute Δ = (−5)² − 4·2·2 = 25 − 16 = 9. Since Δ > 0, two roots exist. Applying the formula: x = (5 ± √9) / (2·2) = (5 ± 3) / 4. Therefore x₁ = (5 + 3)/4 = 8/4 = 2 and x₂ = (5 − 3)/4 = 2/4 = 1/2. Verification: 2(2)² − 5(2) + 2 = 8 − 10 + 2 = 0 ✓ and 2(1/2)² − 5(1/2) + 2 = 0.5 − 2.5 + 2 = 0 ✓.
- Step 1: identify the coefficients a, b, and c in the form ax² + bx + c = 0.
- Step 2: compute Δ = b² − 4ac and interpret its sign before proceeding.
- Step 3: if Δ ≥ 0, apply x = (−b ± √Δ) / (2a) to obtain x₁ and x₂.
- Step 4: simplify the resulting fractions where possible.
- Step 5: substitute each root into the original equation to confirm.
Other methods: factoring and special cases
When b = 0, the equation reduces to ax² + c = 0, which you solve by isolating x²: x² = −c/a. If −c/a is positive, x = ±√(−c/a); if negative, there are no real roots. This is much faster than the quadratic formula. Similarly, when c = 0, the equation ax² + bx = 0 factors as x(ax + b) = 0, giving x = 0 and x = −b/a immediately, without needing the discriminant.
For equations with easy integer roots, the sum-product method is elegant. If ax² + bx + c = 0 with a = 1, look for two numbers whose sum is −b and whose product is c. In x² − 7x + 12 = 0, we need two numbers that add to 7 and multiply to 12: those are 3 and 4. So x² − 7x + 12 = (x − 3)(x − 4) = 0, giving x = 3 and x = 4 almost instantly.
The quadratic formula is always correct, but not always the shortest path. When the coefficients are small and the roots seem to be integers or simple fractions, try factoring first. For equations with large or fractional coefficients, the quadratic formula is the safer choice. Knowing both methods and when to use each is what separates efficient problem-solving from unnecessarily long calculations.
Frequently asked questions
What happens when the discriminant is negative?
When Δ < 0, the equation has no real roots. In the complex numbers it has two roots, but in a high-school context we say the equation has no real solution. Geometrically, the corresponding parabola does not intersect the x-axis.
Do I always need to use the quadratic formula?
No. When c = 0, just factor x(ax + b) = 0; when b = 0, isolate x². For equations with obvious integer roots, the sum-product method is faster. The quadratic formula is the universal fallback, but not always the most efficient route.
How do I verify that my roots are correct?
Substitute each root into the original equation and check that the result is zero. You can also use Vieta's formulas: x₁ + x₂ = −b/a and x₁ · x₂ = c/a. If these relations do not hold, there is an error somewhere in your calculation.
What is an incomplete quadratic equation?
One in which b = 0 (the x-term is missing) or c = 0 (the constant term is missing). In these cases there are faster solution shortcuts than the quadratic formula, making the calculation simpler and quicker.
Was this article helpful?
Rate with stars to help us improve the content.
Sign in to rate this article.
Still have questions?
The AI Professor explains step by step
Ask a question in natural language and get a personalised explanation about Algebra — or any other topic.
Prefer to solve it on your phone?
Download the free app →Keep learning