Let f(x) = xex - 5. This question compares two numerical methods for solving f(x) = 0.
(a)Show that f(x) = 0 has a root between x = 1.3 and x = 1.4.(2)
(b)Show that the equation xex = 5 can be rearranged into the iterative form x_(n+1) = ln(5/xn).(2)
(c)Using x0 = 1.3, find x1, x2, x3 and x4, giving each to 4 decimal places, and comment on the pattern of convergence.(4)
(d)By first finding f'(x) using the product rule, use the Newton-Raphson method with x0 = 1.3 to find x1 and x2, giving each to 6 decimal places, and state the root of f(x) = 0 correct to 4 decimal places.(5)
(e)Comment on the relative rates of convergence of the two methods used in parts (c) and (d), referring to the number of iterations required to obtain the root correct to 4 decimal places.(2)
(Total for Question 12 is 15 marks)