To find a real root of the equation \( x^3 + 4x^2 - 10 = 0 \) in the interval \( \left( 1, \frac{3}{2} \right) \) using the fixed-point iteration scheme, consider the following two statements:
Statement 1 S1: The iteration scheme \( x_{k+1} = \sqrt{\frac{10}{4 + x_k}}, \, k = 0, 1, 2, \ldots \) converges for any initial guess \( x_0 \in \left( 1, \frac{3}{2} \right) \).
Statement 2 S2: The iteration scheme \( x_{k+1} = \frac{1}{2} \sqrt{10 - x_k^3}, \, k = 0, 1, 2, \ldots \) diverges for some initial guess \( x_0 \in \left( 1, \frac{3}{2} \right) \).