Let $0 < r < 1$ and $a > 0$ and consider the mapping $f : R → R$ given by $f(x) = rx + a.$
Find, in terms of $a$ and $r$, the first four iterates of $x_0 = 0$ under $f$
How would I go about this? I know that to find the iterates, I need to apply the function again, but I am not too sure what this would look like in this equation.
So far, I have that:
$X_0 = 0$
$X_1 = f(0) = r(o) + a = a$
$X_2 = f(a) = r(a) + a = ra + a$
$X_3 = f(ra + a) = r(ra + a) = r^2a + ra + a$
$X_4 = f(r^2 +ra + a) = r(r^2a + ra + a) + a = r^3a +r^2a + ra + a$
But I don't think this looks correct...