Answer on Question #85640 – Math – Quantitative Methods
Question
Solve x3+x2−10x+1=0 for the root lying between 0 and 1 by the method of false position. Perform two iterations only.
Solution
The regula falsi (false position) method:
cn=f(an)−f(bn)f(an)bn−f(bn)an
At iteration number n, the number cn is calculated as above and then, if f(an) and f(cn) have the same sign, set an+1=cn and bn+1=bn, otherwise set bn+1=cn and an+1=an. This process is repeated until the root is approximated sufficiently well.
Step 1:
a1=0,b1=1f(a1)=f(0)=03+02−10⋅0+1=1,f(b1)=f(1)=13+12−10⋅1+1=−7c1=f(a1)−f(b1)f(a1)b1−f(b1)a1=1−(−7)1⋅1−(−7)⋅0=81,f(c1)=(81)3+(81)2−10(81)+1=−512119b2=c1=81,a2=a1=0
Step 2:
a2=0,b2=81f(a2)=f(0)=03+02−10⋅0+1=1,f(b2)=f(81)=(81)3+(81)2−10(81)+1=−512119c2=f(a2)−f(b2)f(a2)b2−f(b2)a2=63164,f(c2)≅−0.003→b3=c2=63164,a3=a2=0
Answer provided by https://www.AssignmentExpert.com