The limiting distribution $\xi(x)$ of a Markov process
$$x_0=1\text{ and }x_{i+1}=x_i+\Delta x_i,\tag1$$
where $\Delta x_i=-ax_i$ and $\Delta x_i=a$ occur with equal probability for every $i$, and $a\in(0,1)$ is a fixed parameter,
is a good approximation, for small values of $a$, of the solution of
$$p(x)=\frac{1}{2(1-a)}p\left(\frac{x}{1-a}\right)+\frac{1}{2a}\int_0^x p\left(\frac{x-x'}{a}\right)p(x')\,dx',\tag2$$
where $p(x)$ is treated as a probability distribution with the unit mean, $\int_0^\infty p(x)\,dx=1$ and $\int_0^\infty p(x)x\,dx=1$.
I can solve (2) numerically using Laplace transform and the solution matches well the limiting distribution I get by running the Markov process on a computer. In the limit $a\to0$, both $p(x)$ and $\xi(x)$ tend to a delta function at $x=1$. I am interested in the difference between $p(x)$ and $\xi(x)$ when $a$ is small, say, $a=0.1$.
Question 1: The process (1) is asymmetric, additive in the positive direction and multiplicative in the negative direction. Have such processes been studied by anyone?References to publications will be much appreciated.
Question 2: What is the limiting distribution of (1)? Is it possible to get it analytically? If not, perhaps you could say something about the asymptotics, especially for small values of $a$.
Question 3: What is a good way to describe the difference between $p(x)$ and $\xi(x)$ when $a$ is small?