Question #65681, Math / Other
Find an appropriate root of x3+2x2−5=0 in [1,2] with 10(−5) accuracy by
i) Newton Raphson Method
ii) Secant Method
What conclusions can you draw from here about the two methods?
Answer.
i) xn+1=xn−f′(xn)f(xn)=xn−3xn2+4xnxn3+2xn2−5

So, with 10−5 accuracy x=1.24190.
ii) xn+2=xn+1−f(xn+1)−f(xn)f(xn+1)(xn+1−xn)

So, with 10−5 accuracy x=1.24190.
The Newton-Raphson Method converges better.
Answer provided by www.AssignmentExpert.com