Skip to main content
Mathematics LibreTexts

6.1: Extracting Square Roots and Completing the Square

  • Page ID
    6268
    • 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 certain quadratic equations by extracting square roots.
    • Solve any quadratic equation by completing the square.

    Extracting Square Roots

    Recall that a quadratic equation is in standard form1 if it is equal to \(0\):

    \(a x ^ { 2 } + b x + c = 0\)

    where \(a, b\), and \(c\) are real numbers and \(a ≠ 0\). A solution to such an equation is a root of the quadratic function defined by \(f (x) = ax^{2} + bx + c\). Quadratic equations can have two real solutions, one real solution, or no real solution—in which case there will be two complex solutions. If the quadratic expression factors, then we can solve the equation by factoring. For example, we can solve \(4x^{2} − 9 = 0\) by factoring as follows:

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

    \(\begin{array} { c } { 2 x + 3 = 0 \quad \text { or }\quad 2 x - 3 = 0 } \\ { 2 x = - 3 \quad \quad\:\:\:2 x = 3 } \\ { x = - \frac { 3 } { 2 } \quad\quad\:\:\:\: x = \frac { 3 } { 2 } } \end{array}\)

    The two solutions are \(± \frac{3}{2}\). Here we use \(±\) to write the two solutions in a more compact form. The goal in this section is to develop an alternative method that can be used to easily solve equations where \(b = 0\), giving the form

    \(a x ^ { 2 } + c = 0\)

    The equation \(4x^{2} − 9 = 0\) is in this form and can be solved by first isolating \(x^{2}\).

    \(\begin{aligned} 4 x ^ { 2 } - 9 & = 0 \\ 4 x ^ { 2 } & = 9 \\ x ^ { 2 } & = \frac { 9 } { 4 } \end{aligned}\)

    If we take the square root of both sides of this equation, we obtain the following:

    \(\begin{aligned} \sqrt { x ^ { 2 } } & = \sqrt { \frac { 9 } { 4 } } \\ | x | & = \frac { 3 } { 2 } \end{aligned}\)

    Here we see that \(x = ± \frac{3}{2}\) are solutions to the resulting equation. In general, this describes the square root property2; for any real number \(k\),

    \(\text{If}\quad x ^ { 2 } = k , \quad \text { then } \quad x = \pm \sqrt { k }\)

    Applying the square root property as a means of solving a quadratic equation is called extracting the root3. This method allows us to solve equations that do not factor.

    Example \(\PageIndex{1}\):

    Solve: \(9 x ^ { 2 } - 8 = 0\).

    Solution

    Notice that the quadratic expression on the left does not factor. However, it is in the form \(ax^{2} + c = 0\) and so we can solve it by extracting the roots. Begin by isolating \(x^{2}\).

    \(\begin{aligned} 9 x ^ { 2 } - 8 & = 0 \\ 9 x ^ { 2 } & = 8 \\ x ^ { 2 } & = \frac { 8 } { 9 } \end{aligned}\)

    Next, apply the square root property. Remember to include the \(±\) and simplify.

    \(\begin{aligned} x & = \pm \sqrt { \frac { 8 } { 9 } } \\ & = \pm \frac { 2 \sqrt { 2 } } { 3 } \end{aligned}\)

    For completeness, check that these two real solutions solve the original quadratic equation.

    Check \(x = - \frac { 2 \sqrt { 2 } } { 3 }\) Check \(x = \frac { 2 \sqrt { 2 } } { 3 }\)
    \(\begin{aligned} 9 x ^ { 2 } - 8 & = 0 \\ 9 \left(\color{Cerulean}{ - \frac { 2 \sqrt { 2 } } { 3 }} \right) ^ { \color{black}{2} } - 8 & = 0 \\ 9 \left( \frac { 4.2 } { 9 } \right) - 8 & = 0 \\ 8 - 8 & = 0 \\ 0 & = 0\:\:\color{Cerulean}{✓} \end{aligned}\) \(\begin{aligned} 9 x ^ { 2 } - 8 & = 0 \\ 9 \left(\color{Cerulean}{ \frac { 2 \sqrt { 2 } } { 3 }} \right) ^ { \color{black}{2} } - 8 & = 0 \\ 9 \left( \frac { 4.2 } { 9 } \right) - 8 & = 0 \\ 8 - 8 & = 0 \\ 0 & = 0\:\:\color{Cerulean}{✓} \end{aligned}\)
    Table \(\PageIndex{1}\)

    Answer:

    Two real solutions, \(\pm \frac { 2 \sqrt { 2 } } { 3 }\)

    Sometimes quadratic equations have no real solution. In this case, the solutions will be complex numbers.

    Example \(\PageIndex{2}\):

    Solve: \(x^{2}+25=0\).

    Solution

    Begin by isolating \(x^{2}\) and then apply the square root property.

    \(\begin{aligned} x ^ { 2 } + 25 & = 0 \\ x ^ { 2 } & = - 25 \\ x & = \pm \sqrt { - 25 } \end{aligned}\)

    After applying the square root property, we are left with the square root of a negative number. Therefore, there is no real solution to this equation; the solutions are complex. We can write these solutions in terms of the imaginary unit \(i = \sqrt { - 1 }\).

    \(\begin{aligned} x & = \pm \sqrt { - 25 } \\ & = \pm \sqrt { - 1 \cdot 25 } \\ & = \pm i \cdot 5 \\ & = \pm 5 i \end{aligned}\)

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

    Answer:

    Two complex solutions, \(\pm 5 i\).

    Exercise \(\PageIndex{1}\)

    Solve: \(2x^{2}-3=0\).

    Answer

    The solutions are \(\pm \frac { \sqrt { 6 } } { 2 }\).

    www.youtube.com/v/9ff7QGhFytQ

    Consider solving the following equation:

    \(( x + 5 ) ^ { 2 } = 9\)

    To solve this equation by factoring, first square \(x + 5\) and then put the equation in standard form, equal to zero, by subtracting \(9\) from both sides.

    \(\begin{aligned} ( x + 5 ) ^ { 2 } & = 9 \\ x ^ { 2 } + 10 x + 25 & = 9 \\ x ^ { 2 } + 10 x + 16 & = 0 \end{aligned}\)

    Factor and then apply the zero-product property.

    \(\begin{aligned} x ^ { 2 } + 10 x + 16 & = 0 \\ ( x + 8 ) ( x + 2 ) & = 0 \\ x + 8 & = 0 \quad \quad\text { or }\quad x + 2 = 0 \\ x & = - 8 \quad \quad \quad\quad\quad\: x = - 2 \end{aligned}\)

    The two solutions are \(−8\) and \(−2\). When an equation is in this form, we can obtain the solutions in fewer steps by extracting the roots.

    Example \(\PageIndex{3}\):

    Solve by extracting roots: \(( x + 5 ) ^ { 2 } = 9\).

    Solution

    The term with the square factor is isolated so we begin by applying the square root property.

    \(\begin{aligned} ( x + 5 ) ^ { 2 } & = 9 \quad\quad\quad\color{Cerulean}{}Apply\:the\:square\:root\:property. \\ x + 5 & = \pm \sqrt { 9 } \quad\:\:\color{Cerulean}{Simplify.}\\ x + 5 & = \pm \sqrt { 9 } \\ x & = - 5 \pm 3 \end{aligned}\)

    At this point, separate the “plus or minus” into two equations and solve each individually.

    \(\begin{array} { l } { x = - 5 + 3 \quad\text { or } \quad x = - 5 - 3 } \\ { x = - 2 \quad\quad\quad \quad\quad x = - 8 } \end{array}\)

    Answer:

    The solutions are \(-2\) and \(-8\).

    In addition to fewer steps, this method allows us to solve equations that do not factor.

    Example \(\PageIndex{4}\):

    Solve: \(2 ( x - 2 ) ^ { 2 } - 5 = 0\).

    Solution

    Begin by isolating the term with the square factor.

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

    Next, extract the roots, solve for \(x\), and then simplify.

    \(\begin{aligned} x - 2 & = \pm \sqrt { \frac { 5 } { 2 } }\quad\quad\quad\quad\color{Cerulean}{Rationalize\:the\:denominator.} \\ x & = 2 \pm \frac { \sqrt { 5 } } { \sqrt { 2 } } \cdot \color{Cerulean}{ \frac { \sqrt { 2 } } { \sqrt { 2 } } }\\ x & = 2 \pm \frac { \sqrt { 10 } } { 2 } \\ x & = \frac { 4 \pm \sqrt { 10 } } { 2 } \end{aligned}\)

    Answer:

    The solutions are \(\frac { 4 - \sqrt { 10 } } { 2 }\) and \(\frac { 4 + \sqrt { 10 } } { 2 }\).

    Exercise \(\PageIndex{2}\)

    Solve: \(2 ( 3 x - 1 ) ^ { 2 } + 9 = 0\).

    Answer

    The solutions are \(\frac { 1 } { 3 } \pm \frac { \sqrt { 2 } } { 2 } i\).

    www.youtube.com/v/RQrrtff3rw0

    Completing the Square

    In this section, we will devise a method for rewriting any quadratic equation of the form

    \(a x ^ { 2 } + b x + c = 0\)

    as an equation of the form

    \(( x - p ) ^ { 2 } = q\)

    This process is called completing the square4. As we have seen, quadratic equations in this form can be easily solved by extracting roots. We begin by examining perfect square trinomials:

    \(\begin{aligned} ( x + 3 ) ^ { 2 } = x ^ { 2 } +\quad &6 x \quad\quad\quad+& 9 \\ &\color{Cerulean}{\downarrow}&\color{Cerulean}{\uparrow} \\ & \left( \frac { 6 } { 2 } \right) ^ { 2 } = ( 3 ) ^ { 2 } = &9 \end{aligned}\)

    The last term, \(9\), is the square of one-half of the coefficient of \(x\). In general, this is true for any perfect square trinomial of the form \(x^{2} + bx + c\).

    \(\begin{aligned} \left( x + \frac { b } { 2 } \right) ^ { 2 } & = x ^ { 2 } + 2 \cdot \frac { b } { 2 } x + \left( \frac { b } { 2 } \right) ^ { 2 } \\ & = x ^ { 2 } + b x + \left( \frac { b } { 2 } \right) ^ { 2 } \end{aligned}\)

    In other words, any trinomial of the form \(x^{2} + bx + c\) will be a perfect square trinomial if

    \(c = \left( \frac { b } { 2 } \right) ^ { 2 }\)

    Note

    It is important to point out that the leading coefficient must be equal to \(1\) for this to be true.

    Example \(\PageIndex{5}\):

    Complete the square: \(x ^ { 2 } - 6 x + \color{Cerulean}{?}\color{black}{ =} ( x + \color{Cerulean}{?}\color{black}{ )} ^ { 2 }\).

    Solution

    In this example, the coefficient \(b\) of the middle term is \(−6\). Find the value that completes the square as follows:

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { - 6 } { 2 } \right) ^ { 2 } = ( - 3 ) ^ { 2 } = \color{Cerulean}{9}\)

    The value that completes the square is \(9\).

    \(\begin{aligned} x ^ { 2 } - 6 x \color{Cerulean}{+ 9} & \color{black}{=} ( x - 3 ) ( x - 3 ) \\ & = ( x - 3 ) ^ { 2 } \end{aligned}\)

    Answer:

    \(x ^ { 2 } - 6 x + 9 = ( x - 3 ) ^ { 2 }\)

    Example \(\PageIndex{6}\):

    Complete the square: \(x ^ { 2 } + x + \color{Cerulean}{?}\color{black}{ =} ( x + \color{Cerulean}{?}\color{black}{ )} ^ { 2 }\).

    Solution

    Here \(b=1\). Find the value that will complete the square as follows:

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { 1 } { 2 } \right) ^ { 2 } = \color{Cerulean}{\frac { 1 } { 4 }}\)

    The value \(\frac{1}{4}\) completes the square:

    \(\begin{aligned} x ^ { 2 } + x \color{Cerulean}{+ \frac { 1 } { 4 }} & \color{black}{=} \left( x + \frac { 1 } { 2 } \right) \left( x + \frac { 1 } { 2 } \right) \\ & = \left( x + \frac { 1 } { 2 } \right) ^ { 2 } \end{aligned}\)

    Answer:

    \(x ^ { 2 } + x + \frac { 1 } { 4 } = \left( x + \frac { 1 } { 2 } \right) ^ { 2 }\)

    We can use this technique to solve quadratic equations. The idea is to take any quadratic equation in standard form and complete the square so that we can solve it by extracting roots. The following are general steps for solving a quadratic equation with leading coefficient 1 in standard form by completing the square.

    Example \(\PageIndex{7}\):

    Solve by completing the square: \(x ^ { 2 } - 8 x - 2 = 0\).

    Solution

    It is important to notice that the leading coefficient is \(1\).

    Step 1: Add or subtract the constant term to obtain an equation of the form \(x^{2} + bx = c\). Here we add \(2\) to both sides of the equation.

    \(\begin{aligned} x ^ { 2 } - 8 x - 2 &= 0 \\ x ^ { 2 } - 8 x &= 2 \end{aligned}\)

    Step 2: Use \(\left( \frac { b } { 2 } \right) ^ { 2 }\) to determint the value that completes the square. In this case, \(b = - 8\).

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { - 8 } { 2 } \right) ^ { 2 } = ( - 4 ) ^ { 2 } = \color{Cerulean}{16}\)

    Step 3: Add \(\left( \frac { b } { 2 } \right) ^ { 2 }\) to both sides of the equation and complete the square.

    \(\begin{aligned} x ^ { 2 } - 8 x & = 2 \\ x ^ { 2 } - 8 x \color{Cerulean}{+ 16} & \color{black}{=} 2 \color{Cerulean}{+ 16} \\ ( x - 4 ) ( x - 4 ) &= 18 \\ ( x - 4 ) ^ { 2 } & = 18 \end{aligned}\)

    Step 4: Solve by extracting roots.

    \(\begin{aligned} ( x - 4 ) ^ { 2 } & = 18 \\ x - 4 & = \pm \sqrt { 18 } \\ x & = 4 \pm \sqrt { 9 \cdot 2 } \\ x & = 4 \pm 3 \sqrt { 2 } \end{aligned}\)

    Answer:

    The solutions are \(4 - 3 \sqrt { 2 }\) and \(4 + 3 \sqrt { 2 }\). The check is left to the reader.

    Example \(\PageIndex{8}\):

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

    Solution

    Begin by adding \(48\) to both sides

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

    Next, find the value that completes the square using \(b = 2\).

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { 2 } { 2 } \right) ^ { 2 } = ( 1 ) ^ { 2 } = \color{Cerulean}{1}\)

    To complete the square, add \(1\) to both sides, complete the square, and then solve by extracting the roots.

    \(\begin{aligned} x ^ { 2 } + 2 x &= 48\quad\quad\quad\color{Cerulean}{Complete\:the\:square.} \\ x ^ { 2 } + 2 x \color{Cerulean}{+ 1} &\color{black}{=} 48 \color{Cerulean}{+ 1} \\ ( x + 1 ) ( x + 1 ) &= 49 \\ ( x + 1 ) ^ { 2 } &= 49 \quad\quad\quad\color{Cerulean}{Extract\:the\:roots.} \\ x + 1 &= \pm \sqrt { 49 } \\ x + 1 &= \pm 7 \\ x &= - 1 \pm 7 \end{aligned}\)

    At this point, separate the “plus or minus” into two equations and solve each individually.

    \(\begin{array} { l } { x = - 1 - 7 \text { or } x = - 1 + 7 } \\ { x = - 8 \quad\quad\quad x = 6 } \end{array}\)

    Answer:

    The solutions are \(-8\) and \(6\).

    Note

    In the previous example the solutions are integers. If this is the case, then the original equation will factor.

    \(\begin{array} { c } { x ^ { 2 } + 2 x - 48 = 0 } \\ { ( x - 6 ) ( x + 8 ) = 0 } \end{array}\)

    If an equation factors, we can solve it by factoring. However, not all quadratic equations will factor. Furthermore, equations often have complex solutions.

    Example \(\PageIndex{9}\):

    Solve by completing the square: \(x ^ { 2 } - 10 x + 26 = 0\).

    Solution

    Begin by subtracting \(26\) from both sides of the equation.

    \(\begin{aligned} x ^ { 2 } - 10 x + 26 & = 0 \\ x ^ { 2 } - 10 x & = - 26 \end{aligned}\)

    Here \(b=-10\), and we determine the value that completes the square as follows:

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { - 10 } { 2 } \right) ^ { 2 } = ( - 5 ) ^ { 2 } = \color{Cerulean}{25}\)

    To complete the square, add \(25\) to both sides of the equation.

    \(\begin{aligned} x ^ { 2 } - 10 x & = - 26 \\ x ^ { 2 } - 10 x \color{Cerulean}{+ 25} & \color{black}{=} - 26 + \color{Cerulean}{25} \\ x ^ { 2 } - 10 x \color{Cerulean}{+ 25} & \color{black}{=} - 1 \end{aligned}\)

    Factor and then solve by extracting roots.

    \(\begin{aligned} x ^ { 2 } - 10 x + 25 & = - 1 \\ ( x - 5 ) ( x - 5 ) & = - 1 \\ ( x - 5 ) ^ { 2 } & = - 1 \\ x - 5 & = \pm \sqrt { - 1 } \\ x - 5 & = \pm i \\ x & = 5 \pm i \end{aligned}\)

    Answer:

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

    Exercise \(\PageIndex{3}\)

    Solve by completing the square: \(x ^ { 2 } - 2 x - 17 = 0\).

    Answer

    The solutions are \(x = 1 \pm 3 \sqrt { 2 }\).

    www.youtube.com/v/i8WVWpe-Ct0

    The coefficient of \(x\) is not always divisible by \(2\).

    Example \(\PageIndex{10}\):

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

    Solution

    Begin by subtracting \(4\) from both sides.

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

    Use \(b=3\) to find the value that completes the square:

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac { 3 } { 2 } \right) ^ { 2 } = \color{Cerulean}{\frac { 9 } { 4 }}\)

    To complete the square, add \(\frac{9}{4}\) to both sides of the equation.

    \(\begin{aligned} x ^ { 2 } + 3 x & = - 4 \\ x ^ { 2 } + 3 x \color{Cerulean}{+ \frac { 9 } { 4 }} & \color{black}{=} - 4 + \color{Cerulean}{\frac { 9 } { 4 }} \\ \left( x + \frac { 3 } { 2 } \right) \left( x + \frac { 3 } { 2 } \right) & = \frac { - 16 } { 4 } + \frac { 9 } { 4 } \\ \left( x + \frac { 3 } { 2 } \right) ^ { 2 } & = \frac { - 7 } { 4 } \end{aligned}\)

    Solve by extracting roots.

    \(\begin{aligned} \left( x + \frac { 3 } { 2 } \right) ^ { 2 } & = - \frac { 7 } { 4 } \\ x + \frac { 3 } { 2 } & = \pm \sqrt { \frac { - 1 \cdot 7 } { 4 } } \\ x + \frac { 3 } { 2 } & = \pm \frac { i \sqrt { 7 } } { 2 } \\ x & = - \frac { 3 } { 2 } \pm \frac { \sqrt { 7 } } { 2 } i \end{aligned}\)

    Answer:

    The solutions are \(- \frac { 3 } { 2 } \pm \frac { \sqrt { 7 } } { 2 } i\).

    So far, all of the examples have had a leading coefficient of \(1\). The formula \(\left( \frac { b } { 2 } \right) ^ { 2 }\) determines the value that completes the square only if the leading coefficient is \(1\). If this is not the case, then simply divide both sides by the leading coefficient before beginning the steps outlined for completing the square.

    Example \(\PageIndex{11}\):

    Solve by completing the square: \(2 x ^ { 2 } + 5 x - 1 = 0\).

    Solution

    Notice that the leading coefficient is \(2\). Therefore, divide both sides by \(2\) before beginning the steps required to solve by completing the square.

    \(\begin{array} { c } { \frac { 2 x ^ { 2 } + 5 x - 1 } {\color{Cerulean}{ 2} } \color{black}{=} \frac { 0 } { \color{Cerulean}{2} } } \\ { \frac { 2 x ^ { 2 } } { 2 } + \frac { 5 x } { 2 } - \frac { 1 } { 2 } = 0 } \\ { x ^ { 2 } + \frac { 5 } { 2 } x - \frac { 1 } { 2 } = 0 } \end{array}\)

    Add \(\frac{1}{2}\) to both sides of the equation.

    \(\begin{array} { r } { x ^ { 2 } + \frac { 5 } { 2 } x - \frac { 1 } { 2 } = 0 } \\ { x ^ { 2 } + \frac { 5 } { 2 } x = \frac { 1 } { 2 } } \end{array}\)

    Here \(b=\frac{5}{2}\), and we can find the value that completes the square as follows:

    \(\left( \frac { b } { 2 } \right) ^ { 2 } = \left( \frac {\color{OliveGreen}{ 5 / 2} } {\color{black}{ }2 } \right) ^ { 2 } = \left( \frac { 5 } { 2 } \cdot \frac { 1 } { 2 } \right) ^ { 2 } = \left( \frac { 5 } { 4 } \right) ^ { 2 } = \color{Cerulean}{\frac { 25 } { 16 }}\)

    To complete the square, add \(\frac{25}{16}\) to both sides of the equation.

    \(\begin{aligned} x ^ { 2 } + \frac { 5 } { 2 } x &= \frac { 1 } { 2 } \\ x ^ { 2 } + \frac { 5 } { 2 } x \color{Cerulean}{+ \frac { 25 } { 16 }} &\color{black}{=} \frac { 1 } { 2 } \color{Cerulean}{+ \frac { 25 } { 16 }} \\ \left( x + \frac { 5 } { 4 } \right) \left( x + \frac { 5 } { 4 } \right) &= \frac { 8 } { 16 } + \frac { 25 } { 16 } \\ \left( x + \frac { 5 } { 4 } \right) ^ { 2 } &= \frac { 33 } { 16 } \end{aligned}\)

    Next, solve by extracting roots.

    \(\begin{aligned} \left( x + \frac { 5 } { 4 } \right) ^ { 2 } & = \frac { 33 } { 16 } \\ x + \frac { 5 } { 4 } & = \pm \sqrt { \frac { 33 } { 16 } } \\ x + \frac { 5 } { 4 } & = \pm \frac { \sqrt { 33 } } { 4 } \\ x & = - \frac { 5 } { 4 } \pm \frac { \sqrt { 33 } } { 4 } \\ x & = \frac { - 5 \pm \sqrt { 33 } } { 4 } \end{aligned}\)

    Answer:

    The solutions are \(\frac { - 5 \pm \sqrt { 33 } } { 4 }\).

    Exercise \(\PageIndex{4}\)

    Solve by completing the square: \(3 x ^ { 2 } - 2 x + 1 = 0\).

    Answer

    The solutions are \(x = \frac { 1 } { 3 } \pm \frac { \sqrt { 2 } } { 3 } i\)

    www.youtube.com/v/A-i6LKqNmtY

    Key Takeaways

    • Solve equations of the form \(ax^{2} + c = 0\) by extracting the roots.
    • Extracting roots involves isolating the square and then applying the square root property. Remember to include “\(±\)” when taking the square root of both sides.
    • After applying the square root property, solve each of the resulting equations. Be sure to simplify all radical expressions and rationalize the denominator if necessary.
    • Solve any quadratic equation by completing the square.
    • You can apply the square root property to solve an equation if you can first convert the equation to the form \((x − p)^{2} = q\).
    • To complete the square, first make sure the equation is in the form \(x^{2} + bx = c\). The leading coefficient must be \(1\). Then add the value \(\left( \frac { b } { 2 } \right) ^ { 2 }\) to both sides and factor.
    • The process for completing the square always works, but it may lead to some tedious calculations with fractions. This is the case when the middle term, \(b\), is not divisible by \(2\).

    Exercise \(\PageIndex{5}\)

    Solve by factoring and then solve by extracting roots. Check answers.

    1. \(x ^ { 2 } - 16 = 0\)
    2. \(x ^ { 2 } - 36 = 0\)
    3. \(9 y ^ { 2 } - 1 = 0\)
    4. \(4 y ^ { 2 } - 25 = 0\)
    5. \(( x - 2 ) ^ { 2 } - 1 = 0\)
    6. \(( x + 1 ) ^ { 2 } - 4 = 0\)
    7. \(4 ( y - 2 ) ^ { 2 } - 9 = 0\)
    8. \(9 ( y + 1 ) ^ { 2 } - 4 = 0\)
    9. \(( u - 5 ) ^ { 2 } - 25 = 0\)
    10. \(( u + 2 ) ^ { 2 } - 4 = 0\)
    Answer

    1. \(-4,4\)

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

    5. \(1, 3\)

    7. \(\frac { 1 } { 2 } , \frac { 7 } { 2 }\)

    9. \(0,10)

    Exercise \(\PageIndex{6}\)

    Solve by extracting the roots.

    1. \(x ^ { 2 } = 81\)
    2. \(x ^ { 2 } = 1\)
    3. \(y ^ { 2 } = \frac { 1 } { 9 }\)
    4. \(y ^ { 2 } = \frac { 1 } { 16 }\)
    5. \(x ^ { 2 } = 12\)
    6. \(x ^ { 2 } = 18\)
    7. \(16 x ^ { 2 } = 9\)
    8. \(4 x ^ { 2 } = 25\)
    9. \(2 t ^ { 2 } = 1\)
    10. \(3 t ^ { 2 } = 2\)
    11. \(x ^ { 2 } - 40 = 0\)
    12. \(x ^ { 2 } - 24 = 0\)
    13. \(x ^ { 2 } + 1 = 0\)
    14. \(x ^ { 2 } + 100 = 0\)
    15. \(5 x ^ { 2 } - 1 = 0\)
    16. \(6 x ^ { 2 } - 5 = 0\)
    17. \(8 x ^ { 2 } + 1 = 0\)
    18. \(12 x ^ { 2 } + 5 = 0\)
    19. \(y ^ { 2 } + 4 = 0\)
    20. \(y ^ { 2 } + 1 = 0\)
    21. \(x ^ { 2 } - \frac { 4 } { 9 } = 0\)
    22. \(x ^ { 2 } - \frac { 9 } { 25 } = 0\)
    23. \(x ^ { 2 } - 8 = 0\)
    24. \(t ^ { 2 } - 18 = 0\)
    25. \(x ^ { 2 } + 8 = 0\)
    26. \(x ^ { 2 } + 125 = 0\)
    27. \(5 y ^ { 2 } - 2 = 0\)
    28. \(3 x ^ { 2 } - 1 = 0\)
    29. \(( x + 7 ) ^ { 2 } - 4 = 0\)
    30. \(( x + 9 ) ^ { 2 } - 36 = 0\)
    31. \(( x - 5 ) ^ { 2 } - 20 = 0\)
    32. \(( x + 1 ) ^ { 2 } - 28 = 0\)
    33. \(( 3 t + 2 ) ^ { 2 } + 6 = 0\)
    34. \(( 3 t - 5 ) ^ { 2 } + 10 = 0\)
    35. \(4 ( 3 x + 1 ) ^ { 2 } - 27 = 0\)
    36. \(9 ( 2 x - 3 ) ^ { 2 } - 8 = 0\)
    37. \(2 ( 3 x - 1 ) ^ { 2 } + 3 = 0\)
    38. \(5 ( 2 x - 1 ) ^ { 2 } + 2 = 0\)
    39. \(3 \left( y - \frac { 2 } { 3 } \right) ^ { 2 } - \frac { 3 } { 2 } = 0\)
    40. \(2 \left( 3 y - \frac { 1 } { 3 } \right) ^ { 2 } - \frac { 5 } { 2 } = 0\)
    41. \(- 3 ( t - 1 ) ^ { 2 } + 12 = 0\)
    42. \(- 2 ( t + 1 ) ^ { 2 } + 8 = 0\)
    43. Solve for \(x : p x ^ { 2 } - q = 0 , p , q > 0\)
    44. Solve for \(x ( x - p ) ^ { 2 } - q = 0 , p , q > 0\)
    45. The diagonal of a square measures \(3\) centimeters. Find the length of each side.
    46. The length of a rectangle is twice its width. If the diagonal of the rectangle measures \(10\) meters, then find the dimensions of the rectangle.
    47. If a circle has an area of \(50π\) square centimeters, then find its radius.
    48. If a square has an area of \(27\) square centimeters, then find the length of each side.
    49. The height in feet of an object dropped from an \(18\)-foot stepladder is given by \(h ( t ) = - 16 t ^ { 2 } + 18\), where \(t\) represents the time in seconds after the object is dropped. How long does it take the object to hit the ground? (Hint: The height is \(0\) when the object hits the ground. Round to the nearest hundredth of a second.)
    50. The height in feet of an object dropped from a \(50\)-foot platform is given by \(h(t) = −16t^{2} + 50\), where \(t\) represents the time in seconds after the object is dropped. How long does it take the object to hit the ground? (Round to the nearest hundredth of a second.)
    51. How high does a \(22\)-foot ladder reach if its base is \(6\) feet from the building on which it leans? Round to the nearest tenth of a foot.
    52. The height of a triangle is \(\frac{1}{2}\) the length of its base. If the area of the triangle is \(72\) square meters, find the exact length of the triangle’s base.
    Answer

    1. \(\pm 9\)

    3. \(\pm \frac{1}{3}\)

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

    7. \(\pm \frac { 3 } { 4 }\)

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

    11. \(\pm 2 \sqrt { 10 }\)

    13. \(\pm i\)

    15. \(\pm \frac { \sqrt { 5 } } { 5 }\)

    17. \(\pm \frac { \sqrt { 2 } } { 4 } i\)

    19. \(\pm 2 i\)

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

    23. \(\pm 2 \sqrt { 2 }\)

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

    27. \(\pm \frac { \sqrt { 10 } } { 5 }\)

    29. \(-9,-5\)

    31. \(5 \pm 2 \sqrt { 5 }\)

    33. \(- \frac { 2 } { 3 } \pm \frac { \sqrt { 6 } } { 3 } i\)

    35. \(\frac { - 2 \pm 3 \sqrt { 3 } } { 6 }\)

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

    39. \(\frac { 4\pm 3 \sqrt { 2 } } { 6 }\)

    41. \(-1,-3\)

    43. \(x = \pm \frac { \sqrt { p q } } { p }\)

    45. \(\frac { 3 \sqrt { 2 } } { 2 }\) centimeters

    47. \(5 \sqrt { 2 }\) centimeters

    49. \(1.06\) seconds

    51. \(21.2\) feet

    Exercise \(\PageIndex{7}\)

    Complete the square.

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

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

    3. \(x ^ { 2 } + 10 x + 25 = ( x + 5 ) ^ { 2 }\)

    5. \(x ^ { 2 } + 7 x + \frac { 49 } { 4 } = \left( x + \frac { 7 } { 2 } \right) ^ { 2 }\)

    7. \(x ^ { 2 } - x + \frac { 1 } { 4 } = \left( x - \frac { 1 } { 2 } \right) ^ { 2 }\)

    9. \(x ^ { 2 } + \frac { 2 } { 3 } x + \frac { 1 } { 9 } = \left( x + \frac { 1 } { 3 } \right) ^ { 2 }\)

    Exercise \(\PageIndex{8}\)

    Solve by factoring and then solve by completing the square. Check answers.

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

    1. \(-4,2\)

    3. \(-6,4\)

    5. \(-7,4\)

    7. \(-2,\frac{1}{2}\)

    9. \(- \frac { 1 } { 2 } , 1\)

    Exercise \(\PageIndex{9}\)

    Solve by completing the square.

    1. \(x^{2}+6 x-1=0\)
    2. \(x^{2}+8 x+10=0\)
    3. \(x^{2}-2 x-7=0\)
    4. \(x^{2}-6 x-3=0\)
    5. \(y^{2}-2 y+4=0\)
    6. \(y^{2}-4 y+9=0\)
    7. \(t^{2}+10 t-75=0\)
    8. \(t^{2}+12 t-108=0\)
    9. \(u^{2}-\frac{2}{3} u-\frac{1}{3}=0\)
    10. \(u^{2}-\frac{4}{5} u-\frac{1}{5}=0\)
    11. \(x^{2}+x-1=0\)
    12. \(x^{2}+x-3=0\)
    13. \(y^{2}+3 y-2=0\)
    14. \(y^{2}+5 y-3=0\)
    15. \(x^{2}+3 x+5=0\)
    16. \(x^{2}+x+1=0\)
    17. \(x^{2}-7 x+\frac{11}{2}=0\)
    18. \(x^{2}-9 x+\frac{3}{2}=0\)
    19. \(t^{2}-\frac{1}{2} t-1=0\)
    20. \(t^{2}-\frac{1}{3} t-2=0\)
    21. \(4 x^{2}-8 x-1=0\)
    22. \(2 x^{2}-4 x-3=0\)
    23. \(3 x^{2}+6 x+1=0\)
    24. \(5 x^{2}+10 x+2=0\)
    25. \(3 x^{2}+2 x-3=0\)
    26. \(5 x^{2}+2 x-5=0\)
    27. \(4 x^{2}-12 x-15=0\)
    28. \(2 x^{2}+4 x-43=0\)
    29. \(2 x^{2}-4 x+10=0\)
    30. \(6 x^{2}-24 x+42=0\)
    31. \(2 x^{2}-x-2=0\)
    32. \(2 x^{2}+3 x-1=0\)
    33. \(3 u^{2}+2 u-2=0\)
    34. \(3 u^{2}-u-1=0\)
    35. \(x^{2}-4 x-1=15\)
    36. \(x^{2}-12 x+8=-10\)
    37. \(x(x+1)-11(x-2)=0\)
    38. \((x+1)(x+7)-4(3 x+2)=0\)
    39. \(y^{2}=(2 y+3)(y-1)-2(y-1)\)
    40. \((2 y+5)(y-5)-y(y-8)=-24\)
    41. \((t+2)^{2}=3(3 t+1)\)
    42. \((3 t+2)(t-4)-(t-8)=1-10 t\)
    Answer

    1. \(-3 \pm \sqrt{10}\)

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

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

    7. \(-15,5\)

    9. \(-\frac{1}{3}, 1\)

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

    13. \(\frac{-3 \pm \sqrt{17}}{2}\)

    15. \(-\frac{3}{2} \pm \frac{\sqrt{11}}{2} i\)

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

    19. \(\frac{1 \pm \sqrt{17}}{4}\)

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

    23. \(\frac{-3 \pm \sqrt{6}}{3}\)

    25. \(\frac{-1 \pm \sqrt{10}}{3}\)

    27. \(\frac{3 \pm 2 \sqrt{6}}{2}\)

    29. 1\(\pm 2 i\)

    31. \(\frac{1 \pm \sqrt{17}}{4}\)

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

    35. 2\(\pm 2 \sqrt{5}\)

    37. 5\(\pm \sqrt{3}\)

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

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

    Exercise \(\PageIndex{10}\)

    Solve by completing the square and round the solutions to the nearest hundredth.

    1. \((2 x-1)^{2}=2 x\)
    2. \((3 x-2)^{2}=5-15 x\)
    3. \((2 x+1)(3 x+1)=9 x+4\)
    4. \((3 x+1)(4 x-1)=17 x-4\)
    5. \(9 x(x-1)-2(2 x-1)=-4 x\)
    6. \((6 x+1)^{2}-6(6 x+1)=0\)
    Answer

    1. \(0.19,1.31\)

    3. \(-0.45,1.12\)

    5. \(0.33,0.67\)

    Exercise \(\PageIndex{11}\)

    1. Create an equation of your own that can be solved by extracting the roots. Share it, along with the solution, on the discussion board.
    2. Explain why the technique of extracting roots greatly expands our ability to solve quadratic equations.
    3. Explain why the technique for completing the square described in this section requires that the leading coefficient be equal to \(1\).
    4. Derive a formula for the diagonal of a square in terms of its sides.
    Answer

    1. Answer may vary

    3. Answer may vary

    Footnotes

    1Any quadratic equation in the form \(ax^{2} + bx + c = 0\), where \(a, b\), and \(c\) are real numbers and \(a ≠ 0\).

    2For any real number \(k\), if \(x^{2}=k\), then \(x = \pm \sqrt { k }\).

    3Applying the square root property as a means of solving a quadratic equation.

    4The process of rewriting a quadratic equation to be in the form \((x − p)^{2} = q\).


    This page titled 6.1: Extracting Square Roots and Completing the Square 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.