OCR MEI Further Numerical Methods 2020 November — Question 6 10 marks

Exam BoardOCR MEI
ModuleFurther Numerical Methods (Further Numerical Methods)
Year2020
SessionNovember
Marks10
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicSign Change & Interval Methods
TypeInterval Bisection from Spreadsheet
DifficultyStandard +0.3 This is a straightforward interval bisection question requiring students to identify errors in spreadsheet formulas (mixing up cell references), write correct formulas using IF statements, and apply the bisection method to find a root with error bounds. While it involves multiple parts, each step is routine application of standard numerical methods taught at this level, with no novel problem-solving required.
Spec1.09a Sign change methods: locate roots

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
    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 6:
AnswerMarks
61.49682560956
(71.49682560953
)
AnswerMarks Guidance
6(a) both f(0) and f(1) are positive oe
[1]
AnswerMarks Guidance
6(b) = EXP(3*A2) ‒ 11*A2 ‒ 0.5
[1]
AnswerMarks Guidance
6(c) =IF(F2>0,C2,E2)
or =IF(F2<0,E2,C2)B1 1.1
[1]
AnswerMarks Guidance
6(d) = ] 0.078125
0.0625+0.09375
[mpe = 0.0156 25
AnswerMarks
2B1
B13.1a
1.1
[2]
AnswerMarks Guidance
6(e) secant method
[1]
AnswerMarks Guidance
6(f) the ratios of differences are decreasing in
magnitude oe
AnswerMarks
so the convergence is faster than first orderB1
B11.1
2.2bif B0B0 allow SC1 for eg ratios not
equal so convergence not 1st order
[2]
AnswerMarks Guidance
6(g) f(0.702485) and f(0.702495) calculated
awrt ‒0.00006… and + 0.00008…sign change,
AnswerMarks
so Liren is correctM1
A12.1
2.2a
[2]
Question 6:
6 | 1.49682560956
(7 | 1.49682560953
)
6 | (a) | both f(0) and f(1) are positive oe | B1 | 2.4
[1]
6 | (b) | = EXP(3*A2) ‒ 11*A2 ‒ 0.5 | B1 | 1.1
[1]
6 | (c) | =IF(F2>0,C2,E2)
or =IF(F2<0,E2,C2) | B1 | 1.1
[1]
6 | (d) | = ] 0.078125
0.0625+0.09375
[mpe = 0.0156 25
2 | B1
B1 | 3.1a
1.1
[2]
6 | (e) | secant method | B1 | 1.2
[1]
6 | (f) | the ratios of differences are decreasing in
magnitude oe
so the convergence is faster than first order | B1
B1 | 1.1
2.2b | if B0B0 allow SC1 for eg ratios not
equal so convergence not 1st order
[2]
6 | (g) | f(0.702485) and f(0.702495) calculated
awrt ‒0.00006… and + 0.00008…sign change,
so Liren is correct | M1
A1 | 2.1
2.2a
[2]
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]
\begin{center}
  \includegraphics[alt={},max width=\textwidth]{87bb8eb7-b725-48b0-b32b-0bfce624cd91-08_576_881_315_333}
\captionsetup{labelformat=empty}
\caption{Fig. 6.1}
\end{center}
\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$.
\begin{enumerate}[label=(\alph*)]
\item 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]
\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|}
\hline
 & A & B & C & D & E & F \\
\hline
1 & a & f(a) & b & f(b) & $x _ { \text {new } }$ & $\mathrm { f } \left( x _ { \text {new } } \right)$ \\
\hline
2 & 0 & 0.5 & 0.5 & -1.51831 & 0.25 & -1.133 \\
\hline
3 & 0 & 0.5 & 0.25 & -1.133 & 0.125 & -0.42 \\
\hline
4 & 0 & 0.5 & 0.125 & -0.42001 & 0.0625 & 0.01873 \\
\hline
5 & 0.0625 & 0.01873 & 0.125 & -0.42001 & 0.09375 & -0.2065 \\
\hline
\end{tabular}
\captionsetup{labelformat=empty}
\caption{Fig. 6.2}
\end{center}
\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.
\item 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)
\item Write a suitable formula for cell C3.
\item Use the information in Fig. 6.2 to

\begin{itemize}
  \item find the value of $\alpha$ as accurately as possible,
  \item state the maximum possible error in this estimate.
\end{itemize}

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]
\begin{center}
\begin{tabular}{|l|l|l|l|l|}
\hline
 & A & B & C & D \\
\hline
1 & $x$ & f(x) & difference & ratio \\
\hline
2 & 0.4 & -1.5799 &  &  \\
\hline
3 & 0.6 & -1.0504 &  &  \\
\hline
4 & 0.99671 & 8.4245 &  &  \\
\hline
5 & 0.64398 & -0.6809 & -0.35273 &  \\
\hline
6 & 0.67036 & -0.4026 & 0.026378 & -0.0748 \\
\hline
7 & 0.70852 & 0.08386 & 0.038164 & 1.44682 \\
\hline
8 & 0.70194 & -0.0075 & -0.00658 & -0.1724 \\
\hline
9 & 0.70248 & -0.0001 & 0.00054 & -0.082 \\
\hline
10 & 0.70249 & $1.8 \mathrm { E } - 07$ & $8.88 \mathrm { E } - 06$ & 0.01646 \\
\hline
\end{tabular}
\captionsetup{labelformat=empty}
\caption{Fig. 6.3}
\end{center}
\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 )$$
\item State the method being used.
\item 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.
\item Determine whether Liren is correct.
\end{enumerate}

\hfill \mbox{\textit{OCR MEI Further Numerical Methods 2020 Q6 [10]}}