Definitions and examples

A polynomial is the sum of monomials.

For example, the expression 2+ 4xy2 + + 2xy2 is a polynomial. Simply put, a polynomial is several monomials connected by a plus sign.

In some polynomials, monomials can be joined by a minus sign. For example, 3x - 5y - 2x. Keep in mind that this is still the sum of monomials. The polynomial 3x - 5y - 2x is the sum of monomials 3x, -5y and - 2x, that is 3x + (-5y) + (-2x). After opening brackets the polynomial 3x - 5y - 2x is formed.

3+ (βˆ’5y) + (βˆ’2x) = 3βˆ’ 5βˆ’ 2x

Accordingly, when considering each monomial of a polynomial separately, it should be considered together with the sign that is placed in front of it. Thus, in the polynomial 3x - 5y - 2x, the minus before the monomial 5y refers to the quotient 5, and the minus before the monomial 2x refers to the quotient 2. To not contradict the definition of the polynomial, subtraction can be replaced with addition:

3βˆ’ 5βˆ’ 2x = 3+ (βˆ’5y) + (βˆ’2x)

But this action overloads the polynomial with brackets, so subtraction is not replaced by addition, given that in the future each monomial of the polynomial will be considered together with the sign that is placed in front of it

The monomials that make up a polynomial are called polynomial terms.

If a polynomial consists of two terms, then such a polynomial is called a binomial. For example, the polynomial x + y is a binomial.

If a polynomial has three terms, then such a polynomial is called a trinomial. For example, a polynomial x + y + z is a trinomial.

If any polynomial contains a regular number, then that number is called a free term of the polynomial. For example, in the polynomial 3x + 5y + z + 7, the term 7 is a free term. The free term of a polynomial contains no letter part.

A polynomial is also any numeric expression. Thus, the following expressions are polynomials:

2 + 3

5 + 3 + 2

5 βˆ’ 4 + 9


Adding polynomials

You can add another polynomial to a polynomial. For example, add a polynomial 2x + y to the polynomial 3x + y.

Put each polynomial in brackets and connect them with a plus sign, thus indicating that we are adding polynomials:

(2x + y) + (3x + y)

Now open the brackets:

2x + y + 3x + y

The following are like terms:

2x + y + 3x + y = 5x + 2y

Thus, adding polynomials 2x + y and 3x + y results in a polynomial 5x + 2y.

Adding polynomials in columns is also allowed. To do this, write them so that like terms are located under each other, then perform addition. Let's solve the previous example in columns:

See Fig. 1

If one of the polynomials contains a term that does not have a like term in the other polynomial, it is transferred to the result without change.

For example, add the polynomials 2x2 + y3 + z + 2 and 5x2 + 2y3. First, write them so that like terms are located under each other, and then add them together. We find that the second polynomial does not contain any terms which can be added to the terms z and 2 of the first polynomial. Therefore the terms z and 2 are transferred to the result unchanged (together with their signs)

See Fig. 2

Let's solve the same example using brackets:

(2x2 + y3 + z + 2) + (5x2 + 2y3) = 2x2 + y3 + z + 2 + 5x2 + 2y3 = (2x+ 5x2) + (y+ 2y3) + z + 2 = 7x2 + 3y3 + z + 2


Example 3. Add polynomials 7x3 + y + z2 and x3 βˆ’ z2

Let's solve this example in a column. Write the second polynomial under the first one so that like terms are located under each other:

See Fig. 3

The second polynomial had no term that could be added to the y term from the first polynomial, so this term was transferred to the result unchanged. And addition of like terms z2 and -z2 gave 0 as a result. By tradition, we do not write down zero. Therefore, the final answer is 8x3 + y.

Let's solve the same example using brackets:

(7x3 + y + z2) + (x3 βˆ’ z2) = 7x3 + y + z2 + x3 βˆ’ z2 = (7x+ x3) + (zβˆ’ z2) + y = 8x3 + y


Subtracting polynomials

You can subtract another polynomial from a polynomial. For example, subtract a polynomial 2x + y by a polynomial 3x + y.

Put each polynomial in brackets and connect them with a "minus" sign, thus indicating that we are subtracting:

(2x + y) βˆ’ (3x + y)

Now let's open the brackets:

2x + y βˆ’ 3x βˆ’ y

Let us give like terms. The terms y and -y are opposite. The sum of the opposite terms is zero

y + (βˆ’y) = 0

Given like terms, we usually add them up. But we can use the sign of a monomial as the sign of the operation. So, by adding like terms y and -y we add them by the rule of adding like terms. But we can write them one after another without adding them

y βˆ’ y

The same result will be obtained since the expressions y + (-y) and y - y are equally equal to zero:

y βˆ’ y = 0

Let's go back to our example. We cross out the terms y and -y:

2x * y - 3x - y

And addition of like terms 2x and -3x, will result in -x

2x + (βˆ’3x) = βˆ’x

Or without addition, by writing the terms one after the other:

2x βˆ’ 3x = βˆ’x

So, if you subtract a polynomial (2x + y) from a polynomial (3x + y), you get a monomial -x.

Let's solve the same example in a column:

See Fig. 4


Example 2. Subtract from a polynomial 13x - 11y + 10z a polynomial -15x + 10y - 15z

Let's solve this example using brackets and then in columns:

(13βˆ’ 11+ 10z) βˆ’ (βˆ’15+ 10βˆ’ 15z) = 13x βˆ’ 11y + 10z + 15x βˆ’ 10y + 15z = (13x + 15x) + (βˆ’11βˆ’ 10y) + (10z + 15z) = 28+ (βˆ’21y) + 25z = 28x βˆ’ 21y + 25z

See Fig. 5

You must be careful when subtracting in columns. If you don't pay attention to the signs, you are very likely to make a mistake. It is necessary to consider not only the sign of the subtraction operation, but also the sign in front of the summand.

So, in this example, the summand -15z was subtracted from the summand 10z

10z βˆ’ (βˆ’15z)

The result of calculating this expression must be positive, because 10z - (-15z) = 10z + 15z.

When adding or subtracting polynomials with brackets, the first polynomial may not be put in brackets. For example, in this example we wanted to subtract -15x + 10y + 10y - 15z from a polynomial 13x - 11y + 10z

The subtraction was written as follows:

(13βˆ’ 11+ 10z) βˆ’ (βˆ’15+ 10βˆ’ 15z)

But you can leave the first polynomial out of the brackets:

13βˆ’ 11+ 10z βˆ’ (βˆ’15+ 10βˆ’ 15z)

Putting the first polynomial in brackets at first allows beginners to visually see that the second polynomial is completely subtracted from the first polynomial, not from a certain part of it.


Representing a polynomial as a sum or a difference

A polynomial can be represented as a sum or difference of polynomials. This is essentially the inverse of opening brackets, because the idea implies that there is a polynomial, and from it we can form a sum or difference of polynomials by putting some of the terms of the original polynomial into brackets.

Let have a polynomial 3x + 5y + z + 7. Let us represent it as a sum of two polynomials.

So, from the terms of the original polynomial we need to form two polynomials added to each other. Let's bracket the terms 3x and 5y, and the terms z and 7. Then combine them with a plus sign

(3x + 5y) + (+ 7)

The value of the original polynomial does not change. If we open brackets in the resulting expression (3x + 5y) + (z + 7), we get the polynomial 3x + 5y + z + 7 again.

(3x + 5y) + (z + 7) = 3x + 5y + z + 7

You could also put the terms 3x, 5y, z in brackets and add this bracketed expression to the term 7

(3x + 5y + z) + 7

When representing a polynomial as a difference of polynomials, the following rule must be followed. If the terms are in brackets after the minus sign, then these terms inside the brackets must be reversed.

Let us return to the polynomial 3x + 5y + z + 7. Let's represent it as the difference of two polynomials. Let us bracket the polynomials 3x and 5y and z and 7, then combine them with a "minus" sign

(3x + 5y) βˆ’ (+ 7)

But we see that the minus sign is followed by the bracketing of terms z and 7. So these terms need to be reversed. This should be done inside the brackets:

(3x + 5y) βˆ’ (βˆ’z βˆ’ 7)

When putting terms in brackets, we must make sure that the value of the new expression is identical to the previous expression. This explains the substitution of the signs of the terms inside the brackets. If we open brackets in expression (3x + 5y) - (-z - 7), we obtain the original polynomial 3x + 5y + z + 7.

(3x + 5y) βˆ’ (βˆ’z βˆ’ 7) = 3x + 5y + z + 7

In general, when representing a polynomial as a sum or a difference, the following rules can be followed:

If the brackets are preceded by a plus sign, all the terms inside the brackets are written with their own signs.

If a minus sign is put before the brackets, all terms inside the brackets are written with opposite signs.

Example 1. Represent the polynomial 3x+ 2x+ 5xβˆ’ 4 as a sum of some binomials:

(3x+ 2x3) + (5xβˆ’ 4)


Example 2. Represent the polynomial 3x+ 2x+ 5xβˆ’ 4 as a difference of some binomials:

(3x+ 2x3) βˆ’ (βˆ’5x+ 4)

There was a minus in front of the second brackets, so the terms 5x2 and βˆ’4 were written with opposite signs.


Polynomial and its standard form

A polynomial, like a monomial, can be reduced to the standard form. This results in a simplified polynomial that is easy to work with.

To reduce a polynomial to the standard form, you need to reduce like terms in the polynomial.

Like terms of a polynomial are terms that have the same letter part.

Let us reduce the polynomial 2+ 4xy2 + βˆ’ xy2 to the standard form. To do this, we give its like terms. Like terms in this polynomial are 2x and x, as well as 4xy2 and -xy2.

polynomials

As a result, we got a polynomial 3x + 3xy2 that has no like terms. This form of a polynomial is called a standard form polynomial.

Like a monomial, a polynomial has a power. To determine the degree of a polynomial, first reduce it to the standard form, then choose the monomial whose power is the largest of all.

In the previous example we reduced the polynomial 2x + 4xy2 + x - xy2 to the standard form. The result is the polynomial 3x + 3xy2. It consists of two monomials. The power of the first monominant is 1, and the power of the second monominant is 3. The largest of these powers is 3. So the polynomial 3x + 3xy2 is a polynomial of degree 3.

Since the polynomial 3x + 3xy2 is identically equal to the previous polynomial 2x + 4xy2 + x - xy2, this previous polynomial is also a third power polynomial.

The power of a polynomial of the standard form is the greater of the powers of its constituent monomials..

In some polynomials, you first need to reduce the monomials in the polynomial to the standard form, and only then reduce the polynomial itself to the standard form.

For example, let us reduce the polynomial 3xx+ 3xxβˆ’ 5x2xβˆ’ 5x2to the standard form. This polynomial consists of monomials that are not reduced to the standard form. First, we reduce them to the standard form:

3xx+ 3xxβˆ’ 5x2xβˆ’ 5x2x = 3x+ 3x4 βˆ’ 5x5 βˆ’ 5x3

Now the resulting polynomial 3x+ 3xβˆ’ 5xβˆ’ 5x3 can be reduced to the standard form. To do this we give its like terms. Like terms are 3x5 and -5x5. There are no more like terms. The terms 3x4 and -5x3 will be rewritten without change:

3xx+ 3xxβˆ’ 5x2xβˆ’ 5x2x = 3x+ 3x4 βˆ’ 5x5 βˆ’ 5x3 = βˆ’2x+ 3xβˆ’ 5x3


Example 2. The polynomial 3ab + 4cc ab + 3c2 should be reduced to the standard form.

First, we reduce the monomial 4cc of the initial polynomial to the standard form and obtain 4c2

3ab + 4cc ab + 3c2 = 3ab + 4c2 ab + 3c2

The following is a list of like terms:

3ab + 4cc ab + 3c2 = 3ab + 4c2 ab + 3c2 = 4ab + 7c2


Example 3. Reduce the polynomial 4xβˆ’ 4βˆ’ x+ 17βˆ’ y to the standard form.

Like terms in this polynomial are 4x2 and -x2, and -4y, 17y, and -y. Let us give them:

4xβˆ’ 4βˆ’ x+ 17βˆ’ y = 3x+ 12y

You can use brackets to connect like terms. To do this, put similar terms in brackets, then combine the expressions in brackets with a "plus" sign.

Solve the previous example using brackets. Like terms in it were 4x2 and -x2, as well as -4y, 17y, and -y. We conclude them in brackets and combine them with a "plus" sign

4xβˆ’ 4βˆ’ x+ 17βˆ’ y = (4xβˆ’ x2) + (βˆ’4+ 17βˆ’ y)

Now in brackets let's perform the reduction of like terms:

4xβˆ’ 4βˆ’ x+ 17βˆ’ y = (4xβˆ’ x2) + (βˆ’4+ 17βˆ’ y) = (3x2) + (12y)

In the resulting expression (3x2) + (12y) open the brackets:

4xβˆ’ 4βˆ’ x+ 17βˆ’ y = (4xβˆ’ x2) + (βˆ’4+ 17βˆ’ y) = (3x2) + (12y) = 3x+ 12y

Of course, this approach overloads the expression, but it minimizes errors.


Example 4. Reduce the polynomial 12xβˆ’ 9βˆ’ 9x+ 6y to the standard form.

Bracket like terms and combine them with a plus sign

12xβˆ’ 9βˆ’ 9x+ 6y = (12xβˆ’ 9x2) + (βˆ’9+ 6y)

Next, we calculate the contents of the brackets:

12xβˆ’ 9βˆ’ 9x+ 6y = (12xβˆ’ 9x2) + (βˆ’9+ 6y) = (3x2) + (βˆ’2y)

Get rid of the brackets by opening them:

12xβˆ’ 9βˆ’ 9x+ 6y = (12xβˆ’ 9x2) + (βˆ’9+ 6y) = (3x2) + (βˆ’2y) = 3xβˆ’ 2y


Changing the order of members

Consider a binomial x - y. How can we make the -y term come first and the x term second?

A polynomial is the sum of monomials. That is, the original x - y binomial is the sum of x and -y

x + (βˆ’y)

The sum does not change by interchanging the places of the summands. Then x and -y can be swapped

βˆ’y + x


Example 2. Swap the terms in the -y - x binomial.

The binomial -y - x is the sum of the terms -y and -x

βˆ’y + (βˆ’x)

Then according to the permutative law of addition we obtain (-x) + (-y). Let us get rid of the brackets:

βˆ’x βˆ’ y

Thus, the solution can be written in a shorter form:

βˆ’y βˆ’ x = βˆ’x βˆ’ y


Example 3. Order the terms of the polynomial x + xy3 βˆ’ x2 in descending order of powers.

The term xy3 has the highest power in this polynomial, then -x2, and then x. Write them down in this order:

x + xy3 βˆ’ x2 = xyβˆ’ xx


Multiplication of a monomial by a polynomial

A monomial can be multiplied by a polynomial. To multiply a monomial by a polynomial, multiply that monomial by each term of the polynomial and add the products obtained.

For example, multiply a monomial 3x2 by a polynomial 2x + y + 5. When multiplying a monomial by a polynomial, the latter must be bracketed:

3x2(2+ 5)

Now multiply the monomial 3x2 by each term of the polynomial 2x + y + 5. The resulting products will be added:

3x2(2+ 5) = 3x2 Γ— 2+ 3xΓ— + 3xΓ— 5

Let's calculate the resulting products:

3x2(2+ 5) = 3x2 Γ— 2+ 3xΓ— + 3xΓ— 5 = 6x+ 3x2+ 15x2

Thus, multiplying a monomial 3x2 by a polynomial 2x + y + 5 results in a polynomial 6x+ 3x2+ 15x2.

It is desirable to perform multiplication in mind. That way the solution is shorter:

3x2(2+ 5) = 6x+ 3x2+ 15x2

In some examples, the monomial is placed after the polynomial. In this case, again, each term of the polynomial must be multiplied with the monomial and the resulting products must be added.

For example, the previous example might have been given in the following form:

(2+ 5) Γ— 3x2

In this case we would multiply each term of the polynomial (2x + y + 5) by the monomial 3x2 and add the results:

(2+ 5) Γ— 3x2 = 2Γ— 3x2 + Γ— 3x2 + 5 Γ— 3x2 = 6x+ 3x2y + 15x2

The multiplication of a monomial by a polynomial (or the multiplication of a polynomial by a monomial) is based on the distributive law of multiplication.

a(b + c) = ab + ac

That is, to multiply the number a by the sum b + c, you need to multiply the number a by each summand of the sum b + c, and add the products obtained.

In general, the multiplication of a monomial by a polynomial, and the distributive law of multiplication have a geometric meaning.

Suppose there is a rectangle with sides a and b

fig. 2

Increase the side of b by c

fig. 3

Let's complete the missing side and paint the resulting rectangle for clarity:

fig. 4

Now calculate the area of the resulting large rectangle. It includes yellow and gray rectangles.

To calculate the area of the resulting large rectangle, you can separately calculate the areas of the yellow and gray rectangles and add up the results. The area of the yellow rectangle is ab, and the area of the gray rectangle is ac

ab + ac

This is like multiplying the length of a large rectangle by its width. The length in this case is b + c, and the width is a

(b + c) Γ— a

or width multiplied by length to arrange the letters a, b, and c in alphabetical order:

a Γ— (b + c)

Thus, the expressions a Γ— (b + c) and ab + ac are equal to the same value (the same area)

a Γ— (b + c) = ab + ac

For example, suppose we have a rectangle 4 cm long and 2 cm wide, and we increase the length by 2 cm

fig. 1

Then the area of this rectangle is 2 Γ— (4 + 2) or the sum of the areas of the yellow and gray rectangles: 2 Γ— 4 + 2 Γ— 2. The expressions 2 Γ— (4 + 2) and 2 Γ— 4 + 2 Γ— 2 are equal to the same value 12

2 Γ— (4 + 2) = 12

2 Γ— 4 + 2 Γ— 2 = 12

Therefore,

2 Γ— (4 + 2) = 2 Γ— 4 + 2 Γ— 2 = 12.

Indeed, the resulting large rectangle contains twelve square centimeters:

fig. 2


Example 2. Multiply the monomial 2a by the polynomial a2 - 7a - 3

Multiply the monomial 2a by each term of the polynomial a2 - 7a - 3 and add the products obtained:

2a(aβˆ’ 7βˆ’ 3) = 2a Γ— a2 + 2a Γ— (βˆ’7a) + 2a Γ— (βˆ’3) = 2a3 + (βˆ’14a2) + (βˆ’6a) = 2aβˆ’ 14aβˆ’ 6a

Or shorter:

2a(aβˆ’ 7βˆ’ 3) = 2aβˆ’ 14aβˆ’ 6a


Example 3. Multiply the monomial -a2b2 by the polynomial a2bβˆ’ aβˆ’ b2

Multiply the monomial -a2b2 by each term of the polynomial a2bβˆ’ aβˆ’ b2 and add the products obtained:

-a2b2 * a2b2 - a2 - b2

Or shorter:

-a2b2 * a2b2 - a2 - b2


Example 4. Perform multiplication βˆ’1.4x2y6(5x3βˆ’ 1,5xyβˆ’ 2y3)

Multiply the monomial -1.4x2y6 by each term of the polynomial 5x3βˆ’ 1,5xyβˆ’ 2y3 and add the products obtained:

-14x2y6 * 5x3y-15xy2-2y3

Or shorter:

-14x2y6 * 5x3y-15xy2-2y3


Example 5. Perform multiplication 1na2xy * 2na3x2-3na4xy * 4na5y2

Multiply the monomial-1 * 2xy by each term of the polynomial 2 * 3x2-3 * 4xy * 4 * 5y2 and add the products obtained:

1 * 2xy * 2 * 3x2-3 * 4xy * 4 * 5y2

Or shorter:

1 * 2xy * 2na3x2-3 * 4xy * 4 * 5y2

When performing short solutions, the results are written one after the other along with the sign of the resulting term. Let's take a step-by-step look at how the short solution to this example was performed.

First, the monomial -1 * 2xy must be multiplied by the first term of the polynomial 2 * 3x2-3 * 4xy * 4 * 5y2, that is, by 2 * 3x2. The multiplication is done in mind. The result is -1 * 3x3y. In the original expression we put an equal sign and write down the first result:

1 * 2xy * 2 * 3x2-3 * 4xy * 4 * 5y2

After that, no signs can be placed in the original expression. You must immediately proceed to the next multiplication.

The next step is to multiply the monomial -1 * 2xy by the second term of the polynomial 2 * 3x2-3 * 4xy * 4 * 5y2, that is, by -3 * 4xy. We get the result 3 * 8x2y2. This result is positive, i.e. with a plus sign 3 * 8x2y2. In the original expression this result is written together with this plus sign right after the term -1 * 3x3y

1 * 2xy

After that, no signs can be placed in the original expression. You must immediately proceed to the next multiplication.

The next step is to multiply the monomial -1 * 2xy by the third term of the polynomial 2 * 3x2-3 * 4xy * 4 * 5y2, that is, by 4 * 5y2. The result is -2 * 5xy3. This result is negative, that is, with a minus sign. In the original expression, this result is written together with its minus right after the term 3 * 8x2y2

1 * 2xy


Sometimes there are expressions in which you must first multiply a monomial by a polynomial and then again by a monomial. For example:

2(a + b)c

In this example, the term 2 is first multiplied by the polynomial (a + b), then the result is multiplied by c. First, multiply 2 by (a + b) and put the result in brackets

2(a + b)c = (2+ 2b)c

The brackets indicate that the result of multiplying 2 by (a + b) is completely multiplied by c. If we had not bracketed 2a + 2b, we would have obtained the expression 2a + 2b Γ— c, in which only 2b is multiplied by c. This would have changed the value of the original expression, and this is unacceptable.

So we got (2a + 2b)c. Now we multiply the polynomial (2a + 2b) by the monomial c and get the final result:

2(a + b)c = (2+ 2b)c = 2ac + 2bc

Multiplication could also be done by first multiplying (a + b) by c and multiplying the result with the term 2

2(a + b)c = 2(ac + bc) = 2ac + 2bc

In this case, the commutative law of multiplication comes into play, which says that if an expression consists of several factors, then the product will not depend on the order of operations:

a Γ— b Γ— c = (a Γ— b) Γ— c = a Γ— (b Γ— c)

That is, the multiplication can be done in any order. This will not change the value of the original expression.


Multiplication of a polynomial by a polynomial

To multiply a polynomial by a polynomial, multiply each term of the first polynomial by each term of the second polynomial and add the products obtained.

For example, multiply a polynomial x + 3 by y + 4

Bracket each polynomial and join them with the multiplication sign Γ—

(x + 3) Γ— (y + 4)

Or write them one after another without the Γ— sign. This will also mean multiplication:

(x + 3)(y + 4)

Now multiply each term of the first polynomial (x + 3) by each term of the second polynomial (y + 4). Here again the distributive law of multiplication will be applied:

(a + b)c= ac + bc

The difference is that instead of the variable c we have a polynomial (y + 4) consisting of terms y and 4. Our problem is to multiply (x + 3) first by y, then by 4. To make no mistake, we can pretend that term 4 doesn't exist at all yet. To do that, we can cover it with our hand:

x * 3 * y * 4 step 1

We get the usual multiplication of a polynomial by a monomial. Namely, the multiplication of a polynomial (x + 3) by a monomial y. Let us perform this multiplication:

(x + 3)(y + 4) = xy + 3y

We have multiplied (x + 3) by y. Now it remains to multiply (x + 3) by 4. To do this, multiply each term of the polynomial (x + 3) by the monomial 4. This time in the original expression (x + 3)(y + 4) hand over y, since we already multiplied the polynomial (x + 3) by it

x * 3 * y * 4 step 2

We obtain the multiplication of the polynomial (x + 3) by the monomial 4. Let us perform this multiplication. The multiplication must be continued in the original example (x + 3)(y + 4) = xy + 3y

(+ 3)(+ 4) = xy + 3y + 4x + 12

Thus, multiplying a polynomial (x + 3) by a polynomial (y + 4) results in a polynomial xy + 3y + 4x + 12.

Another way to multiply a polynomial by a polynomial is to multiply each term of the first polynomial by the second polynomial as a whole and add the products obtained.

Solve the previous example using this method. Multiply each term of the polynomial x + 3 by the whole polynomial y + 4 and add the products obtained:

(+ 3)(+ 4) = x(+ 4) + 3(+ 4)

As a result, we come to the multiplication of a monomial by a polynomial, which we studied earlier. Let's perform this multiplication:

(+ 3)(+ 4) = x(+ 4) + 3(+ 4) = xy + 4x + 3y + 12

The result will be the same as before, but the terms of the resulting polynomial will be arranged slightly differently.

Multiplication of a polynomial by a polynomial makes geometric sense. Suppose there is a rectangle with length a and width b

ab * xy

The area of this rectangle is a Γ— b.

Increase the length of the rectangle by x and the width by y

ab * xy

Let's finish the missing sides and paint the resulting rectangles for clarity:

ab * xy

Now calculate the area of the resulting large rectangle. To do this, separately calculate the area of each rectangle included in the big rectangle and sum the results. The area of the yellow rectangle is ab, the area of the gray one is xb, the area of the purple one is ay, the area of the pink one is xy

ab + xb + ay + xy

And this is like multiplying the length of the resulting large rectangle by its width. The length in this case is a + x, and the width is b + y

(a + x)(b + y)

That is, the expressions (a + x)(b + y) and ab + xb + ay + xy are identically equal

(a + x)(b + y) = ab + xb + ay + xy

Suppose we had a rectangle that was 6 cm long and 3 cm wide, and we increased its length by 2 cm and width by 1 cm.

1

Let's finish the missing sides and paint the resulting rectangles for clarity:

2

The area of the resulting large rectangle is (6 + 2)(3 + 1) or the sum of the areas of the rectangles included in the large rectangle: 6 Γ— 3 + 2 Γ— 3 + 6 Γ— 1 + 2 Γ— 1. In both cases we obtain the same result 32

(6 + 2)(3 + 1) = 32

6 Γ— 3 + 2 Γ— 3 + 6 Γ— 1 + 2 Γ— 1 = 32

Therefore,

(6 + 2)(3 + 1) = 6 Γ— 3 + 2 Γ— 3 + 6 Γ— 1 + 2 Γ— 1 = 18 + 6 + 6 + 2 = 32

Indeed, the resulting large rectangle contains thirty-two square centimeters:

3


Example 2. Multiply a polynomial a + b by c + d

Put the original polynomials in brackets and write them one after another:

(a + b)(c + d)

Now multiply each term of the first polynomial (a + b) by each term of the second polynomial (c + d)

(a + b)(c + d) = ac + bc + ad + bd


Example 4. Perform multiplication (βˆ’βˆ’ 2y)(+ 2y2)

Now multiply each term of the first polynomial (βˆ’βˆ’ 2y) by each term of the second polynomial (+ 2y2)

(βˆ’βˆ’ 2y)(+ 2y2) = βˆ’xβˆ’ 2xy βˆ’ 2xyβˆ’ 4y3

The result of multiplication of terms should be written together with the signs of these terms. Consider step by step how this example was solved.

So, we need to multiply the polynomial (-x - 2y) by the polynomial (+ 2y2). First multiply the polynomial (-x - 2y) by the first term of the polynomial (+ 2y2), that is, by x.

Multiply -x by x, and you get -x2. In the original expression (-x - 2y)(x + 2y2) put an equal sign and write -x2

(βˆ’βˆ’ 2y)(+ 2y2) = βˆ’x2

After that, no signs can be placed in the original expression. We must immediately proceed to the next multiplication. Namely, multiply -2y by x . The result is -2xy. This result is negative, that is, with a minus sign. In the original expression, write the result -2xy right after the term -x2

(βˆ’βˆ’ 2y)(+ 2y2) = βˆ’xβˆ’ 2xy

Now multiply the polynomial (-x - 2y) by the second term of the polynomial (x + 2y2), i.e. by 2y2

Multiply -x by 2y2 to get -2xy2. In the original expression, write this result right after the term -2xy

(βˆ’βˆ’ 2y)(+ 2y2) = βˆ’xβˆ’ 2xy βˆ’ 2xy2

We proceed to the next multiplication. Namely, multiplying -2y by 2y2. We obtain -4y3. In the original expression, write this result together with its minus right after the term -2xy2

(βˆ’βˆ’ 2y)(+ 2y2) = βˆ’xβˆ’ 2xy βˆ’ 2xy2 βˆ’ 4y3


Example 5. Multiply (4a2 + 2ab βˆ’ b2)(2a βˆ’ b)

Multiply each term of the polynomial (4a2 + 2ab βˆ’ b2) by each term of the polynomial (2a - b)

4a2

In the resulting expression, you can give like terms:

4a2


Example 6. Perform multiplication -(a + b)(c - d)

This time there is a minus in front of the brackets. This minus is the coefficient -1. That is, the original expression is the product of three factors: -1, polynomial (a + b), and polynomial (c - d).

βˆ’1(a + b)(c βˆ’ d)

According to the combinative law of multiplication, if an expression consists of several factors, it can be calculated in any order.

So you can first multiply the polynomials (a + b) and (c - d) and multiply the resulting polynomial by -1. The multiplication of polynomials (a + b) and (c - d) should be done in brackets

βˆ’1(a + b)(c βˆ’ d) = βˆ’1(ac + bc βˆ’ ad βˆ’ bd)

Now multiply -1 and the polynomial (ac + bc - ad - bd). As a result, all terms of the polynomial (ac + bc - ad - bd) will change their signs to the opposite:

βˆ’1(a + b)(c βˆ’ d) = βˆ’1(ac + bc βˆ’ ad βˆ’ bd) = βˆ’ac βˆ’ bc + ad + bd

Or you could multiply -1 with the first polynomial (a + b) and multiply the result with the polynomial (c - d)

βˆ’1(a + b)(c βˆ’ d) = (βˆ’a βˆ’ b)(c βˆ’ d) = βˆ’ac βˆ’ bc + ad + bd


Example 7. Perform multiplication x2(+ 5)(βˆ’ 3)

First multiply the polynomials (x + 5) and (x - 3), then multiply the resulting polynomial with x2

x2


Example 8. Perform multiplication (+ 1)(+ 2)(+ 3)

First multiply the polynomials (a + 1) and (a + 2), then multiply the resulting polynomial with the polynomial (a + 3)

So, multiply (a + 1) and (a + 2)

a0

Multiply the resulting polynomial (a2 + a + 2a + 2) with (a + 3)

a

If the fast multiplication of polynomials is difficult at first, you can use the detailed solution, the essence of which is to write down how each term of the first polynomial is multiplied by the whole second polynomial. Such a notation, although it takes a lot of space, keeps errors to a minimum.

For example, multiply (a + b)(c + d)

Let us write down how each term of a polynomial a + b is multiplied by the whole polynomial c + d. As a result, we come to the multiplication of a monomial by a polynomial, which is easier to perform:

(a + b)(c + d) = a(c + d) + b(c + d) = ac + ad + bc + bd

This notation is convenient when multiplying a binomial by some polynomial that contains more than two terms. For example:

(x + y)(x+ 2xy y2) = x(x+ 2xy + y2) + y(x+ 2xy + y2) = x+ 2x2y + xyx2y + 2xyy3 = x+ 3x2+ 3xyy3

Or when multiplying polynomials with more than two terms. For example, multiply a polynomial x2 + 2x - 5 by a polynomial x3 - x + 2

(x+ 2x βˆ’ 5)(xβˆ’ x + 2)

Write the multiplication of the original polynomials as a multiplication of each term of the polynomial x2 + 2x - 5 by the polynomial x3 - x + 2.

1

We obtained the usual multiplication of monomials by polynomials. Let us perform these multiplications:

2

In the resulting polynomial we give like terms:

3

Arrange the monomials in the resulting polynomial in descending order of powers. It is not necessary to do this. But such a notation will be more beautiful:

y


Putting the common factor out of brackets

We have already learned how to put the common factor behind brackets in simple alphabetic expressions. Now we will go a little deeper into this topic and learn how to put the common factor out of brackets in a polynomial. The principle will be the same as in a simple letter expression. Only polynomials consisting of powers will cause some difficulties.

Consider a simple binomial 6xy + 3xz. Put the common factor out of brackets. In this case the common factor 3x can be put out of brackets. Recall that if the common factor is put out of brackets, each summand of the original expression must be divided by this common factor:

6

Or shorter:

6

The result is 3x(2y + z). In this case another simpler polynomial (2y + z) is formed in brackets. The common factor that is taken out of brackets is chosen so that the brackets contain terms that do not contain a common literal factor, and the coefficient modules of these terms have no common divisor except one.

That is why in the above example the common factor 3x was put out of brackets. A polynomial 2y + z whose coefficient modules have no common divisor except unity is formed in brackets. This requirement can be fulfilled by finding the greatest common divisor (GCD) of the coefficient modules of the original terms.This GCD becomes the coefficient of the common factor to be taken out of brackets. In our case, the original polynomial was 6xy + 3xz. The coefficients of the original terms are 6 and 3, and their GCD is 3.

And the letter part of the common factor is chosen so that the terms in brackets do not have common letter factors. In this case, this requirement was easily met. The common letter factor was visible to the naked eye - it was the x factor.


Example 2. Put outside the brackets the common factor in the polynomial x2 + x + xy

All terms of this polynomial have a quotient of one. The greatest common divisor of the moduli of these units is one. Therefore the numerical part of the bracketed factor will be one. But one is not written as a coefficient.

Next, we choose the letter part of the common factor. First of all, we must understand that any term included in a polynomial is a monomial. And a monomial is the product of numbers, variables, and powers. Even if the term of a polynomial is an ordinary number, it can always be represented as a product of one and the number itself. For example, if a polynomial contains the number 5, it can be represented as 1 Γ— 5. If a polynomial contains a number 8, it can be represented as a product of multipliers 2 Γ— 2 Γ— 2 (or as 2 Γ— 4)

The situation is the same with variables. If a polynomial contains a term that is a variable or a degree, it can always be represented as a product. For example, if a polynomial contains a monomial term x, it can be represented as a product of 1 Γ— x. If a polynomial contains a monomial term x3, it can be represented as a product of xxx.

The monomials that make up the polynomial x2 + x + xy can be decomposed into factors so that we can see the alphabetic factor that is common to all the terms.

So, the first term of the polynomial x2 + x + xy, namely x2 can be represented as a product of x Γ— x. The second term x can be represented as 1 Γ— x. Leave the third term xy unchanged, or for clarity rewrite it with the multiplication sign x Γ— y

Translated with www.DeepL.com/Translator (free version)

step 1

Each term of a polynomial is represented as a product of factors of which these terms consist. It is easy to see that in all three products the common factor is x. Let us distinguish it:

step 2

This factor x is taken out of brackets. If you put the common factor out of brackets, divide each term of the original expression by this common factor. In our case each term of the polynomial x Γ— x + 1 Γ— x + x Γ— y should be divided by the common factor x

step 3

So, if you put the common factor out of brackets in the polynomial x2 + x + xy, you get x(x + 1 + y)

step 4

Or shorter:

step 5

As a result, the brackets contain terms that have no common literal factors, and the moduli of the coefficients of these terms have no common divisors except 1.


Example 2. Put the common factor out of brackets in the 15x2y+ 12xy+ 3xy2 polynomial

Determine the coefficient of the common factor taken out of brackets. The greatest common divisor of the moduli of coefficients 15, 12, and 3 is number 3. So, the number 3 is the coefficient of the common factor to be taken out of the brackets.

Now determine the letter part of the common factor to be taken out of brackets. It must be chosen so that the terms that do not contain a common letter factor remain in the brackets.

Let us rewrite the letter parts of the original polynomial 15x2y+ 12xy+ 3xy2 as a factorization. This will allow us to see well what can be taken out of the brackets:

15

We see that the common factor among the letter parts is xyy, that is, xy2. If we take this factor out of brackets, the brackets leave a polynomial without a common letter factor.

As a result, the common factor taken out of the brackets will be the factor 3xy2

15

Or shorter:

15

To check, you can multiply 3xy2(5xy + 4 + 1). The result should be a polynomial 15x2y+ 12xy+ 3xy2

3xy2(5xy + 4 + 1) = 3xyΓ— 5xy + 3xyΓ— 4 + 3xyΓ— 1 = 15x2y+ 12xy+ 3xy2


Example 3. Put the common factor outside the brackets in the expression xx

In this case you can put x

x2

This is because the first term x2 can be represented as xx. And the second term x can be represented as 1 Γ— x

x2 + x = xx + 1 Γ— x 

It is not necessary to write out in detail the contents of each term by decomposing it into multipliers. This is easily done in your mind.


Example 4. Put the common factor out of brackets in the polynomial 5y2 βˆ’ 15y

In this case 5y can be taken out of brackets. The greatest common divisor of the moduli of coefficients 5 and 15 is number 5. Among the letter factors, the common factor is y

5y2 width=


Example 5. Put the common factor out of brackets in the polynomial 5y2 βˆ’ 15y3

In this example, 5y2 can be taken out of brackets. The greatest common divisor of the moduli of coefficients 5 and 15 is number 5. Among the letter factors, the common factor is y2

5y2


Example 6. Put the common factor out of brackets in the polynomial 20x4 βˆ’ 25x2y2 βˆ’ 10x3

In this example, 5x2 can be taken out of brackets. The greatest common divisor of the moduli of the coefficients 20, -25, and -10 is number 5. Among the letter multipliers, the common factor is x2

20x4


Example 7. Put the common factor out of brackets in the polynomial aa+ 1

The second term a+ 1 is the product of am and a, since aΓ— a+ 1

Replace the term a+ 1 in the original example with the identically equal product aΓ— a. This makes it easier to see the common factor:

step 2

Now we can see that the common factor is am. We will put it out of brackets:

step 3


Checking for Identity

Solving a task with polynomials sometimes stretches over several lines. Each following transformation must be identically equal to the previous one. If you have doubts about the correctness of your actions, you can substitute arbitrary values of variables in the original and obtained expression. If the original expression and the resulting expression are equal to the same value, you can be sure that the task has been solved correctly.

Suppose we need to take the common factor out of brackets in the next polynomial:

2x + 4x2

In this case you can take the common multiplier 2x out of the brackets

2x + 4x2 = 2x(1 + 2x)

Suppose we are not sure about such a solution. In this case, take any value of the variable x and substitute it first into the original expression 2x + 4x2, then into the resulting 2x(1 + 2x). If the result is the same in both cases, it means that the task is solved correctly.

Take an arbitrary value of x and substitute it into the original expression 2x + 4x2. Let x = 2. Then we get:

2+ 4x2 = 2 Γ— 2 + 4 Γ— 22 = 4 + 16 = 20

Now substitute the value of 2 into the transformed expression 2x(1 + 2x)

2x(1 + 2x) = 2 Γ— 2 Γ— (1 + 2 Γ— 2) = 4 Γ— 5 = 20

That is, when x = 2 the expressions 2x + 4x2 and 2x(1 + 2x) are equal to the same value. This means that the task was solved correctly. The same will happen for other values of the variables x. For example, check our solution when x = 1

2+ 4x2 = 2 Γ— 1 + 4 Γ— 12 = 2 + 4 = 6
2x(1 + 2x) = 2 Γ— 1 Γ— (1 + 2 Γ— 1) = 2 Γ— 3 = 6


Example 2. Subtract from the polynomial 5x2 - 3x + 4 the polynomial 4x2 - x and check the result by substituting an arbitrary value for the variable x.

Perform the subtraction:

1

We performed two transformations: first we opened the brackets, and then we gave like terms. Now let us check these two transformations for identity. Let x = 2. Let us first substitute this value in the original expression and then in the transformed ones:

1

We see that for each transformation the value of the expression at x = 2 did not change. This means that the task was solved correctly.


Tasks for independent decision

Task 1. Add polynomials 8x + 11 and 7x + 5
 
Solution:
(8x + 11) + (7x + 5) = 8+ 11 + 7+ 5 = 15x + 16
Task 2. Subtract from the polynomial 8x + 11 the polynomial 7x + 5
 
Solution:
(8x + 11) βˆ’ (7x + 5) = 8+ 11 βˆ’ 7x βˆ’ 5 = x + 6
Task 3. Perform addition
8+ (3+ 5a)
Solution:
8+ (3+ 5a) = 8+ 3+ 5= 13+ 3b
Task 4. Perform addition
Solution:
Task 5. Perform addition
Solution:
Task 6. Perform addition
Solution:
Task 7. Convert the following polynomial to the standard form:
Solution:
Task 8. Convert the following polynomial to the standard form:
Solution:
Task 9. Simplify the following expression:
Solution:
Task 10. Simplify the following expression:
Solution:
Task 11. Simplify the following expression:
Solution:
Task 12. Represent the polynomial 5a2 - 2a - 3ab + b2 as the sum of two terms, one of which is 5aΒ² - 2a
 
Solution:
5a2 βˆ’ 2a βˆ’ 3ab + b2 = (5a2 βˆ’ 2a) + (βˆ’3ab + b2)
Task 13. In the polynomial 2x3 + 5x2y βˆ’ 4xy2 βˆ’ y3, bracket the outermost terms with a plus sign (+) before them, and bracket the middle terms with a minus sign (-) before them.
 
Solution:
2x3 + 5x2y βˆ’ 4xy2 βˆ’ y3 = (2x3 βˆ’ y3) βˆ’ (βˆ’5x2y + 4xyΒ²)
Task 14. Without changing the value of the expression 2a3 βˆ’ 3a2+ 3ab2 βˆ’ b3, put it in brackets and put a sign (-) before the brackets.
 
Solution:
2a3 βˆ’ 3a2+ 3ab2 βˆ’ b3βˆ’(βˆ’2a3 + 3a2b βˆ’ 3ab2 + b3)
Task 15. Represent the trinomial 2a - b + 4 as the difference of two expressions with the minuendum 2a
 
Solution:
2a βˆ’ b + 4 = 2a βˆ’ (b βˆ’ 4)
Task 16. Give like terms in the following polynomial:
Solution:
Task 17. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 18. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 19. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 20. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 21. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 22. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 23. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 24. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 25. Perform the multiplication of a monomial by a polynomial:
Solution:
Task 26. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 27. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 28. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 29. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 30. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 31. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 32. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 33. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 34. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 35. Perform the multiplication of a polynomial by a polynomial:
Solution:
Task 36. In the polynomial 6a + 12, take the common factor out of the brackets.
 
Solution:
6+ 12 = 6(+ 2)
Task 37. In the polynomial 5mn βˆ’ 5m, take the common factor out of the brackets.
 
Solution:
5mn βˆ’ 5= 5m(n βˆ’ 1)
Task 38. In the polynomial x3 βˆ’ x2, take the common factor out of the brackets.
 
Solution:
x3 βˆ’ x2x2(x βˆ’ 1)
Task 39. In the polynomial 3x2 βˆ’ 6x3, take the common factor out of the brackets.
 
Solution:
3x2 βˆ’ 6x3= 3x2(1 βˆ’ 2x)
Task 40. In the polynomial x4 βˆ’ x2, take the common factor out of the brackets.
 
Solution:
x4 βˆ’ x2 = x2(x2 βˆ’ 1)
Task 41. In the polynomial x2y βˆ’ xy2, take the common factor out of the brackets.
 
Solution:
x2y βˆ’ xy2= xy(x βˆ’ y)
Task 42. In the polynomial a3b2 + a2b3, take the common factor out of the brackets.
 
Solution:
a3b2 + a2b3 a2b2(a + b)
Task 43. In the polynomial a8b2 + ab4, take the common factor out of the brackets.
 
Solution:
a8b2 + ab4ab2(a7 + b2)
Task 44. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 45. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 46. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 47. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 48. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 49. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 50. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 51. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 52. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 53. Take the common factor out of the brackets in the following polynomial:
Solution:
Task 54. Take the common factor out of the brackets in the following polynomial:
Solution:

Comments  

+1 #1 Sherman 2023-11-20 11:02
Is it necessary to put polynomials into bruckets when subtracting or adding, especially in subtraction?
And i dont get this example: Subtracting polynomials - Example 2. Subtract from a polynomial 13x - 11y + 10z a polynomial -15x + 10y - 15z, why do we get 28x βˆ’ 21y + 25z than 28x βˆ’ y + 25z?
Quote

Add comment

1. If you don't understand something, you can ask a question through the form below
2. If you find an error or inaccuracy, please describe it.
3. Positive feedback is welcome.


Security code
Refresh