Lesson 18

Applying the Quadratic Formula (Part 2)

  • Let’s use the quadratic formula and solve quadratic equations with care.

18.1: Bits and Pieces

Evaluate each expression for \(a=9\), \(b=\text-5\), and \(c=\text-2\)

  1. \(\text-b\)
  2. \(b^2\)
  3. \(b^2-4ac\)
  4. \(\text-b \pm \sqrt{a}\)

18.2: Using the Formula with Care

Here are four equations, followed by attempts to solve them using the quadratic formula. Each attempt contains at least one error.

  • Solve 1–2 equations by using the quadratic formula.
  • Then, find and describe the error(s) in the worked solutions of the same equations as the ones you solved.

Equation 1: \(\quad 2x^2 + 3 = 8x\)

Equation 2: \(\quad x^2 + 3x = 10\)

Equation 3: \(\quad 9x^2-2x-1 = 0\)

Equation 4: \(\quad x^2 - 10x + 23 = 0\)

Here are the worked solutions with errors:

Equation 1: \(\quad 2x^2 + 3 = 8x\)

\(a=2,\, b= \text-8,\, c=3\)

\(\displaystyle \begin {align} x&=\frac{\text-b \pm \sqrt{b^2-4ac}}{2a} &\quad& \text { }\\x&=\frac{\text-(\text-8) \pm \sqrt{(\text-8)^2-4(2)(3)}}{2(2)}\\ x&=\frac{8 \pm \sqrt{64-24}}{4}\\x&=\frac{8 \pm \sqrt{40}}{4}\\x &=2 \pm \sqrt{10} \end {align}\)

Equation 2: \(\quad x^2 + 3x = 10\)

\(a = 1,\,b = 3,\, c = 10\)

\(\displaystyle \begin {align} x&=\frac{\text-b \pm \sqrt{b^2-4ac}}{2a}\\ x&=\frac{\text-3 \pm \sqrt{3^2-4(1)(10)}}{2(1)}\\ x&=\frac{\text-3 \pm \sqrt{9-40}}{2}\\ x&=\frac{\text-3 \pm \sqrt{\text-31}}{2}\\ &\text{No solutions} \end{align}\)


Equation 3: \(\quad 9x^2-2x-1=0\)

\(a = 9,\,b = \text-2,\, c = \text-1\)

\(\displaystyle \begin {align} x&=\frac{\text-b \pm \sqrt{b^2-4ac}}{2a}\\ x&=\frac{2 \pm \sqrt{(\text-2)^2-4(9)(\text-1)}}{2}\\ x&=\frac{2 \pm \sqrt{4+36}}{2}\\x&=\frac{2 \pm \sqrt{40}}{2} \end{align}\)


Equation 4: \(\quad x^2 - 10x + 23 = 0\)

\(a = 1,\,b = \text-10,\, c = 23\)

\(\displaystyle \begin {align} x&=\frac{\text-b \pm \sqrt{b^2-4ac}}{2a}\\ x&=\frac{\text-10 \pm \sqrt{(\text-10)^2-4(1)(23)}}{2}\\ x&=\frac{\text-10 \pm \sqrt{\text-100-92}}{2}\\ x&=\frac{\text-10 \pm \sqrt{\text-192}}{2}\\ &\text{No solutions} \end{align}\)

18.3: Sure About That?

  1. The equation \(h(t) = 2 + 30t - 5t^2\) represents the height, as a function of time, of a pumpkin that was catapulted up in the air. Height is measured in meters and time is measured in seconds.

    1. The pumpkin reached a maximum height of 47 meters. How many seconds after launch did that happen? Show your reasoning.
    2. Suppose someone was unconvinced by your solution. Find another way (besides the steps you already took) to show your solution is correct.
  2. The equation \(r(p) = 80p - p^2\) models the revenue a band expects to collect as a function of the price of one concert ticket. Ticket prices and revenues are in dollars.

    A band member says that a ticket price of either $15.50 or $74.50 would generate approximately $1,000 in revenue. Do you agree? Show your reasoning.



Function \(g\) is defined by the equation \(g(t)=2+ 30t-5t^2 - 47\). Its graph opens downward.

  1. Find the zeros of function \(g\) without graphing. Show your reasoning.
  2. Explain or show how the zeros you found can tell us the vertex of the graph of \(g\).
  3. Study the expressions that define functions \(g\) and \(h\) (which defined the height of the pumpkin). Explain how the maximum of function \(h\), once we know it, can tell us the maximum of \(g\).

Summary

The quadratic formula has many parts in it. A small error in any one part can lead to incorrect solutions.

Suppose we are solving \(2x^2 -6 =11x\). To use the formula, let's rewrite it in the form of \(ax^2+bx+c=0\), which gives: \(2x^2 -11x-6=0\).

Here are some common errors to avoid:

  • Using the wrong values for \(a\), \(b\), and \(c\) in the formula.

    \(x=\dfrac{\text-b \pm \sqrt{b^2-4ac}}{2a}\)

    \(x=\dfrac{\text-11 \pm \sqrt{(\text-11)^2-4(2)(\text-6)}}{2(2)}\)

    Nope! \(b\) is -11, so \(\text-b\) is \(\text- (\text-11)\), which is 11, not -11.

    \(x=\dfrac{11 \pm \sqrt{(\text-11)^2-4(2)(\text-6)}}{2(2)}\)

    That’s better!

  • Forgetting to multiply 2 by \(a\) for the denominator in the formula.

    \(x=\dfrac{11 \pm \sqrt{(\text-11)^2-4(2)(\text-6)}}{2}\)

    Nope! The denominator is \(2a\), which is \(2(2)\) or 4.

    \(x=\dfrac{11 \pm \sqrt{(\text-11)^2-4(2)(\text-6)}}{2(2)}\)

    That’s better!

  • Forgetting that squaring a negative number produces a positive number.

    \(x=\dfrac{11 \pm \sqrt{\text-121-4(2)(\text-6)}}{4}\)  

    Nope! \((\text-11)^2\) is 121, not -121.

    \(x=\dfrac{11 \pm \sqrt{121-4(2)(\text-6)}}{4}\)

    That’s better!

  • Forgetting that a negative number times a positive number is a negative number.

    \(x=\dfrac{11 \pm \sqrt{121-48}}{4}\)

    Nope! \(4(2)(\text-6)=\text-48\) and \(121-(\text-48)\) is \(121+48\).

    \(x=\dfrac{11 \pm \sqrt{121+48}}{4}\)

    That’s better!

  • Making calculation errors or not following the properties of algebra.

    \(x=\dfrac{11 \pm \sqrt{169}}{4}\)

    \(x=11 \pm \sqrt{42.25}\)

    Nope! Both parts of the numerator, the 11 and the \(\sqrt {169}\), get divided by 4. Also, \(\frac{\sqrt{169}}{4}\) is not \(\sqrt{42.25}\).

    \(x=\dfrac{11 \pm 13}{4}\)

    That’s better!

Let’s finish by evaluating \(\frac{11 \pm 13}{4}\) correctly:

\(\displaystyle \begin {align} x&= \dfrac{11 + 13}{4} \qquad&\text{or}& \qquad x= \dfrac{11 - 13}{4} \\ x &=\frac{24}{4} \qquad &\text{or}& \qquad x=\text-\frac24 \\ x&=6 \qquad &\text{or}& \qquad x=\text-\frac12 \end{align}\)

To make sure our solutions are indeed correct, we can substitute the solutions back into the original equations and see whether each solution keeps the equation true.

Checking 6 as a solution:

\(\displaystyle \begin{align}2x^2 -6 &=11x\\ 2(6)^2 -6 &=11(6)\\ 2(36) -6 &=66\\ 72-6 &= 66\\ 66 &=66 \end {align}\)

Checking \(\text-\frac12\) as a solution:

\(\begin{align}2x^2 -6 &=11x\\ 2  \left(\text-\frac12\right)^2 -6 &=11 \left(\text-\frac12\right)\\ 2 \left(\frac14\right) -6 &=\text-\frac{11}{2}\\ \frac12 -6 &= \text-5 \frac12\\ \text-5\frac12 &=\text- 5\frac12 \end {align}\)

We can also graph the equation \(y=2x^2 -11x -6\) and find its \(x\)-intercepts to see whether our solutions to \(2x^2 -11x -6=0\) are accurate (or close to accurate).

Function on a grid. X axis from negative 2 to 8, by 1’s. Y axis from negative 12 to 2, by 2’s. Parabola opens upward and crosses the x axis at one half and 5.

​​​​​​

Video Summary

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.