Questions: Fixed Point Iteration

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

To solve f(x) = x² − 4 = 0, two rearrangements are tried near the positive root x* = 2: (A) g(x) = 4/x and (B) g(x) = (x + 4/x)/2. For g(x) = 4/x, g'(2) = −1; for g(x) = (x + 4/x)/2, g'(2) = 0. Which iteration converges?

ABoth converge, since both are valid rearrangements of the same equation
BNeither — fixed point iteration cannot find roots of polynomial equations
COnly (A), because it is a simpler expression
DOnly (B), because |g'(2)| = 0 < 1 for (B) while |g'(2)| = 1 for (A)
Question 2 Multiple Choice

A fixed point iteration scheme has |g'(x*)| = 0.05. A second scheme for the same problem has |g'(x*)| = 0.9. How do their convergence rates compare?

ABoth converge at the same rate since they solve the same underlying problem
BThe second converges faster since 0.9 is closer to 1 and therefore 'stronger'
CThe first converges much faster — errors shrink by roughly 95% each iteration versus only 10% for the second
DNeither converges — both values must equal zero for fixed point iteration to work
Question 3 True / False

The convergence of fixed point iteration depends on which rearrangement x = g(x) is used, not just on the equation f(x) = 0 being solved.

TTrue
FFalse
Question 4 True / False

If fixed point iteration converges, it usually converges at a quadratic rate.

TTrue
FFalse
Question 5 Short Answer

Why can the same equation f(x) = 0 produce both convergent and divergent fixed point iterations depending on how it is rearranged?

Think about your answer, then reveal below.