Auto-correlation of a stochastic equation

  • Thread starter Thread starter Tyler_D
  • Start date Start date
  • Tags Tags
    Stochastic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
Tyler_D
Messages
6
Reaction score
0
Homework Statement
Calculate the auto-correlation of ##x(t)=e^{-\beta W(t)}W(t)##
Relevant Equations
##\langle x(t)x(t+\tau)\rangle##, ##W(t)=\int_0^t dW(s)##
Here is my attempt:

$$
\begin{align}
\langle x(t)x(t+\tau) \rangle &= \langle (e^{-\beta W(t)}W(t))(e^{-\beta W(t+\tau)}W(t+\tau))\rangle \\
&= \langle (e^{-\beta W(t)}e^{-\beta W(t+\tau)})(W(t)W(t+\tau))\rangle \\
&= \langle (e^{-\beta W(t)}e^{-\beta W(t+\tau)})(\int_0^t dW(t)\int_0^{t+\tau}dW(t))\rangle \\
&= \langle (e^{-\beta W(t)}e^{-\beta W(t+\tau)})\int_0^t dW(t)(\int_0^{t}dW(t)+\int_t^{\tau}dW(t))\rangle
\end{align}
$$

From here on I am quite lost on what to do with the exponentials. Do I Taylor-expand them, or what is the best thing to do?
 
Physics news on Phys.org
It is the Wiener-integral/Brownian motion (my bad, should've written it in the OP):

##
W(t) = \int_0^t dW(s)
##
 
Last edited:
I don't understand something, you wrote in Eq. (4) ##\int_0^{t+\tau}dW(s) = \int_0^t dW(s)+\int_t^{\tau}dW(s)##, but obviously this means that: ##\int_0^{t+\tau}dW(s)=\int_0^\tau dW(s)##.
Does this mean that Weiner integral is periodic with period ##t##, since then ##W(t+\tau)=W(\tau)##?
 
Last edited:
  • Like
Likes   Reactions: Tyler_D
That's also a typo, thanks for spotting it. The upper limit in the last integral should naturally be ##\tau+t##, not just ##\tau##.