Skip to main content
Mathematics LibreTexts

2.25: Solving Quadratic Equations by Completing the Square

  • Page ID
    95698
  • \( \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}}\)

    So far we have solved quadratic equations by factoring and using the Square Root Property. In this section, we will solve quadratic equations by a process called completing the square, which is important for our work on conics later.

    Completing the Square of a Binomial Expression

    In the last section, we were able to use the Square Root Property to solve the equation \((y-7)^{2}=12\) because the left side was a perfect square.

    \(\begin{aligned}(y-7)^{2} &=12 \\ y-7 &=\pm \sqrt{12} \\ y-7 &=\pm 2 \sqrt{3} \\ y &=7 \pm 2 \sqrt{3} \end{aligned}\)

    We also solved an equation in which the left side was a perfect square trinomial, but we had to rewrite it the form \((x−k)^{2}\) in order to use the Square Root Property.

    \(\begin{aligned} x^{2}-10 x+25 &=18 \\(x-5)^{2} &=18 \end{aligned}\)

    What happens if the variable is not part of a perfect square? Can we use algebra to make a perfect square?

    Let’s look at two examples to help us recognize the patterns.

    \(\begin{array}{cc}{(x+9)^{2}} & {(y-7)^{2}} \\ {(x+9 )(x+9)} & {(y-7)(y-7)} \\ {x^{2}+9 x+9 x+81} & {y^{2}-7 y-7 y+49} \\ {x^{2}+18 x+81} & {y^{2}-14 y+49}\end{array}\)

    We restate the patterns here for reference.

    Binomial Squares Pattern

    If \(a\) and \(b\) are real numbers,

    \(\begin{array}{l}(a+b)^2=a^2+2 a b+b^2 \quad \quad  \underbrace{(a+b)^2}_{(\text {binomial })^2}=\underbrace{a^2}_{\text {(first term) })^2}+\underbrace{2 a b}_{2 \cdot(\text { product of }}+\underbrace{b^2}_{\text {(second term) })^2} \end{array}\)

     

    \((a-b)^2=a^2-2 a b+b^2 \quad \quad \underbrace{(a-b)^2}_{\text {(binomial) })^2}=\underbrace{a^2}_{\text {(first term) })^2}-\underbrace{2 a b}_{\substack{\text { terms) } \\ \text { tiroduct of }}}+\underbrace{b^2}_{\text {(second term) })^2}\)

    We can use this pattern to “make” a perfect square.

    We will start with the expression \(x^{2}+6 x\). Since there is a plus sign between the two terms, we will use the \((a+b)^{2}\) pattern, \(a^{2}+2 a b+b^{2}=(a+b)^{2}\).

    \(\begin{array}{l}{\color{Red} a^2+2 a b+b^2} \\ x^2+6 x+\end{array}\)

    We ultimately need to find the last term of this trinomial that will make it a perfect square trinomial. To do that we will need to find \(b\). But first we start with determining \(a\). Notice that the first term of \(x^{2}+6x\) is a square, \(x^{2}\). This tells us that \(a=x\).

    \(\begin{array}{l}{\color{Red} a^2+2 a b+b^2} \\ x^2+2 \cdot x \cdot b+b^2\end{array}\)

    What number, \(b\), when multiplied with \(2x\) gives \(6x\)? It would have to be \(3\), which is \(\frac{1}{2}(6)\). So \(b=3\).

    \(\begin{array}{l}a^2+2 a b+b^2 \\ x^2+2 \cdot 3 \cdot x+\ldots\end{array}\)

    Now to complete the perfect square trinomial, we will find the last term by squaring \(b\), which is \(3^{2}=9\).

    \(\begin{array}{l}{\color{Red} a^2+2 a b+b^2} \\ x^2+6 x\;+\;9\end{array}\)

    We can now factor.

    \(\begin{array}{c}({\color{Red} a+b})^2 \\ (x+3)^2\end{array}\)

    So we found that adding \(9\) to \(x^{2}+6 x\) ‘completes the square’, and we write it as \((x+3)^{2}\).

    How To Complete a Square of \(x^{2}+bx\)
    1. Identify \(b\), the coefficient of \(x\).
    2. Find \(\left(\frac{1}{2} b\right)^{2}\), the number to complete the square.
    3. Add the\(\left(\frac{1}{2} b\right)^{2}\) to \(x^{2}+bx\).
    4. Factor the perfect square trinomial, writing it as a binomial squared.
    Example \(\PageIndex{1}\)

    Complete the square to make a perfect square trinomial. Then write the result as a binomial squared.

    1. \(x^{2}-26 x\)
    2. \(y^{2}-9 y\)
    3. \(n^{2}+\frac{1}{2} n\)

    Solution:

    a.

      \(\begin{array}{l}{\color{Red} x^2-b x} \\ x^2-26 x\end{array}\)
    The coefficient of \(x\) is -26.  

    Find \(\left(\frac{1}{2} b\right)^{2}\).

    \(\left(\frac{1}{2} \cdot(-26)\right)^{2}\)
    \((13)^{2}\)
    169

     
    Add \(169\) to the binomial to complete the square. \(x^{2}-26 x+169\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((x-13)^{2}\)

    b.

      \(\begin{array}{l}{\color{Red} x^2-b x }\\ y^2-9 y\end{array}\)
    The coefficient of \(y\) is \(-9\).  

    Find \(\left(\frac{1}{2} b\right)^{2}\).

    \(\left(\frac{1}{2} \cdot(-9)\right)^{2}\)
    \(\left(-\frac{9}{2}\right)^{2}\)
    \(\frac{81}{4}\)

     
    Add \(\frac{81}{4}\) to the binomial to complete the square. \(y^{2}-9 y+\frac{81}{4}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \(\left(y-\frac{9}{2}\right)^{2}\)

    c.

      \(\begin{array}{l}{\color{Red} x^2+b x} \\ n^2+\frac{1}{2} n\end{array}\)
    The coefficient of \(n\) is \(\frac{1}{2}\).  

    Find \(\left(\frac{1}{2} b\right)^{2}\).

    \(\left(\frac{1}{2} \cdot \frac{1}{2}\right)^{2}\)
    \(\left(\frac{1}{4}\right)^{2}\)
    \(\frac{1}{16}\)

     
    Add \(\frac{1}{16}\) to the binomial to complete the square. \(n^{2}+\frac{1}{2} n+\frac{1}{16}\)
    Rewrite as a binomial square. \(\left(n+\frac{1}{4}\right)^{2}\)
    You Try \(\PageIndex{1}\)

    Complete the square to make a perfect square trinomial. Then write the result as a binomial squared.

    1. \(b^{2}-4 b\)
    2. \(n^{2}+13 n\)
    3. \(q^{2}-\frac{2}{3} q\)
    Answer
    1. \((b-2)^{2}\)
    2. \(\left(n+\frac{13}{2}\right)^{2}\)
    3. \(\left(q-\frac{1}{3}\right)^{2}\)

    Solving Quadratic Equations of the Form \(x^{2}+bx+c=0\) by Completing the Square

    In solving equations, we must always do the same thing to both sides of the equation. This is true, of course, when we solve a quadratic equation by completing the square too. When we add a term to one side of the equation to make a perfect square trinomial, we must also add the same term to the other side of the equation.

    For example, if we start with the equation \(x^{2}+6x=40\), and we want to complete the square on the left, we will add 9 to both sides of the equation.

      \(x^2+6 x=40\)
      \(x^2+6 x+\ldots=40+\)
      \(x^2+6 x+{\color{Red} 9}=40+{\color{Red} 9}\)
    Add \(9\) to both sides to complete the square. \((x+3)^2=49\)

    Now the equation is in the form to solve using the Square Root Property! Completing the square is a way to transform an equation into the form we need to be able to use the Square Root Property.

    Example \(\PageIndex{2}\)

    Solve by completing the square: \(x^{2}+8x=48\)

    Solution:

    Step 1: Isolate the variable terms on one side and the constant terms on the other. This equation has all the variables on the left. \(\begin{array}{l}{\color{red}{x^{2}+b x\quad\:\:\: c }} \\ {x^{2}+8 x=48}\end{array}\)
    Step 2: Find \(\left(\frac{1}{2} \cdot b\right)^{2}\), the number to complete the square. Add it to both sides of the equation.

    Take half of \(8\) and square it.

    \(4^{2}=16\)

    Add \(16\) to BOTH sides of the equation.

    \(x^{2}+8 x+\frac{}{\color{red}{\left(\frac{1}{2} \cdot 8\right)^{2}}}\color{black}{=}48 \)

    \(x^{2}+8 x\color{red}{+16}\color{black}{=}48\color{red}{+16}\)

    Step 3: Factor the perfect square trinomial as a binomial square.

    \(x^{2}+8 x+16=(x+4)^{2}\)

    Add the terms on the right.

    \((x+4)^{2}=64\)
    Step 4: Use the Square Root Property.   \(x+4=\pm \sqrt{64}\)
    Step 5: Simplify the radical and then solve the two resulting equations.  

    \(x+4=\pm 8\)

    \(\begin{aligned} x+4 &=8 \quad x+4=-8 \\ x &=4 \quad\quad\:\:\: x=-12 \end{aligned}\)

    Step 6: Check the solutions. Put each answer in the original equation to check. Substitute \(x=4\) and \(x=-12\).

    \(\begin{array}{r}{x^{2}+8 x=48} \\ {(\color{red}{4}\color{black}{)}^{2}+8(\color{red}{4}\color{black}{)} \stackrel{?}{=} 48} \\ {16+32\stackrel{?}{=}48} \\ {48=48}\end{array}\)

    \(\begin{array}{r}{x^{2}+8 x=48} \\ {(\color{red}{-12}\color{black}{)}^{2}+8(\color{red}{-12}\color{black}{)}\stackrel{?}{=} 48} \\ {144-96 \stackrel{?}{=} 48} \\ {48=48}\end{array}\)

    You Try \(\PageIndex{2}\)

    Solve by completing the square: \(y^{2}−10y=−9\)

    Answer

    \(y=1, y=9\)

    The steps to solve a quadratic equation by completing the square are listed here.

    Solving Quadratic Equation of the Form \(x^{2}+bx+c=0\) by Completing the Square
    1. Isolate the variable terms on one side and the constant terms on the other.
    2. Find \(\left(\frac{1}{2} \cdot b\right)^{2}\), the number needed to complete the square. Add it to both sides of the equation.
    3. Factor the perfect square trinomial, writing it as a binomial squared on the left and simplify by adding the terms on the right
    4. Use the Square Root Property.
    5. Simplify the radical and then solve the two resulting equations.
    6. Check the solutions.

    When we solve an equation by completing the square, the answers will not always be integers.

    Example \(\PageIndex{3}\)

    Solve by completing the square: \(x^{2}+4 x=-21\)

    Solution:

      \(\begin{array}{c}{\color{Red} x^2+b x=\quad c} \\ x^2+4 x=-21\end{array}\)

    The variable terms are on the left side.

    Take half of \(4\) and square it.

    \(x^2+4 x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot 4}\right)^2}=-21\)
    \(\left(\frac{1}{2}(4)\right)^{2}=4\)  
    Add \(4\) to both sides. \(x^2+4 x+{\color{Red} 4}=-21+{\color{Red} 4}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((x+2)^2=-17\)
    Use the Square Root Property. \(x+2= \pm \sqrt{-17}\)
    Simplifying using complex numbers. \(x+2= \pm \sqrt{17} i\)
    Subtract \(2\) from each side. \(x=-2 \pm \sqrt{17} i\)
    Rewrite to show two solutions. \(x=-2+\sqrt{17} i, \quad x=-2-\sqrt{17} i\)
    We leave the check to you.  
    You Try \(\PageIndex{3}\)

    Solve by completing the square: \(y^{2}-10 y=-35\)

    Answer

    \(y=5+\sqrt{15} i, y=5-\sqrt{15 i}\)

    In the previous example, our solutions were complex numbers. In the next example, the solutions will be irrational numbers.

    Example \(\PageIndex{4}\)

    Solve by completing the square: \(y^{2}-18 y=-6\)

    Solution:

      \(\begin{array}{c}{\color{Red} x^2-b x =\;\; c }\\ y^2-18 y=-6\end{array}\)
    The variable terms are on the left side. Take half of \(-18\) and square it.  
    \(\left(\frac{1}{2}(-18)\right)^{2}=81\) \(y^2-18 y+\frac{}{\left({\color{Red} \frac{1}{2} \cdot(-18)}\right)^2}=-6\)
    Add \(81\) to both sides. \(y^2-18 y+{\color{Red} 81}=-6+{\color{Red} 81}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((y-9)^2=75\)
    Use the Square Root Property. \(y-9= \pm \sqrt{75}\)
    Simplify the radical. \(y-9= \pm 5 \sqrt{3}\)
    Solve for \(y\). \(y=9 \pm 5 \sqrt{3}\)

    Check.

    \(\begin{aligned} y^2-18 y & =-6 \\ ({\color{Red} 9+5 \sqrt{3}})^2-18({\color{Red} 9+5 \sqrt{3}}) & \stackrel{?}{=}-6 \\ 81+90 \sqrt{3}+75-162+90 \sqrt{3} & \stackrel{?}{=}-6 \\ -6 & =-6 \checkmark\end{aligned}\)

    \(\begin{array}{r}y^2-18 y=-6 \\ ({\color{Red} 9-5 \sqrt{3}})^2-18({\color{Red} 9-5 \sqrt{3}}) \stackrel{?}{=}-6 \\ 81+90 \sqrt{3}+75-162+90 \sqrt{3} \stackrel{?}{=}-6 \\ -6=-6\end{array}\)

    Another way to check this would be to use a calculator. Evaluate \(y^{2}−18y\) for both of the solutions. The answer should be \(−6\).

    You Try \(\PageIndex{4}\)

    Solve by completing the square: \(y^{2}+8 y=11\)

    Answer

    \(y=-4+3 \sqrt{3}, y=-4-3 \sqrt{3}\)

    We will start the next example by isolating the variable terms on the left side of the equation.

    Example \(\PageIndex{5}\)

    Solve by completing the square: \(x^{2}+10 x+4=15\)

    Solution:

      \(x^2+10 x+4=15\)
    Isolate the variable terms on the left side. Subtract \(4\) to get the constant terms on the right side. \(x^2+10 x=11\)
    Take half of \(10\) and square it.  
    \(\left(\frac{1}{2}(10)\right)^{2}=25\) \(x^2-10 x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot(10)}\right)^2}=11\)
    Add \(25\) to both sides. \(x^2+10 x+{\color{Red} 25}=11+{\color{Red} 25}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((x+5)^2=36\)
    Use the Square Root Property. \(x+5= \pm \sqrt{36}\)
    Simplify the radical. \(x+5= \pm 6\)
    Solve for \(x\). \(x=-5 \pm 6\)
    Rewrite to show two solutions. \(x=-5+6, \quad x=-5-6\)
    Solve the equations. \(x=1, \quad x=-11\)

    Check:

    \(\begin{aligned} x^2+10 x+4 & =15 \\ ({\color{Red} 1})^2+10({\color{Red} 1})+4 & \stackrel{?}{=} 15 \\ 1+10+4 & \stackrel{?}{=} 15 \\ 15 & =15 \checkmark\end{aligned}\)

    \(\begin{aligned} x^2+10 x+4 & =15 \\ ({\color{Red} -11})^2+10({\color{Red} -11})+4 & \stackrel{?}{=} 15 \\ 121+110+4 & \stackrel{?}{=} 15 \\ 15 & =15 \checkmark\end{aligned}\)

    You Try \(\PageIndex{5}\)

    Solve by completing the square: \(b^{2}+8 b-4=16\)

    Answer

    \(b=-10, b=2\)

    To solve the next equation, we must first collect all the variable terms on the left side of the equation. Then we proceed as we did in the previous examples.

    Example \(\PageIndex{6}\)

    Solve by completing the square: \(n^{2}=3 n+11\)

    Solution:

      \(n^2=3 n+11\)
    Subtract \(3n\) to get the variable terms on the left side. \(n^2-3 n=11\)
    Take half of \(-3\) and square it.  
    \(\left(\frac{1}{2}(-3)\right)^{2}=\frac{9}{4}\) \(n^2-3 n+\frac{}{\left({\color{Red} \frac{1}{2} \cdot(-3)}\right)^2}=11\)
    Add \(\frac{9}{4}\) to both sides. \(n^2-3 n+{\color{Red} \frac{9}{4}}=11+{\color{Red} \frac{9}{4}}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \(\left(n-\frac{3}{2}\right)^2=\frac{44}{4}+\frac{9}{4}\)
    Add the fractions on the right side. \(\left(n-\frac{3}{2}\right)^2=\frac{53}{4}\)
    Use the Square Root Property. \(n-\frac{3}{2}= \pm \sqrt{\frac{53}{4}}\)
    Simplify the radical. \(n-\frac{3}{2}= \pm \frac{\sqrt{53}}{2}\)
    Solve for \(n\). \(n=\frac{3}{2} \pm \frac{\sqrt{53}}{2}\)
    Rewrite to show two solutions. \(n=\frac{3}{2}+\frac{\sqrt{53}}{2}, \quad n=\frac{3}{2}-\frac{\sqrt{53}}{2}\)

    Check:

    We leave the check for you!

     
    You Try \(\PageIndex{6}\)

    Solve by completing the square: \(q^{2}=7 q-3\)

    Answer

    \(q=\frac{7}{2}+\frac{\sqrt{37}}{2}, q=\frac{7}{2}-\frac{\sqrt{37}}{2}\)

    Notice that the left side of the next equation is in factored form. But the right side is not zero. So, we cannot use the Zero Product Property since it says “If \(a⋅b=0\), then \(a=0\) or \(b=0\).” Instead, we multiply the factors and then put the equation into standard form to solve by completing the square.

    Example \(\PageIndex{7}\)

    Solve by completing the square: \((x-3)(x+5)=9\)

    Solution:

      \((x-3)(x+5)=9\)
    We multiple the binomials on the left. \(x^2+2 x-15=9\)
    Add \(15\) to isolate the constant terms on the right. \(x^2+2 x \quad=24\)
    Take half of \(2\) and square it.  
    \(\left(\frac{1}{2} \cdot(2)\right)^{2}=1\) \(x^2+2 x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot(2)}\right)^2}=24\)
    Add \(1\) to both sides. \(x^2+2 x+{\color{Red} 1}=24+{\color{Red} 1}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((x+1)^2=25\)
    Use the Square Root Property. \(x+1= \pm \sqrt{25}\)
    Solve for \(x\). \(x=-1 \pm 5\)
    Rewrite to show two solutions. \(x=-1+5, x=-1-5\)
    Simplify. \(x=4, \quad x=-6\)

    Check:

    We leave the check for you!

     
    You Try \(\PageIndex{7}\)

    Solve by completing the square: \((c-2)(c+8)=11\)

    Answer

    \(c=-9, c=3\)

    Solving Quadratic Equations of the Form \(ax^{2}+bx+c=0\) by Completing the Square

    The process of completing the square works best when the coefficient of \(x^{2}\) is \(1\), so the left side of the equation is of the form \(x^{2}+bx+c\). If the \(x^{2}\) term has a coefficient other than \(1\), we take some preliminary steps to make the coefficient equal to \(1\).

    Sometimes the coefficient can be factored from all three terms of the trinomial. This will be our strategy in the next example.

    Example \(\PageIndex{8}\)

    Solve by completing the square: \(3 x^{2}-12 x-15=0\)

    Solution:

    To complete the square, we need the coefficient of \(x^{2}\) to be one. If we factor out the coefficient of \(x^{2}\) as a common factor, we can continue with solving the equation by completing the square.

      \(3 x^2-12 x-15=0\)
    Factor out the greatest common factor. \(3\left(x^2-4 x-5\right)=0\)
    Divide both sides by \(3\) to isolate the trinomial with coefficient \(1\). \(\frac{3\left(x^2-4 x-5\right)}{3}=\frac{0}{3}\)
    Simplify. \(x^2-4 x-5=0\)
    Add \(5\) to get the constant terms on the right side. \(x^2-4 x=5\)
    Take half of \(4\) and square it.  
    \(\left(\frac{1}{2}(-4)\right)^{2}=4\) \(x^2-4 x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot(4)}\right)^2}=5\)
    Add \(4\) to both sides. \(x^2-4 x+{\color{Red} 4}=5+{\color{Red} 4}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \((x-2)^2=9\)
    Use the Square Root Property. \(x-2= \pm \sqrt{9}\)
    Solve for \(x\). \(x-2= \pm 3\)
    Rewrite to show two solutions. \(x=2+3, x=2-3\)
    Simplify. \(x=5, \quad x=-1\)

    Check:

    \(\begin{aligned} x & =5 \\ 3 x^2-12 x-15 & =0 \\ 3({\color{Red} 5})^2-12({\color{Red} 5})-15 & \stackrel{?}{=} 0 \\ 75-60-15 & \stackrel{?}{=} 0 \\ 0 & =0\end{aligned}\)

    \(\begin{array}{l} x=-1 \\ 3 x^2-12 x-15=0 \\ 3({\color{Red} -1})^2-12({\color{Red} -1})-15 \stackrel{?}{=} 0 \\ 3+12-15 \stackrel{?}{=} 0 \\ 0=0\end{array}\)

    You Try \(\PageIndex{8}\)

    Solve by completing the square: \(2 m^{2}+16 m+14=0\)

    Answer

    \(m=-7, m=-1\)

    To complete the square, the coefficient of the \(x^{2}\) must be \(1\). When the leading coefficient is not a factor of all the terms, we will divide both sides of the equation by the leading coefficient! This will give us a fraction for the second coefficient. We have already seen how to complete the square with fractions in this section.

    Example \(\PageIndex{9}\)

    Solve by completing the square: \(2 x^{2}-3 x=20\)

    Solution:

    To complete the square we need the coefficient of \(x^{2}\) to be one. We will divide both sides of the equation by the coefficient of \(x^{2}\). Then we can continue with solving the equation by completing the square.

      \(2 x^2-3 x=20\)
    Divide both sides by \(2\) to get the coefficient of \(x^{2}\) to be \(1\). \(\frac{2 x^2-3 x}{2}=\frac{20}{2}\)
    Simplify. \(x^2-\frac{3}{2} x=10\)
    Take half of \(-\frac{3}{2}\) and square it.  
    \(\left(\frac{1}{2}\left(-\frac{3}{2}\right)\right)^{2}=\frac{9}{16}\) \(x^2-\frac{3}{2} x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot\left(-\frac{3}{2}\right)}\right)^2}=10\)
    Add \(\frac{9}{16}\) to both sides. \(x^2-\frac{3}{2} x+{\color{Red} \frac{9}{16}}=10+{\color{Red} \frac{9}{16}}\)
    Factor the perfect square trinomial, writing it as a binomial squared. \(\left(x-\frac{3}{4}\right)^2=\frac{160}{16}+\frac{9}{16}\)
    Add the fractions on the right side. \(\left(x-\frac{3}{4}\right)^2=\frac{169}{16}\)
    Use the Square Root Property. \(x-\frac{3}{4}= \pm \sqrt{\frac{169}{16}}\)
    Simplify the radical. \(x-\frac{3}{4}= \pm \frac{13}{4}\)
    Solve for \(x\). \(x=\frac{3}{4} \pm \frac{13}{4}\)
    Rewrite to show two solutions. \(x=\frac{3}{4}+\frac{13}{4}, x=\frac{3}{4}-\frac{13}{4}\)
    Simplify. \(x=4, \quad x=-\frac{5}{2}\)

    Check:

    We leave the check for you!

     
    You Try \(\PageIndex{9}\)

    Solve by completing the square: \(4 t^{2}+2 t=20\)

    Answer

    \(t=-\frac{5}{2}, t=2\)

    Now that we have seen that the coefficient of \(x^{2}\) must be \(1\) for us to complete the square, we update our procedure for solving a quadratic equation by completing the square to include equations of the form \(a x^{2}+b x+c=0\).

    How to Solve a Quadratic Equation of the Form \(a x^{2}+b x+c=0\) by Completing the Square
    1. Divide by the leading coefficient, "a", to make the coefficient of \(x^{2}\) term \(1\).
    2. Isolate the variable terms on one side and the constant terms on the other.
    3. Find \(\left(\frac{1}{2} \cdot b\right)^{2}\), the number needed to complete the square. Add it to both sides of the equation.
    4. Factor the perfect square trinomial, writing it as a binomial squared on the left and simplify by adding the terms on the right
    5. Use the Square Root Property.
    6. Simplify the radical and then solve the two resulting equations.
    7. Check the solutions.
    Example \(\PageIndex{10}\)

    Solve by completing the square: \(3 x^{2}+2 x=4\)

    Solution:

    Again, our first step will be to make the coefficient of \(x^{2}\) one. By dividing both sides of the equation by the coefficient of \(x^{2}\), we can then continue with solving the equation by completing the square.

      \(3 x^2+2 x=4\)
    Divide both sides by \(3\) to make the coefficient of \(x^{2}\) equal \(1\). \(\frac{3 x^2+2 x}{3}=\frac{4}{3}\)
    Simplify. \(x^2+\frac{2}{3} x=\frac{4}{3}\)
    Take half of \(\frac{2}{3}\) and square it.  
    \(\left(\frac{1}{2} \cdot \frac{2}{3}\right)^{2}=\frac{1}{9}\) \(x^2+\frac{2}{3} x+\frac{}{\left({\color{Red} \frac{1}{2} \cdot \frac{2}{3}}\right)^2}=\frac{4}{3}\)
    Add \(\frac{1}{9}\) to both sides. \(x^2+\frac{2}{3} x+{\color{Red} \frac{1}{9}}=\frac{4}{3}+{\color{Red} \frac{1}{9}\)}
    Factor the perfect square trinomial, writing it as a binomial squared. \(\left(x+\frac{1}{3}\right)^2=\frac{12}{9}+\frac{1}{9}\)
    Use the Square Root Property. \(x+\frac{1}{3}= \pm \sqrt{\frac{13}{9}}\)
    Simplify the radical. \(x+\frac{1}{3}= \pm \frac{\sqrt{13}}{3}\)
    Solve for \(x\). \(x=-\frac{1}{3} \pm \frac{\sqrt{13}}{3}\)
    Rewrite to show two solutions. \(x=-\frac{1}{3}+\frac{\sqrt{13}}{3}, x=-\frac{1}{3}-\frac{\sqrt{13}}{3}\)

    Check:

    We leave the check for you!

     
    You Try \(\PageIndex{10}\)

    Solve by completing the square: \(3 y^{2}-10 y=-5\)

    Answer

    \(y=\frac{5}{3}+\frac{\sqrt{10}}{3}, y=\frac{5}{3}-\frac{\sqrt{10}}{3}\)


    This page titled 2.25: Solving Quadratic Equations by Completing the Square is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Katherine Skelton.