Newton-Raphson error analysis

A question is this type if and only if it involves analyzing the error in Newton-Raphson approximations, including showing error magnitude relationships or verifying F'(α) = 0 for special convergence properties.

3 questions

OCR FP2 2011 January Q5
5 The equation $$x ^ { 3 } - 5 x + 3 = 0$$ may be solved by the Newton-Raphson method. Successive approximations to a root are denoted by \(x _ { 1 } , x _ { 2 } , \ldots , x _ { n } , \ldots\).
  1. Show that the Newton-Raphson formula can be written in the form \(x _ { n + 1 } = \mathrm { F } \left( x _ { n } \right)\), where $$\mathrm { F } ( x ) = \frac { 2 x ^ { 3 } - 3 } { 3 x ^ { 2 } - 5 }$$
  2. Find \(\mathrm { F } ^ { \prime } ( x )\) and hence verify that \(\mathrm { F } ^ { \prime } ( \alpha ) = 0\), where \(\alpha\) is any one of the roots of equation (A).
  3. Use the Newton-Raphson method to find the root of equation (A) which is close to 2 . Write down sufficient approximations to find the root correct to 4 decimal places.
OCR FP2 2012 January Q5
5 It is given that \(\mathrm { f } ( x ) = x ^ { 3 } - k\), where \(k > 0\), and that \(\alpha\) is the real root of the equation \(\mathrm { f } ( x ) = 0\). Successive approximations to \(\alpha\), using the Newton-Raphson method, are denoted by \(x _ { 1 } , x _ { 2 } , \ldots , x _ { n } , \ldots\).
  1. Show that \(x _ { n + 1 } = \frac { 2 x _ { n } ^ { 3 } + k } { 3 x _ { n } ^ { 2 } }\).
  2. Sketch the graph of \(y = \mathrm { f } ( x )\), giving the coordinates of the intercepts with the axes. Show on your sketch how it is possible for \(\left| \alpha - x _ { 2 } \right|\) to be greater than \(\left| \alpha - x _ { 1 } \right|\). It is now given that \(k = 100\) and \(x _ { 1 } = 5\).
  3. Write down the exact value of \(\alpha\) and find \(x _ { 2 }\) and \(x _ { 3 }\) correct to 5 decimal places.
  4. 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 } ^ { 3 } } { e _ { 1 } ^ { 2 } }\).
OCR FP2 2015 June Q6
6 It is given that the equation \(3 x ^ { 3 } + 5 x ^ { 2 } - x - 1 = 0\) has three roots, one of which is positive.
  1. Show that the Newton-Raphson iterative formula for finding this root can be written $$x _ { n + 1 } = \frac { 6 x _ { n } ^ { 3 } + 5 x _ { n } ^ { 2 } + 1 } { 9 x _ { n } ^ { 2 } + 10 x _ { n } - 1 } .$$
  2. A sequence of iterates \(x _ { 1 } , x _ { 2 } , x _ { 3 } , \ldots\) which will find the positive root is such that the magnitude of the error in \(x _ { 2 }\) is greater than the magnitude of the error in \(x _ { 1 }\). On the graph given in the Printed Answer Book, mark a possible position for \(x _ { 1 }\).
  3. Apply the iterative formula in part (i) when the initial value is \(x _ { 1 } = - 1\). Describe the behaviour of the iterative sequence, illustrating your answer on the graph given in the Printed Answer Book.
  4. A sequence of approximations to the positive root is given by \(x _ { 1 } , x _ { 2 } , x _ { 3 } , \ldots\). Successive differences \(x _ { r } - x _ { r - 1 } = d _ { r }\), where \(r \geqslant 2\), are such that \(d _ { r } \approx k \left( d _ { r - 1 } \right) ^ { 2 }\) where \(k\) is a constant. Show that \(d _ { 4 } \approx \frac { d _ { 3 } ^ { 3 } } { d _ { 2 } ^ { 2 } }\) and demonstrate this numerically when \(x _ { 1 } = 1\).
  5. Find the value of the positive root correct to 5 decimal places.