Learning Outcomes
- Evaluate a polynomial for a given value
Key words
- Evaluate: find the value of
Evaluating a Polynomial
Previously we evaluated expressions by “plugging in” numbers for variables. Since polynomials are expressions, we’ll follow the same procedures to evaluate polynomials—substitute the given value for the variable into the polynomial, and then simplify. To evaluate an expression for a value of the variable, we substitute the value for the variable every time it appears. Then use the order of operations to find the resulting value for the expression.
example
Evaluate 3x2−9x+7 when
1. x=3
2. x=−1
Solution
1. x=3 | |
3x2−9x+7 | |
Substitute 3 for x | 3(3)2−9(3)+7 |
Simplify the expression with the exponent. | 3⋅9−9(3)+7 |
Multiply. | 27−27+7 |
Simplify. | 7 |
2. x=−1 | |
3x2−9x+7 | |
Substitute −1 for x | 3(−1)2−9(−1)+7 |
Simplify the expression with the exponent. | 3⋅1−9(−1)+7 |
Multiply. | 3+9+7 |
Simplify. | 19 |
Example
Evaluate 3x2−2x+1 for x=−1.
Solution
Substitute −1 for each x in the polynomial:
3x2−2x+1=3(−1)2−2(−1)+1
Following the order of operations, evaluate exponents first:
3(1)−2(−1)+1
Multiply from left to right:
3+2+1
Add:
3+2+1
6
Answer
3x2−2x+1=6, for x=−1
Example
Evaluate −23p4+2p3−p for p=3.
Solution
Substitute 3 for each p in the polynomial.
−23p4+2p3−p=−23(3)4+2(3)3−(3)
Following the order of operations, evaluate exponents first:
−23(81)+2(27)−3
Multiply:
−54+54–3
Add and then subtract:
−3
Answer
−23p4+2p3−p=−3, for p=3
try it
The following video presents examples of evaluating a polynomial for a given value.
The following video provides another example of how to evaluate a polynomial for a negative number.
Example
Evaluate 3x2−6x+4 when x=−23
Solution
3x2−6x+4substitute x with −23=3(−23)2−6(−23)+4evaluate exponent=31⋅49−61⋅−23+4multiply=43+4+4simplify=43+161add using a common denominator=4+16⋅33multiply=4+483simplify=523
Try It
Evaluate x3+4x2 when x=−12
Try It
Evaluate x2+4x−2 when x=−38