Find a formula for the polynomial of least degree through th
Find a formula for the polynomial of least degree through the points shown in the graph.
5 4 2 -5Solution
There are three turning points , Hence the Degree of polynomial is 4.
Graph has two real roots
At x = 1 , graph is bouncing back ==> multiplicity of root 1 is 2
At x = -4 , graph is bouncing back ==> multiplicity of root -4 is 2
==> Polynomial with degree 4 and roots 1 , -4 with multiplicities 2 is
p(x) = (x -1)2 (x +4)2
==> p(x) = (x2 -2x +1) (x2 + 8x + 16)
==> p(x) = x4 + 8x3 + 16x2 -2x3 -16x2 -32x + x2 + 8x + 16
==> p(x) = x4 + 6x3 + x2 -24x + 16
