Say I have a biased coin that shows heads with probability $p \in ]1/3,1/2[$ and I initially have capital of $100 $EUR. Every time heads is shown, my capital is doubled, in the other case I pay half of my capital. Let $X_{n}$ denote my capital after the $n$th flip.
$1.$ Show that $\lim_{n \to \infty}\mathbb E[X_{n}]=\infty$
$2.$ Show that $X_{n}\to 0$ a.s.
My idea on $1.$:
Let $R_{n}$ denote whether heads $(1)$ or tails $(2)$ is flipped on the $nth$ attempt. It follows that
$R_{n}$~$\operatorname{Ber}(p)$.
Note that $X_{0}=100$, and $X_{n+1}=100\prod_{i=1}^{n+1}(\frac{1}{2}+\frac{3}{2}R_{i})$
$\mathbb E[X_{n+1}]=100\mathbb E[\prod_{i=1}^{n+1}(\frac{1}{2}+\frac{3}{2}R_{i})]=100\prod_{i=1}^{n+1}\mathbb E[(\frac{1}{2}+\frac{3}{2}R_{i})]$
and then by law of expectation of discrete distributions:
$100(\mathbb E[(\frac{1}{2}+\frac{3}{2}R_{1})^{n}])=100[P(R_{1}=1)2^{n}+(\frac{1}{2})^{n}P(R_{1}=0)]=100[p2^{n}+(1-p)(\frac{1}{2})^{n}]\xrightarrow{n\to \infty}\infty$
since $p \neq 0$
Any tips on $2.$?
Another question, it seems very counterintuitive that if $P(X_{n} \to 0)=1$ then theres is still a chance that $\lim_{n \to \infty}\mathbb E[X_{n}]=\infty$, likewise as $\lim_{n \to \infty}\mathbb E[X_{n}]=\infty$ that then $P(X_{n} \to 0)=1$ is still a possibility, is there any intuitive explanation for this behaviour?
Let $X_n$ be your wealth after $n$ flips, and let $Q_{n}=X_n/X_{n-1}$. Then $$ X_n=X_0\times Q_1\times Q_2\times\dots \times Q_n $$ Let $Y_n=\log X_n$. Then $$ Y_n=Y_0+\log Q_1+\log Q_2+\dots +\log Q_n $$ Note that $\log Q_i$ is an iid sequence of random variables. Find its mean, and then apply the strong law of large numbers, to conclude that $\sum_{i=1}^n Q_i\to-\infty$ almost surely. This shows $Y_n\to-\infty$ a.s, so that $X_n=\exp(Y_n)\to 0$ a.s.
I agree this is counter-intuitive. What is happening here is that the distribution of $X_n$ is getting progressively more right skewed; it has a positive tail which has a low probability, but is far enough out to have a high expectation. $X_n$ for large $n$ is like a lottery; most of the time you lose most of your $\$100$, but with a small probability you win huge. Unlike a real-life lottery, the balance of probability is such that $E[X_n]$ is large.