Proof on brownian motion

351 Views Asked by At

If B is a standard brownian motion, then

$$X_t = 3t - 2B_t$$ is also Brownian motion. And what is mean and variance of this $X_t$.

I would like to prove it. But I can’t. Help me to do please.

2

There are 2 best solutions below

3
On BEST ANSWER

This $X_t$ is not a Brownian motion, but it is a Gaussian process. The mean is $\mathbb{E}[X_t] = \mathbb{E}[3t - 2B_t] = 3t - \mathbb{E}[2B_t] = 3t$ and the variance is $$\mathbb{E}[(X_t-3t)^2] = \mathbb{E}[(2B_t)^2] = 4 \mathbb{E}[B_t^2] = 4t.$$

It isn't a Brownian motion because its mean is not equal to $0$.

0
On

Note that this is the solution to diffusion equation (with $X_0=0$): $$ X_t = \int_{0}^{t}\sigma(x)dB_t + \int_{0}^{t}\mu(x)dt $$ If you equate the first stochastic integral to the second term in your solution, and the second integral to the first term, you get $\sigma(x) = -2, \mu(x) = 3. $