Algebra · Iteration
1 / 8
Rearranging an equation into iterative form
How "show that the equation can be written as x = g(x)" works — isolate a lone x by honest rearranging — and why that form is exactly what an iteration machine needs.
Algebra · Iteration
Rearranging an equation into iterative form
How "show that the equation can be written as x = g(x)" works — isolate a lone x by honest rearranging — and why that form is exactly what an iteration machine needs.
Why it works
An iteration machine needs the equation in the shape — " equals a formula involving " — because that's what lets an estimate be FED IN on the right to produce a new estimate on the left. "Show that can be rearranged to give " is a rearranging proof:Two honest moves — isolate the , then cube-root both sides. In a "show that", every step must be visible; jumping from the equation to the target form earns nothing.
Different isolations give different iterative forms. From , isolating the instead gives , so — also valid. An exam "show that" names its target: read which was isolated and steer the algebra there, not to the rearrangement you'd have chosen. (Not every rearrangement makes a GOOD iteration — some spiral away rather than settle — but the exam only ever asks you to use the one it gives.)
Square-root forms follow the same pattern. From : isolate and take the (positive) square root: .
The full exam pipeline is usually three parts, one skill each:
- show a root exists between and (sign change);
- show the equation rearranges to (this concept);
- iterate from a seed to estimate the root (previous concept).