Solving Other Types of Equations

There are many other types of equations in addition to the ones we have discussed so far. We will see more of them throughout the text. Here, we will discuss equations that are in quadratic form, and rational equations that result in a quadratic.

Solving Equations in Quadratic Form

Equations in quadratic form are equations with three terms. The first term has a power other than 2. The middle term has an exponent that is one-half the exponent of the leading term. The third term is a constant. We can solve equations in this form as if they were quadratic. A few examples of these equations include [latex]{x}^{4}-5{x}^{2}+4=0,{x}^{6}+7{x}^{3}-8=0[/latex], and [latex]{x}^{\frac{2}{3}}+4{x}^{\frac{1}{3}}+2=0[/latex]. In each one, doubling the exponent of the middle term equals the exponent on the leading term. We can solve these equations by substituting a variable for the middle term.

A General Note: Quadratic Form

If the exponent on the middle term is one-half of the exponent on the leading term, we have an equation in quadratic form, which we can solve as if it were a quadratic. We substitute a variable for the middle term to solve equations in quadratic form.

How To: Given an equation quadratic in form, solve it.

  1. Identify the exponent on the leading term and determine whether it is double the exponent on the middle term.
  2. If it is, substitute a variable, such as u, for the variable portion of the middle term.
  3. Rewrite the equation so that it takes on the standard form of a quadratic.
  4. Solve using one of the usual methods for solving a quadratic.
  5. Replace the substitution variable with the original term.
  6. Solve the remaining equation.

Example 9: Solving a Fourth-Degree Equation in Quadratic Form

Solve this fourth-degree equation: [latex]3{x}^{4}-2{x}^{2}-1=0[/latex].

Solution

This equation fits the main criteria, that the power on the leading term is double the power on the middle term. Next, we will make a substitution for the variable term in the middle. Let [latex]u={x}^{2}[/latex]. Rewrite the equation in u.

[latex]3{u}^{2}-2u - 1=0[/latex]

Now solve the quadratic.

[latex]\begin{array}{l}3{u}^{2}-2u - 1\hfill=0\hfill \\ \left(3u+1\right)\left(u - 1\right)\hfill=0\hfill \end{array}[/latex]

Solve each factor and replace the original term for u.

[latex]\begin{array}{l}3u+1\hfill&=0\hfill \\ 3u\hfill&=-1\hfill \\ u\hfill&=-\frac{1}{3}\hfill \\ {x}^{2}\hfill&=-\frac{1}{3}\hfill \\ x\hfill&=\pm i\sqrt{\frac{1}{3}}\hfill \end{array}[/latex]
[latex]\begin{array}{l}u - 1\hfill&=0\hfill \\ u\hfill&=1\hfill \\ {x}^{2}\hfill&=1\hfill \\ x\hfill&=\pm 1\hfill \end{array}[/latex]

The solutions are [latex]x=\pm i\sqrt{\frac{1}{3}}[/latex] and [latex]x=\pm 1[/latex].

Try It 8

Solve using substitution: [latex]{x}^{4}-8{x}^{2}-9=0[/latex].

Solution

Example 10: Solving an Equation in Quadratic Form Containing a Binomial

Solve the equation in quadratic form: [latex]{\left(x+2\right)}^{2}+11\left(x+2\right)-12=0[/latex].

Solution

This equation contains a binomial in place of the single variable. The tendency is to expand what is presented. However, recognizing that it fits the criteria for being in quadratic form makes all the difference in the solving process. First, make a substitution, letting [latex]u=x+2[/latex]. Then rewrite the equation in u.

[latex]\begin{array}{l}{u}^{2}+11u - 12\hfill&=0\hfill \\ \left(u+12\right)\left(u - 1\right)\hfill&=0\hfill \end{array}[/latex]

Solve using the zero-factor property and then replace u with the original expression.

[latex]\begin{array}{l}u+12\hfill&=0\hfill \\ u\hfill&=-12\hfill \\ x+2\hfill&=-12\hfill \\ x\hfill&=-14\hfill \end{array}[/latex]

The second factor results in

[latex]\begin{array}{l}u - 1\hfill&=0\hfill \\ u\hfill&=1\hfill \\ x+2\hfill&=1\hfill \\ x\hfill&=-1\hfill \end{array}[/latex]

We have two solutions: [latex]x=-14[/latex], [latex]x=-1[/latex].

Try It 9

Solve: [latex]{\left(x - 5\right)}^{2}-4\left(x - 5\right)-21=0[/latex].

Solution

Solving Rational Equations Resulting in a Quadratic

Earlier, we solved rational equations. Sometimes, solving a rational equation results in a quadratic. When this happens, we continue the solution by simplifying the quadratic equation by one of the methods we have seen. It may turn out that there is no solution.

Example 11: Solving a Rational Equation Leading to a Quadratic

Solve the following rational equation: [latex]\frac{-4x}{x - 1}+\frac{4}{x+1}=\frac{-8}{{x}^{2}-1}\\[/latex].

Solution

We want all denominators in factored form to find the LCD. Two of the denominators cannot be factored further. However, [latex]{x}^{2}-1=\left(x+1\right)\left(x - 1\right)[/latex]. Then, the LCD is [latex]\left(x+1\right)\left(x - 1\right)[/latex]. Next, we multiply the whole equation by the LCD.

[latex]\begin{array}{l}\left(x+1\right)\left(x - 1\right)\left[\frac{-4x}{x - 1}+\frac{4}{x+1}\right]\hfill&=\left[\frac{-8}{\left(x+1\right)\left(x - 1\right)}\right]\left(x+1\right)\left(x - 1\right)\hfill \\ -4x\left(x+1\right)+4\left(x - 1\right)\hfill&=-8\hfill \\ -4{x}^{2}-4x+4x - 4\hfill&=-8\hfill \\ -4{x}^{2}+4\hfill&=0\hfill \\ -4\left({x}^{2}-1\right)\hfill&=0\hfill \\ -4\left(x+1\right)\left(x - 1\right)\hfill&=0\hfill \\ x\hfill&=-1\hfill \\ x\hfill&=1\hfill \end{array}[/latex]

In this case, either solution produces a zero in the denominator in the original equation. Thus, there is no solution.

Try It 10

Solve [latex]\frac{3x+2}{x - 2}+\frac{1}{x}=\frac{-2}{{x}^{2}-2x}[/latex].

Solution