I'm a beginner to difference equations. I have a difference equation which I want to solve:
$V(x)=x^{\alpha}+\beta(\pi e ^ {-\Delta} V(x e^ {\Delta})+\pi e ^ {\Delta} V(x e^ {-\Delta})+(1-2\pi) V(x))$
I made the substitution $y=log\;x$ and then got the following characteristic equation for the homogeneous part:
$2 \lambda = \beta (e^ {\Delta}+e^ {-\Delta}\lambda^2)$.
Suppose the roots are $\lambda_1,\lambda_2 $. But after that I do not know how to use the $\lambda$'s in the solution, because the equation is not in terms of variables at times $t,t+1,t-1$ etc but in terms of $y, y+ \Delta, y- \Delta$.
The solution has been as (I don't know how we get this):
$V(x)=\frac{x^{\alpha}}{1-\beta(\pi e ^ {\Delta(1-\alpha)} + \pi e ^ {-\Delta(1-\alpha)}+(1-2 \pi))} + C_1 x^{\frac{log \lambda_1}{\Delta}}+C_2 x^{\frac{log \lambda_2}{\Delta}}$,
where "$\lambda_1$ and $\lambda_2$ are the roots of the characteristic equation and $C_1$ and $C_2$ are constants of integration."
Any help is deeply appreciated.