Edexcel C34 2018 June — Question 3 7 marks

Exam BoardEdexcel
ModuleC34 (Core Mathematics 3 & 4)
Year2018
SessionJune
Marks7
PaperDownload PDF ↗
Mark schemeDownload PDF ↗
TopicFixed Point Iteration
TypeSolve exponential equation via iteration
DifficultyStandard +0.3 This is a straightforward fixed point iteration question with standard parts: algebraic rearrangement (routine), applying an iteration formula (mechanical calculation), and using change of sign to verify a root to given accuracy (standard C3/C4 technique). All components are textbook exercises requiring no novel insight.
Spec1.06g Equations with exponentials: solve a^x = b1.09b Sign change methods: understand failure cases1.09c Simple iterative methods: x_{n+1} = g(x_n), cobweb and staircase diagrams

3. $$f ( x ) = 2 ^ { x - 1 } - 4 + 1.5 x \quad x \in \mathbb { R }$$
  1. Show that the equation \(\mathrm { f } ( x ) = 0\) can be written as $$x = \frac { 1 } { 3 } \left( 8 - 2 ^ { x } \right)$$ The equation \(\mathrm { f } ( x ) = 0\) has a root \(\alpha\), where \(\alpha = 1.6\) to one decimal place.
  2. Starting with \(x _ { 0 } = 1.6\), use the iteration formula $$x _ { n + 1 } = \frac { 1 } { 3 } \left( 8 - 2 ^ { x _ { n } } \right)$$ to calculate the values of \(x _ { 1 } , x _ { 2 }\) and \(x _ { 3 }\), giving your answers to 3 decimal places.
  3. By choosing a suitable interval, prove that \(\alpha = 1.633\) to 3 decimal places.

3.

$$f ( x ) = 2 ^ { x - 1 } - 4 + 1.5 x \quad x \in \mathbb { R }$$
\begin{enumerate}[label=(\alph*)]
\item Show that the equation $\mathrm { f } ( x ) = 0$ can be written as

$$x = \frac { 1 } { 3 } \left( 8 - 2 ^ { x } \right)$$

The equation $\mathrm { f } ( x ) = 0$ has a root $\alpha$, where $\alpha = 1.6$ to one decimal place.
\item Starting with $x _ { 0 } = 1.6$, use the iteration formula

$$x _ { n + 1 } = \frac { 1 } { 3 } \left( 8 - 2 ^ { x _ { n } } \right)$$

to calculate the values of $x _ { 1 } , x _ { 2 }$ and $x _ { 3 }$, giving your answers to 3 decimal places.
\item By choosing a suitable interval, prove that $\alpha = 1.633$ to 3 decimal places.
\end{enumerate}

\hfill \mbox{\textit{Edexcel C34 2018 Q3 [7]}}