Evaluate the following polynomial expression using Hornerβs rule. Assume the value of x is 3.
π(π₯)=10π₯τ° +6π₯τ° +3π₯τ° β6π₯τ° +8π₯+15
Show all the intermediate steps.
Problem is π(π₯) = 10x5 + 6x4+ 3x3 β 6x2 + 8π₯ + 15
At x= 3
Or
So
This is of this type
f(x) = a0 + a1x + a2x2 + a3x3 + a4x4 + a5x5
Can be arranged as follows
at
f(x0) = a0 + x0(a1 + x0(a2 + x0(a3 + x0(a4 + a5x0))))
So
At k= 5
b5= a5=10
At k=4
b4=a4+xob5= 6+3Γ10=36
At k=3
b3=a3+xob4=3+3Γ36=111
At k=2
b2=a2+xob3=-6+3Γ111=327
At k=1
b1=a1+xob2=8+3Γ327=989
At k=0
b0=a0+xob1=15+3Γ989=2982
Therefore
Comments