Serving the Quantitative Finance Community

 
User avatar
napolean80
Topic Author
Posts: 0
Joined: January 2nd, 2008, 5:40 pm

Geometric BM , SDE

April 26th, 2009, 9:39 pm

Solve the following differential equation.dX/X = mu*dt +sigma*dw. X(0) = x0. I am not getting the same answer for X =x exp((u-sigma^2)dt + W*sigma), which is the most common G. BM as everyone knows.
 
User avatar
agerigk
Posts: 0
Joined: March 30th, 2009, 8:01 am

Geometric BM , SDE

April 27th, 2009, 10:09 am

I am not sure whether I understood your question but you are missing 1/2 it is(u-(sigma^2)/2)t
 
User avatar
alphaquantum
Posts: 0
Joined: January 9th, 2008, 11:24 pm

Geometric BM , SDE

April 27th, 2009, 11:43 am

find dln(X) by Ito. and yes, you missed 1/2.
 
User avatar
napolean80
Topic Author
Posts: 0
Joined: January 2nd, 2008, 5:40 pm

Geometric BM , SDE

April 27th, 2009, 11:51 am

QuoteOriginally posted by: alphaquantumfind dln(X) by Ito. and yes, you missed 1/2.I thought so too but the notes had a mistake then. thanks
 
User avatar
daveangel
Posts: 5
Joined: October 20th, 2003, 4:05 pm

Geometric BM , SDE

April 27th, 2009, 11:59 am

the 1/2 comes from the second derivative term in the Ito expansion which is also where you get the sigma^2 term
knowledge comes, wisdom lingers
 
User avatar
napolean80
Topic Author
Posts: 0
Joined: January 2nd, 2008, 5:40 pm

Geometric BM , SDE

April 28th, 2009, 7:03 pm

yes got it! thanks.