when I have a equation that is
$y_t=x_t+ε_t$
and I assume that $x_t$ and $ε_t$ are independent. $$dx_t=σ_tdW_t,\; E(ε_t)=0,\; var(ε_t)=ω^2$$ where $W_t$ is Brownian motion.
What is the variance of $\;\; var(y_{t}^2)?$
I know $$var(y_t^2)=var((x_t+ε_t)^2)=var(x_t^2+ε_t^2+2x_tε_t)$$
and I unpick the $var(x_t^2+ε_t^2+2x_tε_t)$
it should equal to $$var(x_t^2)+var(ε_t^2)+var(2x_tε_t)+2cov(x_t,ε_t)+2cov(x_tε_t,ε_t)+2cov(x_t,x_tε_t)$$
and because $x_t$ and $ε_t$ are independent so $cov(x_t,ε_t)=0.$
but when I calculate the $cov(x_tε_t,ε_t)$,
$$cov(x_tε_t,ε_t)=E(x_t(ε_t)^2)-E(x_t)E(ε_t^2)$$
and I don't know how to calculate it. should it equal to $0$? because $x_t$ and $(ε_t)^2$ are independent?
plz help me.
You state $x_t$ and $\xi_t$ are independent, which means that $E[f(x_t)g(\xi_t)] = E[f(x_t)]E[g(\xi_t)]$. Taking $f(x)=x$ and $g(\xi)=\xi^2$ we get:
$cov(x_t \xi_t^2) = E(x_t \xi^2_t)-E(x_t)E(\xi^2_t)=E(x_t)E(\xi^2_t)-E(x_t)E(\xi^2_t)=0$
As a caveat, we normally call $W(t)$ a standard Brownian motion, or Weiner process. It is important to establish that $W(t)$ is standard and hence has variance $t$.