What factors does it decompose into? Complex cases of factoring polynomials


The concepts of “polynomial” and “factorization of a polynomial” in algebra are encountered very often, because you need to know them in order to easily carry out calculations with large multi-digit numbers. This article will describe several decomposition methods. All of them are quite simple to use; you just need to choose the right one for each specific case.

The concept of a polynomial

A polynomial is a sum of monomials, that is, expressions containing only the operation of multiplication.

For example, 2 * x * y is a monomial, but 2 * x * y + 25 is a polynomial that consists of 2 monomials: 2 * x * y and 25. Such polynomials are called binomials.

Sometimes, for the convenience of solving examples with multivalued values, an expression needs to be transformed, for example, decomposed into a certain number of factors, that is, numbers or expressions between which the multiplication action is performed. There are a number of ways to factor a polynomial. It is worth considering them, starting with the most primitive, which is used in primary school.

Grouping (record in general form)

The formula for factoring a polynomial using the grouping method in general looks like this:

ac + bd + bc + ad = (ac + bc) + (ad + bd)

It is necessary to group the monomials so that each group has a common factor. In the first bracket this is the factor c, and in the second - d. This must be done in order to then move it out of the bracket, thereby simplifying the calculations.

Decomposition algorithm using a specific example

The simplest example of factoring a polynomial using the grouping method is given below:

10ac + 14bc - 25a - 35b = (10ac - 25a) + (14bc - 35b)

In the first bracket you need to take the terms with the factor a, which will be common, and in the second - with the factor b. Pay attention to the + and - signs in the finished expression. We put in front of the monomial the sign that was in the initial expression. That is, you need to work not with the expression 25a, but with the expression -25. The minus sign seems to be “glued” to the expression behind it and always taken into account when calculating.

In the next step, you need to take the multiplier, which is common, out of brackets. This is exactly what the grouping is for. To put outside the bracket means to write before the bracket (omitting the multiplication sign) all those factors that are exactly repeated in all the terms that are in the bracket. If there are not 2, but 3 or more terms in a bracket, the common factor must be contained in each of them, otherwise it cannot be taken out of the bracket.

In our case, there are only 2 terms in brackets. The overall multiplier is immediately visible. In the first bracket it is a, in the second it is b. Here you need to pay attention to the digital coefficients. In the first bracket, both coefficients (10 and 25) are multiples of 5. This means that not only a, but also 5a can be taken out of the bracket. Before the bracket, write 5a, and then divide each of the terms in brackets by the common factor that was taken out, and also write the quotient in brackets, not forgetting about the + and - signs. Do the same with the second bracket, take out 7b, as well as 14 and 35 multiple of 7.

10ac + 14bc - 25a - 35b = (10ac - 25a) + (14bc - 35b) = 5a(2c - 5) + 7b(2c - 5).

We got 2 terms: 5a(2c - 5) and 7b(2c - 5). Each of them contains a common factor (the entire expression in brackets is the same here, which means it is a common factor): 2c - 5. It also needs to be taken out of the bracket, that is, terms 5a and 7b remain in the second bracket:

5a(2c - 5) + 7b(2c - 5) = (2c - 5)*(5a + 7b).

So the full expression is:

10ac + 14bc - 25a - 35b = (10ac - 25a) + (14bc - 35b) = 5a(2c - 5) + 7b(2c - 5) = (2c - 5)*(5a + 7b).

Thus, the polynomial 10ac + 14bc - 25a - 35b is decomposed into 2 factors: (2c - 5) and (5a + 7b). The multiplication sign between them can be omitted when writing

Sometimes there are expressions of this type: 5a 2 + 50a 3, here you can put out of brackets not only a or 5a, but even 5a 2. You should always try to put the largest common factor out of the bracket. In our case, if we divide each term by a common factor, we get:

5a 2 / 5a 2 = 1; 50a 3 / 5a 2 = 10a(when calculating the quotient of several powers with equal bases, the base is preserved and the exponent is subtracted). Thus, the unit remains in the bracket (in no case do you forget to write one if you take one of the terms out of the bracket) and the quotient of division: 10a. It turns out that:

5a 2 + 50a 3 = 5a 2 (1 + 10a)

Square formulas

For ease of calculation, several formulas were derived. These are called abbreviated multiplication formulas and are used quite often. These formulas help factor polynomials containing degrees. This is another effective way to factorize. So here they are:

  • a 2 + 2ab + b 2 = (a + b) 2 - a formula called the “square of the sum”, since as a result of decomposition into a square, the sum of numbers enclosed in brackets is taken, that is, the value of this sum is multiplied by itself 2 times, and therefore is a multiplier.
  • a 2 + 2ab - b 2 = (a - b) 2 - the formula for the square of the difference, it is similar to the previous one. The result is the difference, enclosed in parentheses, contained in the square power.
  • a 2 - b 2 = (a + b)(a - b)- this is a formula for the difference of squares, since initially the polynomial consists of 2 squares of numbers or expressions, between which subtraction is performed. Perhaps, of the three mentioned, it is used most often.

Examples for calculations using square formulas

The calculations for them are quite simple. For example:

  1. 25x 2 + 20xy + 4y 2 - use the formula “square of the sum”.
  2. 25x 2 is the square of 5x. 20xy is the double product of 2*(5x*2y), and 4y 2 is the square of 2y.
  3. Thus, 25x 2 + 20xy + 4y 2 = (5x + 2y) 2 = (5x + 2y)(5x + 2y). This polynomial is decomposed into 2 factors (the factors are the same, so it is written as an expression with a square power).

Actions using the squared difference formula are carried out similarly to these. The remaining formula is difference of squares. Examples of this formula are very easy to define and find among other expressions. For example:

  • 25a 2 - 400 = (5a - 20)(5a + 20). Since 25a 2 = (5a) 2, and 400 = 20 2
  • 36x 2 - 25y 2 = (6x - 5y) (6x + 5y). Since 36x 2 = (6x) 2, and 25y 2 = (5y 2)
  • c 2 - 169b 2 = (c - 13b)(c + 13b). Since 169b 2 = (13b) 2

It is important that each of the terms is a square of some expression. Then this polynomial must be factorized using the difference of squares formula. For this, it is not necessary that the second degree be above the number. There are polynomials that contain large degrees, but still fit these formulas.

a 8 +10a 4 +25 = (a 4) 2 + 2*a 4 *5 + 5 2 = (a 4 +5) 2

In this example, a 8 can be represented as (a 4) 2, that is, the square of a certain expression. 25 is 5 2, and 10a is 4 - this is the double product of the terms 2 * a 4 * 5. That is, this expression, despite the presence of degrees with large exponents, can be decomposed into 2 factors in order to subsequently work with them.

Cube formulas

The same formulas exist for factoring polynomials containing cubes. They are a little more complicated than those with squares:

  • a 3 + b 3 = (a + b)(a 2 - ab + b 2)- this formula is called the sum of cubes, since in its initial form the polynomial is the sum of two expressions or numbers enclosed in a cube.
  • a 3 - b 3 = (a - b)(a 2 + ab + b 2) - a formula identical to the previous one is designated as the difference of cubes.
  • a 3 + 3a 2 b + 3ab 2 + b 3 = (a + b) 3 - cube of a sum, as a result of calculations, the sum of numbers or expressions is enclosed in brackets and multiplied by itself 3 times, that is, located in a cube
  • a 3 - 3a 2 b + 3ab 2 - b 3 = (a - b) 3 - the formula, compiled by analogy with the previous one, changing only some signs of mathematical operations (plus and minus), is called the “difference cube”.

The last two formulas are practically not used for the purpose of factoring a polynomial, since they are complex, and it is rare enough to find polynomials that fully correspond to exactly this structure so that they can be factored using these formulas. But you still need to know them, since they will be required when operating in the opposite direction - when opening parentheses.

Examples on cube formulas

Let's look at an example: 64a 3 − 8b 3 = (4a) 3 − (2b) 3 = (4a − 2b)((4a) 2 + 4a*2b + (2b) 2) = (4a−2b)(16a 2 + 8ab + 4b 2 ).

Quite simple numbers are taken here, so you can immediately see that 64a 3 is (4a) 3, and 8b 3 is (2b) 3. Thus, this polynomial is expanded according to the formula difference of cubes into 2 factors. Actions using the formula for the sum of cubes are carried out by analogy.

It is important to understand that not all polynomials can be expanded in at least one way. But there are expressions that contain greater powers than a square or a cube, but they can also be expanded into abbreviated multiplication forms. For example: x 12 + 125y 3 =(x 4) 3 +(5y) 3 =(x 4 +5y)*((x 4) 2 − x 4 *5y+(5y) 2)=(x 4 + 5y)( x 8 − 5x 4 y + 25y 2).

This example contains as much as the 12th degree. But even it can be factorized using the sum of cubes formula. To do this, you need to imagine x 12 as (x 4) 3, that is, as a cube of some expression. Now, instead of a, you need to substitute it in the formula. Well, the expression 125y 3 is a cube of 5y. Next, you need to compose the product using the formula and perform calculations.

At first, or in case of doubt, you can always check by inverse multiplication. You just need to open the parentheses in the resulting expression and perform actions with similar terms. This method applies to all of the reduction methods listed: both to working with a common factor and grouping, and to working with formulas of cubes and quadratic powers.

Factoring a polynomial. Part 1

Factorization is a universal technique that helps solve complex equations and inequalities. The first thought that should come to mind when solving equations and inequalities in which there is a zero on the right side is to try to factor the left side.

Let's list the main ways to factor a polynomial:

  • putting the common factor out of brackets
  • using abbreviated multiplication formulas
  • using the formula for factoring a quadratic trinomial
  • grouping method
  • dividing a polynomial by a binomial
  • method of uncertain coefficients

In this article we will dwell in detail on the first three methods; we will consider the rest in subsequent articles.

1. Taking the common factor out of brackets.

To take the common factor out of brackets, you must first find it. Common multiplier factor equal to the greatest common divisor of all coefficients.

Letter part the common factor is equal to the product of the expressions included in each term with the smallest exponent.

The scheme for assigning a common multiplier looks like this:

Attention!
The number of terms in brackets is equal to the number of terms in the original expression. If one of the terms coincides with the common factor, then when dividing it by the common factor, we get one.

Example 1.

Factor the polynomial:

Let's take the common factor out of brackets. To do this, we will first find it.

1. Find the greatest common divisor of all coefficients of the polynomial, i.e. numbers 20, 35 and 15. It is equal to 5.

2. We establish that the variable is contained in all terms, and the smallest of its exponents is equal to 2. The variable is contained in all terms, and the smallest of its exponents is 3.

The variable is contained only in the second term, so it is not part of the common factor.

So the total factor is

3. We take the multiplier out of brackets using the diagram given above:

Example 2. Solve the equation:

Solution. Let's factorize the left side of the equation. Let's take the factor out of brackets:

So we get the equation

Let's equate each factor to zero:

We get - the root of the first equation.

Roots:

Answer: -1, 2, 4

2. Factorization using abbreviated multiplication formulas.

If the number of terms in the polynomial we are going to factor is less than or equal to three, then we try to apply the abbreviated multiplication formulas.

1. If the polynomial isdifference of two terms, then we try to apply square difference formula:

or difference of cubes formula:

Here are the letters and denote a number or algebraic expression.

2. If a polynomial is the sum of two terms, then perhaps it can be factored using sum of cubes formulas:

3. If a polynomial consists of three terms, then we try to apply square sum formula:

or squared difference formula:

Or we try to factorize formula for factoring a quadratic trinomial:

Here and are the roots of the quadratic equation

Example 3.Factor the expression:

Solution. We have before us the sum of two terms. Let's try to apply the formula for the sum of cubes. To do this, you first need to represent each term as a cube of some expression, and then apply the formula for the sum of the cubes:

Example 4. Factor the expression:

Decision. Here we have the difference of the squares of two expressions. First expression: , second expression:

Let's apply the formula for the difference of squares:

Let's open the brackets and add similar terms, we get:

8 examples of factoring polynomials are given. They include examples of solving quadratic and biquadratic equations, examples of reciprocal polynomials, and examples of finding integer roots of third- and fourth-degree polynomials.

1. Examples with solving a quadratic equation

Example 1.1


x 4 + x 3 - 6 x 2.

Solution

We take out x 2 outside of brackets:
.
2 + x - 6 = 0:
.
Roots of the equation:
, .


.

Answer

Example 1.2

Factor the third degree polynomial:
x 3 + 6 x 2 + 9 x.

Solution

Let's take x out of brackets:
.
Solving the quadratic equation x 2 + 6 x + 9 = 0:
Its discriminant: .
Since the discriminant is zero, the roots of the equation are multiples: ;
.

From here we obtain the factorization of the polynomial:
.

Answer

Example 1.3

Factor the fifth degree polynomial:
x 5 - 2 x 4 + 10 x 3.

Solution

We take out x 3 outside of brackets:
.
Solving the quadratic equation x 2 - 2 x + 10 = 0.
Its discriminant: .
Since the discriminant is less than zero, the roots of the equation are complex: ;
, .

The factorization of the polynomial has the form:
.

If we are interested in factorization with real coefficients, then:
.

Answer

Examples of factoring polynomials using formulas

Examples with biquadratic polynomials

Example 2.1

Factor the biquadratic polynomial:
x 4 + x 2 - 20.

Solution

Let's apply the formulas:
a 2 + 2 ab + b 2 = (a + b) 2;
a 2 - b 2 = (a - b)(a + b).

;
.

Answer

Example 2.2

Factor the polynomial that reduces to a biquadratic one:
x 8 + x 4 + 1.

Solution

Let's apply the formulas:
a 2 + 2 ab + b 2 = (a + b) 2;
a 2 - b 2 = (a - b)(a + b):

;

;
.

Answer

Example 2.3 with recurrent polynomial

Factor the reciprocal polynomial:
.

Solution

A reciprocal polynomial has odd degree. Therefore it has root x = - 1 . Divide the polynomial by x -(-1) = x + 1
.
.
, ;
;


;
.

Answer

As a result we get:

Let's make a substitution:

Examples of factoring polynomials with integer roots
.

Solution

Example 3.1

6
-6, -3, -2, -1, 1, 2, 3, 6 .
Factor the polynomial:;
Let's assume that the equation;
(-6) 3 - 6·(-6) 2 + 11·(-6) - 6 = -504;
(-3) 3 - 6·(-3) 2 + 11·(-3) - 6 = -120;
(-2) 3 - 6·(-2) 2 + 11·(-2) - 6 = -60;
(-1) 3 - 6·(-1) 2 + 11·(-1) - 6 = -24;
1 3 - 6 1 2 + 11 1 - 6 = 0;
2 3 - 6 2 2 + 11 2 - 6 = 0.

3 3 - 6 3 2 + 11 3 - 6 = 0
x 1 = 1 6 3 - 6 6 2 + 11 6 - 6 = 60 2 = 2 6 3 - 6 6 2 + 11 6 - 6 = 60 3 = 3 .
So, we found three roots:
.

Answer

, x

Examples of factoring polynomials with integer roots
.

Solution

Example 3.1

Since the original polynomial is of the third degree, it has no more than three roots. Since we found three roots, they are simple. Then 2 Example 3.2
-2, -1, 1, 2 .
has at least one whole root. Then it is a divisor of the number
(member without x). That is, the whole root can be one of the numbers: 6 ;
We substitute these values ​​one by one: 0 ;
(-2) 4 + 2·(-2) 3 + 3·(-2) 3 + 4·(-2) + 2 =;
(-1) 4 + 2·(-1) 3 + 3·(-1) 3 + 4·(-1) + 2 = .
1 4 + 2 1 3 + 3 1 3 + 4 1 + 2 = 12 2 Example 3.2
1, 2, -1, -2 .
2 4 + 2 2 3 + 3 2 3 + 4 2 + 2 = 54 -1 :
.

If we assume that this equation has an integer root, then it is a divisor of the number 2 = -1 Let's substitute x =
.

So, we have found another root x 2 + 2 = 0 .

It would be possible, as in the previous case, to divide the polynomial by , but we will group the terms:

Since the equation x has no real roots, then the factorization of the polynomial has the form.

Any algebraic polynomial of degree n can be represented as a product of n-linear factors of the form and a constant number, which is the coefficients of the polynomial at the highest degree x, i.e.

Where

- are the roots of the polynomial.The root of a polynomial is the number (real or complex) that makes the polynomial vanish. The roots of a polynomial can be either real roots or complex conjugate roots, then the polynomial can be represented in the following form:

The coefficients of such a transformed expression are determined by the method of indefinite coefficients. The essence of the method is that the type of factors into which a given polynomial is decomposed is known in advance. When using the method of uncertain coefficients, the following statements are true:

P.1. Two polynomials are identically equal if their coefficients are equal for the same powers of x.

P.2. Any polynomial of the third degree is decomposed into the product of linear and quadratic factors.

P.3. Any fourth-degree polynomial can be decomposed into the product of two second-degree polynomials.

Example 1.1. It is necessary to factorize the cubic expression:

P.1. In accordance with the accepted statements, the identical equality holds for the cubic expression:

P.2. The right side of the expression can be represented as terms as follows:

P.3. We compose a system of equations from the condition of equality of coefficients at the corresponding powers of the cubic expression.

This system of equations can be solved by selecting coefficients (if it is a simple academic problem) or methods for solving nonlinear systems of equations can be used. Solving this system of equations, we find that the uncertain coefficients are determined as follows:

Thus, the original expression is factorized in the following form:

This method can be used both in analytical calculations and in computer programming to automate the process of finding the root of an equation.

Method number 2.Vieta formulas

Vieta's formulas are formulas connecting the coefficients of algebraic equations of degree n and its roots. These formulas were implicitly presented in the works of the French mathematician Francois Vieta (1540 - 1603). Due to the fact that Vieth considered only positive real roots, he therefore did not have the opportunity to write these formulas in a general explicit form.

For any algebraic polynomial of degree n that has n-real roots,

The following relations are valid that connect the roots of a polynomial with its coefficients:

Vieta's formulas are convenient to use to check the correctness of finding the roots of a polynomial, as well as to construct a polynomial from given roots.

Example 2.1. Let us consider how the roots of a polynomial are related to its coefficients using the example of a cubic equation

In accordance with Vieta’s formulas, the relationship between the roots of a polynomial and its coefficients has the following form:

Similar relations can be made for any polynomial of degree n.

Method No. 3. Factoring a quadratic equation with rational roots

From Vieta's last formula it follows that the roots of a polynomial are divisors of its free term and leading coefficient. In this regard, if the problem statement specifies a polynomial of degree n with integer coefficients

then this polynomial has a rational root (irreducible fraction), where p is the divisor of the free term, and q is the divisor of the leading coefficient. In this case, a polynomial of degree n can be represented as (Bezout’s theorem):

A polynomial, the degree of which is 1 less than the degree of the initial polynomial, is determined by dividing a polynomial of degree n binomial, for example, using Horner's scheme or in the simplest way - "column".

Example 3.1. It is necessary to factor the polynomial

P.1. Due to the fact that the coefficient of the highest term is equal to one, the rational roots of this polynomial are divisors of the free term of the expression, i.e. can be integers . We substitute each of the presented numbers into the original expression and find that the root of the presented polynomial is equal to .

Let's divide the original polynomial by a binomial:

Let's use Horner's scheme

The coefficients of the original polynomial are set in the top line, while the first cell of the top line remains empty.

In the first cell of the second line, the found root is written (in the example under consideration, the number “2” is written), and the following values ​​in the cells are calculated in a certain way and they are the coefficients of the polynomial, which is obtained by dividing the polynomial by the binomial. The unknown coefficients are determined as follows:

The value from the corresponding cell of the first row is transferred to the second cell of the second row (in the example under consideration, the number “1” is written).

The third cell of the second row contains the value of the product of the first cell and the second cell of the second row plus the value from the third cell of the first row (in the example under consideration 2 ∙1 -5 = -3).

The fourth cell of the second row contains the value of the product of the first cell and the third cell of the second row plus the value from the fourth cell of the first row (in the example under consideration, 2 ∙ (-3) +7 = 1).

Thus, the original polynomial is factorized:

Method number 4.Using abbreviated multiplication formulas

Abbreviated multiplication formulas are used to simplify calculations, as well as factoring polynomials. Abbreviated multiplication formulas allow you to simplify the solution of individual problems.

Formulas used to factorize

Editor's Choice
Most often, housewives throw away orange zest; they can sometimes use it to make candied fruits. But it's a thoughtless waste...

Homemade caramel syrup recipe. To make excellent caramel syrup at home you need very little...

Literacy is one of the main requirements for written work performed by schoolchildren throughout the entire period of study. Level...

An important event is coming up and it’s worth thinking ahead to decorate the festive table, come up with original dishes and surprise...
Have you tried baking a meat pie in the oven? The smell of homemade baking always brings back memories of childhood, guests, grandmother and...
Pike is a freshwater predator with a long flattened head, a large mouth and an elongated body. It contains a whole treasure trove of vitamins...
Why do you dream of worms Miller's Dream Book Seeing worms in a dream means that you will be depressed by the base intrigues of dishonest people. If a young woman...
Chicken, corn and Korean carrot salad has already become a part of our lives. The recipe can be changed in any way, creating new variations from...
Binge drinking is a serious disease that requires immediate treatment. Delay is fraught with negative consequences...