I have $X_t = e^{5B_t}$ and Where $B_t$ is brownian motion at time $t$. $M_t = X_t \cdot e^{-bt}$
I need to find a value for $b$ such that $M_t$ is a martingale.
I am encountering difficulty, however.
$$\mathbb{E}[ e^{5B_t}e^{-bt} | \mathcal{F}_s] \space \text{for} \space s\leq t$$ $$= e^{-bt}\mathbb{E}[ e^{5B_t} | \mathcal{F}_s]$$ $$= e^{-bt}\mathbb{E}[ e^{5(B_t-B_s)+5B_s} | \mathcal{F}_s]$$ $$=exp\{\frac{25(t-s)}{2}+5B_s-bt\}$$
Now since $M_t$ is a martingale if $E[M_t | \mathcal{F}_s] = M_s$
We require that $$exp\{\frac{25(t-s)}{2}+5B_s-bt\} = exp\{5B_s-bs\}$$
Isn't this impossible to solve? Or have I made a mistake?
first you can get $b$ simply be computing the time zero expectation:
$$\mathbb{E}(e^{5B_t})= e^{0.5 \times 25 \times t}.$$ So $b = 12.5.$
With this value, your final equation $$\exp\{\frac{25(t-s)}{2}+5B_s-bt\} = \exp\{5B_s-bs\}$$ holds and we are done.