Answer:
x = 0.45 (2 d.p.)
Explanation:
Iteration is a numerical method used to approximate solutions to equations where exact solutions are difficult or impossible to obtain analytically.
It involves putting an approximate value of the solution into an iteration formula to calculate a new value based on the previous one. This process is repeated multiple times, with each iteration generating a more accurate approximation of the solution.
The iteration formula is just a rearrangement of the equation, leaving a single ‘x’ on one side.
For this problem, we have already been given the iteration formula and the starting value of x₁. However, sometimes you will need to determine the iteration formula. For example, to determine the iteration formula for x³ + 2x - 1 = 0, rearrange the equation as follows:

Therefore, the iteration formula is:

To calculate the approximate solution to x³ + 2x - 1 = 0 using the given iteration formula, start by substituting x₁ = 1 into the formula to find x₂:

Substitute the found value of x₂ into the formula to find the value of x₃:

Continue this way until the solutions are the same when rounded to 2 d.p:






Therefore, the approximate solution to x³ + 2x - 1 = 0 is 0.45, rounded to 2 decimal places.
Additional information
The quickest way to compute each solution (each value in the iteration sequence) is to enter the value of x₁ into the calculator and press "=" so that the value of x₁ becomes the "answer". Then type the iteration formula into the calculator, replacing xₙ with "answer":

Each time you press "=", the next value of xₙ in the sequence is computed.