Iteration x=∛(2x²+7/x): the value it converges to
The sequence of values defined by the iterative formula
with starting value , converges to a constant eta. Use this iterative formula to find eta correct to 3 decimal places. Record the result of every iteration to 5 decimal places. State a non-rational equation that is satisfied by eta, and hence determine the exact value of eta.
Full worked solution
(i) Compute to 3 decimal places via iteration
For a convergent iterative sequence, the limit satisfies for sufficiently large . We iteratively apply the given formula, rounding each intermediate result to 5 decimal places:
- , , , , , , , , ,
All subsequent iterations round to at 3 decimal places. To confirm, check the interval: has a sign change in , so to 3 decimal places.
Note.Record every iteration to 5 dp to avoid rounding error buildup. Stop when three consecutive iterations agree to 3 dp, or verify with a sign change in the relevant interval.
(ii) Find the fixed-point equation for and exact value
At the limit, the sequence converges so . Substitute into the iterative formula:
Cube both sides to eliminate the cube root, and multiply through by to clear the reciprocal:
This is the non-rational fixed-point equation for . Testing integer roots confirms no integer solution; the exact value is the positive real root of this quartic, which simplifies to the limit we derived numerically.
Note.Always substitute for convergent iterative sequences. Cube both sides first to eliminate roots, then clear denominators to get a polynomial equation.
(i) (3 dp); (ii) Exact value is the positive real root of
What this tests
- Fixed-point iteration for root finding
- Convergence of iterative sequences
- Polynomial equation derivation from iterative formulae
- Rounding and accuracy justification for numerical results
⚠ A common mistake is to stop iterating too early, before values stabilize to the required precision, or to round intermediate iterations to fewer than 5 decimal places, which introduces propagation error.
Master this question type — free
You’ve got the answer. A free account turns this one question into real exam readiness:

