| Exam Board | OCR MEI |
|---|---|
| Module | Further Numerical Methods (Further Numerical Methods) |
| Year | 2021 |
| Session | November |
| Marks | 7 |
| Paper | Download PDF ↗ |
| Mark scheme | Download PDF ↗ |
| Topic | Sign Change & Interval Methods |
| Type | Secant Method or False Position |
| Difficulty | Standard +0.3 This is a straightforward question about the False Position method requiring interpretation of spreadsheet formulas and basic understanding of convergence. Part (a) is direct reading, (b) requires simple logic adaptation, (c) involves one application of the False Position formula, and (d) tests standard knowledge that ratios approaching a constant indicate linear convergence. All parts are routine for Further Maths students who have studied numerical methods. |
| Spec | 1.06a Exponential function: a^x and e^x graphs and properties1.09c Simple iterative methods: x_{n+1} = g(x_n), cobweb and staircase diagrams4.07a Hyperbolic definitions: sinh, cosh, tanh as exponentials |
| C | D | E | F | G | H | I | J | |
| 4 | a | f(a) | b | \(\mathrm { f } ( b )\) | \(x _ { \text {new } }\) | \(\mathrm { f } \left( x _ { \text {new } } \right)\) | difference | ratio |
| 5 | 1 | -1.8248 | 2 | 17.2899 | 1.09547 | -1.80507 | ||
| 6 | 1.09547 | -1.80507 | 2 | 17.2899 | 1.18097 | -1.75418 | 0.08551 | |
| 7 | 1.18097 | -1.75418 | 2 | 17.2899 | 1.25641 | -1.66246 | 0.07544 | 0.88229 |
| 8 | 1.25641 | -1.66246 | 2 | 17.2899 | 1.32164 | -1.52781 | 0.06523 | 0.86458 |
| 9 | 1.32164 | -1.52781 | 2 | 17.2899 | 1.37672 | -1.35706 | 0.05508 | 0.84439 |
| 10 | 1.37672 | -1.35706 | 2 | 17.2899 | 1.42208 | -1.1642 | 0.04536 | 0.8236 |
| 11 | 1.42208 | -1.1642 | 2 | 17.2899 | 1.45853 | -0.96616 | 0.03646 | 0.80376 |
| 12 | 1.45853 | -0.96616 | 2 | 17.2899 | 1.48719 | -0.77825 | 0.02866 | 0.78598 |
| 13 | 1.48719 | -0.77825 | 2 | 17.2899 | ||||
| 14 |
| Answer | Marks | Guidance |
|---|---|---|
| 3 | (a) | sinhx² ‒ x³ ‒ 2 = 0 |
| Answer | Marks | Guidance |
|---|---|---|
| 3 | (b) | =IF(H5>0,G5,E5) |
| Answer | Marks | Guidance |
|---|---|---|
| 3 | (c) | oe |
| Answer | Marks |
|---|---|
| awrt 1.52603 | M1 |
| Answer | Marks |
|---|---|
| A1 | 3.1a |
| Answer | Marks |
|---|---|
| 1.1 | may be implied by 1.509… |
| Answer | Marks | Guidance |
|---|---|---|
| 3 | (d) | the ratios are decreasing which suggests the |
| Answer | Marks | Guidance |
|---|---|---|
| convergence is slow | B1 | |
| B1 | 2.2b | |
| 2.2b | allow between 1st and 2nd order | do not allow eg not first |
Question 3:
3 | (a) | sinhx² ‒ x³ ‒ 2 = 0 | B1 | 1.1 | must see = 0
[1]
3 | (b) | =IF(H5>0,G5,E5) | B1 | 1.1 | or =IF(H5<0,E5,G5) | must see =
[1]
3 | (c) | oe
1.48719×17.2899−2×‒0.77825
17.2899−−0.77825
awrt 1.50928
awrt 1.52603 | M1
A1
A1 | 3.1a
1.1
1.1 | may be implied by 1.509…
NB f(1.50928) = ‒0.6111 to 4 sf
[3]
3 | (d) | the ratios are decreasing which suggests the
convergence is (slightly) faster than 1st order
the ratios are close to 1 which suggests the
convergence is slow | B1
B1 | 2.2b
2.2b | allow between 1st and 2nd order | do not allow eg not first
order
[2]
3
2.0791668
1.7783346
1.7360141
1.7351281
1.7351277
3 The method of False Position is used to find a sequence of approximations to the root of an equation. The spreadsheet output showing these approximations, together with some further analysis, is shown below.
\begin{center}
\begin{tabular}{|l|l|l|l|l|l|l|l|l|}
\hline
& C & D & E & F & G & H & I & J \\
\hline
4 & a & f(a) & b & $\mathrm { f } ( b )$ & $x _ { \text {new } }$ & $\mathrm { f } \left( x _ { \text {new } } \right)$ & difference & ratio \\
\hline
5 & 1 & -1.8248 & 2 & 17.2899 & 1.09547 & -1.80507 & & \\
\hline
6 & 1.09547 & -1.80507 & 2 & 17.2899 & 1.18097 & -1.75418 & 0.08551 & \\
\hline
7 & 1.18097 & -1.75418 & 2 & 17.2899 & 1.25641 & -1.66246 & 0.07544 & 0.88229 \\
\hline
8 & 1.25641 & -1.66246 & 2 & 17.2899 & 1.32164 & -1.52781 & 0.06523 & 0.86458 \\
\hline
9 & 1.32164 & -1.52781 & 2 & 17.2899 & 1.37672 & -1.35706 & 0.05508 & 0.84439 \\
\hline
10 & 1.37672 & -1.35706 & 2 & 17.2899 & 1.42208 & -1.1642 & 0.04536 & 0.8236 \\
\hline
11 & 1.42208 & -1.1642 & 2 & 17.2899 & 1.45853 & -0.96616 & 0.03646 & 0.80376 \\
\hline
12 & 1.45853 & -0.96616 & 2 & 17.2899 & 1.48719 & -0.77825 & 0.02866 & 0.78598 \\
\hline
13 & 1.48719 & -0.77825 & 2 & 17.2899 & & & & \\
\hline
14 & & & & & & & & \\
\hline
\end{tabular}
\end{center}
The formula in cell D5 is $\quad = \mathrm { SINH } \left( \mathrm { C5 } ^ { \wedge } 2 \right) - \mathrm { C5 } ^ { \wedge } 3 - 2$.
\begin{enumerate}[label=(\alph*)]
\item Write down the equation which is being solved.
The formula in cell C 6 is $\quad = \mathrm { IF } ( \mathrm { H } 5 < 0 , \mathrm { G } 5 , \mathrm { C } 5 )$.
\item Write down a similar formula for cell E6.
\item Calculate the values which would be displayed in cells G13 and G14 to find further approximations to the root.
\item Explain what the values in column J tell you about
\begin{itemize}
\item the order of convergence of this sequence of estimates,
\item the speed of convergence of this sequence of estimates.
\end{itemize}
\end{enumerate}
\hfill \mbox{\textit{OCR MEI Further Numerical Methods 2021 Q3 [7]}}