Skip to main content
Mathematics LibreTexts

6.2: Quadratic Formula

  • Page ID
    6269
    • Anonymous
    • LibreTexts
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives

    • Solve quadratic equations using the quadratic formula.
    • Use the determinant to determine the number and type of solutions to a quadratic formula.

    The Quadratic Formula

    In this section, we will develop a formula that gives the solutions to any quadratic equation in standard form. To do this, we begin with a general quadratic equation in standard form and solve for \(x\) by completing the square. Here \(a, b\), and \(c\) are real numbers and \(a ≠ 0\):

    \(\begin{aligned}a x^{2}+b x+c&=0\quad\quad\color{Cerulean}{Standard\:form\:of\:a\:quadratic\:equation.} \\\frac{a x^{2}+b x+c}{\color{Cerulean}{a}}&\color{black}{=}\frac{0}{\color{Cerulean}{a}}\quad\:\:\color{Cerulean}{Divde\:both\:sides\:by\:a.} \\ x^{2}+\frac{b}{a} x+\frac{c}{a}&=0\quad\quad\color{Cerulean}{Subtract\:\frac{c}{a}\:from\:both\:sides.}\\ x^{2}+\frac{b}{a} x&=-\frac{c}{a}\end{aligned}\)

    Determine the constant that completes the square: take the coefficient of \(x\), divide it by 2, and then square it.

    \[\left(\frac{b / a}{2}\right)^{2}=\left(\frac{b}{2 a}\right)^{2}=\frac{b^{2}}{4 a^{2}}\nonumber\]

    Add this to both sides of the equation to complete the square and then factor.

    \(\begin{aligned} x^{2}+\frac{b}{a} x+\frac{b^{2}}{4 a^{2}} &=-\frac{c}{a}+\frac{b^{2}}{4 a^{2}} \\\left(x+\frac{b}{2 a}\right)\left(x+\frac{b}{2 a}\right) &=-\frac{c}{a}+\frac{b^{2}}{4 a^{2}} \\\left(x+\frac{b}{2 a}\right)^{2} &=-\frac{4 a c}{4 a^{2}}+\frac{b^{2}}{4 a^{2}} \\\left(x+\frac{b}{2 a}\right)^{2} &=\frac{b^{2}-4 a c}{4 a^{2}} \end{aligned}\)

    Solve by extracting roots.

    \(\begin{aligned}\left(x+\frac{b}{2 a}\right)^{2} &=\frac{b^{2}-4 a c}{4 a^{2}} \\ x+\frac{b}{2 a} &=\pm \sqrt{\frac{b^{2}-4 a c}{4 a^{2}}} \\ x+\frac{b}{2 a} &=\pm \frac{\sqrt{b^{2}-4 a c}}{2 a} \\ x &=-\frac{b}{2 a} \pm \frac{\sqrt{b^{2}-4 a c}}{2 a} \\ x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \end{aligned}\)

    This derivation gives us a formula that solves any quadratic equation in standard form. Given \(ax^{2} + bx + c = 0\), where \(a, b\), and \(c\) are real numbers and \(a ≠ 0\), the solutions can be calculated using the quadratic formula5:

    \[x=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \label{quad}\]

    Example \(\PageIndex{1}\):

    Solve using the quadratic formula: \(2 x^{2}-7 x-15=0\)

    Solution

    Begin by identifying the coefficients of each term: \(a, b\), and \(c\).

    \(a=2 \quad b=-7 \quad c=-15\)

    Substitute these values into the quadratic formula (Equation \ref{quad}) and then simplify.

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{-7}\color{black}{)} \pm \sqrt{(\color{OliveGreen}{-7}\color{black}{)}^{2}-4(\color{OliveGreen}{2}\color{black}{)}(\color{OliveGreen}{-15}\color{black}{)}}}{2(\color{OliveGreen}{2}\color{black}{)}} \\ &=\frac{7 \pm \sqrt{49+120}}{4} \\ &=\frac{7 \pm \sqrt{169}}{4} \\ &=\frac{7 \pm 13}{4} \end{aligned}\)

    Separate the "plus or minus" into two equations and simplify further.

    \(x=\frac{7-13}{4}\) or \(x=\frac{7+13}{4} \)
    \(x=\frac{-6}{4} \quad x=\frac{20}{4} \)
    \(x=-\frac{3}{2} \quad x=5 \)

    Answer:

    The solutions are \(-\frac{3}{2}\) and \(5\).

    The previous example can be solved by factoring as follows:

    \(2 x^{2}-7 x-15=0 \)
    \((2 x+3)(x-5)=0 \)

    \(\begin{aligned} 2 x+3 &=0 \quad \text { or } x-5=0 \\ 2 x &=-3 \quad x=5 \\ x &=-\frac{3}{2} \end{aligned}\)

    Of course, if the quadratic expression factors, then it is a best practice to solve the equation by factoring. However, not all quadratic polynomials factor so easily. The quadratic formula (Equation \ref{quad}) provides us with a means to solve all quadratic equations.

    Example \(\PageIndex{2}\):

    Solve using the quadratic formula: \(3 x^{2}+6 x-2=0\).

    Solution

    Begin by identifying \(a,b\), and \(c\).

    \(a=3 \quad b=6 \quad c=-2\)

    Substitute these values into the quadratic formula (Equation \ref{quad}).

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{6}\color{black}{)} \pm \sqrt{(\color{OliveGreen}{6}\color{black}{)}^{2}-4(\color{OliveGreen}{3}\color{black}{)}(\color{OliveGreen}{-2}\color{black}{)}}}{2(\color{OliveGreen}{3}\color{black}{)}} \\ &=\frac{-6 \pm \sqrt{36+24}}{6} \\ &=\frac{-6 \pm \sqrt{60}}{6} \end{aligned}\)

    At this point we see that \(60 = 4 \times 15\) and thus the fraction can be simplified further.

    \(\begin{aligned} &=\frac{-6 \pm \sqrt{60}}{6} \\ &=\frac{-6 \pm \sqrt{4 \times 15}}{6} \\ &=\frac{-6 \pm 2 \sqrt{15}}{6} \\ &=\frac{\cancel{2}(-3 \pm \sqrt{15})}{\cancel{6}} \\ &=\frac{-3 \pm \sqrt{15}}{3} \end{aligned}\)

    It is important to point out that there are two solutions here:

    \(x=\frac{-3-\sqrt{15}}{3} \quad\) or \(\quad x=\frac{-3+\sqrt{15}}{3}\)

    We may use \(\pm\) to write the two solutions in a more compact form.

    Answer:

    The solutions are \(\frac{-3 \pm \sqrt{15}}{3}\).

    Sometimes terms are missing. When this is the case, use \(0\) as the coefficient.

    Example \(\PageIndex{3}\):

    Solve using the quadratic formula: \(x^{2}-45=0\)

    Solution

    This equation is equivalent to

    \(1 x^{2}+0 x-45=0\)

    And we can use the following coefficients:

    \(a=1 \quad b=0 \quad c=-45\)

    Substitute these values into the quadratic formula (Equation \ref{quad}).

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{0}\color{black}{)} \pm \sqrt{(\color{OliveGreen}{0}\color{black}{)}^{2}-4(\color{OliveGreen}{1}\color{black}{)}(\color{OliveGreen}{-45}\color{black}{)}}}{2 (\color{OliveGreen}{1}\color{black}{)}} \\ &=\frac{0 \pm \sqrt{0+180}}{2} \\ &=\frac{\pm \sqrt{36}}{2} \\ &=\frac{\pm \sqrt{36} \sqrt{5}}{2} \\ &=\frac{\pm 6 \sqrt{5}}{2} \\ &=\pm 3 \sqrt{5} \end{aligned}\)

    Since the coefficient of \(x\) was \(0\), we could have solved this equation by extracting the roots. As an exercise, solve it using this method and verify that the results are the same.

    Answer:

    The solutions are \(\pm 3 \sqrt{5}\).

    Often solutions to quadratic equations are not real.

    Example \(\PageIndex{4}\):

    Solve using the quadratic formula: \(x^{2}-4 x+29=0\).

    Solution

    Begin by identifying \(a,b\), and \(c\). Here

    \(a=1 \quad b=-4 \quad c=29\)

    Substitute these values into the quadratic formula (Equation \ref{quad}) and then simplify.

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{-4}\color{black}{)} \pm \sqrt{(\color{OliveGreen}{-4}\color{black}{)}^{2}-4(\color{OliveGreen}{1}\color{black}{)}(\color{OliveGreen}{29}\color{black}{)}}}{2 (\color{OliveGreen}{1}\color{black}{)}} \\ &=\frac{4 \pm \sqrt{16-116}}{2} \\ &=\frac{4 \pm \sqrt{-100}}{2} \quad\quad\color{Cerulean}{Negative\:radicand} \\ &=\frac{4 \pm 10 i}{2} \quad\quad\quad\color{Cerulean}{Two\:complex\:solutions}\\ &=\frac{4}{2} \pm \frac{10 i}{2} \\ &=2 \pm 5 i \end{aligned}\)

    Check these solutions by substituting them into the original equation.

    Check \(x=2-5 i\) Check \(x=2+5 i\)
    \(\begin{aligned} x^{2}-4 x+29 &=0 \\(\color{OliveGreen}{2-5 i}\color{black}{)}^{2}-4(\color{OliveGreen}{2-5 i}\color{black}{)}+29 &=0 \\ 4-20 i+25 i^{2}-8+20 i+29 &=0 \\ 25 i^{2}+25 &=0 \\ 25(-1)+25 &=0 \\-25+25 &=0 \:\:\color{Cerulean}{✓} \end{aligned}\) \(\begin{aligned} x^{2}-4 x+29 &=0 \\(\color{OliveGreen}{2+5 i}\color{black}{)}^{2}-4(\color{OliveGreen}{2+5 i}\color{black}{)}+29 &=0 \\ 4+20 i+25 i^{2}-8-20 i+29 &=0 \\ 25 i^{2}+25 &=0 \\ 25(-1)+25 &=0 \\-25+25 &=0 \:\:\color{Cerulean}{✓} \end{aligned}\)
    Table \(\PageIndex{1}\)

    Answer:

    The solutions are 2\(\pm 5 i\).

    The equation may not be given in standard form. The general steps for using the quadratic formula are outlined in the following example.

    Example \(\PageIndex{5}\):

    Solve: \((5 x+1)(x-1)=x(x+1)\)

    Solution

    Step 1: Write the quadratic equation in standard form, with zero on one side of the equal sign.

    \(\begin{aligned}(5 x+1)(x-1) &=x(x+1) \\ 5 x^{2}-5 x+x-1 &=x^{2}+x \\ 5 x^{2}-4 x-1 &=x^{2}+x \\ 4 x^{2}-5 x-1 &=0 \end{aligned}\)

    Step 2: Identify \(a, b\), and \(c\) for use in the quadratic formula (Equation \ref{quad}). Here

    \(a=4 \quad b=-5 \quad c=-1\)

    Step 3: Substitute the appropriate values into the quadratic formula (Equation \ref{quad}) and then simplify.

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{-5}\color{black}{)} \pm \sqrt{(\color{OliveGreen}{-5}\color{black}{)}^{2}-4(\color{OliveGreen}{4}\color{black}{)}(\color{OliveGreen}{-1}\color{black}{)}}}{2(\color{OliveGreen}{4}\color{black}{)}} \\ &=\frac{5 \pm \sqrt{25+16}}{8} \\ &=\frac{5 \pm \sqrt{41}}{8} \end{aligned}\)

    Answer:

    The solution is \(\frac{5 \pm \sqrt{41}}{8}\).

    Exercise \(\PageIndex{1}\)

    Solve: \((x+3)(x-5)=-19\)

    Answer

    \(1 \pm i \sqrt{3}\)

    www.youtube.com/v/r78S_kXUSOY

    The Discriminant

    If given a quadratic equation in standard form, \(ax^{2} + bx + c = 0\), where \(a, b\), and \(c\) are real numbers and \(a ≠ 0\), then the solutions can be calculated using the quadratic formula:

    \[x=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \label{discriminant}\]

    As we have seen, the solutions can be rational, irrational, or complex. We can determine the number and type of solutions by studying the discriminant6, the expression inside the radical, \(b^{2} − 4ac\). If the value of this expression is negative, then the equation has two complex solutions. If the discriminant is positive, then the equation has two real solutions. And if the discriminant is \(0\), then the equation has one real solution, a double root.

    Example \(\PageIndex{6}\):

    Determine the type and number of solutions: \(2 x^{2}+x+3=0\)

    Solution

    We begin by identifying \(a, b\), and \(c\). Here

    \(a=2 \quad b=1 \quad c=3\)

    Substitute these values into the discriminant (Equation \ref{discriminant}) and simplify.

    \(\begin{aligned} b^{2}-4 a c &=(1)^{2}-4(2)(3) \\ &=1-24 \\ &=-23 \end{aligned}\)

    Since the discriminant is negative, we conclude that there are no real solutions. They are complex.

    Answer:

    The complex solutions.

    If we use the quadratic formula in the previous example, we find that a negative radicand introduces the imaginary unit and we are left with two complex solutions.

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(\color{OliveGreen}{1}\color{black}{)} \pm \sqrt{\color{OliveGreen}{-23}}}{\color{black}{2(2)}} \\ &=\frac{-1 \pm i \sqrt{23}}{4} \\ &=-\frac{1}{4} \pm \frac{\sqrt{23}}{4} i \quad \color{Cerulean} { Two\: complex\: solutions } \end{aligned}\)

    Irrational and complex solutions of quadratic equations always appear in conjugate pairs.

    Example \(\PageIndex{7}\):

    Determine the type and number of solutions: \(6 x^{2}-5 x-1=0\).

    Solution

    In this example,

    \(a=6 \quad b=-5 \quad c=-1\)

    Substitute these values into the discriminant (Equation \ref{discriminant}) and simplify.

    \(\begin{aligned} b^{2}-4 a c &=(-5)^{2}-4(6)(-1) \\ &=25+24 \\ &=49 \end{aligned}\)

    Since the discriminant is positive, we conclude that the equation has two real solutions. Furthermore, since the discriminant is a perfect square, we obtain two rational solutions.

    Answer:

    Two rational solutions

    Because the discriminant is a perfect square, we could solve the previous quadratic equation by factoring or by using the quadratic formula.

    Solve by factoring: Solve using the quadratic formula:

    \(\begin{aligned} 6 x^{2}-5 x-1 &=0 \\(6 x+1)(x-1) &=0 \end{aligned}\)

    \(\begin{array}{rl}{6 x+1} & {=0 \quad \text { or } x-1=0} \\ {6 x=-1} & {x=1} \\ {x=-\frac{1}{6}}\end{array}\)

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(-5) \pm \sqrt{\color{Cerulean}{49}}}{\color{black}{2(6)}} \\ &=\frac{5 \pm 7}{12} \end{aligned}\)

    \(\begin{array}{l}{x=\frac{5-7}{12}} & {\text { or } x=\frac{5+7}{12}} \\ {x=\frac{-2}{12}} & \quad\:\:{x=\frac{12}{12}} \\ {x=-\frac{1}{6}} &\quad\:\: {x=1}\end{array}\)

    Table \(\PageIndex{2}\)

    Given the special condition where the discriminant is \(0\), we obtain only one solution, a double root.

    Example \(\PageIndex{8}\):

    Determine the type and number of solutions: \(25 x^{2}-20 x+4=0\).

    Solution

    Here \(a=25, b=-20\), and \(c=4\), and we have (via (Equation \ref{discriminant}))

    \(\begin{aligned} b^{2}-4 a c &=(-20)^{2}-4(25)(4) \\ &=400-400 \\ &=0 \end{aligned}\)

    Since the discriminant is \(0\), we conclude that the equation has only one real solution, a double root.

    Answer:

    One rational solution

    Since \(0\) is a perfect square, we can solve the equation above by factoring.

    \(25 x^{2}-20 x+4=0 \)
    \((5 x-2)(5 x-2)=0 \)

    \(5 x-2=0\) or \(5 x-2=0 \)
    \(5 x=2 \quad 5 x=2 \)
    \(x=\frac{2}{5} \quad x=\frac{2}{5} \)

    Here \(\frac{2}{5}\) is a solution that occurs twice; it is a double root.

    Example \(\PageIndex{9}\):

    Determine the type and number of solutions: \(x^{2}-2 x-4=0\).

    Solution

    Here \(a=1, b=-2\), and \(c=-4\), and we have

    \[\begin{aligned} b^{2}-4 a c &=(-2)^{2}-4(1)(-4) \\ &=4+16 \\ &=20 \end{aligned}\]

    Since the discriminant is positive, we can conclude that the equation has two real solutions. Furthermore, since \(20\) is not a perfect square, both solutions are irrational.

    Answer

    Two irrational solutions.

    If we use the quadratic formula in the previous example, we find that a positive radicand in the quadratic formula leads to two real solutions.

    \(\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(-2) \pm \sqrt{\color{OliveGreen}{20}}}{\color{black}{2(1)}} \quad\quad\color{Cerulean}{Positive\:discriminant}\\ &=\frac{2 \pm \sqrt{4 \times 5}}{2} \\ &=\frac{2 \pm 2 \sqrt{5}}{2} \\ &=\frac{\cancel{2}(1\pm\sqrt{5}}{\cancel{2}} \\ &=1 \pm \sqrt{5} \quad\quad\quad\quad\color{Cerulean}{Two\:irrational\:solutions}\end{aligned}\)

    Two real solutions are \(1-\sqrt{5}\) and \(1+\sqrt{5}\). Note that these solutions are irrational; we can approximate the values con a calculator.

    \(1-\sqrt{5} \approx-1.24\) and \(1+\sqrt{5} \approx 3.24\)

    In summary, if given any quadratic equation in standard form, \(a x^{2}+b x+c=0\), where \(a,b\), and \(c\) are real numbers and \(a \neq 0\), then we have the following:

    • Positive discriminant: \(b^{2}-4 a c>0\) Two real solutions
    • Zero discriminant: \(b^{2}-4 a c=0\) One real solution
    • Negative discriminant: \(b^{2}-4 a c<0\) Two complex solutions

    Furthermore, if the discriminant is nonnegative and a perfect square, then the solutions to the equation are rational; otherwise they are irrational. As we will see, knowing the number and type of solutions ahead of time helps us determine which method is best for solving a quadratic equation.

    Exercise \(\PageIndex{2}\)

    Determine the number and type of solutions: \(2 x^{2}=x-2\).

    Answer

    Two complex solutions.

    www.youtube.com/v/Km05jHRG-vM

    Key Takeaways

    • We can use the quadratic formula to solve any quadratic equation in standard form.
    • To solve any quadratic equation, we first rewrite it in standard form \(ax^{2} + bx + c = 0\), substitute the appropriate coefficients into the quadratic formula, \(x=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a}\), and then simplify.
    • We can determine the number and type of solutions to any quadratic equation in standard form using the discriminant, \(b^{2} − 4ac\). If the value of this expression is negative, then the equation has two complex solutions. If the discriminant is positive, then the equation has two real solutions. And if the discriminant is \(0\), then the equation has one real solution, a double root.
    • We can further classify real solutions into rational or irrational numbers. If the discriminant is a perfect square, the roots are rational and the equation will factor. If the discriminant is not a perfect square, the roots are irrational.

    Exercise \(\PageIndex{3}\)

    Identify the coefficients, \(a, b\), and \(c\), used in the quadratic formula. Do not solve.

    1. \(x^{2}-x+3=0\)
    2. \(5 x^{2}-2 x-8=0\)
    3. \(4 x^{2}-9=0\)
    4. \(x^{2}+3 x=0\)
    5. \(-x^{2}+2 x-7=0\)
    6. \(-2 x^{2}-5 x+2=0\)
    7. \(p x^{2}-q x-1=0\)
    8. \(p^{2} x^{2}-x+2 q=0\)
    9. \((x-5)^{2}=49\)
    10. \((2 x+1)^{2}=2 x-1\)
    Answer

    1. \(a=1 ; b=-1 ; c=3\)

    3. \(a=4 ; b=0 ; c=-9\)

    5. \(a=-1 ; b=2 ; c=-7\)

    7. \(a=p, b=-q ; c=-1\)

    9. \(a=1 ; b=-10 ; c=-24\)

    Exercise \(\PageIndex{4}\)

    Solve by factoring and then solve using the quadratic formula. Check answers.

    1. \(x^{2}-6 x-16=0\)
    2. \(x^{2}-3 x-18=0\)
    3. \(2 x^{2}+7 x-4=0\)
    4. \(3 x^{2}+5 x-2=0\)
    5. \(4 y^{2}-9=0\)
    6. \(9 y^{2}-25=0\)
    7. \(5 t^{2}-6 t=0\)
    8. \(t^{2}+6 t=0\)
    9. \(-x^{2}+9 x-20=0\)
    10. \(-2 x^{2}-3 x+5=0\)
    11. \(16 y^{2}-24 y+9=0\)
    12. \(4 y^{2}-20 y+25=0\)
    Answer

    1. \(-2,8\)

    3. \(-4, \frac{1}{2}\)

    5. \(\pm \frac{3}{2}\)

    7. \(0, \frac{6}{5}\)

    9. \(4,5\)

    11. \(\frac{3}{4}\)

    Exercise \(\PageIndex{5}\)

    Solve by extracting the roots and then solve using the quadratic formula. Check answers.

    1. \(x^{2}-18=0\)
    2. \(x^{2}-12=0\)
    3. \(x^{2}+12=0\)
    4. \(x^{2}+20=0\)
    5. \(3 x^{2}+2=0\)
    6. \(5 x^{2}+3=0\)
    7. \((x+2)^{2}+9=0\)
    8. \((x-4)^{2}+1=0\)
    9. \((2 x+1)^{2}-2=0\)
    10. \((3 x+1)^{2}-5=0\)
    Answer

    1. \(\pm 3 \sqrt{2}\)

    3. \(\pm 2 i \sqrt{3}\)

    5. \(\pm \frac{i \sqrt{6}}{3}\)

    7. \(-2 \pm 3 i\)

    9. \(\frac{-1 \pm \sqrt{2}}{2}\)

    Exercise \(\PageIndex{6}\)

    Solve using the quadratic formula.

    1. \(x^{2}-5 x+1=0\)
    2. \(x^{2}-7 x+2=0\)
    3. \(x^{2}+8 x+5=0\)
    4. \(x^{2}-4 x+2=0\)
    5. \(y^{2}-2 y+10=0\)
    6. \(y^{2}-4 y+13=0\)
    7. \(2 x^{2}-10 x-1=0\)
    8. \(2 x^{2}-4 x-3=0\)
    9. \(3 x^{2}-x+2=0\)
    10. \(4 x^{2}-3 x+1=0\)
    11. \(5 u^{2}-2 u+1=0\)
    12. \(8 u^{2}-20 u+13=0\)
    13. \(-y^{2}+16 y-62=0\)
    14. \(-y^{2}+14 y-46=0\)
    15. \(-2 t^{2}+4 t+3=0\)
    16. \(-4 t^{2}+8 t+1=0\)
    17. \(\frac{1}{2} y^{2}+5 y+\frac{3}{2}=0\)
    18. \(3 y^{2}+\frac{1}{2} y-\frac{1}{3}=0\)
    19. \(2 x^{2}-\frac{1}{2} x+\frac{1}{4}=0\)
    20. \(3 x^{2}-\frac{2}{3} x+\frac{1}{3}=0\)
    21. \(1.2 x^{2}-0.5 x-3.2=0\)
    22. \(0.4 x^{2}+2.3 x+1.1=0\)
    23. \(2.5 x^{2}-x+3.6=0\)
    24. \(-0.8 x^{2}+2.2 x-6.1=0\)
    25. \(-2 y^{2}=3(y-1)\)
    26. \(3 y^{2}=5(2 y-1)\)
    27. \((t+1)^{2}=2 t+7\)
    28. \((2 t-1)^{2}=73-4 t\)
    29. \((x+5)(x-1)=2 x+1\)
    30. \((x+7)(x-2)=3(x+1)\)
    31. \(2 x(x-1)=-1\)
    32. \(x(2 x+5)=3 x-5\)
    33. \(3 t(t-2)+4=0\)
    34. \(5 t(t-1)=t-4\)
    35. \((2 x+3)^{2}=16 x+4\)
    36. \((2 y+5)^{2}-12(y+1)=0\)
    Answer

    1. \(\frac{5 \pm \sqrt{21}}{2}\)

    3. \(-4 \pm \sqrt{11}\)

    5. \(1\pm 3 i\)

    7. \(\frac{5 \pm 3 \sqrt{3}}{2}\)

    9. \(\frac{1}{6} \pm \frac{\sqrt{23}}{6} i\)

    11. \(\frac{1}{5} \pm \frac{2}{5} i\)

    13. \(8\pm \sqrt{2}\)

    15. \(\frac{2 \pm \sqrt{10}}{2}\)

    17. \(-5 \pm \sqrt{22}\)

    19. \(\frac{1}{8} \pm \frac{\sqrt{7}}{8} i\)

    21. \(x \approx-1.4\) or \(x \approx 1.9\)

    23. \(x \approx 0.2 \pm 1.2 i\)

    25. \(\frac{-3 \pm \sqrt{33}}{4}\)

    27. \(\pm \sqrt{6}\)

    29. \(-1 \pm \sqrt{7}\)

    31. \(\frac{1}{2} \pm \frac{1}{2} i\)

    33. \(1\pm \frac{\sqrt{3}}{3} i\)

    35. \(\frac{1}{2} \pm i\)

    Exercise \(\PageIndex{7}\)

    Assume \(p\) and \(q\) are nonzero integers and use the quadratic formula to solve for \(x\).

    1. \(p x^{2}+x+1=0\)
    2. \(x^{2}+p x+1=0\)
    3. \(x^{2}+x-p=0\)
    4. \(x^{2}+p x+q=0\)
    5. \(p^{2} x^{2}+2 p x+1=0\)
    6. \(x^{2}-2 q x+q^{2}=0\)
    Answer

    1. \(x=\frac{-1 \pm \sqrt{1-4 p}}{2 p}\)

    3. \(x=\frac{-1 \pm \sqrt{1+4 p}}{2}\)

    5. \(x=-\frac{1}{p}\)

    Exercise \(\PageIndex{8}\)

    Solve using algebra.

    1. The height in feet reached by a baseball tossed upward at a speed of \(48\) feet per second from the ground is given by \(\(h(t)=-16 t^{2}+48 t\)\), where \(t\) represents time in seconds after the ball is tossed. At what time does the baseball reach \(24\) feet? (Round to the nearest tenth of a second.)
    2. The height in feet of a projectile launched upward at a speed of \(32\) feet per second from a height of \(64\) feet is given by \(\(h(t)=-16 t^{2}+32 t+64\)\). At what time after launch does the projectile hit the ground? (Round to the nearest tenth of a second.)
    3. The profit in dollars of running an assembly line that produces custom uniforms each day is given by \(\(P(t)=-40 t^{2}+960 t-4,000\)\) where \(t\) represents the number of hours the line is in operation. Determine the number of hours the assembly line should run in order to make a profit of $\(1,760\) per day.
    4. A manufacturing company has determined that the daily revenue R in thousands of dollars is given by \(\(R(n)=12 n-0.6 n^{2}\)\) where \(n\) represents the number of pallets of product sold. Determine the number of pallets that must be sold in order to maintain revenues at \(60\) thousand dollars per day.
    5. The area of a rectangle is \(10\) square inches. If the length is \(3\) inches more than twice the width, then find the dimensions of the rectangle. (Round to the nearest hundredth of an inch.)
    6. The area of a triangle is \(2\) square meters. If the base is \(2\) meters less than the height, then find the base and the height. (Round to the nearest hundredth of a meter.)
    7. To safely use a ladder, the base should be placed about \(\frac{1}{4}\) of the ladder’s length away from the wall. If a \(32\)-foot ladder is used safely, then how high against a building does the top of the ladder reach? (Round to the nearest tenth of a foot.)
    8. The length of a rectangle is twice its width. If the diagonal of the rectangle measures \(10\) centimeters, then find the dimensions of the rectangle. (Round to the nearest tenth of a centimeter.)
    9. Assuming dry road conditions and average reaction times, the safe stopping distance in feet of a certain car is given by \(d(x)=\frac{1}{20} x^{2}+x\) where \(x\) represents the speed of the car in miles per hour. Determine the safe speed of the car if you expect to stop in \(50\) feet. (Round to the nearest mile per hour.)
    10. The width of a rectangular solid is \(2.2\) centimeters less than its length and the depth measures \(10\) centimeters.
    c859291d5b65f85aa685203b54749e5d.png
    Figure \(\PageIndex{1}\)

    Determine the length and width if the total volume of the solid is \(268.8\) cubic centimeters.

    11. An executive traveled \(25\) miles in a car and then another \(30\) miles on a helicopter. If the helicopter was \(10\) miles per hour less than twice as fast as the car and the total trip took \(1\) hour, then what was the average speed of the car? (Round to the nearest mile per hour.)

    12. Joe can paint a typical room in \(1.5\) hours less time than James. If Joe and James can paint \(2\) rooms working together in an \(8\)-hour shift, then how long does it take James to paint a single room? (Round to the nearest tenth of an hour.)

    Answer

    1. \(0.6\) seconds and \(2.4\) seconds

    3. \(12\) hours

    5. Length: \(6.22\) inches; width; \(1.61\) inches

    7. \(31.0\) feet

    9. \(23\) miles per hour

    11. \(42\) miles per hour

    Exercise \(\PageIndex{9}\)

    Calculate the discriminant and use it to determine the number and type of solutions. Do not solve.

    1. \(x^{2}-x+1=0\)
    2. \(x^{2}+2 x+3=0\)
    3. \(x^{2}-2 x-3=0\)
    4. \(x^{2}-5 x-5=0\)
    5. \(3 x^{2}-1 x-2=0\)
    6. \(3 x^{2}-1 x+2=0\)
    7. \(9 y^{2}+2=0\)
    8. \(9 y^{2}-2=0\)
    9. \(2 x^{2}+3 x=0\)
    10. \(4 x^{2}-5 x=0\)
    11. \(\frac{1}{2} x^{2}-2 x+\frac{5}{2}=0\)
    12. \(\frac{1}{2} x^{2}-x-\frac{1}{2}=0\)
    13. \(-x^{2}-3 x+4=0\)
    14. \(-x^{2}-5 x+3=0\)
    15. \(25 t^{2}+30 t+9=0\)
    16. \(9 t^{2}-12 t+4=0\)
    Answer

    1. \(-3\); two complex solutions

    3. \(16\); two rational solutions

    5. \(25\); two rational solutions

    7. \(−72\); two complex solutions

    9. \(9\); two rational solutions

    11. \(−1\); two complex solutions

    13. \(25\); two rational solutions

    15. \(0\); one rational solution

    Exercise \(\PageIndex{10}\)

    Find a nonzero integer \(p\) so that the following equations have one real solution. (Hint: If the discriminant is zero, then there will be one real solution.)

    1. \(p x^{2}-4 x-1=0\)
    2. \(x^{2}-8 x+p=0\)
    3. \(x^{2}+p x+25=0\)
    4. \(x^{2}-2 x+p^{2}=0\)
    Answer

    1. \(p=-4\)

    3. \(p=\pm 10\)

    Exercise \(\PageIndex{11}\)

    1. When talking about a quadratic equation in standard form \(ax^{2} + bx + c = 0\), why is it necessary to state that \(a ≠ 0\)? What would happen if a is equal to zero?
    2. Research and discuss the history of the quadratic formula and solutions to quadratic equations.
    3. Solve \(mx^{2} + nx + p = 0\) for \(x\) by completing the square.
    Answer

    1. Answer may vary

    3. Answer may vary

    Footnotes

    5The formula \(x=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a}\), which gives the solutions to any quadratic equation in the standard form \(ax^{2} + bx + c = 0\), where \(a, b\), and \(c\) are real numbers and \(a ≠ 0\).

    6The expression inside the radical of the quadratic formula, \(b^{2} − 4ac\).


    This page titled 6.2: Quadratic Formula is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Anonymous via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.