Solving cubic equations by factorization

According to the fundamental theorem of algebra, a cubic equation always has 3 roots (taking into account multiplicity), and at least one of the roots is real, since if the root is a complex number, then its complex conjugate will also be its root. Thus, a cubic polynomial a(x) = a0*x3 + a1*x2 + a2*x + a3, a0 ≠ 0, can always be factored into two factors, one of which is linear and the other is quadratic: a(x) = (x - x0) (a0x2 + bx + c).
In turn, a polynomial of the second degree a0x2 + bx + c can have 2 different real roots, 1 real root or 2 complex conjugate roots.
Accordingly, we obtain such cases of factorization of the polynomial a(x):

1) a(x) = a0 (x - x0) (x - x1) (x - x2)
2) a(x) = a0 (x - x0) (x - x1)2
3) a(x) = a0 (x - x0)3
4) a(x) = (x - x0) (a0x2 + bx + c), if b2 - 4a0c < 0.
Thus, equating each factor in the expansion to zero, we will find all the roots of the cubic equation in each case. Let's consider the solving of cubic equations by factorization using examples.

Examples of solving cubic equations by factorization

Example 1.
Solve the equation x3 - 3x2 - 4x + 6 = 0.
Solution
The divisors of the free term are the numbers: ±1, ±2, ±3, ±6. This means that the roots of the equation must be sought among them. By simple substitution we verify that the root of the equation is the number 1. Therefore, the original equation is equivalent to (x - 1)*(a0x2 + bx + c) = 0.
To find the polynomial, a0x2 + bx + c, you need to divide the left side of the original equation by x - 1. To divide a polynomial by a binomial, we will use Horner's scheme.

Solving cubic equations by factorization - Horner's scheme /><br /><br />
			Thus, x<sup>3</sup> - 3x<sup>2</sup> - 4x + 6 = (x - 1)(x<sup>2</sup> - 2x - 6). Therefore, the original equation is equivalent to (x - 1) (x<sup>2</sup> - 2x - 6) = 0.<br />
			It remains to solve the quadratic equation x<sup>2</sup> - 2x - 6 = 0.<br /><br />
			<img src=
Answer: -1- √7, 1 ,-1+√7.

Calculators for solving examples and problems in mathematics

The best math apps for schoolchildren and their parents, students and teachers. More detailed ...


Example 2.
Solve the equation -2x3 + 3x2 - 4x - 9 = 0.
Solution.
The divisors of the free term are the numbers: ±1, ±3, ±9. The divisors of the higher coefficient are the numbers: ±1, ±2. This means that the roots of the original equation can be among the numbers: ±1, ±3, ±9,
±
1/2
, ±
3/2
, ±
9/2
.
A simple substitution shows that -1 is the root of the equation. Using Horner's scheme, we divide the left side of the original equation by x + 1.

Solving cubic equations by factorization - Horner's scheme
Thus, -2x3 + 3x2 - 4x - 9 = (x + 1)(-2x2 + 5x - 9). Therefore, the original equation is equivalent to (x + 1) (-2x2 + 5x - 9)=0. Solving the quadratic equation -2x2 + 5x - 9 = 0, we obtain, что его дискриминант < 0, therefore, it has no real roots.
Answer: -1.

Example 3. Solve the equation 2x3 - x2 - 8x + 4 = 0.
Solution.
The divisors of the free term are the numbers: ±1, ±2, ±4. The divisors of the higher coefficient are the numbers: ±1, ±2.
This means that the roots of the original equation can be among the numbers: ±1, ±2, ±4.
A simple substitution shows that 2 is the root of the equation. Using Horner's scheme, we divide the left side of the original equation by x - 2.

Solving cubic equations by factorization - Horner's scheme
Thus, 2x3 - x2 - 8x + 4 = (x - 2)(2x2 + 3x - 2). Therefore, the original equation is equivalent to (x - 2) (2x2 + 3x - 2) = 0. Solving the quadratic equation 2x2 + 3x - 2 = 0, we get,

Solution of a quadratic equation
Answer: -2,
1/2
, 2.

Another way to factorize a polynomial of the third degree is the method of indefinite coefficients. It is quite cumbersome, but sometimes it is very useful when solving various kinds of problems, and not only in the case of factorization. The factorization of any polynomial of the third degree can be represented as follows a(x) = (x-x0)*(a0x2 + bx + c). Opening the brackets, we get a(x) = a0x3 + x2(b - a0x0) + x*(c - bx0) - cx0. Now equating the coefficients for the same powers of x and the free terms in the original polynomial and in the polynomial a(x), we get a system of four equations and four unknowns a0, b, c and x0. Let's consider the application of the method of undefined coefficients using examples.

Example 4.
Solve the equation x3 + 2x2 - 5x - 6 = 0.
Solution.
Since any polynomial of degree 3 can be represented as a0x3 + x2(b - a0x0) + x*(c - bx0) - cx0, then equating the coefficients for the same degrees of x, we obtain the following system of equations:
Factorization of a third-degree polynomial - the method of undetermined coefficients Or Factorization of a third-degree polynomial - the method of undetermined coefficients We find from the first equation x0 = b - 2 and substitute it into the remaining two. We get

Factorization of a third-degree polynomial - the method of undetermined coefficients
Now let's find the variable c from the first equation and substitute it into the second.

Factorization of a third-degree polynomial - the method of undetermined coefficients
By opening the brackets in the second equation and solving it, we find b:

Factorization of a third-degree polynomial
If b=4, then c=3, x0 = 2. Therefore, x3 + 2x2 - 5x - 6 = (x - 2)(x2 - 4x + 3)=(x - 2)(x + 1)(x + 3).
If b = 1, then c = -6, x0 = -1. Therefore, x3 + 2x2 - 5x - 6 = (x + 1)(x2 + x - 6)=(x + 1)(x + 3)(x - 2).
If b = -1, then c = -2, x0 = -3. Therefore, x3 + 2x2 - 5x - 6=(x + 3)(x2 - x - 2) = (x + 3)(x - 2)(x + 1).
Thus, the original equation is equivalent to the equation (x + 3)(x - 2)(x + 1) = 0.
Equating each of the factors to zero, we obtain the roots of the equation x = -3, x = 2, x = -1.
Answer: -3, -1, 2.

Example 5.
Solve the equation 2x3 + x2 - 5x + 2 = 0.
Solution.
By equating the corresponding coefficients for the same powers of x, we obtain the following system of equations:

Factorization of a third-degree polynomial - the method of undetermined coefficients Or Factorization of a third-degree polynomial - the method of undetermined coefficients We find from the first equation x0 = 
(b - 1)/2
and substitute it into the remaining two. We get
Now let's find the variable c from the first equation and substitute it into the second.

Factorization of a third-degree polynomial - the method of undetermined coefficients
Multiplying the left and right sides of the second equation by 4 and opening the brackets, we find b:

Factorization of a third-degree polynomial
If b=2, then c=-4, x0 = 
1/2
. Следовательно, 2x3 + x2 - 5x + 2 = (x - 
1/2
)(2x2 + 2x - 4) = 2(x - 
1/2
)(x - 1)(x + 2).
If b = 3, then c = -2, x0 = 1. Therefore, 2x3 + x2 - 5x + 2 = (x - 1)(2x2 + 3x - 2)=2(x - 1)(x - 
1/2
)(x + 2).
If b = -3, then c = 1, x0 = -2. Therefore, 2x3 + x2 - 5x + 2 = (x + 2)(2x2 - 3x + 1) = 2(x + 2)(x - 
1/2
)(x - 1).
Therefore, the original equation is equivalent to the equation 2(x + 2)(x - 
1/2
)(x - 1) = 0.
Equating each of the factors to zero, we obtain the roots of the equation x = -2, x = 
1/2
, x = 1.
Answer: -2,
1/2
, 1.

UNITS MASTER
Related Sites & Topics:
Friday, December 27, 2024
Contact
Privacy Policy
Terms & Conditions

Copyright © 2024 Intemodino Group s.r.o.
All rights reserved
Menu