I don't quite understand what is the difference between approximating the first positive root of a function and third positive root of a function by using the Newton-Raphson formula. Can the following formula apply to finding the third positive root ?
$$x_{n+1}=x_n-\frac{f\:\left(x_n\right)\:}{f\:'\:\left(x_n\right)}$$