4.4 Quadratic Equations, Factoring, and the Quadratic Formula

Key Takeaways

  • The standard form of a quadratic equation is $ax^2 + bx + c = 0$.
  • The zero-product property states if $A \cdot B = 0$, then $A = 0$ or $B = 0$.
  • Completing the square requires adding $(b/2)^2$ to both sides.
  • The quadratic formula is $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$.
  • The discriminant $b^2 - 4ac$ reveals the root types: $>0$ (2 real), $=0$ (1 real), $<0$ (2 complex).
Last updated: July 2026

Quadratic Equations, Factoring, and the Quadratic Formula

Moving beyond linear equations, we encounter polynomials of degree two. A quadratic equation is a second-degree polynomial equation. The standard form of a quadratic equation is $ax^2 + bx + c = 0$, where $a$, $b$, and $c$ are constants, and $a \neq 0$. The graph of a quadratic function is a U-shaped curve called a parabola. Solving a quadratic equation means finding the $x$-intercepts (also called roots or zeros) of this parabola.

Solving by Factoring

Factoring is often the fastest method to solve a quadratic equation, provided the polynomial is easily factorable.

The Zero-Product Property

The zero-product property is the theoretical foundation of solving by factoring. It states that if the product of two quantities is zero ($A \cdot B = 0$), then at least one of the quantities must be zero ($A = 0$ or $B = 0$).

Types of Factoring

  1. Simple Trinomials ($x^2 + bx + c$): When $a = 1$, find two numbers that multiply to $c$ and add to $b$. Example: $x^2 + 5x + 6 = 0$. The numbers $2$ and $3$ multiply to $6$ and add to $5$. Factored form: $(x + 2)(x + 3) = 0$. By the zero-product property, $x = -2$ or $x = -3$.
  2. Complex Trinomials ($ax^2 + bx + c$): When $a \neq 1$, methods like "ac-method" or factoring by grouping are required.
  3. Difference of Squares: An expression in the form $a^2 - b^2$ always factors to $(a - b)(a + b)$. Example: $x^2 - 49 = 0 \rightarrow (x - 7)(x + 7) = 0 \rightarrow x = 7, x = -7$.
  4. Perfect Square Trinomials: Expressions in the form $a^2 + 2ab + b^2$ factor to $(a + b)^2$. Expressions like $a^2 - 2ab + b^2$ factor to $(a - b)^2$.

Solving by Completing the Square

Completing the square is a method used to convert a standard quadratic equation into a perfect square trinomial, allowing for solving via square roots. This method works for all quadratic equations.

  1. Ensure $a = 1$. If not, divide the entire equation by $a$.
  2. Move the constant term $c$ to the right side of the equation.
  3. Take half of the $b$ coefficient, square it, and add that value to both sides of the equation: $(b/2)^2$.
  4. Factor the left side as a perfect square binomial.
  5. Take the square root of both sides (remembering the $\pm$ sign) and isolate $x$.

The Quadratic Formula

The quadratic formula is derived from completing the square on the standard form equation. It is a universal tool that can solve absolutely any quadratic equation.

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

To use it, simply identify $a$, $b$, and $c$ from the standard form equation and carefully substitute them into the formula. Pay close attention to negative signs during substitution to avoid arithmetic errors.

Discriminant Analysis

Inside the square root of the quadratic formula lies the expression $b^2 - 4ac$. This is called the discriminant. Without having to solve the entire equation, calculating the discriminant allows you to determine the exact number and type of roots the quadratic equation possesses.

  • If $b^2 - 4ac > 0$ (Positive): The equation has two distinct real roots. The parabola crosses the x-axis twice.
  • If $b^2 - 4ac = 0$ (Zero): The equation has one real double root. The parabola's vertex rests perfectly on the x-axis.
  • If $b^2 - 4ac < 0$ (Negative): The equation has two complex (non-real) roots. The parabola never touches the x-axis, floating above or below it entirely.

Detailed Worked Example: Completing the Square

Let's walk through solving a quadratic equation by completing the square, step-by-step. Consider the equation: $2x^2 + 12x - 14 = 0$

Step 1: Divide by $a$ (which is $2$) to make the leading coefficient $1$. $x^2 + 6x - 7 = 0$

Step 2: Move the constant term to the other side. $x^2 + 6x = 7$

Step 3: Take half of $b$ ($6/2 = 3$), square it ($3^2 = 9$), and add it to both sides. $x^2 + 6x + 9 = 7 + 9$ $x^2 + 6x + 9 = 16$

Step 4: Factor the left side as a perfect square binomial. $(x + 3)^2 = 16$

Step 5: Take the square root of both sides. $x + 3 = \pm \sqrt{16}$ $x + 3 = \pm 4$

Step 6: Solve for $x$. $x = -3 \pm 4$ So, $x = 1$ or $x = -7$.

Teaching Scenario: Analyzing Student Errors with the Quadratic Formula

When using the quadratic formula $x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$, students frequently make a critical error when calculating the discriminant $b^2 - 4ac$, especially when $b$ is negative. For example, in the equation $x^2 - 5x + 6 = 0$, $b = -5$. A student might incorrectly write $-5^2 - 4(1)(6)$ and evaluate $-5^2$ as $-25$, leading to a negative discriminant and an incorrect conclusion of complex roots. Teachers must rigorously enforce the use of parentheses when substituting negative numbers: $(-5)^2 = 25$. Another common error is applying the division by $2a$ only to the discriminant part, writing $-b \pm \frac{\sqrt{b^2 - 4ac}}{2a}$. Remind students that the entire numerator is divided by $2a$.

Step-by-Step Derivation of the Quadratic Formula

The quadratic formula is not just magic; it is derived by completing the square on the general quadratic equation $ax^2 + bx + c = 0$.

Step 1: Divide by $a$. $x^2 + \frac{b}{a}x + \frac{c}{a} = 0$

Step 2: Move the constant term. $x^2 + \frac{b}{a}x = -\frac{c}{a}$

Step 3: Add the square of half the $x$-coefficient, which is $(\frac{b}{2a})^2 = \frac{b^2}{4a^2}$. $x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = \frac{b^2}{4a^2} - \frac{c}{a}$

Step 4: Find a common denominator on the right side. $x^2 + \frac{b}{a}x + \frac{b^2}{4a^2} = \frac{b^2 - 4ac}{4a^2}$

Step 5: Factor the left side. $(x + \frac{b}{2a})^2 = \frac{b^2 - 4ac}{4a^2}$

Step 6: Take the square root of both sides. $x + \frac{b}{2a} = \pm \sqrt{\frac{b^2 - 4ac}{4a^2}} = \frac{\pm \sqrt{b^2 - 4ac}}{2a}$

Step 7: Isolate $x$. $x = -\frac{b}{2a} \pm \frac{\sqrt{b^2 - 4ac}}{2a} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$ This derivation shows the beautiful consistency of algebra!

Applications of Quadratics: Projectile Motion

Quadratic functions perfectly model the trajectory of a projectile under the influence of gravity. The general height equation is $h(t) = -16t^2 + v_0t + h_0$, where $t$ is time in seconds, $v_0$ is the initial vertical velocity in ft/s, and $h_0$ is the initial height in feet. For instance, if a ball is thrown upwards from 5 feet at 40 ft/s, the height is $h(t) = -16t^2 + 40t + 5$. To find when the ball hits the ground, we set $h(t) = 0$ and solve using the quadratic formula.

The Axis of Symmetry and the Vertex

The x-coordinate of the vertex of a parabola can be found using the first part of the quadratic formula: $x = \frac{-b}{2a}$. This vertical line is the axis of symmetry. Substituting this $x$-value back into the function gives the maximum or minimum value (y-coordinate) of the parabola.

Test Your Knowledge

Use the discriminant to determine the number and type of roots for the equation 3x^2 - 4x + 5 = 0.

A
B
C
D
Test Your Knowledge

Factor the perfect square trinomial completely: 4x^2 + 12x + 9

A
B
C
D
Test Your Knowledge

Solve the quadratic equation by factoring: x^2 - 5x - 24 = 0

A
B
C
D
Test Your Knowledge

What specific value must be added to x^2 - 14x in order to complete the square?

A
B
C
D