Answer on Question #65700 – Math – Algorithms | Quantitative Methods
Question
Using X0=0 find an approximation to one of the zeros of x3−4x+1=0 by using Birge Vieta Method. Perform two iterations
Solution
f(x)=x3−4x+1,f′(x)=3x2−4,x0=0,f(0)=1,f′(0)=−4f(x)=xQ(x)+R(x)=x(x2−4)+1,Q(x)=x2−4,R(x)=1
x−x0f(x)=xx3−4x+1=x2−4+x1,x1=x0−f′(x0)f(x0)=0−−41=0.25.
∣10.25+0.25∗1=0.5−3.9375+0.25∗0.5=−3.8125=f′(0.25)f(x)=x3−4x+1,f′(x)=3x2−4,x1=0.25,f(0.25)=0.015625,f′(0.25)=−3.8125f(x)=xQ1(x)+R1(x)=(x−0.25)(x2+0.25x−3.9375)+0.015625,Q1(x)=x2+0.25x−3.9375,R1(x)=0.015625x−x1f(x)=x−0.25x3−4x+1=x2+4x−1663+x−0.25641,x2=x1−f′(x1)f(x1)=0.25−−3.8125641=0.2541.
Answer: 0.25; 0.2541.
Answer provided by https://www.AssignmentExpert.com
.
Comments