using Newton raphson method find the real roots of equation
x^4-x-10=0 correct to three decimal places
Answers
Answered by
1
Answered by
5
at x = 3 which looks a long way from the solution but the Newton Raphson process converged VERY quickly in only 3 iterations to 1.934 which is correct to 4 sig figs.
It is sometimes a little disappointing when the process converges so quickly if you like seeing it converge!
———————————————————————————————————
Here is a nicer picture which I find more satisfying. It is the graph of y = f(x) so the solution of f(x) = 0 is the point where the graph crosses the x axis at x = α.
This diagram shows how the iterative process approaches the solution of the equation f(x) = 0.
Similar questions