I have a question about a simple limit calculation problem. I want to calculate limit of $E(X^{N+1}) / E(X^N)$ when $N \to \infty$, $0 \leq X \leq 1$ and $\sup(X) = 1$
My naive thinking is as follows:
Expected Values: The expected value $ E[X^N] $ is defined as the mean value of $ X^N $ over its probability distribution. Since $ X $ is a random variable bounded between 0 and 1, $ X^N $ and $ X^{N+1} $ will also be bounded within this range.
Behavior for Large $ N $: As $ N $ becomes very large, $ X^N $ and $ X^{N+1} $ will approach 0 for all $ X $ in the interval $ (0, 1) $. However, at $ X = 1 $, both $ X^N $ and $ X^{N+1} $ will always be 1, regardless of $ N $.
Limit Calculation: The limit of the ratio of these expected values as $ N \to \infty $ will be determined largely by the behavior of the distribution of $ X $ near the upper bound of 1. Since the supremum of $ X $ is 1, there's a significant contribution to the expected values from values of $ X $ close to 1.
If we assume that the probability density function (PDF) of $ X $ does not degenerate or become a delta function at $ X = 1 $ (i.e., the distribution is not entirely concentrated at 1), then both $ E[X^{N+1}] $ and $ E[X^N] $ will tend to 0 as $ N \to \infty $, but they will do so at similar rates for large $ N $. This is because for any $ X $ in $ (0, 1) $, $ X^{N+1} $ will be smaller than $ X^N $, but the difference becomes less significant as $ X $ approaches 1.
Therefore, under the assumption of a non-degenerate distribution of $ X $ that does not overly concentrate near $ X = 1 $, the limit of the ratio of these expected values would be expected to approach 1.
But, can we get any rigorous proof? I also think that if pdf is weird, it might be not possible to obtain the limit, so you can assume some good condition of pdf.
Thank you.