Solving Other Types of Equations
Learning Outcomes
- Solve polynomial equations.
- Solve absolute value equations.
recall the zero-product property
Solving by factoring depends on the zero-product property which states that if [latex]a \cdot b=0[/latex], then [latex]a=0[/latex] or [latex]b=0[/latex], where [latex]a[/latex] and [latex]b[/latex] are real numbers or algebraic expressions. In other words if the product of two expressions equals zero, then at least one of the expressions must equal zero. We may apply the zero-product property to polynomial equations in the same way we did to quadratic equations.A General Note: Polynomial Equations
A polynomial of degree n is an expression of the typeTry It
[ohm_question]34186[/ohm_question]Solving an Absolute Value Equation
An absolute value equation is an equation in which the variable of interest is contained within absolute value bars. Absolute value is defined as a distance. That is, the bars are used to designate that the number inside the absolute value represents its distance from zero on the number line. For example, to solve an equation such as [latex]\mid2x - 6\mid=8,[/latex] notice that the absolute value will be equal to 8 if the quantity inside the absolute value bars is [latex]8[/latex] or [latex]-8[/latex]. This leads to two different equations we can solve independently.A General Note: Absolute Value Equations
The absolute value of x is written as [latex]|x|[/latex]. It has the following properties:How To: Given an absolute value equation, solve it
- Isolate the absolute value expression on one side of the equal sign.
- If [latex]c>0[/latex], write and solve two equations: [latex]ax+b=c[/latex] and [latex]ax+b=-c[/latex].
Example: Solving Absolute Value Equations
Solve the following absolute value equations:- [latex]|6x+4|=8[/latex]
- [latex]|3x+4|=-9[/latex]
- [latex]|3x - 5|-4=6[/latex]
- [latex]|-5x+10|=0[/latex]
Answer: a. [latex]|6x+4|=8[/latex] Write two equations and solve each:
[latex]\begin{array}{lllllllll}6x+4=8\hfill & \text{ or } & 6x+4=-8\hfill & \\ 6x=4\hfill & \hfill & 6x=-12\hfill & \\ x=\frac{2}{3}\hfill& \hfill & x=-2\hfill \end{array}[/latex]
The two solutions are [latex]x=\frac{2}{3}[/latex], [latex]x=-2[/latex]. b. [latex]|3x+4|=-9[/latex] There is no solution as an absolute value cannot be negative. c. [latex]|3x - 5|-4=6[/latex] Isolate the absolute value expression and then write two equations.recall properties of equality
When solving absolute value equations, the absolute value expression must be isolated on one side of the equation before setting up the two cases to remove the absolute value bars. Use the properties of equality to isolate the absolute value expression, but avoid multiplying into or dividing from any expression inside the bars. Ex. use the properties of equality and the techniques of solving linear equations to isolate the absolute value expression in the equation [latex]5-2\mid3x-4\mid=-7[/latex], then solve the equation.Answer: [latex-display]\begin{align}5-2\mid3x-4\mid &= -7 \\ -2\mid3x-4\mid &= -12 \quad \text{subtract the 5 to the right-hand side} \\ \mid3x-4\mid &= 6 \qquad \ \text{divide by -2} \end{align} [/latex-display] Solution [latex] x=- \dfrac{2}{3}, x= \dfrac{10}{3}[/latex]
Try It
Solve the absolute value equation: [latex]|1 - 4x|+8=13[/latex].Answer: [latex]x=-1[/latex], [latex]x=\frac{3}{2}[/latex]
[ohm_question]60839[/ohm_question]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
- Identify the exponent on the leading term and determine whether it is double the exponent on the middle term.
- If it is, substitute a variable, such as u, for the variable portion of the middle term.
- Rewrite the equation so that it takes on the standard form of a quadratic.
- Solve using one of the usual methods for solving a quadratic.
- Replace the substitution variable with the original term.
- Solve the remaining equation.
Example: Solving a Fourth-Degree Equation in Quadratic Form
Solve this fourth-degree equation: [latex]3{x}^{4}-2{x}^{2}-1=0[/latex].Answer: 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.
Try It
Solve using substitution: [latex]{x}^{4}-8{x}^{2}-9=0[/latex].Answer: [latex]x=-3,3,-i,i[/latex]
Example: 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].Answer: 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.
Try It
Solve: [latex]{\left(x - 5\right)}^{2}-4\left(x - 5\right)-21=0[/latex].Answer: [latex]x=2,x=12[/latex]
[ohm_question]1883[/ohm_question]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.Recall division by zero
Dividing zero by a number results in zero.[latex]\dfrac{0}{a} = 0[/latex].
But we cannot divide by zero. A zero in a denominator results in an undefined expression.[latex]\dfrac{b}{0}=\text{ undefined}[/latex]
When solving rational equations in which a variable is contained in a denominator, always declare the value of the variable which would result in an undefined equation so that you won't forget to exclude it from the solution set.Example: 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].Answer: 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.
Try It
Solve [latex]\frac{3x+2}{x - 2}+\frac{1}{x}=\frac{-2}{{x}^{2}-2x}[/latex].Answer: [latex]x=-1[/latex], [latex]x=0[/latex] is not a solution.
[ohm_question]3496[/ohm_question]Licenses & Attributions
CC licensed content, Original
- Revision and Adaptation. Provided by: Lumen Learning License: CC BY: Attribution.
CC licensed content, Shared previously
- College Algebra. Provided by: OpenStax Authored by: Abramson, Jay et al.. License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/[email protected].
- Question ID 34186. Authored by: Jim Smart. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.
- Question ID 60839. Authored by: Alyson Day. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.
- Question ID 1883. Authored by: Barbara Goldner. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.
- Question ID 3496. Authored by: Shawn Triplett. License: CC BY: Attribution. License terms: IMathAS Community License CC- BY + GPL.
CC licensed content, Specific attribution
- College Algebra. Provided by: OpenStax Authored by: OpenStax College Algebra. Located at: https://cnx.org/contents/[email protected]:1/Preface. License: CC BY: Attribution.