It is given that \(f(x) = x^3 - k\), where \(k > 0\), and that \(\alpha\) is the real root of the equation \(f(x) = 0\). Successive approximations to \(\alpha\), using the Newton-Raphson method, are denoted by \(x_1, x_2, \ldots, x_n, \ldots\).
- Show that \(x_{n+1} = \frac{2x_n^3 + k}{3x_n^2}\). [2]
- Sketch the graph of \(y = f(x)\), giving the coordinates of the intercepts with the axes. Show on your sketch how it is possible for \(|x_2 - x_1|\) to be greater than \(|x_1|\). [3]
It is now given that \(k = 100\) and \(x_1 = 5\).
- Write down the exact value of \(\alpha\) and find \(x_2\) and \(x_3\) correct to 5 decimal places. [3]
- The error \(e_n\) is defined by \(e_n = \alpha - x_n\). By finding \(e_1\), \(e_2\) and \(e_3\), verify that \(e_3 \approx \frac{e_2^2}{e_1}\). [3]