Let f(x)=ex−5x. Then f′(x)=ex−5.
The Newton-Raphson formula is xn+1=xn−exn−5exn−5xn. [M1 for correct f′(x) and formula]
We start with x0=2.
x1=2−e2−5e2−5(2)=2−7.389056−57.389056−10=2−2.389056−2.610944=2−(−1.09288)=3.09288
[M1 for first correct application of formula]
x2=3.09288−e3.09288−5e3.09288−5(3.09288)=3.09288−22.0295−522.0295−15.4644=3.09288−17.02956.5651=3.09288−0.38551=2.70737
x3=2.70737−e2.70737−5e2.70737−5(2.70737)=2.70737−14.9888−514.9888−13.53685=2.70737−9.98881.45195=2.70737−0.14535=2.56202
Continuing this process (often done on a calculator):
x4=2.54303
x5=2.54264
x6=2.54264
The values have converged. To check for 4 d.p., we test the interval [2.542635,2.542645].
f(2.542635)=e2.542635−5(2.542635)=−0.000003...<0
f(2.542645)=e2.542645−5(2.542645)=+0.000009...>0
Since there is a sign change, the root is 2.5426 correct to 4 decimal places. [A1 for showing convergence, A1 for correct answer to 4 d.p. after a valid check]