Question: Write the update formula using Newton's method to find root of f(x) = x^2 - log (x) X_n + 1 = x_n + x^2 _n

Write the update formula using Newton's method to find root of f(x) = x^2 - log (x) X_n + 1 = x_n + x^2 _n - log (x_n)/2x_n - 1/x_n x_n + 1 = x_n - x^2 _n - log (x_n)/2x_n - 1/x_n x_n + 1 = x_n + 2x_n - 1/x_n/x^2 _n - log (x_n) x_n + 1 = x_n - 2x_n - 1/x_n/x^2 _n - log (x_n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
