Exam code: J560
1/130Still learning
Know0
Define iteration as a method for solving an equation.
Iteration is a repeated process: you start from an initial value and feed each result back in to produce the next estimate of a solution.
With a suitable iterative formula, the estimates get closer to the solution the more iterations you perform.

Join for free to unlock a full flashcard set, track what you know,
and turn revision into real progress.
Fill in the two missing words:
In the term
stands for the
value of
and
stands for the
value of
in the iteration.
The completed sentence is:
In the term
stands for the current value of
and
stands for the next value of
in the iteration.
So substituting the latest estimate into the right-hand side gives the next estimate.
Was this flashcard helpful?
Define iteration as a method for solving an equation.
Iteration is a repeated process: you start from an initial value and feed each result back in to produce the next estimate of a solution.
With a suitable iterative formula, the estimates get closer to the solution the more iterations you perform.
How do you turn the equation into an iterative formula?
Rearrange the equation to make one the subject, for example
in this case.
Then write for the
on the left and
for each
on the right, which gives this formula:
Fill in the two missing words:
In the term
stands for the
value of
and
stands for the
value of
in the iteration.
The completed sentence is:
In the term
stands for the current value of
and
stands for the next value of
in the iteration.
So substituting the latest estimate into the right-hand side gives the next estimate.
True or False?
The values produced by are estimates of the solution to
but not of the solution to
.
False.
The equation is just a rearrangement of
, so the two equations have the same solution.
The estimates are therefore estimates of the solution to the original equation as well.
When using an iterative formula on a calculator, how does the Ans button help?
Type the starting value and press = so that it is stored as Ans, then type the right-hand side of the formula with Ans in place of .
Each press of = then substitutes the latest estimate and gives the next one, so nothing has to be retyped.
True or False?
If a question gives the starting value of an iteration as rather than
the first new estimate you calculate is
.
True.
The subscripts only count the iterations, so each one adds 1 to the subscript and a start at makes the first new estimate
.
Questions can start at either or
, so check which one you are given.
Use with
to find
correct to 3 decimal places.
Substitute the starting value 3 into the right-hand side of the formula:
Keep the unrounded value for the next iteration and round only the values you write down.
How can you show that has a solution between
and
?
Substitute both values into the left-hand side, which gives when
and
when
.
One value is negative and the other is positive, so there is a change of sign and, since the curve has no breaks, a solution must lie between 1 and 2.
Fill in the missing words to show that has a solution between
and
without rearranging it:
At the left-hand side is 2, which is
7, and at
it is 10, which is
7.
The completed working is:
At the left-hand side is 2, which is below 7, and at
it is 10, which is above 7.
The left-hand side passes through 7 somewhere between these two values, so a solution lies between 1 and 2.
A solution of lies between 1 and 2. How do you carry out a decimal search to narrow it down?
Substitute ,
,
and so on into the left-hand side until the sign changes.
The solution then lies between the two consecutive values either side of that change.
True or False?
If a decimal search finds a change of sign between and
then the solution must be 1.7 to 1 decimal place.
False.
The solution could be anywhere between 1.7 and 1.8, and it rounds to 1.8 if it is 1.75 or more.
Substitute the midpoint 1.75 and see whether the sign change is between 1.7 and 1.75 or between 1.75 and 1.8.
Define interval bisection as a method for solving an equation.
Interval bisection repeatedly halves an interval known to contain a solution: substitute its midpoint and keep whichever half still contains the change of sign.
Each halving narrows down where the solution is, so you keep going until you can give it to the accuracy required.
Interval bisection shows that a solution lies in the interval . What is the solution to 1 decimal place, and how do you know?
The solution is 1.7 to 1 decimal place.
Every number from 1.65625 to 1.6875 rounds to 1.7, so wherever the solution is in that interval it rounds to 1.7.
By signing up you agree to our Terms and Privacy Policy