Well, I never had to show something like this which is why I'm having quite a hard time to get this one done. I basically know what I have to do but I am not capable of solving it properly.
Given for example: $U = 0.25, F = 0.01, \Delta t = 0.1$
$ \begin{align*} u_k &= U + \underbrace{u_{k-1}(1-U)}_\text{A} \,\underbrace{e^{-\Delta t /F}}_\text{B} \end{align*} $
Well, since $U$ is constant, the only interesting things are $A$ and $B$.
I know that $A$ itself converges to $0$. The problem is I don't know how I can show that analytically. $B$ also would regulate the whole term that is added to $U$ so in the end it will determine the value where $u_k$ will converge to.
As far as I understood it $u_0 = U$.
Could someone explain to me a technique that would allow me to solve such an equation?
So basically, what is $\lim_{k\rightarrow\infty} u_k$.