The equation $ e^{x} - 4x^{2}=0 $ has a root between 4 and 5. Fixed point iteration with iteration function $ \frac{1}{2}e^{\frac{x}{2}} $
(A) diverges (B) converges (C) oscillates (D) converges monotonically
I know that if we use the fixed point iteration scheme $ x_{n+1}= \phi(x_{n}) $ with iteration function $ \phi(x) $ and $ \phi^{'}(x) \lt 1 $ in the neighbourhood of the solution (which also contain the initial approximation $ x_{0} $ ) then the iterations converge to the solution . for $ \phi(x)= \frac{1}{2}e^{\frac{x}{2}} $ , we have $ \phi^{'}(x) \gt 1 $ in the interval $ [4,5] $ so we can't say whether the iterations converge to the solution or not. Then how can we proceed or think of any other way?