Processing math: 100%


SOLUTION 3: If we let x=1001/5, then x5=100 and x5100=0, so let's define function f(x)=x5100, whose graph is given below.

tex2html_wrap_inline125



The derivative of f is f(x)=5x4. Now use Newton's Method: xn+1=xnf(xn)f(xn)     xn+1=xnx5n1005x4n     (Let's simplify the right-hand side of this equation. First get a common denominator.) xn+1=xn 5x4n5x4nx5n1005x4n     xn+1=5x5n(x5n100)5x4n     xn+1=4x5n+1005x4n I will choose to let x0=2. Using Newton's Method formula for 6 iterations in a spreadsheet results in :

tex2html_wrap_inline125



Thus  1001/5  to eight decimal places is  1001/52.511886432.

Click HERE to return to the list of problems.