Solving Equations Using Roots and Factoring
Learning Objectives
Polynomial Equations
- Solve equations with exponents using the even root property and odd root property
- Use factoring methods to factor polynomial equations
- Use the principle of zero products to solve polynomial equations
Solving Equations Using Roots
Another type of equation we can solve is one with exponents. As you might expect, we can clear exponents by using roots. This is done with very few unexpected results when the exponent is odd. We can solve these problems in a very straight forward way using the odd root property.
Odd Root Property: if an=b and n is odd, then a=n√b
Example
Solve the equation: x5=32
Show Solution
x5=32Use odd root propertyx=5√32Simplify rootx=2Our solution
However, when the exponent is even we will have two results from taking an even root of both sides. One will be positive and one will be negative. This is because both 32=9 and (−3)2=9. So when solving x2=9 we will have two solutions, one positive and one negative: x=3 and −3.
Even Root Property: if an=b and n is even, then a=±n√b
Example
Solve the equation: x4=16
Show Solution
x4=16Use even root property(±)x=±4√16Simplify rootx=±2Our solution
World View Note: In 1545, French Mathematician Gerolamo Cardano published his book The Great Art, or the Rules of Algebra which included the solution of an equation with a fourth power, but it was considered absurd by many to take a quantity to the fourth power because there are only three dimensions!
Example
Solve the equation: (2x+4)2=36
Show Solution
(2x+4)2=36Use even root property(±)2x+4=±√36Simplify root2x+4=±6To avoid sign errors we need two equations2x+4=6 or 2x+4=−6One equation for -, one equation for +−4−4–––––––––−4−4–––––––––Subtract 4 from both sides2x=2 or 2x=−10Divide both sides by 2x=1 or x=−5Our solutions
In the previous example we needed two equations to simplify because when we took the root, our solutions were two rational numbers, 6 and − 6. If the roots did not simplify to rational numbers we can keep the ± in the equation.
Example
Solve the equation: (6x−9)2=45
Show Solution
(6x−9)2=45Use even root property(±)6x−9=±√45Simplify root2x+4=±3√5Use one equation because root did not simplify to rational+9+9––––––––––Add 9 to both sides6x=9±3√5Divide both sides by 6x=9±3√56Simplify, divide each term by 3x=3±√52Our solutions
When solving with exponents, it is important to first isolate the part with the exponent before taking any roots.
Example
Solve the equation: (x+4)3−6=119
Show Solution
(x+4)3−6=119Isolate the part with the exponent+6+6––––––––––Add 6 to both sides(x+4)3=125Use odd root property(±)x+4=3√125Simplify rootx+4=5−4−4–––––––––x=1Our solution
Example
Solve the equation: (6x+1)2+6=10
Show Solution
(6x+1)2+6=10Isolate the part with the exponent−6−6–––––––––Subtract 6 from both sides(6x+1)2=4Use even root property(±)6x+1=±√4Simplify root6x+1=±2To avoid sign errors we need two equations6x+1=2 or 6x+1=−2Solve each equation−1−1–––––––––−1−1–––––––––Subtract 1 from both sides6x=1 or 6x=−3Divide both sides by 6¯¯¯6¯¯¯6 or ¯¯¯6¯¯¯6x=16 or x=−12Our solutions
Solving Equations by Factoring
When solving linear equations or equations with only one power of x we can solve the equation by isolating the variable. However, when we have more than one power of x , such as x and x2, we cannot solve in the same way. One method that we can use to solve for the variable is known as the zero product rule.
Zero Product Rule: If ab=0, then either a=0 or b=0
The zero product rule tells us that if two factors are multiplied together and the answer is zero, then one of the factors must be zero. We can use this to help us solve factored polynomials as in the following example.
Example
Solve (2x−3)(5x+1)=0
Show Solution
(2x−3)(5x+1)=0One factor must be zero2x−3=0 or 5x+1=0Set each factor equal to zero and solve
2x−3=0x=32 or 5x+1=0x=−15
For the zero product rule to work we must have factors to set equal to zero. This means if the problem is not already factored we will factor it first.
Example
Solve 4x2+x−3=0
Show Solution
4x2+x−3=0Factor using the ac method, multiply to −12, add to 14x2−3x+4x−3=0The numbers are -3 and 4, split the middle termx(4x−3)+1(4x−3)=0Factor by grouping(4x−3)(x+1)=0One factor must be 0, set each equal to 0 and solve
4x−3=0x=34 or x+1=0x=−1
Another important part of the zero product rule is that before we factor, the equation must equal zero. If it does not, we must move terms around so it does equal zero. Generally we like the x2 term to be positive.
Example
Solve x2=8x−15
Show Solution
x2=8x−15Set equal to 0, move 8x and -15 to the left hand sidex2−8x+15=0Factor the left hand side(x−5)(x−3)=0One factor must be 0, set each equal to 0 and solve
x−5=0x=5 or x−3=0x=3
Put Answer Here
Example
Solve (x−7)(x+3)=−9
Show Solution
(x−7)(x+3)=−9Not equal to 0, multiply parentheses on left hand sidex2−4x−21=−9Set equal to 0, move -9 to the left hand sidex2−4x−12=0Factor the left hand side(x−6)(x+2)=0Set each factor equal to 0 and solve
x−6=0x=6 or x+2=0x=−2
Example
Solve 3x2+4x−5=7x2+4x−14
Show Solution
3x2+4x−5=7x2+4x−14Set equal to 0 by moving terms to the right hand side0=4x2−9Factor using difference of squares0=(2x+3)(2x−3)Set each factor equal to 0 and solve
2x+3=0x=−32 or 2x−3=0x=32
Most problems with x2 will have two unique solutions. However, it is possible to have only one solution as the next example illustrates.
Example
Solve 4x2=12x−9
Show Solution
4x2=12x−9Set equal to 0 by moving terms to the left hand side4x2−12x+9=0Factor the left hand side(2x−3)(2x−3)=0 or (2x−3)2=0There is one repeated factor. Set it equal to 0 and solve
2x−3=0x=32
As always it will be important to factor out the GCF first if we have one. This GCF is also a factor and must also be set equal to zero using the zero product rule. This may give us more than just two solution. The next few examples illustrate this.
Example
Solve 4x2=8x
Show Solution
4x2=8xSet equal to 0 by moving terms to the left hand side4x2−8x=0Factor the GCF out of left hand side4x(x−2)=0Set each factor equal to 0 and solve
4x=0x=0 or x−2=0x=2
Example
Solve 2x3−14x2+24x=0
Show Solution
2x3−14x2+24x=0Factor out the GCF of 2x2x(x2−7x+12)=0Factor the quadratic expression in the parentheses2x(x−3)(x−4)=0Set each factor equal to 0 and solve
2x=0x=0 or x−3=0x=3 or x−4=0x=4
Note that when we factor out and x (including higher powers of x), one of the solutions will be 0.
Example
Solve 6x2+21x−27=0
Show Solution
6x2+21x−27=0Factor out the GCF of 33(2x2+7x−9)=0Factor the quadratic expression in the parentheses3(2x+9)(x−1)=03 cannot be equal to 0, so set the other factors equal to 0 and solve
2x+9=0x=−92 or x−1=0x=1
In the previous example, the GCF did not have a variable in it, so no solutions come from this factor. You can skip setting the GCF factor equal to zero if there is no variables in the GCF.
Just as not all polynomials cannot factor, all equations cannot be solved by factoring. If an equation does not factor we will have to solve it using another method. These other methods are saved for another section.
World View Note: While factoring works great to solve problems with x2, Tartaglia, in 16th century Italy, developed a method to solve problems with x3. He kept his method a secret until another mathematician, Cardan, talked him out
of his secret and published the results. To this day the formula is known as Cardan’s Formula.
Candela Citations
CC licensed content, Specific attribution