Let $S(t)$, $t \geq 0$ be a geometric Brownian motion with drift parameter $\mu = 0.3$ and volatility parameter $\sigma = 0.3$. Find
$(a) P(S(1) > S(0))$
$(b) P(S(2)) > S(0))$
I think I did $(a)$ right as follows:
$P(S(1) > S(0)) = P(S(1)/S(0) > 1) = P(\log(S(1)/S(2)) > 0) = P(Z > -2/3) = 0.2525.$
I don't know how to do $b$ though. Can someone please help me?
I think you can solve $(b)$ using the same way as you did in $(a)$. \begin{align*}P(S(2)>S(0))&=P(S(2)/S(0)>1)\\&=P(\log(S(2)/S(1))>0)\\&=P(Y>0)\end{align*} where $Y$ is also Gaussian, which can be derived from the property of the brown motion. Be careful about the expectation and variance of $Y$, which are different with the expectation and variance of $Z$.