/8$ |
The distribution has mean:
$E\left[\frac{W_3}{W_0}\right] = \frac{1}{8}(0.125) + \frac{3}{8}(0.375) + \frac{3}{8}(1.125) + \frac{1}{8}(3.375) = 1.0$
This is no coincidence: each round has $E[\text{multiplier}] = 0.5(1.5) + 0.5(0.5) = 1$, so expected wealth is preserved.
---
(b) Target-based strategy: maximize $P(W_3 \geq 2 W_0)$
With a fixed fraction $g$ each round, the terminal wealth after $k$ heads is:
$\frac{W_3}{W_0} = (1+g)^k (1-g)^{3-k}$
We need $(1+g)^k (1-g)^{3-k} \geq 2$ for at least one value of $k \in \{0, 1, 2, 3\}$.
- $k = 0$: $(1-g)^3 < 1 < 2$ for all $g \in (0,1)$. Never reaches the target.
- $k = 1$: $(1+g)(1-g)^2 = (1-g^2)(1-g) \leq 1$ for $g \in (0,1)$. Never reaches the target.
- $k = 2$: $(1+g)^2(1-g)$. Taking the derivative and setting to zero gives the critical point at $g = 1/3$, with maximum value $(4/3)^2(2/3) = 32/27 \approx 1.185 < 2$. Never reaches the target.
- $k = 3$: $(1+g)^3 \geq 2$ if and only if $g \geq 2^{1/3} - 1 \approx 0.2599$.
Therefore:
$P(W_3 \geq 2 W_0) = \begin{cases} 1/8 & \text{if } g \geq 2^{1/3} - 1 \\ 0 & \text{if } g < 2^{1/3} - 1 \end{cases}$
The maximum probability is
/8$, achieved by any $g \in [2^{1/3} - 1, \, 1)$. The minimum such fraction is:
$g^{*} = 2^{1/3} - 1 \approx 0.2599$
Among all maximizers, $g^{*}$ is the most conservative -- it bets just enough for three consecutive heads to double the wealth.
---
(c) Comparison of the two strategies
Let the Kelly strategy use $f = 0.5$ and the target-based strategy use $g^{*} = 2^{1/3} - 1$.
(i) Expected terminal wealth:
For any fixed-fraction strategy on a fair coin at even odds:
$E\left[\frac{W_3}{W_0}\right] = \left(\frac{1+g}{2} + \frac{1-g}{2}\right)^3 = 1$
Both strategies yield $E[W_3] = W_0$. No fixed-fraction strategy can create expected profit with a fair coin at even odds.
(ii) Expected log-wealth:
$E\left[\log\frac{W_3}{W_0}\right] = \frac{3}{2}\log(1 - g^2)$
- Kelly ($f = 0.5$): $\;\frac{3}{2}\log(0.75) \approx -0.432$
- Target ($g^{*} \approx 0.26$): $\;\frac{3}{2}\log(1 - 0.0675) = \frac{3}{2}\log(0.9325) \approx -0.105$
The target-based strategy has a much less negative expected log-wealth. In fact, for a fair coin at even odds, the true log-optimal fraction is $g = 0$ (do not bet), since every bet has zero edge but introduces variance in log-wealth. The target strategy, by betting the minimum needed, stays closer to this optimum.
(iii) Probability of reaching
W_0$:
Both strategies achieve $P(W_3 \geq 2 W_0) = 1/8 = 12.5\%$. The Kelly strategy overshoots the target when all three heads land ($3.375 W_0$), while the target strategy barely clears it (
.0 W_0$).
/8$), but the target strategy has far better expected log-wealth ($-0.105$ vs $-0.432$), illustrating that aggressive Kelly-like betting in a zero-edge game destroys geometric growth while adding no benefit to either expected wealth or target-hitting probability.
Intuition
This problem exposes a fundamental tension in finite-horizon portfolio management: the Kelly criterion is a long-run champion, but over short horizons it can be wildly suboptimal -- or even irrelevant -- depending on your actual objective. Here, the fair coin at even odds is the starkest possible illustration: there is zero edge, so the true Kelly fraction is zero (do not bet). Betting $f = 0.5$ every round gives you a flashy upside ($3.375 W_0$ with probability
/8$) but systematically erodes your geometric growth rate. The expected log-wealth is deeply negative, meaning your median outcome is well below your starting wealth.
The target-based strategy reveals a different way to think about risk. Instead of maximizing growth, you ask: what is the cheapest bet that gives me a shot at doubling? The answer is $g = 2^{1/3} - 1 \approx 0.26$, which bets the bare minimum for the all-heads path to clear the target. This achieves the same
/8$ target probability while preserving far more of your capital on the other seven paths. In real trading, this maps directly to how you size positions when you have a P&L target and a finite deadline: you want enough exposure to hit the target if your thesis is right, but not so much that you bleed out if it takes longer than expected. The lesson is that matching your strategy to your actual objective -- rather than defaulting to a textbook formula -- is what separates good risk management from reckless betting.
Open the full interactive solver →