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:
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$.
- Divide by $a$: $x^2 + \frac{b}{a}x + \frac{c}{a} = 0$.
- Move constant term to right side: $x^2 + \frac{b}{a}x = -\frac{c}{a}$.
- 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}$$ - Factor the left side as a perfect square:
$$\left(x + \frac{b}{2a}\right)^2 = \frac{b^2 - 4ac}{4a^2}$$ - Take the square root of both sides:
$$x + \frac{b}{2a} = \frac{\pm \sqrt{b^2 - 4ac}}{2a}$$ - 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.
4. Factoring vs. Quadratic Formula: When to Use Which?
Students often wonder when to factor and when to apply the formula:
- Use Factoring when: $a = 1$ and you can quickly spot two factors of $c$ that add up to $b$. Example: $x^2 - 5x + 6 = 0 \implies (x-2)(x-3) = 0$.
- Use Quadratic Formula when: $a > 1$, or $b^2 - 4ac$ is not a perfect square, or decimal/fractional coefficients make factoring tedious. The formula guarantees 100% accuracy every single time.
Instant verification is available using our Free Quadratic Formula Solver with complete step-by-step breakdowns.
5. Worked Solutions (Real & Complex Roots)
Solve: $2x^2 + 5x - 3 = 0$.
Solution Steps:
- Identify coefficients: $a = 2$, $b = 5$, $c = -3$.
- Calculate Discriminant: $\Delta = 5^2 - 4(2)(-3) = 25 + 24 = 49$. Since $\Delta > 0$, we have 2 real rational roots.
- Apply formula: $x = \frac{-5 \pm \sqrt{49}}{2(2)} = \frac{-5 \pm 7}{4}$.
- Root 1: $x_1 = \frac{-5 + 7}{4} = \frac{2}{4} = \frac{1}{2}$.
- Root 2: $x_2 = \frac{-5 - 7}{4} = \frac{-12}{4} = -3$.
Answer: $x = 1/2$ and $x = -3$.
Solve: $x^2 - 4x + 13 = 0$.
Solution Steps:
- Identify coefficients: $a = 1$, $b = -4$, $c = 13$.
- Calculate Discriminant: $\Delta = (-4)^2 - 4(1)(13) = 16 - 52 = -36$.
- Since $\Delta < 0$, roots are complex: $\sqrt{-36} = 6i$.
- 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:
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