Lesson 19

Deriving the Quadratic Formula

  • Let’s find out where the quadratic formula comes from.

19.1: Studying Structure

Here are some perfect squares in factored and standard forms, and an expression showing how the two forms are related.

  1. Study the first few examples, and then complete the missing numbers in the rest of the table.

    factored form   standard form
    \((x+4)^2\) \((1x)^2 + 2(\underline{\hspace{.2in}}x)(\underline{\hspace{.2in}}) + 4^2\) \(x^2 + 8x + 16\)
    \((2x + 5)^2\) \((2x)^2 + 2(\underline{\hspace{.2in}}x)(\underline{\hspace{.2in}}) + 5^2 \) \(4x^2 + 20x + 25 \)
    \((3x-4)^2\) \((3x)^2 + 2(\underline{\hspace{0.2in}}x)(\underline{\hspace{0.2in}}) + (\underline{\hspace{0.2in}})^2 \) \(9x^2 - 24x + 16\)
    \((5x+\underline{\hspace{0.3in}})^2\) \((\underline{\hspace{.2in}}x)^2 + 2(\underline{\hspace{0.2in}}x)(\underline{\hspace{0.2in}}) + (\underline{\hspace{0.2in}})^2 \) \(25x^2 +30x + \underline{\hspace{0.3in}}\)
    \((kx+m)^2\) \((\underline{\hspace{.2in}}x)^2 + 2(\underline{\hspace{0.2in}}x)(\underline{\hspace{0.2in}}) + (\underline{\hspace{0.2in}})^2 \) \(\underline{\hspace{0.2in}}x^2 + \underline{\hspace{0.2in}}x + \underline{\hspace{0.2in}}\)  
  2. Look at the expression in the last row of the table. If \(ax^2 + bx+c\) is equivalent to \((kx+m)^2\), how are \(a, b\), and \(c\) related to \(k\) and \(m\)?

19.2: Complete the Square using a Placeholder

  1. One way to solve the quadratic equation \(x^2 + 5x + 3 = 0\) is by completing the square. A partially solved equation is shown here. Study the steps.

    Then, knowing that \(P\) is a placeholder for \(2x\), continue to solve for \(x\) but without evaluating any part of the expression. Be prepared to explain each step.

    \(\displaystyle \begin {align} x^2 + 5x + 3 &= 0 &\qquad& \text {Original equation}\\\\ 4x^2 + 20x + 12 &= 0 &\qquad& \text {Multiply each side by 4}\\\\ 4x^2 + 20x &= \text-12 &\qquad& \text {Subtract 12 from each side}\\\\ (2x)^2 + 10(2x) &= \text-12 &\qquad& \text {Rewrite }4x^2 \text{as }(2x)^2 \text { and }20x \text{ as }10(2x)\\\\ P^2 + 10P &= \text-12 &\qquad& \text {Use } P \text{ as a placeholder for }2x\\\\ P^2 + 10P + \underline{\hspace{0.3in}}^2 &= \text-12 + \underline{\hspace{0.3in}}^2\\\\ (P+\underline{\hspace{0.3in}})^2 &= \text-12 + \underline{\hspace{0.3in}}^2\\\\ P+\underline{\hspace{0.3in}} &= \pm \sqrt {\text-12 + \underline{\hspace{0.3in}}^2}\\\\ P &= \underline{\hspace{0.3in}} \pm \sqrt {\text-12 + \underline{\hspace{0.3in}}^2}\\\\ P &= \underline{\hspace{0.3in}} \pm \sqrt {\underline{\hspace{0.3in}}^2 - 12}\\\\ 2x &= \underline{\hspace{0.3in}} \pm \sqrt {\underline{\hspace{0.3in}}^2 - 12}\\\\ x &= \\ \end {align}\)

  2. Explain how the solution is related to the quadratic formula.

19.3: Decoding the Quadratic Formula

Here is one way to make sense of how the quadratic formula came about. Study the derivation until you can explain what happened in each step. Record your explanation next to each step.

\(\displaystyle \begin {align} ax^2 + bx + c &= 0\\\\ 4a^2x^2 + 4abx + 4ac &= 0\\\\ 4a^2x^2+4abx &=\text-4ac\\\\ (2ax)^2 + 2b(2ax) &= \text-4ac\\\\ M^2 + 2bM &= \text-4ac\\\\ M^2 + 2bM + b^2 &= \text-4ac + b^2\\\\ (M+b)^2 &= b^2-4ac\\\\ M+b &= \pm \sqrt{b^2-4ac}\\\\ M &= \text-b \pm \sqrt{b^2-4ac}\\\\ 2ax &= \text-b \pm \sqrt{b^2-4ac}\\\\ x &= \frac {\text-b \pm \sqrt{b^2-4ac}}{2a} \end {align}\)

 

 



Here is another way to derive the quadratic formula by completing the square.

  • First, divide each side of the equation \(ax^2+bx+c=0\) by \(a\) to get \(x^2+\frac {b}{a}x+\frac{c}{a}=0\).
  • Then, complete the square for \(x^2+\frac {b}{a}x+\frac{c}{a}=0\).
  1. The beginning steps of this approach are shown here. Briefly explain what happens in each step.

    \(\begin{align} x^2 + \frac{b}{a}x + \frac{c}{a} &= 0 &\qquad& \text{Original equation}\\ x^2 + \frac{b}{a}x &= \text-\frac{c}{a} &\qquad& \text[1]\\ x^2 + 2\left(\frac {b}{2a}\right)x + \left(\frac {b}{2a}\right)^2&=\text-\frac ca + \left(\frac {b}{2a}\right)^2 &\qquad& \text[2]\\ \left(x+\frac {b}{2a}\right)^2&= \text- \frac ca + \frac {b^2}{4a^2} &\qquad& \text[3]\\ \left(x+\frac {b}{2a}\right)^2&= \text- \frac {4ac}{4a^2} + \frac {b^2}{4a^2} &\qquad& \text[4]\\ \left(x+\frac {b}{2a}\right)^2&= \frac {b^2-4ac}{4a^2} &\qquad& \text[5]\\ x+\frac{b}{2a} &= \pm \sqrt { \frac {b^2-4ac}{4a^2}} &\qquad& \text[6]\\ x+\frac{b}{2a} &= \pm \frac {\sqrt {b^2-4ac}}{\sqrt{4a^2}} &\qquad& \text[7] \end{align}\)

  2. Continue the solving process until you have the equation \(x = \dfrac{\text-b \pm \sqrt{b^2-4ac}}{2a}\).

Summary

Recall that any quadratic equation can be solved by completing the square. The quadratic formula is essentially what we get when we put all the steps taken to complete the square for \(ax^2 + bx+c =0\) into a single expression.

When we expand a squared factor like \((3x+5)^2\), the result is \((3x)^2 + 2(5)(3x) + 25\). Notice how the \((3x)\) appears in two places. If we replace \((3x)\) with another letter like \(P\), we have \(P^2+10P+25\), which is a recognizable perfect square.

Likewise, if we expand \((kx+m)^2\), we have \((kx)^2+2m(kx)+m^2\). Replacing \(kx\) with \(P\) gives \(P^2+2mP+m^2\), also a recognizable perfect square.

To complete the square is essentially to make one side of the equation have the same structure as \((kx)^2 + 2m(kx) + m^2\). Substituting a letter for \((kx)\) makes it easier to see what is needed to complete the square. Let’s complete the square for \(ax^2 + bx+c =0\)!

  • Start by subtracting \(c\) from each side.

\(\displaystyle ax^2 + bx = \text-c\)

  • Next, let’s multiply both sides by \(4a\). On the left, this gives \(4a^2\), a perfect square for the coefficient of \(x^2\).

\(\displaystyle 4a^2x^2 +4abx = \text-4ac\)

  • \(4a^2x^2\) can be written \((2ax)^2\), and \(4abx\) can be written \(2b(2ax)\).

\(\displaystyle (2ax)^2 + 2b(2ax) = \text-4ac\)

  • Let’s replace \((2ax)\) with the letter \(P\).

\(\displaystyle P^2 + 2bP= \text-4ac\)

  • \(b^2\) is the constant term that completes the square, so let’s add \(b^2\) to each side.

\(\displaystyle P^2 + 2bP + b^2 = \text-4ac\ + b^2\)

  • The left side is now a perfect square and can be written as a squared factor.

\(\displaystyle (P + b)^2 = b^2 -4ac\)

  • The square roots of the expression on the right are the values of \(P+b\).

    Once \(P\) is isolated, we can write \(2ax\) in its place and solve for \(x\).

\(\displaystyle \begin {align} P+b &= \pm \sqrt {b^2-4ac} \\ \\ P &= \text-b \pm \sqrt {b^2-4ac}\\ \\2ax &= \text-b \pm \sqrt {b^2-4ac}\end{align}\)

  • The solution is the quadratic formula!

\(\displaystyle \begin {align}\quad x &= \dfrac{\text-b \pm \sqrt {b^2-4ac}}{2a}\end{align}\)

Glossary Entries

  • quadratic formula

    The formula \(x = {\text-b \pm \sqrt{b^2-4ac} \over 2a}\) that gives the solutions of the quadratic equation \(ax^2 + bx + c = 0\), where \(a\) is not 0.