OCR MEI Further Numerical Methods (Further Numerical Methods) 2020 November

Question 1
View details
1 Fig. 1 shows some spreadsheet output. \begin{table}[h]
A
11E-17
21E-17
31E-29
\captionsetup{labelformat=empty} \caption{Fig. 1}
\end{table}
  1. Write the value displayed in cell A3 in standard mathematical notation. The formula in cell A3 is
    \(= \mathrm { A } 2 - \mathrm { A } 1\)
  2. Explain why the value displayed in cell A3 is non zero.
  3. Write down the value of the number stored in cell A2 to the highest precision possible.
  4. Explain why your answer to part (c) may be different to the actual value stored in cell A2.
Question 2
View details
2 Fig. 2 shows 3 values of \(x\) and the associated values of a function, \(\mathrm { f } ( x )\). \begin{table}[h]
\(x\)125
\(\mathrm { f } ( x )\)516.676.6
\captionsetup{labelformat=empty} \caption{Fig. 2}
\end{table} Find a polynomial \(p ( x )\) of degree 2 to approximate \(\mathrm { f } ( x )\), giving your answer in the form \(p ( x ) = a x ^ { 2 } + b x + c\), where \(a\), \(b\) and \(c\) are constants to be determined.
Question 3
View details
3 At Heathwick airport each passenger’s luggage is weighed before being loaded into the hold of the aeroplane. Each weight is displayed digitally in kg to 1 decimal place. Some examples are given in Fig. 3. \begin{table}[h]
Weight (kg)
17.2
19.9
22.3
20.1
21.5
\captionsetup{labelformat=empty} \caption{Fig. 3}
\end{table} On each flight, the total weight of luggage is calculated to ensure compliance with health and safety regulations. Winston models this situation by assuming that the displayed weights are rounded to 1 decimal place, and that the total weight of luggage is calculated using the displayed values. On a flight to Athens, there are 154 items of passengers’ luggage.
  1. Determine the maximum possible error, according to Winston's model, when the total weight of luggage is calculated for the flight to Athens. Piotre models this situation by assuming that the displayed weights are chopped to 1 decimal place, and that the total weight of luggage is calculated using the displayed values.
  2. Determine the maximum possible error, according to Piotre's model, when the total weight of luggage is calculated for the flight to Athens. A health and safety inspector notes that the total of the displayed weights is 3080.2 kg . However, when the luggage is all weighed together in the loading bay, the total weight is found to be 3089.44 kg .
  3. Determine whether Winston's model or Piotre's model is a better fit for the data.
Question 4 4 marks
View details
4
  1. Use the trapezium rule with 1 strip to calculate an estimate of \(\int _ { 1 } ^ { 2 } \sqrt { 1 + x ^ { 3 } } \mathrm {~d} x\), giving your
    answer correct to six decimal places.
    [0pt] [2]
    Fig. 4 shows some spreadsheet output containing further approximations to this integral using the trapezium rule, denoted by \(T _ { n }\), and Simpson's rule, denoted by \(S _ { 2 n }\). \begin{table}[h]
    ABC
    1\(n\)\(T _ { n }\)\(S _ { 2 n }\)
    212.130135
    322.149378
    442.1347512.129862
    582.131084
    \captionsetup{labelformat=empty} \caption{Fig. 4}
    \end{table}
  2. Write down an efficient formula for cell C 4.
  3. Find the value of \(S _ { 4 }\), giving your answer correct to 6 decimal places.
  4. Without doing any further calculation, state the value of \(\int _ { 1 } ^ { 2 } \sqrt { 1 + x ^ { 3 } } \mathrm {~d} x\) as accurately as
    possible, justifying the precision quoted.
    [0pt] [2]
  5. Use the fact that Simpson's rule is a fourth order method to obtain an improved approximation to the value of \(\int _ { 1 } ^ { 2 } \sqrt { 1 + x ^ { 3 } } \mathrm {~d} x\), stating the value of this integral to a precision which seems justified.
Question 5
View details
5 You are given that
\(g ( x ) = \frac { \sqrt [ 3 ] { x ^ { x } + 25 } } { 2 }\). Fig. 5.1 shows two values of \(x\) and the associated values of \(\mathrm { g } ( x )\). \begin{table}[h]
\(x\)1.451.55
\(g ( x )\)1.494681.49949
\captionsetup{labelformat=empty} \caption{Fig. 5.1}
\end{table}
  1. Use the central difference method to calculate an estimate of \(\mathrm { g } ^ { \prime } ( 1.5 )\), giving your answer correct to 3 decimal places. The equation \(x ^ { x } - 8 x ^ { 3 } + 25 = 0\) has two roots, \(\alpha\) and \(\beta\), such that \(\alpha \approx 1.5\) and \(\beta \approx 4.4\).
  2. Obtain the iterative formula \(x _ { n + 1 } = g \left( x _ { n } \right) = \frac { \sqrt [ 3 ] { x _ { n } ^ { X _ { n } } + 25 } } { 2 }\).
  3. Use your answer to part (a) to explain why it is possible that the iterative formula \(x _ { n + 1 } = g \left( x _ { n } \right) = \frac { \sqrt [ 3 ] { x _ { n } ^ { X _ { n } } + 25 } } { 2 }\) may be used to find \(\alpha\).
  4. Starting with \(x _ { 0 } = 1.5\), use the iterative formula to find \(x _ { 1 } , x _ { 2 } , x _ { 3 } , x _ { 4 } , x _ { 5 }\), and \(x _ { 6 }\).
  5. Use your answer to part (d) to state the value of \(\alpha\) correct to 8 decimal places. Starting with \(x _ { 0 } = 4.5\) the same iterative formula is used in an attempt to find \(\beta\). The results are shown in Fig. 5.2. \begin{table}[h]
    \(n\)\(x _ { n }\)
    04.5
    14.81826433
    26.27473453
    323.2937196
    4\(2.0654 \mathrm { E } + 10\)
    5\#NUM!
    \captionsetup{labelformat=empty} \caption{Fig. 5.2}
    \end{table}
  6. Explain why \#NUM! is displayed in the cell for \(x _ { 5 }\).
  7. On the diagram in the Printed Answer Booklet, starting with \(x _ { 0 } = 4.5\), illustrate how the iterative formula works to find \(x _ { 1 }\) and \(x _ { 2 }\).
  8. Determine what happens when the relaxed iteration \(x _ { n + 1 } = ( 1 - \lambda ) x _ { n } + \lambda g \left( x _ { n } \right)\) is used to try to find \(\beta\) with \(x _ { 0 } = 4.5\), in each of the following cases.
    • \(\lambda = 0.5\)
    • \(\lambda = - 0.4\)
Question 6
View details
6 Fig. 6.1 shows the graph of \(y = \mathrm { e } ^ { 3 x } - 11 x - 0.5\) for \(- 0.5 \leqslant x \leqslant 1\). \begin{figure}[h]
\includegraphics[alt={},max width=\textwidth]{87bb8eb7-b725-48b0-b32b-0bfce624cd91-08_576_881_315_333} \captionsetup{labelformat=empty} \caption{Fig. 6.1}
\end{figure} The equation \(\mathrm { e } ^ { 3 x } - 11 x - 0.5 = 0\) has two roots, \(\alpha\) and \(\beta\), such that \(\alpha < \beta\). Dennis is going to use the method of interval bisection with starting values denoted by \(a\) and \(b\).
  1. Explain why the method of interval bisection starting with \(a = 0\) and \(b = 1\) may not be used to find either \(\alpha\) or \(\beta\). Dennis uses the method of interval bisection starting with \(a = 0\) and \(b = 0.5\) to find \(\alpha\). Some spreadsheet output is shown in Fig. 6.2. \begin{table}[h]
    ABCDEF
    1af(a)bf(b)\(x _ { \text {new } }\)\(\mathrm { f } \left( x _ { \text {new } } \right)\)
    200.50.5-1.518310.25-1.133
    300.50.25-1.1330.125-0.42
    400.50.125-0.420010.06250.01873
    50.06250.018730.125-0.420010.09375-0.2065
    \captionsetup{labelformat=empty} \caption{Fig. 6.2}
    \end{table} Dennis states that the formula in cell B2 is $$= \operatorname { EXP } \left( 3 ^ { * } \mathrm {~A} 1 \right) - 11 \mathrm {~A} 2 - 0.5$$ Dennis has made two errors.
  2. Write a correct version of Dennis's formula for cell B2. The formula in cell A3, which is correct, is
    = IF(F2 > 0, E2, A2)
  3. Write a suitable formula for cell C3.
  4. Use the information in Fig. 6.2 to
    • find the value of \(\alpha\) as accurately as possible,
    • state the maximum possible error in this estimate.
    Liren uses a different method to find a sequence of estimates of the value of \(\beta\) using a spreadsheet. The output, together with some further analysis, is shown in Fig. 6.3. \begin{table}[h]
    ABCD
    1\(x\)f(x)differenceratio
    20.4-1.5799
    30.6-1.0504
    40.996718.4245
    50.64398-0.6809-0.35273
    60.67036-0.40260.026378-0.0748
    70.708520.083860.0381641.44682
    80.70194-0.0075-0.00658-0.1724
    90.70248-0.00010.00054-0.082
    100.70249\(1.8 \mathrm { E } - 07\)\(8.88 \mathrm { E } - 06\)0.01646
    \captionsetup{labelformat=empty} \caption{Fig. 6.3}
    \end{table} The formula in cell A4 is $$= ( \mathrm { A } 2 * \mathrm {~B} 3 - \mathrm { A } 3 * \mathrm {~B} 2 ) / ( \mathrm { B } 3 - \mathrm { B } 2 )$$
  5. State the method being used.
  6. Explain what the values in column D tell you about the order of convergence of this sequence of estimates. Liren states that \(\beta = 0.70249\) correct to 5 decimal places.
  7. Determine whether Liren is correct.
Question 7
View details
7 Fig. 7.1 shows two values of \(x\) and the associated values of \(\mathrm { f } ( x )\). \begin{table}[h]
\(x\)33.5
\(\mathrm { f } ( x )\)6.0827634.596194
\captionsetup{labelformat=empty} \caption{Fig. 7.1}
\end{table}
  1. Use the forward difference method to calculate an estimate of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\), giving your answer correct to 4 decimal places. Fig. 7.2 shows some spreadsheet output with additional values of \(x\) and the associated values of \(\mathrm { f } ( x )\). \begin{table}[h]
    \(x\)33.000013.00013.0013.013.1
    \(\mathrm { f } ( x )\)6.0827636.082746.0825416.080546.0604545.848846
    \captionsetup{labelformat=empty} \caption{Fig. 7.2}
    \end{table} These values have been used to produce a sequence of estimates of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\), together with some further analysis. This is shown in the spreadsheet output in Fig. 7.3. \begin{table}[h]
    \(h\)0.10.010.0010.00010.00001
    estimate-2.339165-2.230883-2.220532-2.219501-2.219398
    difference0.10828150.0103520.00103070.000103
    ratio0.0956020.0995670.0999568
    \captionsetup{labelformat=empty} \caption{Fig. 7.3}
    \end{table} Tommy states that the differences between successive estimates is decreasing so rapidly that the order of convergence of this sequence of estimates is much faster than first order.
  2. Explain whether or not Tommy is correct.
  3. Use extrapolation to determine the value of the gradient of \(\mathrm { f } ( x )\) at \(x = 3\) as accurately as possible, justifying the precision quoted.
  4. Calculate an estimate of the absolute error when \(\mathrm { f } ( 3 )\) is used as an approximation to \(\mathrm { f } ( 3.02 )\).