Simplifying and Evaluating Polynomials with More Than One Term
You have studied polynomialsA monomial or the sum or difference of two or more monomials. consisting of constants and/or variables combined by addition or subtraction. The variables may include exponents. The examples so far have been limited to expressions such as `5x^4 + 3x^3 - 6x^2 + 2x` containing one variable, but polynomials can also contain multiple variables. An example of a polynomial with two variables is `4x^2y - 2xy^2 + x - 7`.
Many formulas are polynomials with more than one variable, such as the formula for the surface area of a rectangular prism: `2ab + 2bc + 2ac`, where `a`, `b`, and `c` are the lengths of the three sides. By substituting in the values of the lengths, you can determine the value of the surface area. By applying the same principles for polynomials with one variable, you can evaluate or combine like terms in polynomials with more than one variable.
When you evaluate an expression for a given value, you substitute that given value in the expression, and find its numerical value. In the following example, `x = -2`, you replace all of the `x`’s with a value of `-2` and simplify the expression following the order of operations.
Example |
||
Problem |
Evaluate `7x^2 - 3x + 2` for `x = -2`. |
|
|
`7(-2)^2 - 3(-2) + 2` |
Substitute `(-2)` for each `x` in the polynomial. |
|
`7(4) - 3(-2) + 2` |
Following the order of operations, evaluate exponents first. |
|
`28 + 6 + 2` |
Perform the multiplication next. |
|
`34 + 2` |
Combine terms beginning from the left. |
Answer |
`36` |
Find the sum. |
You can follow the same procedure when there are two variables in an expression. Let’s review an example.
Example |
||
Problem |
Evaluate `8c - 7b` for `b = 4` and `c = 5`. |
|
|
`8(5) - 7(4)` |
Substitute `5` for each `c` in the polynomial and `4` for each `b`. |
|
`40 - 28` |
Multiply. |
|
`12` |
Find the difference. |
Answer |
`12` |
|
As with polynomials with one variable, you must pay attention to the rules of exponents and the order of operations so that you correctly evaluate an expression with two or more variables.
Example |
||
Problem |
Evaluate `x^2 + 3y^3` for `x = 7` and `y = -2`. |
|
|
`(7)^2 + 3(-2)^3` |
Substitute the given values for `x` and `y`. |
|
`49 + 3(-8)` |
Evaluate the exponents first. |
|
`49 + (-24)` |
Multiply. |
|
`25` |
Add. |
Answer |
`25` |
|
Example |
||
Problem |
Evaluate `4x^2y - 2xy^2 + x - 7` for `x = 3` and `y = -1`. |
|
`4(3^2)(-1) - 2(3)(-1)^2 + 3 - 7` |
Substitute the given values for `x` and `y`. |
|
`4(9)(-1) - 2(3)(1) + 3-7` |
Evaluate the exponents first. |
|
|
`-36 - 6 + 3 - 7` |
Perform multiplication next. |
|
`-42 + 3 - 7` `-39 - 7` |
Perform addition and subtraction from left to right. |
Answer |
`-46` |
Find the difference. |
The next example shows how to evaluate a polynomial with two variables. This polynomial is the formula for perimeter of a rectangle.
Example |
||
Problem |
The formula for the perimeter, `P`, of a rectangle is `2a + 2b` in which `a` and `b` are the lengths of the sides of the rectangle. Evaluate the formula for `a = 6` inches and `b = 10` inches. |
|
|
`2(6) + 2(10)` |
Substitute the given values for `a` and `b`. |
|
`12 + 20` |
Multiply. |
Answer |
`32` |
Add. |
Evaluate: `2x^3 - xy^2 + 6` for `x = -2` and `y = 5`
A) `-158`
B) `-60`
C) `14`
D) `40`
|
Mathematicians use conventions for writing and describing polynomials. A polynomial with one variable can be described by the number of terms it has and the degree of the term with the greatest exponent. Polynomials are commonly written with their terms in descending order of degree. Let’s start by looking at an example of a polynomial with one variable: `t^3 - 10t^2 - 5t - 32`. This polynomial has been written in descending order of degree, starting with the term A number or product of a number and variables raised to powers. `4x, -5y^2, 6`, and `x^3y^4` are all examples of terms. with an exponent of `3` and ending with the term whose degree is `0` because it has no variable. This polynomial is called a third-degree polynomial because its term with the highest degree is the monomialA polynomial with exactly one term. `4x`, `-5y^2`, and `6` are all examples of monomials. `t^3`. (Note that the degree of a monomialThe degree of a monomial is the power to which the variable is raised. For example, the monomial `5y^2` has a degree of `2`. If the monomial contains several variables then the degree of the monomial is the sum of the degree of all the variables. For example, the monomial `7x^2y^3` has a degree of `5`. , `t^3`, is also `3`, because the variable `t` has an exponent of `3`.)
When a polynomial has more than one variable, you can still describe it according to its degree and the degree of its terms. It’s a little more complicated. Let’s look at a polynomial with two variables: `7x^2y - 3xy^3 + 2x`. This polynomial has three terms and therefore can be called a trinomial A polynomial with exactly three terms, such as `5y^2 - 4y + 4` and `x^2 + 2xy +y^2`. . To determine the degree of a term, you find the sum of the exponents of all the variables in the term. Here are some examples:
Terms |
Sum of the Exponents |
Degree of the Term |
`7x^2y` |
`2 + 1 = 3` |
`3` |
`-3xy^3` |
`1 + 3 = 4` |
`4` |
`2x` |
`1 = 1` |
`1` |
The degree of a polynomialThe highest exponent or sum of exponents of a term in a polynomial. For example, `7x^2y^3 + 3x^2y - 8` is a `5`th degree polynomial because the highest sum of exponents in a term is `2 + 3 = 5`. is the same as the degree of the term with the highest degree. In this case, `7x^2y - 3xy^3 + 2x` is a fourth-degree polynomial.
What description below best matches the expression: `2x^4y - 5x^3 - 10xy^3`?
A) A twelfth-degree trinomial
B) A fifth-degree trinomial
C) A third-degree polynomial
D) A fourth-degree polynomial
|
If a polynomial has like termsTerms that contain the same variables raised to the same powers. For example, `3x` and `−8x` are like terms, as are `8xy^2` and `0.5xy^2`., the polynomial can be simplified by combining the like terms.
You’ll recall that like terms contain the same variables raised to the same power. If there is more than one variable, the same is true: same exact variable(s) each raised to the same exact power.
The polynomial `3xy^3z^2 + 5xy^3z^2 + 6x^2y^3z` has like terms that can be combined. `3xy^3z^2` and `5xy^3z^2` are like terms because they have the same variables, `x`, `y`, and `z`, raised to the same powers, `x`, `y^3`, and `z^2`. They can be collected, or combined, to give a result of `8xy^3z^2`. Notice that while `6x^2y^3z` has the same variables, `x`, `y`, and `z`, the exponents in this term are different, `x^2` instead of `x`, and `z` instead of `z^2`. So, `6x^2y^3z` cannot be combined with the other terms. Instead, the simplified polynomial is written with two terms: `8xy^3z^2 + 6x^2y^3z`.
Example |
||
Problem |
Simplify `2xy^2 - 8x - 3xy^2 + 3x`. |
|
|
`2xy^2-8x-3xy^2+3x` |
Identify any like terms. |
|
`2xy^2 - 3xy^2-8x+3x` `(2 - 3)xy^2+(-8+3)x` `-1xy^2+(-5)x` |
Combine like terms using the distributive property. |
|
`-1xy^2 - 5x` |
Rewrite using subtraction, and check to make sure all like terms have been combined. |
Answer |
`2xy^2 - 8x - 3xy^2 + 3x = -xy^2 - 5x` |
As with polynomials with one variable, you can combine like terms in polynomials with more than one variable by combining the coefficients of those like terms and keeping the variable part the same. That step is written in the example below. But to save time, you can also just perform the computation in your head.
Example |
|||
Problem |
Simplify `5ba^2 + 3a^2 + a^2b - 4a^2 - 2ab^2`. |
||
|
`5ba^2+3a^2+a^2b-4a^2-2ab^2` |
Identify the like terms in the polynomial. Since `5ba^2` can also be written `5a^2b`, it is a like term to `a^2b`. |
|
|
`(5 + 1)a^2b+(3-4)a^2-2ab^2` `6a^2b-a^2-2ab^2` |
Combine like terms using the distributive property and check to make sure all like terms have been combined. |
|
Answer |
`5ba^2 + 3a^2 + a^2b - 4a^2 - 2ab^2 = 6a^2b - a^2 - 2ab^2` |
||
Simplify by collecting like terms: `4(x^2y + 7y) - 5y(3x^2 - y) - 10y`
A) `-11x^2y + 5y^2 + 18y`
B) `4x^2y + 11y - 8yx^2 - 16y`
C) `4x^2y + 18y - 15yx^2 + 5y^2`
D) `4x^2y - 5y(3x^2 - y) - 3y`
|
Polynomials can contain more than one variable and can be evaluated in the same way as polynomials with one variable. To evaluate any polynomial, you substitute the given values for the variable and perform the computation to simplify the polynomial to a numerical value. The order of operations and integer operations must be properly applied to correctly evaluate a polynomial.
Polynomials with more than one variable can be simplified by combining like terms, as you can do with polynomials with one variable. Like terms must contain the same exact variables raised to the same exact power. In terms with more than one variable, the order in which the variables are written does not matter.