Home / Blog / Algebra
Algebra & Polynomials

Quadratic Formula Secrets: Derivation, Discriminant & Mastery

The quadratic formula is one of the most celebrated equations in algebra. Able to solve any second-degree polynomial equation $ax^2 + bx + c = 0$, it is an indispensable tool for physics, engineering, computer science, and standardized testing. In this comprehensive guide, we unlock the secret mechanics, proof by completing the square, discriminant properties, and step-by-step problem-solving tactics.

Every quadratic equation describes a parabola in the Cartesian plane. The standard form representation is:

Standard Form: ax² + bx + c = 0 (where a ≠ 0)

Here, $a$ is the quadratic coefficient, $b$ is the linear coefficient, and $c$ is the constant term. The sign of $a$ dictates the orientation of the parabola: if $a > 0$, the parabola opens upwards; if $a < 0$, it opens downwards.

2. Step-by-Step Proof by Completing the Square

Where does the quadratic formula come from? It is not magic—it is the algebraic result of completing the square on the general equation $ax^2 + bx + c = 0$.

  1. Divide by $a$: $x^2 + \frac{b}{a}x + \frac{c}{a} = 0$.
  2. Move constant term to right side: $x^2 + \frac{b}{a}x = -\frac{c}{a}$.
  3. Complete the square: Add $\left(\frac{b}{2a}\right)^2 = \frac{b^2}{4a^2}$ to both sides:
    $$x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = \frac{b^2}{4a^2} - \frac{c}{a}$$
  4. Factor the left side as a perfect square:
    $$\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}$$
  5. Take the square root of both sides:
    $$x + \frac{b}{2a} = \frac{\pm \sqrt{b^2 - 4ac}}{2a}$$
  6. Isolate $x$:
    $$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$

3. The Power of the Discriminant (b² - 4ac)

The expression underneath the radical, $\Delta = b^2 - 4ac$, is called the discriminant. It reveals the nature and count of the equation's roots without needing to compute the entire formula.

• Discriminant Formula: Δ = b² - 4ac 1. Δ > 0 (Positive & Perfect Square): 2 rational real roots. 2. Δ > 0 (Positive & Non-Square): 2 irrational real roots. 3. Δ = 0 (Zero): Exactly 1 real root (repeated/double root). 4. Δ < 0 (Negative): 0 real roots (2 complex conjugate roots: a ± bi).

4. Factoring vs. Quadratic Formula: When to Use Which?

Students often wonder when to factor and when to apply the formula:

Instant verification is available using our Free Quadratic Formula Solver with complete step-by-step breakdowns.

5. Worked Solutions (Real & Complex Roots)

Worked Example 1: Real Roots

Solve: $2x^2 + 5x - 3 = 0$.

Solution Steps:

  1. Identify coefficients: $a = 2$, $b = 5$, $c = -3$.
  2. Calculate Discriminant: $\Delta = 5^2 - 4(2)(-3) = 25 + 24 = 49$. Since $\Delta > 0$, we have 2 real rational roots.
  3. Apply formula: $x = \frac{-5 \pm \sqrt{49}}{2(2)} = \frac{-5 \pm 7}{4}$.
  4. Root 1: $x_1 = \frac{-5 + 7}{4} = \frac{2}{4} = \frac{1}{2}$.
  5. Root 2: $x_2 = \frac{-5 - 7}{4} = \frac{-12}{4} = -3$.

Answer: $x = 1/2$ and $x = -3$.

Worked Example 2: Complex Conjugate Roots

Solve: $x^2 - 4x + 13 = 0$.

Solution Steps:

  1. Identify coefficients: $a = 1$, $b = -4$, $c = 13$.
  2. Calculate Discriminant: $\Delta = (-4)^2 - 4(1)(13) = 16 - 52 = -36$.
  3. Since $\Delta < 0$, roots are complex: $\sqrt{-36} = 6i$.
  4. Apply formula: $x = \frac{-(-4) \pm 6i}{2(1)} = \frac{4 \pm 6i}{2} = 2 \pm 3i$.

Answer: $x = 2 + 3i$ and $x = 2 - 3i$.

6. Converting to Vertex Form & Finding Symmetry

The vertex $(h, k)$ represents the maximum or minimum turning point of the parabola. The axis of symmetry passes directly through the vertex:

• Axis of Symmetry: x = -b / (2a) • Vertex x-coordinate (h): h = -b / (2a) • Vertex y-coordinate (k): k = f(h) = c - (b² / 4a)

Solve Quadratic Equations Instantly

Input any quadratic equation $ax^2 + bx + c = 0$ into our solver to generate graph plots, exact roots, and step-by-step explanations.

Open Quadratic Solver

7. Frequently Asked Questions (FAQs)

What is the quadratic formula?
The quadratic formula is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$. It provides the exact solutions for any quadratic equation in standard form $ax^2 + bx + c = 0$.
What does a negative discriminant mean?
When the discriminant ($b^2 - 4ac$) is less than zero, the quadratic equation has zero real roots and two complex conjugate solutions involving the imaginary unit $i = \sqrt{-1}$.
Should I factor or use the quadratic formula?
Factoring is faster if the roots are simple integers. However, the quadratic formula ALWAYS works for every quadratic equation, including those with fractional, irrational, or complex roots.