Solve exponential equation via iteration

A question is this type if and only if it involves finding roots of equations containing exponential or logarithmic functions using an iterative formula.

26 questions · Standard +0.2

1.09c Simple iterative methods: x_{n+1} = g(x_n), cobweb and staircase diagrams
Sort by: Default | Easiest first | Hardest first
Edexcel C3 Q2
6 marks Moderate -0.3
The root of the equation f(x) = 0, where $$f(x) = x + \ln 2x - 4$$ is to be estimated using the iterative formula \(x_{n+1} = 4 - \ln 2x_n\), with \(x_0 = 2.4\).
  1. Showing your values of \(x_1, x_2, x_3, \ldots\), obtain the value, to 3 decimal places, of the root. [4]
  2. By considering the change of sign of f(x) in a suitable interval, justify the accuracy of your answer to part (a). [2]