Synthetic Substitution: A Simpler Method for Polynomial Evaluation, Summaries of Calculus

The concept of synthetic substitution, an alternative method to directly evaluate polynomials. By writing out the coefficients and performing a series of multiplications and additions, the value of the polynomial for a given value of x can be determined. This method simplifies the process of evaluating higher degree polynomial expressions.

Typology: Summaries

2021/2022

Uploaded on 08/05/2022

hal_s95
hal_s95 🇵🇭

4.4

(655)

10K documents

1 / 2

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Synthetic Substitution
The first way you were taught to evaluate a po lynomial for a given value of a variable was direct
substitu tion. Simply put , that means you p lugged that value into the expression and found the result.
EXAMPLE: If P(x) =
2x2
+ 3x – 10, find P when x = 5 . By substituting, P = 2(5)² + 3(5) – 10
P(5) = 55
The process of direct substitu tion can become a real pain for higher degree polynomial expressions . T here
is another method called SYNTHE TIC SUB STITUTION that w ill make evaluating a polynomial a very
simple process.
Given some polynom ial Q = 3x² + 10x² 5x – 4 in one variable. You can evaluate Q when x = 2 by
plugging in that value as we did before.
Q(x) = 3x³ + 10x² 5x – 4
= 3(2)³ + 10(2)² – 5(2) – 4
= 3(8) +10(4) – 10 4
= 24 + 40 + – 10 4
= 50
So the value of Q is 50 when x is 2 .
Or by us ing S YNTHE TIC SUBS TITUTION , we would write the coefficients of Q;
Q = 3 x³ + 10x² 5x 4
3 1 0 5 –4
Now, we’ll leave a space under those coefficients and draw a line. We will also write down the value of the
variable to be pl ugged in .
2
3 10 –5 –4
Once we do that, we are set up to evaluate Q when x = 2.
To accomplish that, we bring down t he first number, 3, and mu ltiply by 2, then add. Keep repeating this
process. The last value will be the value of Q when x is 2 .
2
3 10 –5 –4
6 32 54
3 16 27 50
Notice, we did get 50 as we did before.
EXAMPLE: Evaluate 2x4 x³ + 5x + 3 when x = 3
In this example, notice there is no quadratic term, no x². W hen we write the coefficients, we’ll need to
write zero for the coefficient of that missi ng term.
3
2 –1 0 5 3
6 15 45 150
2 5 15 50 153
The value of that polynomial expression when x = 3 is 153.
pf2

Partial preview of the text

Download Synthetic Substitution: A Simpler Method for Polynomial Evaluation and more Summaries Calculus in PDF only on Docsity!

Synthetic Substitution

The first way you were taught to evaluate a polynomial for a given value of a variable was direct substitution. Simply put, that means you plugged that value into the expression and found the result.

EXAMPLE: If P(x) = 2 x

2

  • 3x – 10, find P when x = 5. By substituting, P = 2(5)² + 3(5) – 10 P(5) = 55 The process of direct substitution can become a real pain for higher degree polynomial expressions. There is another method called SYNTHETIC SUBSTITUTION that will make evaluating a polynomial a very simple process. Given some polynomial Q = 3x² + 10x² – 5x – 4 in one variable. You can evaluate Q when x = 2 by plugging in that value as we did before. Q(x) = 3x³ + 10x² – 5x – 4 = 3(2)³ + 10(2)² – 5(2) – 4 = 3(8) +10(4) – 10 – 4 = 24 + 40 + – 10 – 4 = 50 So the value of Q is 50 when x is 2. Or by using SYNTHETIC SUBSTITUTION, we would write the coefficients of Q; Q = 3x³ + 10x² – 5x – 4 3 10 – 5 – 4 Now, we’ll leave a space under those coefficients and draw a line. We will also write down the value of the variable to be plugged in.

Once we do that, we are set up to evaluate Q when x = 2. To accomplish that, we bring down the first number, 3, and multiply by 2, then add. Keep repeating this process. The last value will be the value of Q when x is 2.

Notice, we did get 50 as we did before. EXAMPLE: Evaluate 2x^4 – x³ + 5x + 3 when x = 3 In this example, notice there is no quadratic term, no x². When we write the coefficients, we’ll need to write zero for the coefficient of that missing term.

The value of that polynomial expression when x = 3 is 153.

Let’s evaluate the same expression when x is – 3

The value of the polynomial expression when x = – 3 is 177. Piece of cake. This could be written as the ordered pair, (–3, 177) if we wanted to graph this relation. Let’s try another one you say, OK! EXAMPLE: Let y = 2x^4 + x³ – 11x² – 4x – 12, find the value of y when x = 2.

The value of y when x – 2 is 0. If we were to write this as an ordered pair, we’d have (2, 0). If we were to graph that, we’d also notice that (2, 0) is an x-intercept, where a graph crosses the x-axis. In algebra, when we solve quadratic or higher degree equations, we set the equations equal to zero, then find values of the variable that will make the equation true. Notice, in the last example x = 2 made y = 0. Oh wow! What that means is x = 2 is a solution to the equation. 2x^4 + x³ – 11x² – 4x + 12 = 0 In fact, anytime the last number in a synthetic substitution problem is zero, The value we plugged in represents a solution, a zero, or what most of us might call an answer, if we had an equation. Can you feel the excitement running through your veins? If you put this together with the Rational Root Theorem, we now have a very simple method of finding rational roots and if you think about it, another method of factoring. If x = 2 is a zero, a solution, then x – 2 must be a factor of the polynomial expression. Now don’t you just love how math seems to come together.