For the difference equation
$k_{t+1}=\sqrt{k_t}-\frac{k_t}{2}$
one has to find all "fixed points" and determine whether they are locally or globally asymptotically stable.
Now I'm not quite sure what "fixed point" means in this context. Is it the same as "equilibrium point" (i.e., setting $\dot{k}=0$ , and calculate $k_{t+1}=k+\dot{k}=k+0$ from there)? Or something different?
I feel confident in solving such types of DE, just not sure what "fixed point" is supposed to mean here. Thanks for providing some directions!