In the Lecture Notes for my Stochastic Calculus module, my lecturer provides the following question as an essential exercise in preparation for the exam. It reads as follows:
Let $(W_t)_{t≥0}$ be a one-dimensional Wiener process. In the solution that you found in the previous exercise, replace $G_t$ by $W_t$, that is, set $X_t = xe^{at + bW_t}$. Write an equation for X.
Now, the previous exercise asked us to find a solution to the equation: $$d X_t = aX_t\, dt + bX_t \, dG_t, \,\,\,\,\,\,\,\,\,\,\,\, X_0 = x,$$ where $G \in C^1$, i.e. $G$ is a continuously differentiable function and $G(0) = 0$, and $a,b \in \mathbb{R}$.
My solution, as suggested in the original exercise was $$X_t = x e^{at + bG_t}$$
I'm not too sure what the process would be to answer the original question. It seems fairly ambiguous - am I essentially just reverse-engineering the 'previous exercise' and trying to find some sort of differential equation? If so, how would I do this?
The question wants you to find a stochastic differential equation of the form $$dX_t = \mu (t,X_t) dt + \sigma (t, X_t) dW_t$$ for which $X_t = X_0 e^{at + b W_t}$ is a solution. You would approach this by applying Itô's formula on $X_t$. In particular, you should take $f(x,t) = e^{at + bx}$, find $f_x, f_t, f_{xx}$ and use Itô's formula to compute $df(t,W_t)$.
The reason why this is compared to the previous exercise is because when $G \in C^1$ you can formally substitute $dG = G^\prime (t) dt$. This is not something you can do for Brownian motion as its trajectories have unbounded variation.