Skip to main content
Mathematics LibreTexts

6.3: Solving Equations Quadratic in Form

  • Page ID
    6270
    • 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

    • Develop a general strategy for solving quadratic equations.
    • Solve equations that are quadratic in form.

    Use the coefficients of a quadratic equation to help decide which method is most appropriate for solving it. While the quadratic formula always works, it is sometimes not the most efficient method. If given any quadratic equation in standard form,

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

    where \(c=0\), then it is best to factor out the GCF and solve by factoring.

    Example \(\PageIndex{1}\):

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

    Solution

    In this case, \(c=0\) and we can solve by factoring out the GCF \(3x\).

    \(12 x^{2}-3 x=0 \)
    \(3 x(4 x-1)=0 \)

    Then apply the zero-product property and set each factor equal to zero.

    \(\begin{aligned}&3 x=0\quad \text { or }& 4 x-1=0 \\ &x=0 &4 x=1 \\&& x=\frac{1}{4}\end{aligned}\)

    Answer

    The solutions are \(0\) and \(\frac{1}{4}\).

    If \(b=0\), then we can solve by extracting the roots.

    Example \(\PageIndex{2}\):

    Solve \(5 x^{2}+8=0\)

    Solution

    In this case, \(b = 0\) and we can solve by extracting the roots. Begin by isolating the square.

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

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

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

    Answer

    The solutions are \(\pm \frac{2 i \sqrt{10}}{5}\).

    Howto: General Guidelines for Solving Quadratic Equations

    When given a quadratic equation in standard form where \(a\), \(b\), and \(c\) are all nonzero, determine the value for the discriminant using the formula \(b^{2} − 4ac\).

    1. If the discriminant is a perfect square, then solve by factoring.
    2. If the discriminant is not a perfect square, then solve using the quadratic formula.

    Recall that if the discriminant is not a perfect square and positive, the quadratic equation will have two irrational solutions. And if the discriminant is negative, the quadratic equation will have two complex conjugate solutions.

    Example \(\PageIndex{3}\):

    Solve \((3 x+5)(3 x+7)=6 x+10\).

    Solution

    Begin by rewriting the quadratic equation in standard form.

    \(\begin{aligned}(3 x+5)(3 x+7) &=6 x+10 \\ 9 x^{2}+21 x+15 x+35 &=6 x+10 \\ 9 x^{2}+36 x+35 &=6 x+10 \\ 9 x^{2}+30 x+25 &=0 \end{aligned}\)

    Substitute, \(a=9, b=30\), and \(c=25\) into the discriminant formula.

    \(\begin{aligned} b^{2}-4 a c &=(30)^{2}-4(9)(25) \\ &=900-900 \\ &=0 \end{aligned}\)

    Since the discriminant is \(0\), solve by factoring and expect one real solution, a double root.

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

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

    Answer

    The solution is \(-\frac{5}{3}\).

    It is good to know that the quadratic formula will work to find the solutions to all of the examples in this section. However, it is not always the best solution. If the equation can be solved by factoring or by extracting the roots, you should use that method.

    Solving Equations Quadratic in Form

    In this section we outline an algebraic technique that is used extensively in mathematics to transform equations into familiar forms. We begin by defining quadratic form7,

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

    Here \(u\) represents an algebraic expression. Some examples follow:

    \(\begin{aligned}\left(\frac{t+2}{t}\right)^{2}+8\left(\frac{t+2}{t}\right)+7&=0 \stackrel{u=\frac{t+2}{t}}{\color{Cerulean}{\Longrightarrow}} \color{black}{u^{2}}+8 u+7=0 \\ x^{2 / 3}-3 x^{1 / 3}-10&=0 \stackrel{u=x^{1 / 3}}{\color{Cerulean}{\Longrightarrow}}\color{black}{ u^{2}}-3 u-10=0 \\ 3 y^{-2}+7 y^{-1}-6&=0 \stackrel{u=y^{-1}}{\color{Cerulean}{\Longrightarrow}}\color{black}{ 3 u^{2}}+7 u-6=0\end{aligned}\)

    If we can express an equation in quadratic form, then we can use any of the techniques used to solve quadratic equations. For example, consider the following fourth-degree polynomial equation,

    \(x^{4}-4 x^{2}-32=0\)

    If we let \(u = x^{2}\) then \(u^{2} = \left(x^{2}\right)^{2}=x^{4}\) and we can write

    \(\begin{array}{r}{x^{4}-4 x^{2}-32=0 \color{Cerulean}{\Rightarrow}\left(\color{Cerulean}{x^{2}}\right)^{\color{black}{2}}-4\left(\color{Cerulean}{x^{2}}\right)\color{black}{-}32=0} \\ \color{Cerulean}{\downarrow\quad\quad\:\:\: \downarrow\quad\quad\quad\quad\:\:} \\ {u^{2}\quad-\:\:4 u\:\:-32=0}\end{array}\)

    This substitution transforms the equation into a familiar quadratic equation in terms of \(u\) which, in this case, can be solved by factoring.

    \(\begin{aligned} u^{2}-4 u-32 &=0 \\(u-8)(u+4) &=0 \\ u=8 \quad \text { or } \quad u &=-4 \end{aligned}\)

    Since \(u=x^{2}\) we can back substitute and then solve for \(x\).

    \(\begin{aligned} &u=8 \quad \text{or} &u=-4 \\ & \color{Cerulean}{\downarrow}&\color{Cerulean}{ \downarrow} \\ &x^{2}=8 & x^{2}=-4\\ &x=\pm \sqrt{8} &x=\pm\sqrt{-4} \\ &x=\pm 2 \sqrt{2} &x=\pm2i\end{aligned}\)

    Therefore, the equation \(x^{4}-4 x^{2}-32=0\) has four solutions \(\{\pm 2 \sqrt{2}, \pm 2 i\}\), two real and two complex. This technique, often called a u-substitution8, can also be used to solve some non-polynomial equations.

    Example \(\PageIndex{4}\):

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

    Solution

    This is a radical equation that can be written in quadratic form. If we let \(u=\sqrt{x}\) then \(u^{2}=(\sqrt{x})^{2}=x\) and we can write

    \(\begin{aligned}x-2 \sqrt{x}-8&=0\\ \color{Cerulean}{\downarrow\:\:\quad \downarrow\quad\:\:\:\:} \\ u^{2}\:\:-2 u-8&=0\end{aligned}\)

    Solve for \(u\).

    \(u^{2}-2 u-8=0 \)
    \((u-4)(u+2)=0 \)
    \(u=4\) or \(u=-2 \)

    Back substitute \(u=\sqrt{x}\) and solve for \(x\).

    \(\begin{array}{c}{\sqrt{x}=4 \quad \text { or } \quad \sqrt{x}=-2} \\ {(\sqrt{x})^{2}=(4)^{2} \quad(\sqrt{x})^{2}=(-2)^{2}} \\ {x=16} \quad\quad\quad\quad {x=4}\end{array}\)

    Recall that squaring both sides of an equation introduces the possibility of extraneous solutions. Therefore we must check our potential solutions.

    \(\begin{array}{r | l} {\color{OliveGreen}{Check} \:\color{black}{x=16}} & {\color{OliveGreen}{Check}\:\color{black}{x}=4}\\ {x-2\sqrt{x}-8=0} & {x-2\sqrt{x}-8=0} \\ {\color{OliveGreen}{16}\color{black}{-} 2\sqrt{\color{OliveGreen}{16}}\color{black}{-}18=0} & {\color{OliveGreen}{4}\color{black}{-} 2\sqrt{\color{OliveGreen}{4}}\color{black}{-}8=0} \\{16-2 \cdot 4-8=0} & {4-2 \cdot 2-8=0} \\ {16-8-8=0} & {\quad\:4-4-8=0} \\ {0=0 \color{Cerulean}{✓}} & {\quad\quad\quad\:\:-8=0 \color{red}{✗}}\end{array}\)

    Because \(x=4\) is extraneous, there is only one solution, \(x=16\).

    Answer

    The solution is \(16\).

    Example \(\PageIndex{5}\):

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

    Solution

    If we let \(u=x^{1 / 3}\) then \(u^{2}=\left(x^{1 / 3}\right)^{2}=x^{2 / 3}\) and we can write

    \(\begin{array}{c}{x^{2 / 3}-3 x^{1 / 3}-10=0} \\ \color{Cerulean}{\downarrow \quad\quad\downarrow\:\:\quad\quad\quad\quad\:} \\ {u^{2}\:\:\:-\:3 u-10=0}\end{array}\)

    Solve for \(u\).

    \(u^{2}-3 u-10=0 \)
    \((u-5)(u+2)=0 \)
    \(u=5 \quad\) or \(\quad u=-2 \)

    Back substitute \(u=x^{1 / 3}\) and solve for \(x\).

    \(\begin{aligned} x^{1 / 3} &=5 \quad \text { or } \quad x^{1 / 3}=-2 \\\left(x^{1 / 3}\right)^{3} &=(5)^{3} \quad\left(x^{1 / 3}\right)^{3}=(-2)^{3} \\ x &=125 \quad\quad\quad\:\:\: x=-8 \end{aligned}\)

    Check

    \(\begin{array} {r|r} {\color{OliveGreen}{Check}\:\color{black}{x}=125}&{\color{OliveGreen}{Check}\:\color{black}{x}=-8}\\{x^{2/3} - 3x^{1/3} -10=0 }&{x^{2/3}-3x^{1/3}-10=0} \\{(\color{OliveGreen}{125}\color{black}{)}^{2 / 3}-3(\color{OliveGreen}{125}\color{black}{)}^{1 / 3}-10=0} & {(\color{OliveGreen}{-8}\color{black}{)}^{2 / 3}-3(\color{OliveGreen}{-8}\color{black}{)}^{1 / 3}-10=0} \\ {\left(5^{3}\right)^{2 / 3}-3\left(5^{3}\right)^{1 / 3}-10=0} &{\left[(-2)^{3}\right]^{2 / 3}-3\left[(-2)^{3}\right]^{1 / 3}-10=0} \\ {5^{2}-3 \cdot 5-10=0} &{(-2)^{2}-3 \cdot(-2)-10=0}\\ {25-15-10=0}&{\quad\quad\quad\quad\:\:\:4+6-10=0} \\ {0=0 \color{Cerulean}{✓}}&{\quad\quad\quad\quad\quad\quad\quad\quad\:\:\:0=0\color{Cerulean}{✓}} \end{array}\)

    Answer

    The solutions are \(-8,125\).

    Example \(\PageIndex{6}\):

    Solve: \(3 y^{-2}+7 y^{-1}-6=0\)

    Solution

    If we let \(u=y^{-1}\), then \(u^{2}=\left(y^{-1}\right)^{2}=y^{-2}\) and we can write

    \(\begin{array}{c}{3 y^{-2}+7 y^{-1}-6=0} \\ \color{Cerulean}{\downarrow \quad\:\:\:\:\:\downarrow\quad\quad\:\:\:\;\:} \\ {3 u^{2}+7 u-6=0}\end{array}\)

    Solve for \(u\).

    \(3 u^{2}+7 u-6=0 \)
    \((3 u-2)(u+3)=0 \)
    \(u=\frac{2}{3} \quad\) or \(\quad u=-3 \)

    Back substitute \(u=y^{-1}\) and solve for \(y\).

    \(\begin{aligned} y^{-1} &=\frac{2}{3} \text { or } y^{-1}=-3 \\ \frac{1}{y} &=\frac{2}{3} \quad \quad\frac{1}{y}=-3 \\ y &=\frac{3}{2} \quad\quad y=-\frac{1}{3} \end{aligned}\)

    The original equation is actually a rational equation where \(y ≠ 0\). In this case, the solutions are not restrictions; they solve the original equation.

    Answer

    The solutions are \(-\frac{1}{3}, \frac{3}{2}\).

    Example \(\PageIndex{7}\):

    Solve: \(\left(\frac{t+2}{t}\right)^{2}+8\left(\frac{t+2}{t}\right)+7=0\)

    Solution

    If we let \(u=\frac{t+2}{t}\), then \(u^{2}=\left(\frac{t+2}{t}\right)^{2}\) and we can write

    \(\begin{array}{c}{\left(\frac{t+2}{t}\right)^{2}+8\left(\frac{t+2}{t}\right)+7=0}\\ \color{Cerulean}{\downarrow \quad\quad\:\:\;\:\downarrow\quad\quad\quad\quad} \\ {u^{2}+\quad 8 u \quad+7=0}\end{array}\)

    Solve for \(u\).

    \(u^{2}+8 u+7=0 \)
    \((u+1)(u+7)=0 \)
    \(u=-1 \quad\) or \(\quad u=-7 \)

    Back substitute \(u=\frac{t+2}{t}\), and solve for \(t\).

    \(\begin{array}{rl}{\frac{t+2}{t}} & {=-1 \text { or } \frac{t+2}{t}=-7} \\ {t+2} & {=-t \quad t+2=-7 t} \\ {2 t} & {=-2 \quad \quad 8 t=-2} \\ {t} & {=-1} & {t=-\frac{1}{4}}\end{array}\)

    Answer

    The solutions are \(-1, -\frac{1}{4}\). The check is left to the reader.

    Exercise \(\PageIndex{1}\)

    Solve: \(12 x^{-2}-16 x^{-1}+5=0\)

    Answer

    The solutions are \(\frac{6}{5}, 2 \).

    www.youtube.com/v/pAuR53nLNDo

    So far all of the examples were of equations that factor. As we know, not all quadratic equations factor. If this is the case, we use the quadratic formula.

    Example \(\PageIndex{8}\):

    Solve \(x^{4}-10 x^{2}+23=0\). Approximate to the nearest hundredth.

    Solution

    If we let \(u=x^{2}\), then \(u^{2}=\left(x^{2}\right)^{2}=x^{4}\) and we can write

    \(\begin{array}{l}{x^{4}-10 x^{2}+23=0}\\ \color{Cerulean}{\downarrow \quad\:\:\: \downarrow} \\ {u^{2}-10 u+23=0}\end{array}\)

    This equation does not factor; therefore, use the quadratic formula to find the solutions for \(u\). Here \(a = 1, b = −10\), and \(c = 23\).

    \(\begin{aligned} u &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(-10) \pm \sqrt{(-10)^{2}-4(1)(23)}}{2(1)} \\ &=\frac{10 \pm \sqrt{8}}{2} \\ &=\frac{10 \pm 2 \sqrt{2}}{2} \\ &=5 \pm \sqrt{2} \end{aligned}\)

    Therefore, \(u=5\pm\sqrt{2}\). Now back substitute \(u=x^{2}\) and solve for \(x\).

    \(\begin{array}{c}{u=5-\sqrt{2} \quad \text { or } \quad u=5+\sqrt{2}}\\\color{Cerulean}{\downarrow\quad\quad\quad\quad\quad\quad\quad\downarrow\quad\quad\quad\quad} \\ {x^{2}=5-\sqrt{2} \quad\quad\:\:\: x^{2}=5+\sqrt{2}} \\ {x=\pm \sqrt{5-\sqrt{2}} \quad\quad\: x=\pm \sqrt{5+\sqrt{2}}}\end{array}\)

    Round the four solutions as follows.

    \(x=-\sqrt{5-\sqrt{2}} \approx-1.89 x=-\sqrt{5+\sqrt{2}} \approx-2.53 \)
    \(x=\sqrt{5-\sqrt{2}} \approx 1.89 \quad x=\sqrt{5+\sqrt{2}} \approx 2.53 \)

    Answer

    The solutions are approximately \(\pm 1.89, \pm 2.53\).

    If multiple roots and complex roots are counted, then the fundamental theorem of algebra9 implies that every polynomial with one variable will have as many roots as its degree. For example, we expect \(f (x) = x^{3} − 8\) to have three roots. In other words, the equation

    \(x^{3}-8=0\)

    should have three solutions. To find them one might first think of trying to extract the cube roots just as we did with square roots,

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

    As you can see, this leads to one solution, the real cube root. There should be two others; let’s try to find them.

    Example \(\PageIndex{9}\):

    Find the set of all roots: \(f(x)=x^{3}-8\).

    Solution

    Notice that the expression \(x^{3}-8\) is a difference of cubes and recall that \(a^{3}-b^{3}=(a-b)\left(a^{2}+a b+b^{2}\right)\). Here \(a=x\) and \(b=2\) and we can write

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

    Next apply the zero-product property and set each factor equal to zero. After setting the factors equal to zero we can then solve the resulting equation using the appropriate methods.

    \(\begin {array}{l r}{ x-2=0}&{ \:\text{or}\quad\:x^{2}+2x+4=0}\\ {x=2}&{\begin{aligned} x &=\frac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-(2) \pm \sqrt{b^{2}-4 a c}}{2 a} \\ &=\frac{-2 \pm \sqrt{-12}}{2} \\ &=\frac{-2 \pm 2 i \sqrt{3}}{2} \\ &=-1 \pm i \sqrt{3} \end{aligned}} \end{array}\)

    Using this method, we were able to obtain the set of all three roots \(\{2,-1 \pm i \sqrt{3}\}\), one real and two complex.

    Answer

    \(\{2,-1 \pm i \sqrt{3}\}\)

    Sometimes the roots of a function will occur multiple times. For example, \(g (x) = (x − 2)^{3}\) has degree three where the roots can be found as follows:

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

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

    Even though \(g\) is of degree \(3\) there is only one real root \(\{2\}\); it occurs \(3\) times.

    Key Takeaways

    • The quadratic formula can solve any quadratic equation. However, it is sometimes not the most efficient method.
    • If a quadratic equation can be solved by factoring or by extracting square roots you should use that method.
    • We can sometimes transform equations into equations that are quadratic in form by making an appropriate \(u\)-substitution. After solving the equivalent equation, back substitute and solve for the original variable.
    • Counting multiple and complex roots, the fundamental theorem of algebra guarantees as many roots as the degree of a polynomial equation with one variable.

    Exercise \(\PageIndex{2}\)

    Solve

    1. \(x^{2}-9 x=0\)
    2. \(x^{2}+10 x=0\)
    3. \(15 x^{2}+6 x=0\)
    4. \(36 x^{2}-18 x=0\)
    5. \(x^{2}-90=0\)
    6. \(x^{2}+48=0\)
    7. \(2 x^{2}+1=0\)
    8. \(7 x^{2}-1=0\)
    9. \(6 x^{2}-11 x+4=0\)
    10. \(9 x^{2}+12 x-5=0\)
    11. \(x^{2}+x+6=0\)
    12. \(x^{2}+2 x+8=0\)
    13. \(4 t^{2}+28 t+49=0\)
    14. \(25 t^{2}-20 t+4=0\)
    15. \(u^{2}-4 u-1=0\)
    16. \(u^{2}-2 u-11=0\)
    17. \(2(x+2)^{2}=11+4 x-2 x^{2}\)
    18. \((2 x+1)(x-3)+2 x^{2}=3(x-1)\)
    19. \((3 x+2)^{2}=6(2 x+1)\)
    20. \((2 x-3)^{2}+5 x^{2}=4(2-3 x)\)
    21. \(4(3 x-1)^{2}-5=0\)
    22. \(9(2 x+3)^{2}-2=0\)
    Answer

    1. \(0,9\)

    3. \(-\frac{2}{5}, 0\)

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

    7. \(\pm \frac{\sqrt{2}}{2} i\)

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

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

    13. \(-\frac{7}{2}\)

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

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

    19. \(\pm \frac{\sqrt{2}}{3}\)

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

    Exercise \(\PageIndex{3}\)

    Find all solutions.

    1. \(x^{4}+x^{2}-72=0\)
    2. \(x^{4}-17 x^{2}-18=0\)
    3. \(x^{4}-13 x^{2}+36=0\)
    4. \(4 x^{4}-17 x^{2}+4=0\)
    5. \(x+2 \sqrt{x}-3=0\)
    6. \(x-\sqrt{x}-2=0\)
    7. \(x-5 \sqrt{x}+6=0\)
    8. \(x-6 \sqrt{x}+5=0\)
    9. \(x^{2 / 3}+5 x^{1 / 3}+6=0\)
    10. \(x^{2 / 3}-2 x^{1 / 3}-35=0\)
    11. \(4 x^{2 / 3}-4 x^{1 / 3}+1=0\)
    12. \(3 x^{2 / 3}-2 x^{1 / 3}-1=0\)
    13. \(5 x^{-2}+9 x^{-1}-2=0\)
    14. \(3 x^{-2}+8 x^{-1}-3=0\)
    15. \(8 x^{-2}+14 x^{-1}-15=0\)
    16. \(9 x^{-2}-24 x^{-1}+16=0\)
    17. \(\left(\frac{x-3}{x}\right)^{2}-2\left(\frac{x-3}{x}\right)-24=0\)
    18. \(\left(\frac{2 x+1}{x}\right)^{2}+9\left(\frac{2 x+1}{x}\right)-36=0\)
    19. \(2\left(\frac{x}{x+1}\right)^{2}-5\left(\frac{x}{x+1}\right)-3=0\)
    20. \(3\left(\frac{x}{3 x-1}\right)^{2}+13\left(\frac{x}{3 x-1}\right)-10=0\)
    21. \(4 y^{-2}-9=0\)
    22. \(16 y^{-2}+4 y^{-1}=0\)
    23. \(30 y^{2 / 3}-15 y^{1 / 3}=0\)
    24. \(y^{2 / 3}-9=0\)
    25. \(81 y^{4}-1=0\)
    26. \(5\left(\frac{1}{x+2}\right)^{2}-3\left(\frac{1}{x+2}\right)-2=0\)
    27. \(12\left(\frac{x}{2 x-3}\right)^{2}-11\left(\frac{x}{2 x-3}\right)+2=0\)
    28. \(10 x^{-2}-19 x^{-1}-2=0\)
    29. \(x^{1 / 2}-3 x^{1 / 4}+2=0\)
    30. \(x+5 \sqrt{x}-50=0\)
    31. \(8 x^{2 / 3}+7 x^{1 / 3}-1=0\)
    32. \(x^{4 / 3}-13 x^{2 / 3}+36=0\)
    33. \(y^{4}-14 y^{2}+46=0\)
    34. \(x^{4 / 3}-2 x^{2 / 3}+1=0\)
    35. \(2 y^{-2}-y^{-1}-1=0\)
    36. \(2 x^{-2 / 3}-3 x^{-1 / 3}-2=0\)
    37. \(4 x^{-1}-17 x^{-1 / 2}+4=0\)
    38. \(3 x^{-1}-8 x^{-1 / 2}+4=0\)
    39. \(2 x^{1 / 3}-3 x^{1 / 6}+1=0\)
    40. \(x^{1 / 3}-x^{1 / 6}-2=0\)
    Answer

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

    3. \(\pm 2, \pm 3\)

    5. \(1\)

    7. \(4,9\)

    9. \(-27, -8\)

    11. \(\frac{1}{8}\)

    13. \(-\frac{1}{2}, 5\)

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

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

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

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

    23. \(0, \frac{1}{8}\)

    25. \(\pm \frac{1}{3}, \pm \frac{i}{3}\)

    27. \(-\frac{3}{2}, 6\)

    29. \(1, 16\)

    31. \(-1, \frac{1}{512}\)

    33. \(\pm \sqrt{7-\sqrt{3}}, \pm \sqrt{7+\sqrt{3}}\)

    35. \(-2,1\)

    37. \(\frac{1}{16}, 16\)

    39. \(\frac{1}{64}, 1\)

    Exercise \(\PageIndex{4}\)

    Find all solutions. Round your answers to the nearest hundredth.

    1. \(x^{4}-6 x^{2}+7=0\)
    2. \(x^{4}-6 x^{2}+6=0\)
    3. \(x^{4}-8 x^{2}+14=0\)
    4. \(x^{4}-12 x^{2}+31=0\)
    5. \(4 x^{4}-16 x^{2}+13=0\)
    6. \(9 x^{4}-30 x^{2}+1=0\)
    Answer

    1. \(\pm 1.26, \pm 2.10\)

    3. \(\pm 1.61, \pm 2.33\)

    5. \(\pm 1.06, \pm 1.69\)

    Exercise \(\PageIndex{5}\)

    Find the set of all roots.

    1. \(f(x)=x^{3}-1\)
    2. \(g(x)=x^{3}+1\)
    3. \(f(x)=x^{3}-27\)
    4. \(g(x)=x^{4}-16\)
    5. \(h(x)=x^{4}-1\)
    6. \(h(x)=x^{6}-1\)
    7. \(f(x)=(2 x-1)^{3}\)
    8. \(g(x)=x^{2}(x-4)^{2}\)
    9. \(f(x)=x^{3}-q^{3}, q>0\)
    10. \(f(x)=x^{3}+q^{3}, q>0\)
    Answer

    1. \(\left\{1,-\frac{1}{2} \pm \frac{\sqrt{3}}{2} i\right\}\)

    3. \(\left\{3,-\frac{3}{2} \pm \frac{3 \sqrt{3}}{2} i\right\}\)

    5. \(\{\pm 1, \pm i\}\)

    7. \(\left\{\frac{1}{2}\right\}\)

    9. \(\left\{q,-\frac{q}{2} \pm \frac{q \sqrt{3}}{2} i\right\}\)

    Exercise \(\PageIndex{6}\)

    Find all solutions.

    1. \(x^{6}+7 x^{3}-8=0\)
    2. \(x^{6}-7 x^{3}-8=0\)
    3. \(x^{6}+28 x^{3}+27=0\)
    4. \(x^{6}+16 x^{3}+64=0\)
    5. \(\left|x^{2}+2 x-5\right|=1\)
    6. \(\left|x^{2}-2 x-3\right|=3\)
    7. \(\left|2 x^{2}-5\right|=4\)
    8. \(\left|3 x^{2}-9 x\right|=6\)
    Answer

    1. \(-2,1,1 \pm i \sqrt{3},-\frac{1}{2} \pm \frac{\sqrt{3}}{2} i\)

    3. \(-3,-1, \frac{3}{2} \pm \frac{3 \sqrt{3}}{2} i, \frac{1}{2} \pm \frac{\sqrt{3}}{2} i\)

    5. \(-1 \pm \sqrt{7},-1 \pm \sqrt{5}\)

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

    Exercise \(\PageIndex{7}\)

    Find a quadratic function with integer coefficients and the given set of roots. (Hint: if \(r_{1}\) and \(r_{2}\) are roots, then \(\left(x-r_{1}\right)\left(x-r_{2}\right)=0 \).)

    1. \(\{\pm 3 i\}\)
    2. \(\{\pm i \sqrt{5}\}\)
    3. \(\{\pm \sqrt{3}\}\)
    4. \(\{\pm 2 \sqrt{6}\}\)
    5. \(\{1 \pm \sqrt{3}\}\)
    6. \(\{2 \pm 3 \sqrt{2}\}\)
    7. \(\{1 \pm 6 i\}\)
    8. \(\{2 \pm 3 i\}\)
    Answer

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

    3. \(f(x)=x^{2}-3\)

    5. \(f(x)=x^{2}-2 x-2\)

    7. \(f(x)=x^{2}-2 x+37\)

    Exercise \(\PageIndex{8}\)

    1. On a note card, write out your strategy for solving a quadratic equation. Share your strategy on the discussion board.
    2. Make up your own equation that is quadratic in form. Share it and the solution on the discussion board
    Answer

    1. Answer may vary

    Footnotes

    7An equation of the form \(au^{2} + bu + c = 0\) where \(a, b\) and \(c\) are real numbers and u represents an algebraic expression.

    8A technique in algebra using substitution to transform equations into familiar forms.

    9If multiple roots and complex roots are counted, then every polynomial with one variable will have as many roots as its degree.


    This page titled 6.3: Solving Equations Quadratic in Form 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.