Skip to content

Solve Equations in Quadratic Form

By the end of this section, you will be able to: solve equations in quadratic form.

Solve Equations in Quadratic Form

Sometimes when we factored trinomials, the trinomial did not appear to be in the ax2+bx+cax^2+bx+c form. So we factored by substitution allowing us to make it fit the ax2+bx+cax^2+bx+c form. We used the standard uu for the substitution.

To factor the expression x44x25x^4-4x^2-5, we noticed the variable part of the middle term is x2x^2 and its square, x4x^4, is the variable part of the first term. (We know (x2)2=x4(x^2)^2=x^4.) So we let u=x2u=x^2 and factored.

x44x25Let u=x2 and substitute.u24u5Factor the trinomial.(u+1)(u5)Replace u with x2.(x2+1)(x25) \begin{array}{lrcl} &&& x^4-4x^2-5 \\[4pt] \text{Let }u=x^2\text{ and substitute.} &&& u^2-4u-5 \\[4pt] \text{Factor the trinomial.} &&& (u+1)(u-5) \\[4pt] \text{Replace }u\text{ with }x^2. &&& (x^2+1)(x^2-5) \end{array}

Similarly, sometimes an equation is not in the ax2+bx+c=0ax^2+bx+c=0 form but looks much like a quadratic equation. Then, we can often make a thoughtful substitution that will allow us to make it fit the ax2+bx+c=0ax^2+bx+c=0 form. If we can make it fit the form, we can then use all of our methods to solve quadratic equations.

Notice that in the quadratic equation ax2+bx+c=0ax^2+bx+c=0, the middle term has a variable, xx, and its square, x2x^2, is the variable part of the first term. Look for this relationship as you try to find a substitution.

Again, we will use the standard uu to make a substitution that will put the equation in quadratic form. If the substitution gives us an equation of the form ax2+bx+c=0ax^2+bx+c=0, we say the original equation was in quadratic form.

The next example shows the steps for solving an equation in quadratic form.

Example. Solve 6x47x2+2=06x^4-7x^2+2=0.

Solution.

Since (x2)2=x4(x^2)^2=x^4, we let u=x2u=x^2.

6x47x2+2=0Rewrite to prepare for the substitution.6(x2)27x2+2=0Substitute u=x2.6u27u+2=0Factor.(2u1)(3u2)=0Use the Zero Product Property.2u1=0or3u2=02u=1or3u=2Solve for u.u=12oru=23Replace u with x2.x2=12orx2=23Use the Square Root Property.x=±12orx=±23Simplify.x=±22orx=±63 \begin{array}{lrcl} &&& 6x^4-7x^2+2=0 \\[4pt] \text{Rewrite to prepare for the substitution.} &&& 6(x^2)^2-7x^2+2=0 \\[4pt] \text{Substitute }u=x^2. & 6u^2-7u+2 &=& 0 \\[4pt] \text{Factor.} & (2u-1)(3u-2) &=& 0 \\[4pt] \text{Use the Zero Product Property.} & 2u-1=0 && \text{or}\quad 3u-2=0 \\[4pt] &&& 2u=1\quad\text{or}\quad 3u=2 \\[4pt] \text{Solve for }u. & u=\tfrac{1}{2} && \text{or}\quad u=\tfrac{2}{3} \\[10pt] \text{Replace }u\text{ with }x^2. & x^2=\tfrac{1}{2} && \text{or}\quad x^2=\tfrac{2}{3} \\[10pt] \text{Use the Square Root Property.} & x=\pm\sqrt{\tfrac{1}{2}} && \text{or}\quad x=\pm\sqrt{\tfrac{2}{3}} \\[10pt] \text{Simplify.} & x=\pm\tfrac{\sqrt{2}}{2} && \text{or}\quad x=\pm\tfrac{\sqrt{6}}{3} \end{array}

There are four solutions:

x=22,x=22,x=63,x=63. x=\tfrac{\sqrt{2}}{2},\quad x=-\tfrac{\sqrt{2}}{2},\quad x=\tfrac{\sqrt{6}}{3},\quad x=-\tfrac{\sqrt{6}}{3}.

Check all four solutions. We will show one check here.

6x47x2+2=?06(22)47(22)2+2=?06(416)7(24)+2=?03272+42=?00=0  \begin{array}{rcl} 6x^4-7x^2+2 &\overset{?}{=}& 0 \\[4pt] 6\left(\tfrac{\sqrt{2}}{2}\right)^4 -7\left(\tfrac{\sqrt{2}}{2}\right)^2+2 &\overset{?}{=}& 0 \\[10pt] 6\left(\tfrac{4}{16}\right)-7\left(\tfrac{2}{4}\right)+2 &\overset{?}{=}& 0 \\[10pt] \tfrac{3}{2}-\tfrac{7}{2}+\tfrac{4}{2} &\overset{?}{=}& 0 \\[10pt] 0&=&0\ \checkmark \end{array}

We leave the other checks to you.

Solve x46x2+8=0x^4-6x^2+8=0. Enter all four solutions, separated by commas.

Solve x411x2+28=0x^4-11x^2+28=0. Enter all four solutions, separated by commas.

We summarize the steps to solve an equation in quadratic form.

Solve equations in quadratic form.

  1. Identify a substitution that will put the equation in quadratic form.
  2. Rewrite the equation with the substitution to put it in quadratic form.
  3. Solve the quadratic equation for uu.
  4. Substitute the original variable back into the results, using the substitution.
  5. Solve for the original variable.
  6. Check the solutions.

In the next example, the binomial in the middle term, (x2)(x-2), is squared in the first term. If we let u=x2u=x-2 and substitute, our trinomial will be in ax2+bx+cax^2+bx+c form.

Example. Solve (x2)2+7(x2)+12=0(x-2)^2+7(x-2)+12=0.

Solution.

(x2)2+7(x2)+12=0Prepare for the substitution.(x2)2+7(x2)+12=0Let u=x2 and substitute.u2+7u+12=0Solve by factoring.(u+3)(u+4)=0u+3=0,u+4=0u=3,u=4Replace u with x2.x2=3,x2=4Solve for x.x=1,x=2 \begin{array}{lrcl} &&& (x-2)^2+7(x-2)+12=0 \\[4pt] \text{Prepare for the substitution.} &&& (x-2)^2+7(x-2)+12=0 \\[4pt] \text{Let }u=x-2\text{ and substitute.} & u^2+7u+12 &=& 0 \\[4pt] \text{Solve by factoring.} & (u+3)(u+4) &=& 0 \\[4pt] &&& u+3=0,\quad u+4=0 \\[4pt] &&& u=-3,\quad u=-4 \\[4pt] \text{Replace }u\text{ with }x-2. &&& x-2=-3,\quad x-2=-4 \\[4pt] \text{Solve for }x. &&& x=-1,\quad x=-2 \end{array}

Check:

(12)2+7(12)+12=?0(3)2+7(3)+12=?0921+12=?00=0 (22)2+7(22)+12=?0(4)2+7(4)+12=?01628+12=?00=0  \begin{array}{rcl} (-1-2)^2+7(-1-2)+12 &\overset{?}{=}& 0 \\[4pt] (-3)^2+7(-3)+12 &\overset{?}{=}& 0 \\[4pt] 9-21+12 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array} \qquad \begin{array}{rcl} (-2-2)^2+7(-2-2)+12 &\overset{?}{=}& 0 \\[4pt] (-4)^2+7(-4)+12 &\overset{?}{=}& 0 \\[4pt] 16-28+12 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array}

Solve (x5)2+6(x5)+8=0(x-5)^2+6(x-5)+8=0. Enter both solutions, separated by a comma.

Solve (y4)2+8(y4)+15=0(y-4)^2+8(y-4)+15=0. Enter both solutions, separated by a comma.

In the next example, we notice that (x)2=x(\sqrt{x})^2=x. Also, remember that when we square both sides of an equation, we may introduce extraneous roots. Be sure to check your answers!

Example. Solve x3x+2=0x-3\sqrt{x}+2=0.

Solution.

The x\sqrt{x} in the middle term is squared in the first term, (x)2=x(\sqrt{x})^2=x. If we let u=xu=\sqrt{x} and substitute, our trinomial will be in ax2+bx+c=0ax^2+bx+c=0 form.

x3x+2=0Rewrite the trinomial to prepare for the substitution.(x)23x+2=0Let u=x and substitute.u23u+2=0Solve by factoring.(u2)(u1)=0u2=0,u1=0u=2,u=1Replace u with x.x=2,x=1Solve for x by squaring both sides.x=4,x=1 \begin{array}{lrcl} &&& x-3\sqrt{x}+2=0 \\[4pt] \text{Rewrite the trinomial to prepare for the substitution.} &&& (\sqrt{x})^2-3\sqrt{x}+2=0 \\[4pt] \text{Let }u=\sqrt{x}\text{ and substitute.} & u^2-3u+2 &=& 0 \\[4pt] \text{Solve by factoring.} & (u-2)(u-1) &=& 0 \\[4pt] &&& u-2=0,\quad u-1=0 \\[4pt] &&& u=2,\quad u=1 \\[4pt] \text{Replace }u\text{ with }\sqrt{x}. &&& \sqrt{x}=2,\quad\sqrt{x}=1 \\[4pt] \text{Solve for }x\text{ by squaring both sides.} &&& x=4,\quad x=1 \end{array}

Check:

434+2=?046+2=?00=0 131+2=?013+2=?00=0  \begin{array}{rcl} 4-3\sqrt{4}+2 &\overset{?}{=}& 0 \\[4pt] 4-6+2 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array} \qquad \begin{array}{rcl} 1-3\sqrt{1}+2 &\overset{?}{=}& 0 \\[4pt] 1-3+2 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array}

Solve x7x+12=0x-7\sqrt{x}+12=0. Enter both solutions, separated by a comma.

Solve x6x+8=0x-6\sqrt{x}+8=0. Enter both solutions, separated by a comma.

Substitutions for rational exponents can also help us solve an equation in quadratic form. Think of the properties of exponents as you begin the next example.

Example. Solve x232x1324=0x^{\tfrac{2}{3}}-2x^{\tfrac{1}{3}}-24=0.

Solution.

The x13x^{\tfrac{1}{3}} in the middle term is squared in the first term, (x13)2=x23(x^{\tfrac{1}{3}})^2=x^{\tfrac{2}{3}}. If we let u=x13u=x^{\tfrac{1}{3}} and substitute, our trinomial will be in ax2+bx+c=0ax^2+bx+c=0 form.

x232x1324=0Rewrite the trinomial to prepare for the substitution.(x13)22x1324=0Let u=x13 and substitute.u22u24=0Solve by factoring.(u6)(u+4)=0u6=0,u+4=0u=6,u=4Replace u with x13.x13=6,x13=4Solve for x by cubing both sides.(x13)3=63,(x13)3=(4)3x=216,x=64 \begin{array}{lrcl} &&& x^{\tfrac{2}{3}}-2x^{\tfrac{1}{3}}-24=0 \\[10pt] \text{Rewrite the trinomial to prepare for the substitution.} &&& (x^{\tfrac{1}{3}})^2-2x^{\tfrac{1}{3}}-24=0 \\[10pt] \text{Let }u=x^{\tfrac{1}{3}}\text{ and substitute.} & u^2-2u-24 &=& 0 \\[4pt] \text{Solve by factoring.} & (u-6)(u+4) &=& 0 \\[4pt] &&& u-6=0,\quad u+4=0 \\[4pt] &&& u=6,\quad u=-4 \\[4pt] \text{Replace }u\text{ with }x^{\tfrac{1}{3}}. &&& x^{\tfrac{1}{3}}=6,\quad x^{\tfrac{1}{3}}=-4 \\[10pt] \text{Solve for }x\text{ by cubing both sides.} &&& (x^{\tfrac{1}{3}})^3=6^3,\quad (x^{\tfrac{1}{3}})^3=(-4)^3 \\[10pt] &&& x=216,\quad x=-64 \end{array}

Check:

216232(216)1324=?0361224=?00=0 (64)232(64)1324=?016+824=?00=0  \begin{array}{rcl} 216^{\tfrac{2}{3}}-2(216)^{\tfrac{1}{3}}-24 &\overset{?}{=}& 0 \\[10pt] 36-12-24 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array} \qquad \begin{array}{rcl} (-64)^{\tfrac{2}{3}}-2(-64)^{\tfrac{1}{3}}-24 &\overset{?}{=}& 0 \\[10pt] 16+8-24 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array}

Solve x235x1314=0x^{\tfrac{2}{3}}-5x^{\tfrac{1}{3}}-14=0. Enter both solutions, separated by a comma.

Solve x128x14+15=0x^{\tfrac{1}{2}}-8x^{\tfrac{1}{4}}+15=0. Enter both solutions, separated by a comma.

In the next example, we need to keep in mind the definition of a negative exponent as well as the properties of exponents.

Example. Solve 3x27x1+2=03x^{-2}-7x^{-1}+2=0.

Solution.

The x1x^{-1} in the middle term is squared in the first term, (x1)2=x2(x^{-1})^2=x^{-2}. If we let u=x1u=x^{-1} and substitute, our trinomial will be in ax2+bx+c=0ax^2+bx+c=0 form.

3x27x1+2=0Rewrite the trinomial to prepare for the substitution.3(x1)27(x1)+2=0Let u=x1 and substitute.3u27u+2=0Solve by factoring.(3u1)(u2)=03u1=0,u2=0u=13,u=2Replace u with x1.x1=13,x1=2Solve for x by taking the reciprocal since x1=1x.x=3,x=12 \begin{array}{lrcl} &&& 3x^{-2}-7x^{-1}+2=0 \\[4pt] \text{Rewrite the trinomial to prepare for the substitution.} &&& 3(x^{-1})^2-7(x^{-1})+2=0 \\[4pt] \text{Let }u=x^{-1}\text{ and substitute.} & 3u^2-7u+2 &=& 0 \\[4pt] \text{Solve by factoring.} & (3u-1)(u-2) &=& 0 \\[4pt] &&& 3u-1=0,\quad u-2=0 \\[4pt] &&& u=\tfrac{1}{3},\quad u=2 \\[10pt] \text{Replace }u\text{ with }x^{-1}. &&& x^{-1}=\tfrac{1}{3},\quad x^{-1}=2 \\[10pt] \text{Solve for }x\text{ by taking the reciprocal since }x^{-1}=\tfrac{1}{x}. &&& x=3,\quad x=\tfrac{1}{2} \end{array}

Check:

3(3)27(3)1+2=?03(19)7(13)+2=?01373+63=?00=0 3(12)27(12)1+2=?03(4)7(2)+2=?01214+2=?00=0  \begin{array}{rcl} 3(3)^{-2}-7(3)^{-1}+2 &\overset{?}{=}& 0 \\[4pt] 3\left(\tfrac{1}{9}\right)-7\left(\tfrac{1}{3}\right)+2 &\overset{?}{=}& 0 \\[10pt] \tfrac{1}{3}-\tfrac{7}{3}+\tfrac{6}{3} &\overset{?}{=}& 0 \\[10pt] 0&=&0\ \checkmark \end{array} \qquad \begin{array}{rcl} 3\left(\tfrac{1}{2}\right)^{-2}-7\left(\tfrac{1}{2}\right)^{-1}+2 &\overset{?}{=}& 0 \\[10pt] 3(4)-7(2)+2 &\overset{?}{=}& 0 \\[4pt] 12-14+2 &\overset{?}{=}& 0 \\[4pt] 0&=&0\ \checkmark \end{array}

Solve 8x210x1+3=08x^{-2}-10x^{-1}+3=0. Enter both solutions, separated by a comma.

Solve 6x223x1+20=06x^{-2}-23x^{-1}+20=0. Enter both solutions, separated by a comma.

Key terms. An equation is in quadratic form when a substitution can rewrite it in the form au2+bu+c=0au^2+bu+c=0, where a0a\ne0.

Adapted from [*Intermediate Algebra 2e*, Section 9.4](https://openstax.org/books/intermediate-algebra-2e/pages/9-4-solve-equations-in-quadratic-form) by Lynn Marecek and Andrea Honeycutt Mathis, © OpenStax, licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Access the original for free at [OpenStax](https://openstax.org/). Changes: adapted the source to interactive web format and converted Try It exercises to auto-graded questions.