Biographies Characteristics Analysis

How to reverse the signs in parentheses. Expanding brackets - Knowledge Hypermarket

Bracket expansion is a type of expression transformation. In this section, we will describe the rules for expanding brackets, as well as consider the most common examples of tasks.

Yandex.RTB R-A-339285-1

What is parenthesis expansion?

Parentheses are used to indicate the order in which actions are performed in numeric and alphabetic expressions, as well as in expressions with variables. It is convenient to pass from an expression with brackets to an identically equal expression without brackets. For example, replace the expression 2 (3 + 4) with an expression like 2 3 + 2 4 without brackets. This technique is called parenthesis opening.

Definition 1

Under the opening of brackets, we mean the methods of getting rid of brackets and are usually considered in relation to expressions that may contain:

  • signs "+" or "-" in front of brackets that contain sums or differences;
  • the product of a number, letter, or several letters, and the sum or difference, which is placed in brackets.

This is how we used to consider the process of opening brackets in the course of the school curriculum. However, no one prevents us from looking at this action more broadly. We can call parenthesis expansion the transition from an expression that contains negative numbers in parentheses to an expression that does not have parentheses. For example, we can go from 5 + (− 3) − (− 7) to 5 − 3 + 7 . In fact, this is also parenthesis expansion.

In the same way, we can replace the product of expressions in brackets of the form (a + b) · (c + d) with the sum a · c + a · d + b · c + b · d . This technique also does not contradict the meaning of parentheses expansion.

Here is another example. We can assume that in expressions, instead of numbers and variables, any expressions can be used. For example, the expression x 2 1 a - x + sin (b) will correspond to an expression without brackets of the form x 2 1 a - x 2 x + x 2 sin (b) .

One more point deserves special attention, which concerns the peculiarities of writing solutions when opening brackets. We can write the initial expression with brackets and the result obtained after opening the brackets as equality. For example, after opening the parentheses, instead of the expression 3 − (5 − 7) we get the expression 3 − 5 + 7 . We can write both of these expressions as the equality 3 − (5 − 7) = 3 − 5 + 7 .

Carrying out actions with cumbersome expressions may require recording intermediate results. Then the solution will have the form of a chain of equalities. For example, 5 − (3 − (2 − 1)) = 5 − (3 − 2 + 1) = 5 − 3 + 2 − 1 or 5 − (3 − (2 − 1)) = 5 − 3 + (2 − 1) = 5 − 3 + 2 − 1 .

Rules for opening brackets, examples

Let's start with the rules for opening parentheses.

Single numbers in brackets

Negative numbers in parentheses often appear in expressions. For example, (− 4) and 3 + (− 4) . Positive numbers in brackets also take place.

Let us formulate the rule for opening brackets that contain single positive numbers. Suppose a is any positive number. Then we can replace (a) with a, + (a) with + a, - (a) with - a. If instead of a we take a specific number, then according to the rule: the number (5) will be written as 5 , the expression 3 + (5) without brackets will take the form 3 + 5 , since + (5) is replaced by + 5 , and the expression 3 + (− 5) is equivalent to the expression 3 − 5 , as + (− 5) is replaced by − 5 .

Positive numbers are usually written without using parentheses, since the parentheses are redundant in this case.

Now consider the rule for opening brackets that contain a single negative number. + (−a) we replace with − a, − (− a) is replaced by + a . If the expression starts with a negative number (-a), which is written in brackets, then the brackets are omitted and instead of (-a) remains − a.

Here are some examples: (− 5) can be written as − 5 , (− 3) + 0 , 5 becomes − 3 + 0 , 5 , 4 + (− 3) becomes 4 − 3 , and − (− 4) − (− 3) after opening the brackets takes the form 4 + 3 , since − (− 4) and − (− 3) is replaced by + 4 and + 3 .

It should be understood that the expression 3 · (− 5) cannot be written as 3 · − 5. This will be discussed in the following paragraphs.

Let's see what the parenthesis expansion rules are based on.

According to the rule, the difference a − b is equal to a + (− b) . Based on the properties of actions with numbers, we can make a chain of equalities (a + (− b)) + b = a + ((− b) + b) = a + 0 = a which will be fair. This chain of equalities, by virtue of the meaning of subtraction, proves that the expression a + (− b) is the difference a-b.

Based on the properties of opposite numbers and the rules for subtracting negative numbers, we can assert that − (− a) = a , a − (− b) = a + b .

There are expressions that are made up of a number, minus signs and several pairs of brackets. Using the above rules allows you to sequentially get rid of brackets, moving from inner brackets to outer ones or vice versa. An example of such an expression would be − (− ((− (5)))) . Let's open the brackets, moving from the inside to the outside: − (− ((− (5)))) = − (− ((− 5))) = − (− (− 5)) = − (5) = − 5 . This example can also be parsed in reverse: − (− ((− (5)))) = ((− (5))) = (− (5)) = − (5) = − 5 .

Under a and b can be understood not only as numbers, but also as arbitrary numeric or literal expressions with a "+" in front that are not sums or differences. In all these cases, you can apply the rules in the same way as we did with single numbers in brackets.

For example, after opening the brackets, the expression − (− 2 x) − (x 2) + (− 1 x) − (2 x y 2: z) takes the form 2 x − x 2 − 1 x − 2 x y 2: z . How did we do it? We know that − (− 2 x) is + 2 x , and since this expression comes first, then + 2 x can be written as 2 x , - (x 2) = - x 2, + (− 1 x) = − 1 x and − (2 x y 2: z) = − 2 x y 2: z.

In the products of two numbers

Let's start with the rule for expanding brackets in the product of two numbers.

Let's pretend that a and b are two positive numbers. In this case, the product of two negative numbers − a and − b of the form (− a) (− b) can be replaced by (a b) , and the products of two numbers with opposite signs of the form (− a) b and a (− b) can be replaced by (− a b). Multiplying a minus by a minus gives a plus, and multiplying a minus by a plus, like multiplying a plus by a minus, gives a minus.

The correctness of the first part of the written rule is confirmed by the rule for multiplying negative numbers. To confirm the second part of the rule, we can use the multiplication rules for numbers with different signs.

Let's look at a few examples.

Example 1

Consider the algorithm for opening brackets in the product of two negative numbers - 4 3 5 and - 2 , of the form (- 2) · - 4 3 5 . To do this, we replace the original expression with 2 · 4 3 5 . Let's expand the brackets and get 2 · 4 3 5 .

And if we take the quotient of negative numbers (− 4) : (− 2) , then the record after opening the brackets will look like 4: 2

Instead of negative numbers − a and − b can be any expressions with a leading minus sign that are not sums or differences. For example, these can be products, partials, fractions, powers, roots, logarithms, trigonometric functions, etc.

Let's open the brackets in the expression - 3 · x x 2 + 1 · x · (- ln 5) . According to the rule, we can make the following transformations: - 3 x x 2 + 1 x (- ln 5) = - 3 x x 2 + 1 x ln 5 = 3 x x 2 + 1 x ln 5 .

Expression (− 3) 2 can be converted to the expression (− 3 2) . After that, you can open the brackets: − 3 2.

2 3 - 4 5 = - 2 3 4 5 = - 2 3 4 5

Dividing numbers with different signs may also require the preliminary expansion of brackets: (− 5) : 2 = (− 5: 2) = − 5: 2 and 2 3 4: (- 3 , 5) = - 2 3 4: 3 , 5 = - 2 3 4: 3 , 5 .

The rule can be used to perform multiplication and division of expressions with different signs. Let's give two examples.

1 x + 1: x - 3 = - 1 x + 1: x - 3 = - 1 x + 1: x - 3

sin (x) (- x 2) \u003d (- sin (x) x 2) \u003d - sin (x) x 2

In the products of three or more numbers

Let's move on to products and quotients, which contain a larger number of numbers. For expanding brackets, the following rule will apply here. With an even number of negative numbers, you can omit the parentheses, replacing the numbers with their opposites. After that, you need to enclose the resulting expression in new brackets. For an odd number of negative numbers, omitting the brackets, replace the numbers with their opposites. After that, the resulting expression must be taken in new brackets and put a minus sign in front of it.

Example 2

For example, let's take the expression 5 · (− 3) · (− 2) , which is the product of three numbers. There are two negative numbers, so we can write the expression as (5 3 2) and then finally open the brackets, getting the expression 5 3 2 .

In the product (− 2 , 5) (− 3) : (− 2) 4: (− 1 , 25) : (− 1) five numbers are negative. so (− 2 , 5) (− 3) : (− 2) 4: (− 1 , 25) : (− 1) = (− 2 . 5 3: 2 4: 1 , 25: 1) . Finally opening the brackets, we get −2.5 3:2 4:1.25:1.

The above rule can be justified as follows. First, we can rewrite such expressions as a product, replacing division with multiplication by the reciprocal. We represent each negative number as the product of a multiplier and replace - 1 or - 1 with (− 1) a.

Using the commutative property of multiplication, we swap the factors and transfer all factors equal to − 1 , to the beginning of the expression. The product of an even number minus ones is equal to 1, and an odd number is equal to − 1 , which allows us to use the minus sign.

If we did not use the rule, then the chain of actions for opening brackets in the expression - 2 3: (- 2) 4: - 6 7 would look like this:

2 3: (- 2) 4: - 6 7 = - 2 3 - 1 2 4 - 7 6 = = (- 1) 2 3 (- 1) 1 2 4 (- 1 ) 7 6 = = (- 1) (- 1) (- 1) 2 3 1 2 4 7 6 = (- 1) 2 3 1 2 4 7 6 = = - 2 3 1 2 4 7 6

The above rule can be used when expanding brackets in expressions that are products and quotients with a minus sign that are not sums or differences. Take for example the expression

x 2 (- x) : (- 1 x) x - 3: 2 .

It can be reduced to an expression without brackets x 2 · x: 1 x · x - 3: 2 .

Opening parentheses preceded by a + sign

Consider a rule that can be applied to expand brackets that are preceded by a plus sign and the "contents" of those brackets are not multiplied or divided by any number or expression.

According to the rule, brackets together with the sign in front of them are omitted, while the signs of all terms in brackets are preserved. If there is no sign in front of the first term in brackets, then you need to put a plus sign.

Example 3

For example, we give the expression (12 − 3 , 5) − 7 . By omitting the brackets, we keep the signs of the terms in the brackets and put a plus sign in front of the first term. The entry will look like (12 − ​​3 , 5) − 7 = + 12 − 3 , 5 − 7 . In the above example, it is not necessary to put a sign in front of the first term, since + 12 - 3, 5 - 7 = 12 - 3, 5 - 7.

Example 4

Let's consider one more example. Take the expression x + 2 a - 3 x 2 + 1 - x 2 - 4 + 1 x and perform actions with it x + 2 a - 3 x 2 + 1 - x 2 - 4 + 1 x = = x + 2 a - 3 x 2 + 1 - x 2 - 4 + 1 x

Here is another example of expanding parentheses:

Example 5

2 + x 2 + 1 x - x y z + 2 x - 1 + (- 1 + x - x 2) = = 2 + x 2 + 1 x - x y z + 2 x - 1 - 1 + x + x2

How to expand parentheses preceded by a minus sign

Consider cases where there is a minus sign in front of the brackets, and which are not multiplied (or divided) by any number or expression. According to the rule for expanding brackets preceded by the “-” sign, the brackets with the “-” sign are omitted, while the signs of all terms inside the brackets are reversed.

Example 6

For example:

1 2 \u003d 1 2, - 1 x + 1 \u003d - 1 x + 1, - (- x 2) \u003d x 2

Variable expressions can be converted using the same rule:

X + x 3 - 3 - - 2 x 2 + 3 x 3 x + 1 x - 1 - x + 2,

we get x - x 3 - 3 + 2 x 2 - 3 x 3 x + 1 x - 1 - x + 2 .

Opening parentheses when multiplying a number by a parenthesis, expressions by a parenthesis

Here we will consider cases when it is necessary to open brackets that are multiplied or divided by any number or expression. Here formulas of the form (a 1 ± a 2 ± ... ± a n) b = (a 1 b ± a 2 b ± ... ± a n b) or b (a 1 ± a 2 ± … ± a n) = (b a 1 ± b a 2 ± … ± b a n), where a 1 , a 2 , … , a n and b are some numbers or expressions.

Example 7

For example, let's expand the brackets in the expression (3 − 7) 2. According to the rule, we can make the following transformations: (3 − 7) 2 = (3 2 − 7 2) . We get 3 · 2 − 7 · 2 .

Expanding the brackets in the expression 3 x 2 1 - x + 1 x + 2, we get 3 x 2 1 - 3 x 2 x + 3 x 2 1 x + 2.

Multiply a parenthesis by a parenthesis

Consider the product of two brackets of the form (a 1 + a 2) · (b 1 + b 2) . This will help us get a rule for expanding parentheses when multiplying a parenthesis by a parenthesis.

In order to solve the above example, we denote the expression (b 1 + b 2) like b. This will allow us to use the parenthesis-expression multiplication rule. We get (a 1 + a 2) (b 1 + b 2) = (a 1 + a 2) b = (a 1 b + a 2 b) = a 1 b + a 2 b . By doing a reverse substitution b on (b 1 + b 2), again apply the rule for multiplying the expression by the bracket: a 1 b + a 2 b = = a 1 (b 1 + b 2) + a 2 (b 1 + b 2) = = (a 1 b 1 + a 1 b 2) + (a 2 b 1 + a 2 b 2) = = a 1 b 1 + a 1 b 2 + a 2 b 1 + a 2 b 2

Thanks to a number of simple tricks, we can come to the sum of the products of each of the terms from the first bracket and each of the terms from the second bracket. The rule can be extended to any number of terms inside the brackets.

Let us formulate the rules for multiplying brackets by brackets: in order to multiply two sums among themselves, it is necessary to multiply each of the terms of the first sum by each of the terms of the second sum and add the results.

The formula will look like:

(a 1 + a 2 + . . . + a m) (b 1 + b 2 + . . . + b n) = = a 1 b 1 + a 1 b 2 + . . . + a 1 b n + + a 2 b 1 + a 2 b 2 + . . . + a 2 b n + + . . . + + a m b 1 + a m b 1 + . . . a m b n

Let's expand the brackets in the expression (1 + x) · (x 2 + x + 6) It is a product of two sums. Let's write the solution: (1 + x) (x 2 + x + 6) = = (1 x 2 + 1 x + 1 6 + x x 2 + x x + x 6) = = 1 x 2 + 1 x + 1 6 + x x 2 + x x + x 6

Separately, it is worth dwelling on those cases when there is a minus sign in brackets along with plus signs. For example, let's take the expression (1 − x) · (3 · x · y − 2 · x · y 3) .

First, we represent the expressions in brackets as sums: (1 + (− x)) (3 x y + (− 2 x y 3)). Now we can apply the rule: (1 + (− x)) (3 x y + (− 2 x y 3)) = = (1 3 x y + 1 (− 2 x y 3) + (− x) 3 x y + (− x) (− 2 x y 3))

Let's expand the brackets: 1 3 x y − 1 2 x y 3 − x 3 x y + x 2 x y 3 .

Parentheses expansion in products of several brackets and expressions

If there are three or more expressions in brackets in the expression, it is necessary to expand the brackets sequentially. It is necessary to start the transformation with the fact that the first two factors are taken in brackets. Inside these brackets, we can perform transformations according to the rules discussed above. For example, the parentheses in the expression (2 + 4) 3 (5 + 7 8) .

The expression contains three factors at once (2 + 4) , 3 and (5 + 7 8) . We will expand the brackets sequentially. We enclose the first two factors in one more brackets, which we will make red for clarity: (2 + 4) 3 (5 + 7 8) = ((2 + 4) 3) (5 + 7 8).

In accordance with the rule of multiplying a bracket by a number, we can carry out the following actions: ((2 + 4) 3) (5 + 7 8) = (2 3 + 4 3) (5 + 7 8) .

Multiply bracket by bracket: (2 3 + 4 3) (5 + 7 8) = 2 3 5 + 2 3 7 8 + 4 3 5 + 4 3 7 8 .

Parenthesis in kind

Degrees, the bases of which are some expressions written in brackets, with natural exponents can be considered as a product of several brackets. Moreover, according to the rules from the two previous paragraphs, they can be written without these brackets.

Consider the process of transforming the expression (a + b + c) 2 . It can be written as a product of two brackets (a + b + c) (a + b + c). We multiply bracket by bracket and get a a + a b + a c + b a + b b + b c + c a + c b + c c .

Let's take another example:

Example 8

1 x + 2 3 = 1 x + 2 1 x + 2 1 x + 2 = = 1 x 1 x + 1 x 2 + 2 1 x + 2 2 1 x + 2 = = 1 x 1 x 1 x + 1 x 2 1 x + 2 1 x 1 x + 2 2 1 x + 1 x 1 x 2 + + 1 x 2 2 + 2 1 x 2 + 2 2 2

Dividing a parenthesis by a number and a parenthesis by a parenthesis

Dividing a parenthesis by a number suggests that you must divide by the number all the terms enclosed in brackets. For example, (x 2 - x) : 4 = x 2: 4 - x: 4 .

Division can be preliminarily replaced by multiplication, after which you can use the appropriate rule for opening brackets in the product. The same rule applies when dividing a parenthesis by a parenthesis.

For example, we need to open the brackets in the expression (x + 2) : 2 3 . To do this, first replace the division by multiplying by the reciprocal of (x + 2) : 2 3 = (x + 2) · 2 3 . Multiply the bracket by the number (x + 2) 2 3 = x 2 3 + 2 2 3 .

Here is another example of parenthesis division:

Example 9

1 x + x + 1: (x + 2) .

Let's replace division with multiplication: 1 x + x + 1 1 x + 2 .

Let's do the multiplication: 1 x + x + 1 1 x + 2 = 1 x 1 x + 2 + x 1 x + 2 + 1 1 x + 2 .

Bracket expansion order

Now let's consider the order of applying the rules discussed above in general expressions, i.e. in expressions that contain sums with differences, products with quotients, brackets in kind.

The order of actions:

  • the first step is to raise the parentheses to a natural power;
  • at the second stage, brackets are opened in works and private;
  • the final step is to open the brackets in the sums and differences.

Let's consider the order of actions using the example of the expression (− 5) + 3 · (− 2) : (− 4) − 6 · (− 7) . Let us transform from the expressions 3 (− 2) : (− 4) and 6 (− 7) , which should take the form (3 2:4) and (− 6 7) . Substituting the obtained results into the original expression, we obtain: (− 5) + 3 (− 2) : (− 4) − 6 (− 7) = (− 5) + (3 2: 4) − (− 6 7). Expand the brackets: − 5 + 3 2: 4 + 6 7 .

When dealing with expressions that contain parentheses within parentheses, it is convenient to perform transformations from the inside out.

If you notice a mistake in the text, please highlight it and press Ctrl+Enter

Parentheses are used to indicate the order in which actions are performed in numeric and alphabetic expressions, as well as in expressions with variables. It is convenient to pass from an expression with brackets to an identically equal expression without brackets. This technique is called parenthesis opening.

To expand brackets means to rid the expression of these brackets.

Another point deserves special attention, which concerns the peculiarities of writing solutions when opening brackets. We can write the initial expression with brackets and the result obtained after opening the brackets as equality. For example, after opening the parentheses, instead of the expression
3−(5−7) we get the expression 3−5+7. We can write both of these expressions as the equality 3−(5−7)=3−5+7.

And one more important point. In mathematics, to reduce entries, it is customary not to write a plus sign if it is the first in an expression or in brackets. For example, if we add two positive numbers, for example, seven and three, then we write not +7 + 3, but simply 7 + 3, despite the fact that seven is also a positive number. Similarly, if you see, for example, the expression (5 + x) - know that there is a plus in front of the bracket, which is not written, and there is a plus + (+5 + x) in front of the five.

Bracket expansion rule for addition

When opening brackets, if there is a plus before the brackets, then this plus is omitted along with the brackets.

Example. Open the brackets in the expression 2 + (7 + 3) Before the brackets plus, then the characters in front of the numbers in the brackets do not change.

2 + (7 + 3) = 2 + 7 + 3

The rule for expanding brackets when subtracting

If there is a minus before the brackets, then this minus is omitted along with the brackets, but the terms that were in the brackets change their sign to the opposite. The absence of a sign before the first term in parentheses implies a + sign.

Example. Open brackets in expression 2 − (7 + 3)

There is a minus before the brackets, so you need to change the signs before the numbers from the brackets. There is no sign in brackets before the number 7, which means that the seven is positive, it is considered that the + sign is in front of it.

2 − (7 + 3) = 2 − (+ 7 + 3)

When opening the brackets, we remove the minus from the example, which was before the brackets, and the brackets themselves 2 − (+ 7 + 3), and change the signs that were in the brackets to the opposite ones.

2 − (+ 7 + 3) = 2 − 7 − 3

Expanding parentheses when multiplying

If there is a multiplication sign in front of the brackets, then each number inside the brackets is multiplied by the factor in front of the brackets. At the same time, multiplying a minus by a minus gives a plus, and multiplying a minus by a plus, like multiplying a plus by a minus, gives a minus.

Thus, parentheses in products are expanded in accordance with the distributive property of multiplication.

Example. 2 (9 - 7) = 2 9 - 2 7

When multiplying parenthesis by parenthesis, each term of the first parenthesis is multiplied with every term of the second parenthesis.

(2 + 3) (4 + 5) = 2 4 + 2 5 + 3 4 + 3 5

In fact, there is no need to remember all the rules, it is enough to remember only one, this one: c(a−b)=ca−cb. Why? Because if we substitute one instead of c, we get the rule (a−b)=a−b. And if we substitute minus one, we get the rule −(a−b)=−a+b. Well, if you substitute another bracket instead of c, you can get the last rule.

Expand parentheses when dividing

If there is a division sign after the brackets, then each number inside the brackets is divisible by the divisor after the brackets, and vice versa.

Example. (9 + 6) : 3=9: 3 + 6: 3

How to expand nested parentheses

If the expression contains nested brackets, then they are expanded in order, starting with external or internal.

At the same time, when opening one of the brackets, it is important not to touch the other brackets, just rewriting them as they are.

Example. 12 - (a + (6 - b) - 3) = 12 - a - (6 - b) + 3 = 12 - a - 6 + b + 3 = 9 - a + b

Now we will just move on to opening brackets in expressions in which the expression in brackets is multiplied by a number or expression. Let us formulate the rule for opening brackets preceded by a minus sign: the brackets together with the minus sign are omitted, and the signs of all terms in brackets are replaced by opposite ones.

One type of expression transformation is parentheses expansion. Numeric, literal and variable expressions are composed using brackets, which can indicate the order in which actions are performed, contain a negative number, etc. Let's assume that in the expressions described above, instead of numbers and variables, there can be any expressions.

And let's pay attention to one more point concerning the peculiarities of writing the solution when opening the brackets. In the previous paragraph, we dealt with what is called parenthesis expansion. To do this, there are rules for opening brackets, which we now review. This rule is dictated by the fact that it is customary to write positive numbers without brackets, brackets in this case are unnecessary. The expression (−3.7)−(−2)+4+(−9) can be written without brackets as −3.7+2+4−9.

Finally, the third part of the rule is simply due to the peculiarities of writing negative numbers on the left in the expression (which we mentioned in the brackets section for writing negative numbers). You may encounter expressions made up of a number, minus signs, and multiple pairs of parentheses. If you expand the brackets, moving from inner to outer, then the solution will be: −(−((−(5))))=−(−((−5)))=−(−(−5))=−( 5)=−5.

How to open brackets?

Here is an explanation: −(−2 x) is +2 x, and since this expression comes first, then +2 x can be written as 2 x, −(x2)=−x2, +(−1/ x)=−1/x and −(2 x y2:z)=−2 x y2:z. The first part of the written rule for opening brackets follows directly from the rule for multiplying negative numbers. The second part of it is a consequence of the rule for multiplying numbers with different signs. Let's move on to examples of expanding brackets in products and quotients of two numbers with different signs.

Bracket opening: rules, examples, solutions.

The above rule takes into account the entire chain of these actions and significantly speeds up the process of opening brackets. The same rule allows you to open brackets in expressions that are products and partial expressions with a minus sign that are not sums and differences.

Consider examples of the application of this rule. We give the corresponding rule. Above, we have already encountered expressions of the form −(a) and −(−a), which without brackets are written as −a and a, respectively. For example, −(3)=3, and. These are special cases of the stated rule. Now consider examples of opening brackets when sums or differences are enclosed in them. We will show examples of the use of this rule. Denote the expression (b1+b2) as b, after which we use the rule for multiplying the bracket by the expression from the previous paragraph, we have (a1+a2) (b1+b2)=(a1+a2) b=(a1 b+a2 b)=a1 b+a2 b.

By induction, this statement can be extended to an arbitrary number of terms in each bracket. It remains to open the brackets in the resulting expression, using the rules from the previous paragraphs, as a result, we get 1 3 x y−1 2 x y3−x 3 x y+x 2 x y3.

The rule in mathematics is the opening of brackets if there is (+) and (-) in front of the brackets, a very necessary rule

This expression is the product of three factors (2+4), 3 and (5+7 8). The brackets must be opened sequentially. Now we use the rule for multiplying a bracket by a number, we have ((2+4) 3) (5+7 8)=(2 3+4 3) (5+7 8). Degrees, the bases of which are some expressions written in brackets, with natural exponents can be considered as a product of several brackets.

For example, let's transform the expression (a+b+c)2. First, we write it as a product of two brackets (a + b + c) (a + b + c), now we multiply the bracket by bracket, we get a a + a b + a c + b a + b b+b c+c a+c b+c c.

We also say that to raise the sums and differences of two numbers to a natural power, it is advisable to use the Newton binomial formula. For example, (5+7−3):2=5:2+7:2−3:2. It is no less convenient to preliminarily replace division with multiplication, and then use the appropriate rule for opening brackets in the product.

It remains to figure out the order of opening brackets using examples. Take the expression (−5)+3 (−2):(−4)−6 (−7). Substitute these results in the original expression: (−5)+3 (−2):(−4)−6 (−7)=(−5)+(3 2:4)−(−6 7) . It remains only to complete the opening of the brackets, as a result we have −5+3 2:4+6 7. This means that when passing from the left side of the equality to the right side, the brackets were opened.

Note that in all three examples, we simply removed the parentheses. First, add 445 to 889. This mental action can be performed, but it is not very easy. Let's open the brackets and see that the changed order of operations will greatly simplify the calculations.

How to open parentheses in a different degree

Illustrative example and rule. Consider an example: . You can find the value of the expression by adding 2 and 5, and then taking the resulting number with the opposite sign. The rule does not change if there are not two, but three or more terms in brackets. Comment. Signs are reversed only in front of the terms. In order to open the brackets, in this case, we need to recall the distributive property.

Single numbers in brackets

Your mistake is not in the signs, but in the wrong work with fractions? In 6th grade we got acquainted with positive and negative numbers. How will we solve examples and equations?

How much is in brackets? What can be said about these expressions? Of course, the result of the first and second examples is the same, so you can put an equal sign between them: -7 + (3 + 4) = -7 + 3 + 4. So what did we do with the brackets?

Demonstration of slide 6 with the rules for opening brackets. Thus, the rules for opening brackets will help us solve examples, simplify expressions. Next, students are invited to work in pairs: it is necessary to connect the expression containing brackets with the corresponding expression without brackets with arrows.

Slide 11 Once in the Sunny City, Znayka and Dunno argued which of them solved the equation correctly. Next, students independently solve the equation, applying the rules for opening brackets. Solving equations ”Lesson objectives: educational (fixing ZUNs on the topic:“ Opening brackets.

Lesson topic: “Opening parentheses. In this case, you need to multiply each term from the first brackets with each term from the second brackets and then add the results. First, the first two factors are taken, enclosed in one more brackets, and inside these brackets, the brackets are opened according to one of the already known rules.

rawalan.freezeet.ru

Bracket opening: rules and examples (Grade 7)

The main function of brackets is to change the order of actions when calculating values numeric expressions . for example, in the numerical expression \(5 3+7\) the multiplication will be calculated first, and then the addition: \(5 3+7 =15+7=22\). But in the expression \(5·(3+7)\), addition in brackets will be calculated first, and only then multiplication: \(5·(3+7)=5·10=50\).

However, if we are dealing with algebraic expression containing variable- for example, like this: \ (2 (x-3) \) - then it is impossible to calculate the value in the bracket, the variable interferes. Therefore, in this case, the brackets are “opened”, using the appropriate rules for this.

Bracket expansion rules

If there is a plus sign before the bracket, then the bracket is simply removed, the expression in it remains unchanged. In other words:

Here it is necessary to clarify that in mathematics, to reduce entries, it is customary not to write the plus sign if it is the first in the expression. For example, if we add two positive numbers, for example, seven and three, then we write not \(+7+3\), but simply \(7+3\), despite the fact that seven is also a positive number. Similarly, if you see, for example, the expression \((5+x)\) - know that there is a plus in front of the bracket, which is not written.



Example . Open the bracket and give like terms: \((x-11)+(2+3x)\).
Decision : \((x-11)+(2+3x)=x-11+2+3x=4x-9\).

If there is a minus sign in front of the bracket, then when the bracket is removed, each member of the expression inside it changes sign to the opposite:

Here it is necessary to clarify that a, while it was in brackets, had a plus sign (they just didn’t write it), and after removing the bracket, this plus changed to a minus.

Example : Simplify the expression \(2x-(-7+x)\).
Decision : there are two terms inside the bracket: \(-7\) and \(x\), and there is a minus before the bracket. This means that the signs will change - and the seven will now be with a plus, and the x with a minus. open the bracket and bring like terms .

Example. Expand the bracket and give like terms \(5-(3x+2)+(2+3x)\).
Decision : \(5-(3x+2)+(2+3x)=5-3x-2+2+3x=5\).

If there is a factor in front of the bracket, then each member of the bracket is multiplied by it, that is:

Example. Expand the brackets \(5(3-x)\).
Decision : We have \(3\) and \(-x\) in the parenthesis, and a five in front of the parenthesis. This means that each member of the bracket is multiplied by \ (5 \) - I remind you that the multiplication sign between a number and a bracket in mathematics is not written to reduce the size of records.

Example. Expand the brackets \(-2(-3x+5)\).
Decision : As in the previous example, the bracketed \(-3x\) and \(5\) are multiplied by \(-2\).

It remains to consider the last situation.

When multiplying parenthesis by parenthesis, each term of the first parenthesis is multiplied with every term of the second:

Example. Expand the brackets \((2-x)(3x-1)\).
Decision : We have a product of brackets and it can be opened immediately using the formula above. But in order not to get confused, let's do everything step by step.
Step 1. We remove the first bracket - each of its members is multiplied by the second bracket:

Step 2. Expand the products of the bracket by the factor as described above:
- the first one first...

Step 3. Now we multiply and bring like terms:

It is not necessary to paint all the transformations in detail, you can immediately multiply. But if you are just learning to open brackets - write in detail, there will be less chance of making a mistake.

Note to the entire section. In fact, you don't need to remember all four rules, you only need to remember one, this one: \(c(a-b)=ca-cb\) . Why? Because if we substitute one instead of c, we get the rule \((a-b)=a-b\) . And if we substitute minus one, we get the rule \(-(a-b)=-a+b\) . Well, if you substitute another bracket instead of c, you can get the last rule.

parenthesis within parenthesis

Sometimes in practice there are problems with brackets nested inside other brackets. Here is an example of such a task: to simplify the expression \(7x+2(5-(3x+y))\).

To be successful in these tasks, you need to:
- carefully understand the nesting of brackets - which one is in which;
- open the brackets sequentially, starting, for example, with the innermost one.

It is important when opening one of the brackets don't touch the rest of the expression, just rewriting it as is.
Let's take the task above as an example.

Example. Open the brackets and give like terms \(7x+2(5-(3x+y))\).
Decision:

Let's start the task by opening the inner bracket (the one inside). Opening it, we deal only with the fact that it is directly related to it - this is the bracket itself and the minus in front of it (highlighted in green). Everything else (not selected) is rewritten as it was.

Solving problems in mathematics online

Online calculator.
Polynomial simplification.
Multiplication of polynomials.

With this math program, you can simplify a polynomial.
While the program is running:
- multiplies polynomials
- sums monomials (gives like ones)
- opens brackets
- Raises a polynomial to a power

The polynomial simplification program does not just give the answer to the problem, it gives a detailed solution with explanations, i.e. displays the solution process so that you can check your knowledge of mathematics and / or algebra.

This program can be useful for students of general education schools in preparing for tests and exams, when testing knowledge before the Unified State Examination, and for parents to control the solution of many problems in mathematics and algebra. Or maybe it's too expensive for you to hire a tutor or buy new textbooks? Or do you just want to get your math or algebra homework done as quickly as possible? In this case, you can also use our programs with a detailed solution.

In this way, you can conduct your own training and/or the training of your younger brothers or sisters, while the level of education in the field of tasks to be solved is increased.

Because There are a lot of people who want to solve the problem, your request is queued.
After a few seconds, the solution will appear below.
Please wait sec.

A bit of theory.

The product of a monomial and a polynomial. The concept of a polynomial

Among the various expressions that are considered in algebra, sums of monomials occupy an important place. Here are examples of such expressions:

The sum of monomials is called a polynomial. The terms in a polynomial are called members of the polynomial. Mononomials are also referred to as polynomials, considering a monomial as a polynomial consisting of one member.

We represent all the terms as monomials of the standard form:

We give similar terms in the resulting polynomial:

The result is a polynomial, all members of which are monomials of the standard form, and among them there are no similar ones. Such polynomials are called polynomials of standard form.

Behind polynomial degree standard form take the largest of the powers of its members. So, a binomial has a third degree, and a trinomial has a second.

Usually, the terms of standard form polynomials containing one variable are arranged in descending order of its exponents. For example:

The sum of several polynomials can be converted (simplified) into a standard form polynomial.

Sometimes the members of a polynomial need to be divided into groups, enclosing each group in parentheses. Since parentheses are the opposite of parentheses, it is easy to formulate parentheses opening rules:

If the + sign is placed before the brackets, then the terms enclosed in brackets are written with the same signs.

If a "-" sign is placed in front of the brackets, then the terms enclosed in brackets are written with opposite signs.

Transformation (simplification) of the product of a monomial and a polynomial

Using the distributive property of multiplication, one can transform (simplify) the product of a monomial and a polynomial into a polynomial. For example:

The product of a monomial and a polynomial is identically equal to the sum of the products of this monomial and each of the terms of the polynomial.

This result is usually formulated as a rule.

To multiply a monomial by a polynomial, one must multiply this monomial by each of the terms of the polynomial.

We have repeatedly used this rule for multiplying by a sum.

The product of polynomials. Transformation (simplification) of the product of two polynomials

In general, the product of two polynomials is identically equal to the sum of the product of each term of one polynomial and each term of the other.

Usually use the following rule.

To multiply a polynomial by a polynomial, you need to multiply each term of one polynomial by each term of the other and add the resulting products.

Abbreviated multiplication formulas. Sum, Difference, and Difference Squares

Some expressions in algebraic transformations have to be dealt with more often than others. Perhaps the most common expressions are and, that is, the square of the sum, the square of the difference, and the difference of squares. You have noticed that the names of these expressions seem to be incomplete, so, for example, - this, of course, is not just the square of the sum, but the square of the sum of a and b. However, the square of the sum of a and b is not so common, as a rule, instead of the letters a and b, it contains various, sometimes quite complex expressions.

Expressions are easy to convert (simplify) into polynomials of the standard form, in fact, you have already met with such a task when multiplying polynomials:

The resulting identities are useful to remember and apply without intermediate calculations. Short verbal formulations help this.

- the square of the sum is equal to the sum of squares and twice the product.

- the square of the difference is equal to the sum of the squares without the double product.

- the difference of squares is equal to the product of the difference by the sum.

These three identities allow in transformations to replace their left parts with right ones and vice versa - right parts with left ones. The most difficult thing in this case is to see the corresponding expressions and understand what the variables a and b are replaced in them. Let's look at a few examples of using abbreviated multiplication formulas.

Books (textbooks) Abstracts of the Unified State Examination and OGE tests online Games, puzzles Graphing of functions Spelling Dictionary of the Russian Language Dictionary of youth slang Directory of Russian schools Catalog of secondary schools in Russia Catalog of Russian universities numeric fractions Solving problems for percentages Complex numbers: sum, difference, product and quotient Systems of 2 linear equations with two variables Solving a quadratic equation Sorting out the square of a binomial and factoring a square trinomial Solving inequalities Solving systems of inequalities Building a graph of a quadratic function Building a graph of a fractional linear function Solving arithmetic and geometric progressions Solving trigonometric, exponential, logarithmic equations Calculating limits, derivatives, tangents Integral, antiderivative Solving triangles Calculating actions with vectors Calculating actions actions with lines and planes Area of ​​geometric shapes Perimeter of geometric shapes Volume of geometric bodies Surface area of ​​geometric bodies
Traffic situations constructor
Weather - news - horoscopes

www.mathsolution.ru

Bracket expansion

We continue to study the basics of algebra. In this lesson, we will learn how to open parentheses in expressions. To expand brackets means to rid the expression of these brackets.

To open brackets, you need to learn by heart only two rules. With regular practice, you can open the brackets with your eyes closed, and those rules that needed to be memorized by heart can be safely forgotten.

The first rule of parenthesis expansion

Consider the following expression:

The value of this expression is 2 . Let's open the brackets in this expression. To expand parentheses means to get rid of them without affecting the meaning of the expression. That is, after getting rid of the brackets, the value of the expression 8+(−9+3) should still be equal to two.

The first parenthesis expansion rule looks like this:

When opening brackets, if there is a plus before the brackets, then this plus is omitted along with the brackets.

So we see that in the expression 8+(−9+3) there is a plus in front of the brackets. This plus must be omitted along with the parentheses. In other words, the brackets will disappear along with the plus that stood in front of them. And what was in brackets will be written unchanged:

8−9+3 . This expression is equal to 2 , like the previous parenthesized expression was equal to 2 .

8+(−9+3) and 8−9+3

8 + (−9 + 3) = 8 − 9 + 3

Example 2 Expand brackets in an expression 3 + (−1 − 4)

There is a plus in front of the brackets, so this plus is omitted along with the brackets. What was in the brackets will remain unchanged:

3 + (−1 − 4) = 3 − 1 − 4

Example 3 Expand brackets in an expression 2 + (−1)

In this example, the expansion of brackets has become a kind of inverse operation of replacing subtraction with addition. What does it mean?

In the expression 2−1 subtraction occurs, but it can be replaced by addition. Then you get the expression 2+(−1) . But if in the expression 2+(−1) open the brackets, you get the original 2−1 .

Therefore, the first bracket expansion rule can be used to simplify expressions after some transformations. That is, rid it of brackets and make it easier.

For example, let's simplify the expression 2a+a−5b+b .

To simplify this expression, we can add like terms. Recall that to reduce like terms, you need to add the coefficients of like terms and multiply the result by the common letter part:

Got an expression 3a+(−4b). In this expression, open the brackets. There is a plus before the brackets, so we use the first rule for opening brackets, that is, we omit the brackets along with the plus that comes before these brackets:

So the expression 2a+a−5b+b simplified to 3a−4b .

Having opened one brackets, others may meet along the way. We apply the same rules to them as to the first. For example, let's expand the brackets in the following expression:

There are two places where you need to expand the brackets. In this case, the first rule for expanding parentheses applies, namely, omitting the parentheses along with the plus that comes before these parentheses:

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

Example 3 Expand brackets in an expression 6+(−3)+(−2)

In both places where there are brackets, they are preceded by a plus sign. Here again, the first parenthesis expansion rule applies:

Sometimes the first term in brackets is written without a sign. For example, in the expression 1+(2+3−4) first term in brackets 2 written without a sign. The question arises, what sign will come before the deuce after the brackets and the plus in front of the brackets are omitted? The answer suggests itself - there will be a plus in front of the deuce.

In fact, even being in brackets, there is a plus in front of the deuce, but we do not see it due to the fact that it is not written down. We have already said that the full notation of positive numbers looks like +1, +2, +3. But the pluses are not traditionally written down, which is why we see the positive numbers that are familiar to us. 1, 2, 3 .

Therefore, to open parentheses in an expression 1+(2+3−4) , you need to omit the brackets as usual along with the plus in front of these brackets, but write the first term that was in brackets with a plus sign:

1 + (2 + 3 − 4) = 1 + 2 + 3 − 4

Example 4 Expand brackets in an expression −5 + (2 − 3)

There is a plus in front of the brackets, so we apply the first rule for opening brackets, namely, we omit the brackets along with the plus that comes before these brackets. But the first term, which is written in brackets with a plus sign:

−5 + (2 − 3) = −5 + 2 − 3

Example 5 Expand brackets in an expression (−5)

There is a plus before the parenthesis, but it is not written due to the fact that there were no other numbers or expressions before it. Our task is to remove the brackets by applying the first rule for expanding brackets, namely, omitting the brackets along with this plus (even if it is invisible)

Example 6 Expand brackets in an expression 2a + (−6a + b)

There is a plus in front of the brackets, so this plus is omitted along with the brackets. What was in brackets will be written unchanged:

2a + (−6a + b) = 2a −6a + b

Example 7 Expand brackets in an expression 5a + (−7b + 6c) + 3a + (−2d)

In this expression, there are two places where you need to open the brackets. In both sections, there is a plus in front of the brackets, which means that this plus is omitted along with the brackets. What was in brackets will be written unchanged:

5a + (−7b + 6c) + 3a + (−2d) = 5a −7b + 6c + 3a − 2d

The second rule for opening parentheses

Now let's look at the second parenthesis expansion rule. It is used when there is a minus before the parentheses.

If there is a minus before the brackets, then this minus is omitted along with the brackets, but the terms that were in the brackets change their sign to the opposite.

For example, let's expand the brackets in the following expression

We see that there is a minus before the brackets. So you need to apply the second expansion rule, namely, omit the brackets along with the minus in front of these brackets. In this case, the terms that were in brackets will change their sign to the opposite:

We got an expression without brackets 5+2+3 . This expression is equal to 10, just like the previous expression with brackets was equal to 10.

Thus, between expressions 5−(−2−3) and 5+2+3 you can put an equal sign, since they are equal to the same value:

5 − (−2 − 3) = 5 + 2 + 3

Example 2 Expand brackets in an expression 6 − (−2 − 5)

There is a minus before the brackets, so we apply the second rule for opening brackets, namely, we omit the brackets along with the minus that comes before these brackets. In this case, the terms that were in brackets are written with opposite signs:

6 − (−2 − 5) = 6 + 2 + 5

Example 3 Expand brackets in an expression 2 − (7 + 3)

There is a minus before the brackets, so we apply the second rule for opening brackets:

Example 4 Expand brackets in an expression −(−3 + 4)

Example 5 Expand brackets in an expression −(−8 − 2) + 16 + (−9 − 2)

There are two places where you need to expand the brackets. In the first case, you need to apply the second rule for opening brackets, and when the turn comes to the expression +(−9−2) you need to apply the first rule:

−(−8 − 2) + 16 + (−9 − 2) = 8 + 2 + 16 − 9 − 2

Example 6 Expand brackets in an expression −(−a−1)

Example 7 Expand brackets in an expression −(4a + 3)

Example 8 Expand brackets in an expression a −(4b + 3) + 15

Example 9 Expand brackets in an expression 2a + (3b − b) − (3c + 5)

There are two places where you need to expand the brackets. In the first case, you need to apply the first rule for expanding brackets, and when the turn comes to the expression −(3c+5) you need to apply the second rule:

2a + (3b − b) − (3c + 5) = 2a + 3b − b − 3c − 5

Example 10 Expand brackets in an expression -a − (−4a) + (−6b) − (−8c + 15)

There are three places where you need to expand the brackets. First you need to apply the second rule for expanding brackets, then the first, and then again the second:

-a - (-4a) + (-6b) - (-8c + 15) = −a + 4a - 6b + 8c - 15

Parentheses expansion mechanism

The rules for opening brackets, which we have now considered, are based on the distributive law of multiplication:

Actually opening brackets call the procedure when the common factor is multiplied by each term in brackets. As a result of such multiplication, the brackets disappear. For example, let's expand the brackets in the expression 3×(4+5)

3 × (4 + 5) = 3 × 4 + 3 × 5

Therefore, if you need to multiply a number by an expression in brackets (or multiply an expression in brackets by a number), you need to say open the brackets.

But how is the distributive law of multiplication related to the rules for opening brackets that we considered earlier?

The fact is that before any brackets there is a common factor. In the example 3×(4+5) common factor is 3 . And in the example a(b+c) common factor is a variable a.

If there are no numbers or variables before the brackets, then the common factor is 1 or −1 , depending on which character comes before the brackets. If there is a plus in front of the brackets, then the common factor is 1 . If there is a minus before the brackets, then the common factor is −1 .

For example, let's expand the brackets in the expression −(3b−1). There is a minus before the brackets, so you need to use the second rule for opening brackets, that is, omit the brackets along with the minus before the brackets. And the expression that was in brackets, write with opposite signs:

We expanded the parentheses using the parenthesis expansion rule. But these same brackets can be opened using the distributive law of multiplication. To do this, we first write the common factor 1 in front of the brackets, which was not written down:

The minus that used to stand in front of the brackets referred to this unit. Now you can open the brackets by applying the distributive law of multiplication. For this, the common factor −1 you need to multiply by each term in brackets and add the results.

For convenience, we replace the difference in brackets with the sum:

−1 (3b −1) = −1 (3b + (−1)) = −1 × 3b + (−1) × (−1) = −3b + 1

Like last time, we got the expression −3b+1. Everyone will agree that this time more time was spent on solving such a simple example. Therefore, it is more reasonable to use the ready-made rules for opening brackets, which we considered in this lesson:

But it doesn't hurt to know how these rules work.

In this lesson, we learned another identical transformation. Together with opening the brackets, putting the general out of the brackets and bringing like terms, it is possible to slightly expand the range of tasks to be solved. For example:

Here you need to perform two actions - first open the brackets, and then bring like terms. So, in order:

1) Expand the brackets:

2) We give like terms:

In the resulting expression −10b+(−1) you can open the brackets:

Example 2 Open brackets and add like terms in the following expression:

1) Expand the brackets:

2) We present similar terms. This time, to save time and space, we will not write down how the coefficients are multiplied by the common letter part

Example 3 Simplify Expression 8m+3m and find its value at m=−4

1) Let's simplify the expression first. To simplify the expression 8m+3m, you can take out the common factor in it m for brackets:

2) Find the value of the expression m(8+3) at m=−4. For this, in the expression m(8+3) instead of a variable m substitute the number −4

m(8 + 3) = −4 (8 + 3) = −4 × 8 + (−4) × 3 = −32 + (−12) = −44

In this article, we will consider in detail the basic rules for such an important topic in a mathematics course as opening brackets. You need to know the rules for opening brackets in order to correctly solve equations in which they are used.

How to properly open parentheses when adding

Expand the brackets preceded by the "+" sign

This is the simplest case, because if there is an addition sign in front of the brackets, when the brackets are opened, the signs inside them do not change. Example:

(9 + 3) + (1 - 6 + 9) = 9 + 3 + 1 - 6 + 9 = 16.

How to open brackets preceded by a "-" sign

In this case, you need to rewrite all the terms without brackets, but at the same time change all the signs inside them to the opposite ones. The signs change only for the terms from those brackets that were preceded by the “-” sign. Example:

(9 + 3) - (1 - 6 + 9) = 9 + 3 - 1 + 6 - 9 = 8.

How to open brackets when multiplying

The parentheses are preceded by a multiplier

In this case, you need to multiply each term by a factor and open the brackets without changing signs. If the multiplier has the sign "-", then when multiplying, the signs of the terms are reversed. Example:

3 * (1 - 6 + 9) = 3 * 1 - 3 * 6 + 3 * 9 = 3 - 18 + 27 = 12.

How to open two brackets with a multiplication sign between them

In this case, you need to multiply each term from the first brackets with each term from the second brackets and then add the results. Example:

(9 + 3) * (1 - 6 + 9) = 9 * 1 + 9 * (- 6) + 9 * 9 + 3 * 1 + 3 * (- 6) + 3 * 9 = 9 - 54 + 81 + 3 - 18 + 27 = 48.

How to open brackets in a square

If the sum or difference of two terms is squared, the brackets should be expanded according to the following formula:

(x + y)^2 = x^2 + 2*x*y + y^2.

In the case of a minus inside the brackets, the formula does not change. Example:

(9 + 3) ^ 2 = 9 ^ 2 + 2 * 9 * 3 + 3 ^ 2 = 144.

How to open parentheses in a different degree

If the sum or difference of the terms is raised, for example, to the 3rd or 4th power, then you just need to break the degree of the bracket into “squares”. The powers of the same factors are added, and when dividing, the degree of the divisor is subtracted from the degree of the dividend. Example:

(9 + 3) ^ 3 = ((9 + 3) ^ 2) * (9 + 3) = (9 ^ 2 + 2 * 9 * 3 + 3 ^ 2) * 12 = 1728.

How to open 3 brackets

There are equations in which 3 brackets are multiplied at once. In this case, you must first multiply the terms of the first two brackets among themselves, and then multiply the sum of this multiplication by the terms of the third bracket. Example:

(1 + 2) * (3 + 4) * (5 - 6) = (3 + 4 + 6 + 8) * (5 - 6) = - 21.

These bracket opening rules apply equally to both linear and trigonometric equations.

Among the various expressions that are considered in algebra, sums of monomials occupy an important place. Here are examples of such expressions:
\(5a^4 - 2a^3 + 0.3a^2 - 4.6a + 8 \)
\(xy^3 - 5x^2y + 9x^3 - 7y^2 + 6x + 5y - 2 \)

The sum of monomials is called a polynomial. The terms in a polynomial are called members of the polynomial. Mononomials are also referred to as polynomials, considering a monomial as a polynomial consisting of one member.

For example, polynomial
\(8b^5 - 2b \cdot 7b^4 + 3b^2 - 8b + 0.25b \cdot (-12)b + 16 \)
can be simplified.

We represent all the terms as monomials of the standard form:
\(8b^5 - 2b \cdot 7b^4 + 3b^2 - 8b + 0.25b \cdot (-12)b + 16 = \)
\(= 8b^5 - 14b^5 + 3b^2 -8b -3b^2 + 16 \)

We give similar terms in the resulting polynomial:
\(8b^5 -14b^5 +3b^2 -8b -3b^2 + 16 = -6b^5 -8b + 16 \)
The result is a polynomial, all members of which are monomials of the standard form, and among them there are no similar ones. Such polynomials are called polynomials of standard form.

Behind polynomial degree standard form take the largest of the powers of its members. So, the binomial \(12a^2b - 7b \) has the third degree, and the trinomial \(2b^2 -7b + 6 \) has the second.

Usually, the terms of standard form polynomials containing one variable are arranged in descending order of its exponents. For example:
\(5x - 18x^3 + 1 + x^5 = x^5 - 18x^3 + 5x + 1 \)

The sum of several polynomials can be converted (simplified) into a standard form polynomial.

Sometimes the members of a polynomial need to be divided into groups, enclosing each group in parentheses. Since parentheses are the opposite of parentheses, it is easy to formulate parentheses opening rules:

If the + sign is placed before the brackets, then the terms enclosed in brackets are written with the same signs.

If a "-" sign is placed in front of the brackets, then the terms enclosed in brackets are written with opposite signs.

Transformation (simplification) of the product of a monomial and a polynomial

Using the distributive property of multiplication, one can transform (simplify) the product of a monomial and a polynomial into a polynomial. For example:
\(9a^2b(7a^2 - 5ab - 4b^2) = \)
\(= 9a^2b \cdot 7a^2 + 9a^2b \cdot (-5ab) + 9a^2b \cdot (-4b^2) = \)
\(= 63a^4b - 45a^3b^2 - 36a^2b^3 \)

The product of a monomial and a polynomial is identically equal to the sum of the products of this monomial and each of the terms of the polynomial.

This result is usually formulated as a rule.

To multiply a monomial by a polynomial, one must multiply this monomial by each of the terms of the polynomial.

We have repeatedly used this rule for multiplying by a sum.

The product of polynomials. Transformation (simplification) of the product of two polynomials

In general, the product of two polynomials is identically equal to the sum of the product of each term of one polynomial and each term of the other.

Usually use the following rule.

To multiply a polynomial by a polynomial, you need to multiply each term of one polynomial by each term of the other and add the resulting products.

Abbreviated multiplication formulas. Sum, Difference, and Difference Squares

Some expressions in algebraic transformations have to be dealt with more often than others. Perhaps the most common expressions are \((a + b)^2, \; (a - b)^2 \) and \(a^2 - b^2 \), that is, the square of the sum, the square of the difference, and square difference. You have noticed that the names of these expressions seem to be incomplete, so, for example, \((a + b)^2 \) is, of course, not just the square of the sum, but the square of the sum of a and b. However, the square of the sum of a and b is not so common, as a rule, instead of the letters a and b, it contains various, sometimes quite complex expressions.

Expressions \((a + b)^2, \; (a - b)^2 \) are easy to convert (simplify) into polynomials of the standard form, in fact, you have already met with such a task when multiplying polynomials:
\((a + b)^2 = (a + b)(a + b) = a^2 + ab + ba + b^2 = \)
\(= a^2 + 2ab + b^2 \)

The resulting identities are useful to remember and apply without intermediate calculations. Short verbal formulations help this.

\((a + b)^2 = a^2 + b^2 + 2ab \) - the square of the sum is equal to the sum of the squares and the double product.

\((a - b)^2 = a^2 + b^2 - 2ab \) - the square of the difference is the sum of the squares without doubling the product.

\(a^2 - b^2 = (a - b)(a + b) \) - the difference of squares is equal to the product of the difference and the sum.

These three identities allow in transformations to replace their left parts with right ones and vice versa - right parts with left ones. The most difficult thing in this case is to see the corresponding expressions and understand what the variables a and b are replaced in them. Let's look at a few examples of using abbreviated multiplication formulas.