\includegraphics{figure_3}
A curve with no stationary points has equation \(y = f(x)\). The equation \(f(x) = 0\) has one real root \(\alpha\), and the Newton-Raphson method is to be used to find \(\alpha\). The tangent to the curve at the point \((x_1, f(x_1))\) meets the \(x\)-axis where \(x = x_2\) (see diagram).
- Show that \(x_2 = x_1 - \frac{f(x_1)}{f'(x_1)}\). [3]
- Describe briefly, with the help of a sketch, how the Newton-Raphson method, using an initial approximation \(x = x_1\), gives a sequence of approximations approaching \(\alpha\). [2]
- Use the Newton-Raphson method, with a first approximation of 1, to find a second approximation to the root of \(x^2 - 2\sinh x + 2 = 0\). [2]