The Newton method is quite the complicated method if you don't have an advance knowledge of Maths. However, given that you have asked, I will try my best to teach you the Newton Method.
Now then let is get started. The Newton's Method uses a very repetitive method of approaching a root:
$${\sqrt{}}$$
The root that you wish to solve or locate will depend what your initial number will be. In this example I will use the most commonly used pronumeral to replace a number. The equation you are looking for is indicated below:
$$x_n_+_1=(x_n)-f(x_n)/f'(x_n)$$
Looks complicated right?
I'll try to walk you through.
In the equation $$x_n$$ is the value of the $$x$$ value. $$f(x_n)$$ is the same $$x_n$$.
I am very bad at wording... Please excuse me.. I never exceled at Engrish.
$$f'(x_n)$$ is the slope or as known as the derivative, at
$$x_n. x_n_+_1$$
represents the next x-value that you are trying to find.
$$f'(x_n)$$ the derivative represents $$f(x)/dx (dx = delta-x)$$. Therefore, the term $$f(x)/f'(x)$$ represents a value of dx.
Right now.. I am diving into the unknown now... Hopefully, I still know what I am doing >_<
$$\frac{f(x)}{f'(x)}=\frac{f(x)}{f(x)/dx}=dx$$
...and that is all I remember from this method. Anyone could help me out? :P