Processing math: 100%
SOLUTION 3: If we let x=1001/5, then x5=100 and x5−100=0, so let's define function f(x)=x5−100, whose graph is given below.
The derivative of f is f′(x)=5x4. Now use Newton's Method:
xn+1=xn−f(xn)f′(xn) ⟶
xn+1=xn−x5n−1005x4n ⟶
(Let's simplify the right-hand side of this equation. First get a common denominator.)
xn+1=xn 5x4n5x4n−x5n−1005x4n ⟶
xn+1=5x5n−(x5n−100)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 :
Thus 1001/5 to eight decimal places is 1001/5≈2.511886432.
Click HERE to return to the list of problems.