Consider an infinite sum of the following form:
$X Y^{\alpha} + X^2 Y^{\alpha + \alpha^2} +X^3 Y^{\alpha + \alpha^2 + \alpha^3} + ...$
...which can be expressed more succinctly as:
$\sum\limits_{j = 1}^{\infty}X^j \prod\limits_{k = 1}^{j}Y^{\alpha^k}$
...where $0 < X < 1$, $0 < \alpha < 1$, and $Y > 0$.
Using numerical methods, I have discovered that the solution [Update: not the solution, but a close approximation for some values.] is the following:
$\sum\limits_{j = 1}^{\infty}X^j \prod\limits_{k = 1}^{j}Y^{\alpha^k} = \dfrac{X}{1-X} Y^{\frac{\alpha}{1 - \alpha X}}$
Does anybody know how to prove this analytically?
Thanks in advance!
Update:
As one commenter showed, the above equality is in fact not a solution but rather an approximation that is very close for some parameter values. So here are some more details:
It seems useful to represent the infinite sum in the following way:
$\sum\limits_{j = 1}^{\infty}X^j \prod\limits_{k = 1}^{j}Y^{\alpha^k} = \dfrac{X}{1-X} \varphi$
...where $\varphi$ is potentially a function of $X$, $Y$, and $\alpha$.
Numerically, I have confirmed the following 2 properties of $\varphi$:
$\lim\limits_{X \to 0} \varphi = Y^\alpha~~$ for $~~Y > 0~~$ and $~~\alpha \in (0,1)$
$\lim\limits_{X \to 1} \varphi = Y$ for $~~Y > 0~~$ and $~~\alpha = \frac{1}{2}$
I'll accept any answer that moves me substantially closer to a general expression for $\varphi$ or a useful approximation.
The below answer is what I have arrived at so far, which will be good enough for what I need it for. I will still accept other answers which can do one of the following:
My answer:
First, notice that $~~\lim\limits_{\alpha \to 1} \sum\limits_{j = 1}^{\infty} X^j \prod\limits_{k = 1}^{j} Y^{\alpha^k} = \dfrac{XY}{1 - XY}$
This suggests that it might be useful to approach the problem using the usual tricks for geometric sequences, but with a small twist:
$S = XY^{α}+X^2Y^{α+α^2}+X^3Y^{α+α^2+α^3}+...$
$\dfrac{S}{XY^\xi} = Y^{α - \xi}+XY^{α+α^2- \xi}+X^2Y^{α+α^2+α^3- \xi}+...$
$\dfrac{S}{XY^\xi} - Y^{α - \xi} = XY^{α+α^2- \xi}+X^2Y^{α+α^2+α^3- \xi}+...$
$\dfrac{S- XY^{α}}{XY^\xi} = XY^{α+α^2- \xi}+X^2Y^{α+α^2+α^3- \xi}+...$
$S = \dfrac{XY^{\alpha}}{1 - X Y^{\xi}}$
...for some $\xi$ which is a function of $\alpha$, $X$, and $Y$, as long as certain technical conditions hold.
The following properties for $\xi$ can be demonstrated:
$0 < \xi < \alpha^2$
$\dfrac{\partial \xi}{\partial \alpha} > 0 $
$\dfrac{\partial \xi}{\partial X} < 0 $
$\dfrac{\partial \xi}{\partial Y} < 0 $
$\lim\limits_{\alpha \to 0} \xi = 0$
$\lim\limits_{\alpha \to 1} \xi = 1$