8.8 Quiz 4
Please submit solutions to the following via moodle
by 23:59 on Wednesday 14th December. Each question is worth [2] marks.
For Q4.3-Q4.5, please see Week09Looping.pdf.
Q4.1Two integrals. Calculate
|
|
|
and hence find
|
|
|
One of the following is true.
(A) and diverges. (B) and .
(C) and . (D) diverges; (E) and .
Q4.2Stationary points. The stationary points of
are classified in the following.
(A) There are four stationary points.
(B) There is a saddle at and a local minimum at
.
(C) There is a saddle at and a local maximum at
.
(D) There is a local maximum at and a local minimum at
.
(E) There is an inflexion at and a local minimum at
.
Q4.3Newton-Raphson method (i).
One procedure for which a while loop is useful for implementation is the Newton-Raphson method for finding the roots of the differentiable function . This algorithm iterates the following recursion
|
|
|
whilst the difference between successive evaluations is greater than a specified small value.
Consider using the Newton-Raphson method to find one of the roots of the function:
|
|
|
|
|
Take as the your starting point and use
|
|
|
as the convergence criterion.
Give the value of at convergence to 2 decimal places.
Q4.4Newton-Raphson method (ii).
Determine the number of iterations needed to reach convergence i.e. the first for which
|
|
|
Q4.5Hénon Map.
The Hénon map is defined by the recursion equations
|
|
|
|
|
|
|
|
|
|
Write some R code to produce sequences as above, up to , starting at , for parameters as follows.
(i) , (iii)
(ii) , (iv)
(Please submit this to Paul Levy.)