Nate J. answered 12/02/17
Tutor
New to Wyzant
I love math and science!
If you are having trouble with Newton's method, I reccomend this site:http://tutorial.math.lamar.edu/Classes/CalcI/NewtonsMethod.aspx.
Paul's Notes is great for many other math topics as well!
Using the equation for Newton's method:
If Xn+1 = Xn - [f(xn) / f`(xn)], what is f(x) ???
Let's take your equation and set it equal to zero, so (x-2)2 - ln(x) = 0. This equation will be our f(x)
So Xn+1 = Xn - [(Xn - 2)2 - ln(Xn)] / [f`(Xn)]
Now calculate and plug in the derivative of f(x), f`(x)!
Once you plug in the derivative and simplify that equation in terms of Xn, let's start finding the roots by setting Xn = X0 = 1, since ln(0) does not exist. Continue plugging in values for X (e.g. 2, 3, 4, 5) to find the roots!
Good luck!