Serving the Quantitative Finance Community

 
User avatar
sunil100
Topic Author
Posts: 0
Joined: November 13th, 2003, 11:14 am

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 8:02 pm

If dx(t)=(ax(t)+b)dt+cdW(t) where dW(t) is the brownian motion processI know the E[dW(0)]=0, but does the expectation, E[x(0)]=0??
Last edited by sunil100 on December 8th, 2003, 11:00 pm, edited 1 time in total.
 
User avatar
kr
Posts: 5
Joined: September 27th, 2002, 1:19 pm

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 8:17 pm

???can't figure out your question, but if c=0 and you just had the ODEdx = (ax + b).dt,then why would you expect Ex(t) = x(0)? think about it
 
User avatar
sunil100
Topic Author
Posts: 0
Joined: November 13th, 2003, 11:14 am

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 8:26 pm

sorry, should have added that a is not 0 and b and c are constants>0
 
User avatar
mrbadguy
Posts: 2
Joined: September 22nd, 2002, 9:08 pm

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 9:26 pm

I cannot understand what do you mean suni: if dx(t) =[ax(t) + b]dt + cdW(t)and W is the Wiener process assuming an initial value condition x=xoexpected value E[x] = xo + [ax(t) + b] tno matter the value of c, supposing E[x(0)]=0 means a and b= 0 too.Does it make sense? Quite strange. Rgds,
 
User avatar
spacemonkey
Posts: 0
Joined: August 14th, 2002, 3:17 am

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 11:08 pm

E[dw] is not equal to 0 because dw does not exist.The process dx=(ax(t)+b)dt+c dw is just shorthand for,x(t)=x(0)+int_0^t (ax(u)+b) du+int_0^t c dw(u) which does exist because the integral int_0^t c dw(u) can be defined.So E[x(t)]=E[x(0)]+E[int_0^t(ax(u)+b) du]+E[int_0^t c dw(u)].E[x(0)]=x(0)E[int_0^t c dw(u)]=0, (the expected value of an ito integral is zero which is what is usually meant by the statement E[dw]=0),andE[int_0^t(ax(u)+b) du]=int_0^t(aE[x(u)]+b) du, (switching the order of integration). So call E[x(t)]=y(t) and then,y(t)=x(0)+int_0^t(ay(u)+b) du, this is a simple integral equation which you can solve.
 
User avatar
sunil100
Topic Author
Posts: 0
Joined: November 13th, 2003, 11:14 am

BROWNIAN MOTION PROCESS - easy one

December 9th, 2003, 11:48 pm

Thanks for that spacemonkey