We have used factoring to solve quadratic equations, but it is a technique that we can use with many types of polynomial equations which are equations that contain a string of terms including numerical coefficients and variables. When we are faced with an equation containing polynomials of degree higher than 2, we can often solve them by factoring.
recall the zero-product property
Solving by factoring depends on the zero-product property which states that if a⋅b=0, then a=0 or b=0, where a and b 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 type
anxn+an−1xn−1+⋅⋅⋅+a2x2+a1x+a0
where n is a positive integer and an,…,a0 are real numbers and an=0.
Setting the polynomial equal to zero gives a polynomial equation. The total number of solutions (real and complex) to a polynomial equation is equal to the highest exponent n.
Try 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 ∣2x−6∣=8, notice that the absolute value will be equal to 8 if the quantity inside the absolute value bars is 8 or −8. This leads to two different equations we can solve independently.
2x−6=82x=14x=7 or 2x−6=−82x=−2x=−1
Checking both solutions by evaluating them in the original equation shows that both 7 and −1 both make the statement true.
In applications, we may need to identify numbers or points on a line that are a specified distance from a given reference point. We can use an absolute value to accomplish such a task.
A General Note: Absolute Value Equations
The absolute value of x is written as ∣x∣. It has the following properties:
If x≥0, then ∣x∣=x.If x<0, then ∣x∣=−x.
For real numbers A and B, an equation of the form ∣A∣=B, with B≥0, will have solutions when A=B or A=−B. If B<0, the equation ∣A∣=B has no solution.
An absolute value equation in the form ∣ax+b∣=c has the following properties:
If c<0,∣ax+b∣=c has no solution.If c=0,∣ax+b∣=c has one solution.If c>0,∣ax+b∣=c has two solutions.
How To: Given an absolute value equation, solve it
Isolate the absolute value expression on one side of the equal sign.
If c>0, write and solve two equations: ax+b=c and ax+b=−c.
Example: Solving Absolute Value Equations
Solve the following absolute value equations:
∣6x+4∣=8
∣3x+4∣=−9
∣3x−5∣−4=6
∣−5x+10∣=0
Answer:
a. ∣6x+4∣=8
Write two equations and solve each:
6x+4=86x=4x=32 or 6x+4=−86x=−12x=−2
The two solutions are x=32, x=−2.
b. ∣3x+4∣=−9
There is no solution as an absolute value cannot be negative.
c. ∣3x−5∣−4=6
Isolate the absolute value expression and then write two equations.
There are two solutions: x=5, x=−35.
d. ∣−5x+10∣=0
The equation is set equal to zero, so we have to write only one equation.
−5x+10=0−5x=−10x=2
There is one solution: x=2.
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 5−2∣3x−4∣=−7, then solve the equation.
Answer:
5−2∣3x−4∣−2∣3x−4∣∣3x−4∣=−7=−12subtract the 5 to the right-hand side=6divide by -2Solutionx=−32,x=310
Try It
Solve the absolute value equation: ∣1−4x∣+8=13.
Answer:
x=−1, x=23
[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 x4−5x2+4=0,x6+7x3−8=0, and x32+4x31+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.
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: 3x4−2x2−1=0.
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 u=x2. Rewrite the equation in u.
3u2−2u−1=0
Now solve the quadratic.
3u2−2u−1=0(3u+1)(u−1)=0
Solve for u.
3u+1=03u=−1u=−31x2=−31x=±i31
Replace u with its original term.
u−1=0u=1x2=1x=±1
The solutions are x=±i31 and x=±1.
Try It
Solve using substitution: x4−8x2−9=0.
Answer:
x=−3,3,−i,i
Example: Solving an Equation in Quadratic Form Containing a Binomial
Solve the equation in quadratic form: (x+2)2+11(x+2)−12=0.
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 u=x+2. Then rewrite the equation in u.
u2+11u−12=0(u+12)(u−1)=0
Solve using the zero-factor property and then replace u with the original expression.
u+12=0u=−12x+2=−12x=−14
The second factor results in
u−1=0u=1x+2=1x=−1
We have two solutions: x=−14, x=−1.
Try It
Solve: (x−5)2−4(x−5)−21=0.
Answer:
x=2,x=12
[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.
a0=0.
But we cannot divide by zero. A zero in a denominator results in an undefined expression.
0b= undefined
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: x−1−4x+x+14=x2−1−8.
Answer:
We want all denominators in factored form to find the LCD. Two of the denominators cannot be factored further. However, x2−1=(x+1)(x−1). Then, the LCD is (x+1)(x−1). Next, we multiply the whole equation by the LCD.
In this case, either solution produces a zero in the denominator in the original equation. Thus, there is no solution.
Try It
Solve x−23x+2+x1=x2−2x−2.
Answer:
x=−1, x=0 is not a solution.
[ohm_question]3496[/ohm_question]
Licenses & Attributions
CC licensed content, Original
Revision and Adaptation.Provided by: Lumen LearningLicense: CC BY: Attribution.
CC licensed content, Shared previously
College Algebra.Provided by: OpenStaxAuthored by: Abramson, Jay et al..License: CC BY: Attribution. License terms: Download for free at http://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@5.2.
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: OpenStaxAuthored by: OpenStax College Algebra.Located at: https://cnx.org/contents/9b08c294-057f-4201-9f48-5d6ad992740d@3.278:1/Preface.License: CC BY: Attribution.