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) \).
For the linear programming problem: \[ {Maximize} \quad Z = 2x_1 + 4x_2 + 4x_3 - 3x_4 \] subject to \[ \alpha x_1 + x_2 + x_3 = 4, \quad x_1 + \beta x_2 + x_4 = 8, \quad x_1, x_2, x_3, x_4 \geq 0, \] consider the following two statements:
S1: If \( \alpha = 2 \) and \( \beta = 1 \), then \( (x_1, x_2)^T \) forms an optimal basis.
S2: If \( \alpha = 1 \) and \( \beta = 4 \), then \( (x_3, x_2)^T \) forms an optimal basis. Then, which one of the following is correct?
Let \( u(x, t) \) be the solution of the following initial-boundary value problem: \[ \frac{\partial u}{\partial t} - \frac{\partial^2 u}{\partial x^2} = 0, \quad x \in (0, \pi), \quad t>0, \] with the boundary conditions: \[ u(0, t) = u(\pi, t) = 0, \quad u(x, 0) = \sin 4x \cos 3x. \] Then, for each \( t>0 \), the value of \( u\left( \frac{\pi}{4}, t \right) \) is
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) \).