Equations That are Quadratic in Form

This section explores solving different types of equations and analyzing solutions.

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 x^{4}-5 x^{2}+4=0, x^{6}+7 x^{3}-8=0, and x^{\frac{2}{3}}+4 x^{\frac{1}{3}}+2=0. 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.


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: 3 x^{4}-2 x^{2}-1=0.

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 u=x^{2}. Rewrite the equation in u.

3 u^{2}-2 u-1=0

Now solve the quadratic.


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

Solve each factor and replace the original term for u.


3 u+1=0


\begin{aligned}
3 u &=-1 \\
u &=-\frac{1}{3} \\
x^{2} &=-\frac{1}{3} \\
x &=\pm i \sqrt{\frac{1}{3}}
\end{aligned}



\begin{aligned}
u-1 &=0 \\
u &=1 \\
x^{2} &=1 \\
x &=\pm 1
\end{aligned}

The solutions are \pm i \sqrt{\frac{1}{3}} and \pm 1.


TRY IT #8

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


EXAMPLE 10

Solving an Equation in Quadratic Form Containing a Binomial

Solve the equation in quadratic form: (x+2)^{2}+11(x+2)-12=0.

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 u=x+2. Then rewrite the equation in u.


\begin{array}{r}
u^{2}+11 u-12=0 \\
(u+12)(u-1)=0
\end{array}

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


\begin{aligned}
u+12 &=0 \\
u &=-12 \\
x+2 &=-12 \\
x &=-14
\end{aligned}

The second factor results in


\begin{aligned}
u-1 &=0 \\
u &=1 \\
x+2 &=1 \\
x &=-1
\end{aligned}

We have two solutions: -14, and -1.


TRY IT #9

Solve: (x-5)^{2}-4(x-5)-21=0



Source: Rice University, https://openstax.org/books/college-algebra/pages/2-6-other-types-of-equations
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.