OCR MEI Further Numerical Methods (Further Numerical Methods) 2023 June

Question 1
View details
1 You are given that \(\left( x _ { 1 } , y _ { 1 } \right) = ( 0.9,2.3 )\) and \(\left( x _ { 2 } , y _ { 2 } \right) = ( 1.1,2.7 )\).
The values of \(x _ { 1 }\) and \(x _ { 2 }\) have been rounded to \(\mathbf { 1 }\) decimal place.
  1. Determine the range of possible values of \(x _ { 2 } - x _ { 1 }\). The values of \(y _ { 1 }\) and \(y _ { 2 }\) have been chopped to \(\mathbf { 1 }\) decimal place.
  2. Determine the range of possible values of \(y _ { 2 } - y _ { 1 }\). You are given that \(m = \frac { y _ { 2 } - y _ { 1 } } { x _ { 2 } - x _ { 1 } }\).
  3. Determine the range of possible values of \(m\).
  4. Explain why your answer to part (c) is much larger than your answer to part (a) and your answer to part (b).
Question 2
View details
2 A car tyre has a slow puncture. Initially the tyre is inflated to a pressure of 34.5 psi . The pressure is checked after 3 days and then again after 5 days. The time \(t\) in days and the pressure, \(P\) psi, are shown in the table below. You are given that the pressure in a car tyre is measured in pounds per square inch (psi).
\(t\)035
\(P\)34.529.427.0
The owner of the car believes the relationship between \(P\) and \(t\) may be modelled by a polynomial.
  1. Explain why it is not possible to use Newton's forward difference interpolation method for these data.
  2. Use Lagrange's form of the interpolating polynomial to find an interpolating polynomial of degree 2 for these data. The car owner uses the polynomial found in part (b) to model the relationship between \(P\) and \(t\).
    Subsequently it is found that when \(t = 6 , P = 26.0\) and when \(t = 10 , P = 24.4\).
  3. Determine whether the owner's model is a good fit for these data.
  4. Explain why the model would not be suitable in the long term.
Question 3
View details
3 The diagram shows the graph of \(y = f ( x )\) for values of \(x\) from 1 to 3.5.
\includegraphics[max width=\textwidth, alt={}, center]{4023e87c-34b1-4abd-9acc-ede5e4d68c7f-03_945_1248_312_244} The table shows some values of \(x\) and the associated values of \(y\).
\(x\)1.522.5
\(y\)1.6821372.0943952.318559
  1. Use the forward difference method to calculate an approximation to \(\frac { \mathrm { dy } } { \mathrm { dx } }\) at \(x = 2\).
  2. Use the central difference method to calculate an approximation to \(\frac { \mathrm { dy } } { \mathrm { dx } }\) at \(x = 2\).
  3. On the copy of the diagram in the Printed Answer Booklet, show how the central difference method gives the approximation to \(\frac { \mathrm { dy } } { \mathrm { dx } }\) at \(x = 2\) which was found in part (b).
  4. Explain whether your answer to part (a) or your answer to part (b) is likely to give a better approximation to \(\frac { \mathrm { dy } } { \mathrm { dx } }\) at \(x = 2\).
Question 4
View details
4 A spreadsheet is used to approximate \(\int _ { a } ^ { b } f ( x ) d x\) using the midpoint rule with 1 strip. The output is shown in the table below.
BCD
3\(x\)\(\mathrm { f } ( x )\)\(\mathrm { M } _ { 1 }\)
41.51.31037070.65518535
The formula in cell C4 is \(= \mathrm { B } 4 \wedge ( 1 / \mathrm { B } 4 )\).
The formula in cell D4 is \(= 0.5 ^ { * } \mathrm { C } 4\).
  1. Write the integral in standard mathematical notation. A graph of \(y = f ( x )\) is included in the diagram below.
    \includegraphics[max width=\textwidth, alt={}, center]{4023e87c-34b1-4abd-9acc-ede5e4d68c7f-04_789_1004_1199_235}
  2. Explain whether 0.65518535 is an over-estimate or an under-estimate of \(\int _ { a } ^ { b } f ( x ) d x\).
Question 5
View details
5 The equation \(3 - 2 \ln x - x = 0\) has a root near \(x = 1.8\).
A student proposes to use the iterative formula \(\mathrm { x } _ { \mathrm { n } + 1 } = \mathrm { g } \left( \mathrm { x } _ { \mathrm { n } } \right) = 3 - 2 \ln \mathrm { x } _ { \mathrm { n } }\) to find this root.
The diagram shows the graphs of \(\mathrm { y } = \mathrm { x }\) and \(\mathrm { y } = \mathrm { g } ( \mathrm { x } )\) for values of \(x\) from - 2 to 6 .
\includegraphics[max width=\textwidth, alt={}, center]{4023e87c-34b1-4abd-9acc-ede5e4d68c7f-05_913_917_502_233}
  1. With reference to the graph, explain why it might not be possible to use the student's iterative formula to find the root near \(x = 1.8\).
  2. Use the relaxed iteration \(\mathrm { x } _ { \mathrm { n } + 1 } = \lambda \mathrm { g } \left( \mathrm { x } _ { \mathrm { n } } \right) + ( 1 - \lambda ) \mathrm { x } _ { \mathrm { n } }\), with \(\lambda = 0.475\) and \(x _ { 0 } = 2\), to determine the root correct to \(\mathbf { 6 }\) decimal places. A student uses the same relaxed iteration with the same starting value. Some analysis of the iterates is carried out using a spreadsheet, which is shown in the table below.
    \(r\)differenceratio
    0
    1- 0.1834898
    2- 0.00491370.02678
    3\(- 6.44 \mathrm { E } - 06\)0.00131
    4\(- 3.862 \mathrm { E } - 09\)0.0006
    5\(- 2.313 \mathrm { E } - 12\)0.0006
  3. Explain what the analysis tells you about the order of convergence of this sequence of approximations.
Question 6
View details
6
    1. Calculate the relative error when \(\pi\) is chopped to \(\mathbf { 2 }\) decimal places in approximating $$\pi ^ { 2 } + 2 .$$
    2. Without doing any calculation, explain whether the relative error would be the same when \(\pi\) is chopped to 2 decimal places when approximating \(( \pi + 2 ) ^ { 2 }\). The table shows some spreadsheet output. The values of \(x\) in column A are exact.
      ABC
      1\(x\)\(10 ^ { x }\)\(\log _ { 10 } 10 ^ { x }\)
      2\(1 \mathrm { E } - 12\)1\(1.00001 \mathrm { E } - 12\)
      3\(1 \mathrm { E } - 11\)1\(9.99998 \mathrm { E } - 12\)
      The formula in cell B2 is \(= 10 ^ { \wedge } \mathrm { A } 2\).
      This has been copied down to cell B3.
      The formula in cell C2 is \(\quad =\) LOG(B2) .
      This formula has been copied down to cell C3.
    1. Write the value displayed in cell C 2 in standard mathematical notation.
    2. Explain why the values in cells C 2 and C 3 are neither zero nor the same as the values in cells A2 and A3 respectively.
Question 7
View details
7 The value of a function, \(\mathrm { y } = \mathrm { f } ( \mathrm { x } )\), and its gradient function, \(\frac { \mathrm { dy } } { \mathrm { dx } }\), when \(x = 2\), is given in Table 7.1. \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 7.1}
\(x\)\(\mathrm { f } ( x )\)\(\frac { \mathrm { dy } } { \mathrm { dx } }\)
26- 2.8
\end{table}
  1. Determine the approximate value of the error when \(f ( 2 )\) is used to estimate \(f ( 2.03 )\). The Newton-Raphson method is used to find a sequence of approximations to a root, \(\alpha\), of the equation \(\mathrm { f } ( x ) = 0\). The spreadsheet output showing the iterates, together with some further analysis, is shown in Table 7.2. \begin{table}[h]
    \captionsetup{labelformat=empty} \caption{Table 7.2}
    ABCD
    1rXrdifferenceratio
    2012
    31-13.1165572-25.1165572
    421.7628327914.87939004-0.5924136
    532.180521570.417688780.02807163
    642.1824190240.0018974540.00454275
    752.182419066\(4.13985 \mathrm { E } - 08\)\(2.1818 \mathrm { E } - 05\)
    \end{table}
    1. Explain what the values in column D tell you about the order of convergence of this sequence of approximations.
    2. Without doing any further calculation, state the value of \(\alpha\) as accurately as you can, justifying the precision quoted.
Question 8
View details
8 The graph of \(\mathrm { y } = 0.2 \cosh \mathrm { x } - 0.4 \mathrm { x }\) for values of \(x\) from 0 to 3.32 is shown on the graph below.
\includegraphics[max width=\textwidth, alt={}, center]{4023e87c-34b1-4abd-9acc-ede5e4d68c7f-08_988_1561_312_244} The equation \(0.2 \cosh x - 0.4 x = 0\) has two roots, \(\alpha\) and \(\beta\) where \(\alpha < \beta\), in the interval \(0 < x < 3\). The secant method with \(x _ { 0 } = 1\) and \(x _ { 1 } = 2\) is to be used to find \(\beta\).
  1. On the copy of the graph in the Printed Answer Booklet, show how the secant method works with these two values of \(x\) to obtain an improved approximation to \(\beta\). The spreadsheet output in the table below shows the result of applying the secant method with \(x _ { 0 } = 1\) and \(x _ { 1 } = 2\).
    IJKLM
    2\(r\)\(\mathrm { x } _ { \mathrm { r } }\)f(x)\(\mathrm { X } _ { \mathrm { r } + 1 }\)\(\mathrm { f } \left( \mathrm { x } _ { \mathrm { r } + 1 } \right)\)
    301-0.09142-0.0476
    412-0.04763.085290.95784
    523.085290.957842.05134-0.0298
    632.05134-0.02982.08259-0.0181
    742.08259-0.01812.130420.00155
    852.130420.001552.12664\(- 7 \mathrm { E } - 05\)
  2. Write down a suitable cell formula for cell J4.
  3. Write down a suitable cell formula for cell L4.
  4. Write down the most accurate approximation to \(\beta\) which is displayed in the table.
  5. Determine whether your answer to part (d) is correct to 5 decimal places. You should not calculate any more iterates.
  6. It is decided to use the secant method with starting values \(x _ { 0 } = 1\) and \(\mathrm { x } _ { 1 } = \mathrm { a }\), where \(a > 1\), to find \(\alpha\). State a suitable value for \(a\).
Question 9
View details
9 The trapezium rule is used to calculate 3 approximations to \(\int _ { 0 } ^ { 1 } \sqrt [ 3 ] { \sinh ( x ) } \mathrm { d } x\) with 1,2 and 4 strips respectively. The results are shown in Table 9.1. \begin{table}[h]
\captionsetup{labelformat=empty} \caption{Table 9.1}
\(n\)\(\mathrm {~T} _ { n }\)
10.52764369
20.66617652
40.72534275
\end{table}
  1. Use these results to determine two approximations to \(\int _ { 0 } ^ { 1 } \sqrt [ 3 ] { \sinh ( x ) } \mathrm { d } x\) using Simpson's rule.
  2. Use your answers to part (a) to state the value of \(\int _ { 0 } ^ { 1 } \sqrt [ 3 ] { \sinh ( x ) } \mathrm { d } x\) as accurately as you can, justifying the precision quoted. Table 9.2 shows some further approximations found using the trapezium rule, together with some analysis of these approximations. \begin{table}[h]
    \captionsetup{labelformat=empty} \caption{Table 9.2}
    \(n\)\(\mathrm { T } _ { n }\)differenceratio
    10.5276437
    20.66617650.138533
    40.72534270.0591660.42709
    80.74988210.0245390.41475
    160.75988580.0100040.40766
    320.76392210.0040360.40348
    640.76554040.0016180.40095
    \end{table}
  3. Explain what can be deduced about the order of the method in this case.
  4. Use extrapolation to obtain the value of \(\int _ { 0 } ^ { 1 } \sqrt [ 3 ] { \sinh ( x ) } \mathrm { d } x\) as accurately as you can, justifying the precision quoted.