Prove: $\int_{1}^{t} (t-s)^{-\alpha} s^{-\beta}ds \leq Ct^{-\alpha}$.

82 Views Asked by At

Prove: $\int_{1}^{t} (t-s)^{-\alpha} s^{-\beta}ds \leq Ct^{-\alpha}$, where $0<\alpha<1<\beta$ and $C$ is a constant, $t \geq 1$.

Progress: I already tried two ways to show it. One is divide $t^{-\alpha}$ on both sides and tried to approach Beta distribution however I failed since one of the parameters would be smaller than zero, rather than bigger than zero. Another way is after dividing like in the first method, I tried to bound the integral directly but it seems still not be able to be bounded. I appreciate any comments or solutions.

1

There are 1 best solutions below

8
On BEST ANSWER

Observe \begin{align} \int^t_1 (t-s)^{-\alpha}s^{-\beta}\ ds =&\ \int^t_{t/2+1/2} (t-s)^{-\alpha} s^{-\beta}\ ds + \int^{t/2+1/2}_{1} (t-s)^{-\alpha} s^{-\beta}\ ds\\ =:&\ I_1+I_2. \end{align} For $I_1$, we have \begin{align} I_1 \leq \frac{1}{(t/2+1/2)^\beta} \int^t_{t/2+1/2} \frac{ds}{(t-s)^{\alpha}} \leq C \frac{(t-1)^{1-\alpha}}{(t+1)^\beta} \leq C't^{1-\alpha-\beta} \end{align} when $t\gg 1$.

For $I_2$, we have \begin{align} I_2 \leq C\frac{1}{(t/2-1/2)^\alpha} \int^{t/2+1/2}_1 s^{-\beta}\ ds \leq C't^{-\alpha} \end{align} when $t\gg 1$.

Hence it follows \begin{align} I_1 + I_2 \leq C_1t^{1-\alpha-\beta}+C_2t^{-\alpha} \leq C_3t^{-\alpha}. \end{align}