Solution: Log-Returns as an Additive Random Walk
Part 1 — Distribution of Rn
Rn=lnZn={lnu=ln(1.02)≈0.01980lnd=−lnu≈−0.01980w.p. 0.55w.p. 0.45
Let ℓ=lnu for brevity. Then:
E[Rn]=pℓ+q(−ℓ)=(p−q)ℓ=(0.55−0.45)(0.01980)≈0.00198
E[Rn2]=pℓ2+qℓ2=ℓ2≈3.921×10−4
Var(Rn)=ℓ2−((p−q)ℓ)2=ℓ2(1−(p−q)2)=ℓ2⋅4pq≈3.921×10−4⋅0.99≈3.882×10−4
Part 2 — Additive structure
Starting from Sn=Sn−1Zn=S0∏i=1nZi and taking logs:
lnSn=lnS0+i=1∑nlnZi=lnS0+i=1∑nRi
The
Ri are i.i.d., so
lnSn−lnS0 is a
simple additive random walk in
n steps — exactly the random-walk structure from the lesson, but on the log scale.
Part 3 — One-year moments
Using linearity and independence with n=250:
E[lnS250]=lnS0+250E[Ri]=ln100+250(0.00198)≈4.6052+0.4950=5.1002
Var(lnS250)=250Var(Ri)≈250(3.882×10−4)≈0.0971
SD(lnS250)≈0.3116
So the median-ish log-price ends the year around 5.10, equivalently e^{5.10} \approx \164$. The annualised log-volatility is about 31%, which is realistic for a high-volatility single stock.
Part 4 — Expected price vs. exponentiated expected log-return
Expected price (using
E[Zn]=pu+qd):
E[Zn]=0.55(1.02)+0.45(1/1.02)≈0.5610+0.4412=1.00222
E[Sn]=S0(E[Zn])n=100(1.00222)n
The expected annual growth rate is ln(1.00222)≈0.00221 per step, or 0.553 per year, giving \mathbb{E}[S_{250}] \approx 100 e^{0.553} \approx \174$.
Exponentiated expected log-return:
enE[Ri]=e250⋅0.00198=e0.495≈1.641
So S_0 e^{n\mathbb{E}[R_i]} \approx \164—smallerthan\mathbb{E}[S_{250}] \approx $174$.
The gap is \10 \approx 6%ofthestartingprice.Itisdrivenby∗∗Jensen′sinequality∗∗:thefunctionx \mapsto e^xisconvex,so\mathbb{E}[e^{R_i}] > e^{\mathbb{E}[R_i]}.Equivalently,writingR_i = \mu_R + \varepsilon_iwith\mathbb{E}[\varepsilon_i] = 0$:
E[eRi]=eμRE[eεi]≥eμR
with equality only when
Var(Ri)=0. Financially: the
expected price is pulled up by the fact that good outcomes compound geometrically. The
median (and the typical realised path) grows at the slower rate
eμR per step — which is
μ−σ2/2 in the continuous-time analogue, the infamous "Itô correction" that reappears in the
Black-Scholes formula.
Takeaways
- Multiplicative walk in prices = additive walk in log-prices. This is why log-returns, not raw returns, are the canonical modelling quantity.
- E[price]=exp(E[log-price]). The gap is Jensen's inequality, and it reappears in continuous time as the −21σ2 term in the log-return drift of geometric Brownian motion.
- The typical path grows more slowly than the expected value. Most simulated paths underperform the expected price; a few lucky paths with high returns pull the average up. This asymmetry is why long-term compounding is dominated by the log-return, not the arithmetic return.