Solution to stochastic differential equation $dY = YdW$, where $Y(0)=1$?












0












$begingroup$


How to find the solution to stochastic differential equation (SDE):



$dY = YdW$,



where $W(t)$ is Brownian motion and $Y(0)=1$? The solution to the corresponding ordinary differential equation is easy to find:



$Y=e^{W(t)}$



However the solution to the SDE, according to Ito's formula, is supposed to be:



$Y=e^{W(t)-t/2}$,



and I don't understand how to find this solution. I tried to compare Ito's formula (left-hand side) with the SDE (right-hand side):



$(y'b+frac{y''}{2})dt+y'dW = YdW$,



where $b$ is some function of $t$, but wasn't able to make progress. Also I tried to take the derivative of $Y$:



$Y'=(W'(t)-1/2)e^{W(t)-t/2}$,



but could't see how this relates to Ito's formula (e.g. there is no $y''$ term).










share|cite|improve this question









$endgroup$

















    0












    $begingroup$


    How to find the solution to stochastic differential equation (SDE):



    $dY = YdW$,



    where $W(t)$ is Brownian motion and $Y(0)=1$? The solution to the corresponding ordinary differential equation is easy to find:



    $Y=e^{W(t)}$



    However the solution to the SDE, according to Ito's formula, is supposed to be:



    $Y=e^{W(t)-t/2}$,



    and I don't understand how to find this solution. I tried to compare Ito's formula (left-hand side) with the SDE (right-hand side):



    $(y'b+frac{y''}{2})dt+y'dW = YdW$,



    where $b$ is some function of $t$, but wasn't able to make progress. Also I tried to take the derivative of $Y$:



    $Y'=(W'(t)-1/2)e^{W(t)-t/2}$,



    but could't see how this relates to Ito's formula (e.g. there is no $y''$ term).










    share|cite|improve this question









    $endgroup$















      0












      0








      0





      $begingroup$


      How to find the solution to stochastic differential equation (SDE):



      $dY = YdW$,



      where $W(t)$ is Brownian motion and $Y(0)=1$? The solution to the corresponding ordinary differential equation is easy to find:



      $Y=e^{W(t)}$



      However the solution to the SDE, according to Ito's formula, is supposed to be:



      $Y=e^{W(t)-t/2}$,



      and I don't understand how to find this solution. I tried to compare Ito's formula (left-hand side) with the SDE (right-hand side):



      $(y'b+frac{y''}{2})dt+y'dW = YdW$,



      where $b$ is some function of $t$, but wasn't able to make progress. Also I tried to take the derivative of $Y$:



      $Y'=(W'(t)-1/2)e^{W(t)-t/2}$,



      but could't see how this relates to Ito's formula (e.g. there is no $y''$ term).










      share|cite|improve this question









      $endgroup$




      How to find the solution to stochastic differential equation (SDE):



      $dY = YdW$,



      where $W(t)$ is Brownian motion and $Y(0)=1$? The solution to the corresponding ordinary differential equation is easy to find:



      $Y=e^{W(t)}$



      However the solution to the SDE, according to Ito's formula, is supposed to be:



      $Y=e^{W(t)-t/2}$,



      and I don't understand how to find this solution. I tried to compare Ito's formula (left-hand side) with the SDE (right-hand side):



      $(y'b+frac{y''}{2})dt+y'dW = YdW$,



      where $b$ is some function of $t$, but wasn't able to make progress. Also I tried to take the derivative of $Y$:



      $Y'=(W'(t)-1/2)e^{W(t)-t/2}$,



      but could't see how this relates to Ito's formula (e.g. there is no $y''$ term).







      stochastic-calculus stochastic-integrals






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Jan 26 at 21:10









      user117933user117933

      385




      385






















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          If you know what the solution should look like then you can just apply Ito's formula to the thing you expect the solution to be and check it works. To apply Ito's formula you want to write $Y$ as a function of $W(t)$ and $t$. We have
          $Y_t = f(t,W(t))$ where $f(t,x) = e^{x - t/2}$. Then applying Ito's formula gives
          $$dY_t = frac{partial f}{partial t} dt + frac{partial f}{partial x} dW_t + frac12 frac{partial^2 f}{partial x^2} dt$$
          since $W(t)$ has quadratic variation $t$. Computing the partial derivatives gives
          begin{align}
          dY_t &= - frac12 f(t,W(t)) dt + f(t,W(t)) dW(t) + frac12 f(t,W(t))dt \& = f(t,W(t))dW(t) = Y_t dW(t)
          end{align}

          as desired.





          If you didn't know the right solution beforehand, one way you might proceed is as follows. Notice that right hand side of Ito's formula is the same as you get in the usual calculus except for the second order Ito correction term. This means you might hope that you can start with a solution to the corresponding ODE and guess the right change to cancel out the second order correction. Here this method works.



          We have
          $$de^{W(t)} = e^{W(t)} dW(t) + frac12 e^{W(t)} dt$$
          Now a natural guess is to assume that you can separate the variable and write $Y(t) = f(t) e^{W(t)}$ for some $f$. By the product rule for Ito calculus (or an application of Ito's formula)
          $$d(f(t)e^{W(t)}) = e^{W(t)}f'(t) dt + f(t)e^{W(t)} dW(t) + frac12 f(t) e^{W(t)} dt$$
          and so $Y(t) = f(t) e^{W(t)}$ is the desired solution if and only if $f'(t) = -frac12 f(t)$ which is if and only if $f(t) = e^{-t/2}$






          share|cite|improve this answer











          $endgroup$













            Your Answer





            StackExchange.ifUsing("editor", function () {
            return StackExchange.using("mathjaxEditing", function () {
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            });
            });
            }, "mathjax-editing");

            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "69"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088760%2fsolution-to-stochastic-differential-equation-dy-ydw-where-y0-1%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2












            $begingroup$

            If you know what the solution should look like then you can just apply Ito's formula to the thing you expect the solution to be and check it works. To apply Ito's formula you want to write $Y$ as a function of $W(t)$ and $t$. We have
            $Y_t = f(t,W(t))$ where $f(t,x) = e^{x - t/2}$. Then applying Ito's formula gives
            $$dY_t = frac{partial f}{partial t} dt + frac{partial f}{partial x} dW_t + frac12 frac{partial^2 f}{partial x^2} dt$$
            since $W(t)$ has quadratic variation $t$. Computing the partial derivatives gives
            begin{align}
            dY_t &= - frac12 f(t,W(t)) dt + f(t,W(t)) dW(t) + frac12 f(t,W(t))dt \& = f(t,W(t))dW(t) = Y_t dW(t)
            end{align}

            as desired.





            If you didn't know the right solution beforehand, one way you might proceed is as follows. Notice that right hand side of Ito's formula is the same as you get in the usual calculus except for the second order Ito correction term. This means you might hope that you can start with a solution to the corresponding ODE and guess the right change to cancel out the second order correction. Here this method works.



            We have
            $$de^{W(t)} = e^{W(t)} dW(t) + frac12 e^{W(t)} dt$$
            Now a natural guess is to assume that you can separate the variable and write $Y(t) = f(t) e^{W(t)}$ for some $f$. By the product rule for Ito calculus (or an application of Ito's formula)
            $$d(f(t)e^{W(t)}) = e^{W(t)}f'(t) dt + f(t)e^{W(t)} dW(t) + frac12 f(t) e^{W(t)} dt$$
            and so $Y(t) = f(t) e^{W(t)}$ is the desired solution if and only if $f'(t) = -frac12 f(t)$ which is if and only if $f(t) = e^{-t/2}$






            share|cite|improve this answer











            $endgroup$


















              2












              $begingroup$

              If you know what the solution should look like then you can just apply Ito's formula to the thing you expect the solution to be and check it works. To apply Ito's formula you want to write $Y$ as a function of $W(t)$ and $t$. We have
              $Y_t = f(t,W(t))$ where $f(t,x) = e^{x - t/2}$. Then applying Ito's formula gives
              $$dY_t = frac{partial f}{partial t} dt + frac{partial f}{partial x} dW_t + frac12 frac{partial^2 f}{partial x^2} dt$$
              since $W(t)$ has quadratic variation $t$. Computing the partial derivatives gives
              begin{align}
              dY_t &= - frac12 f(t,W(t)) dt + f(t,W(t)) dW(t) + frac12 f(t,W(t))dt \& = f(t,W(t))dW(t) = Y_t dW(t)
              end{align}

              as desired.





              If you didn't know the right solution beforehand, one way you might proceed is as follows. Notice that right hand side of Ito's formula is the same as you get in the usual calculus except for the second order Ito correction term. This means you might hope that you can start with a solution to the corresponding ODE and guess the right change to cancel out the second order correction. Here this method works.



              We have
              $$de^{W(t)} = e^{W(t)} dW(t) + frac12 e^{W(t)} dt$$
              Now a natural guess is to assume that you can separate the variable and write $Y(t) = f(t) e^{W(t)}$ for some $f$. By the product rule for Ito calculus (or an application of Ito's formula)
              $$d(f(t)e^{W(t)}) = e^{W(t)}f'(t) dt + f(t)e^{W(t)} dW(t) + frac12 f(t) e^{W(t)} dt$$
              and so $Y(t) = f(t) e^{W(t)}$ is the desired solution if and only if $f'(t) = -frac12 f(t)$ which is if and only if $f(t) = e^{-t/2}$






              share|cite|improve this answer











              $endgroup$
















                2












                2








                2





                $begingroup$

                If you know what the solution should look like then you can just apply Ito's formula to the thing you expect the solution to be and check it works. To apply Ito's formula you want to write $Y$ as a function of $W(t)$ and $t$. We have
                $Y_t = f(t,W(t))$ where $f(t,x) = e^{x - t/2}$. Then applying Ito's formula gives
                $$dY_t = frac{partial f}{partial t} dt + frac{partial f}{partial x} dW_t + frac12 frac{partial^2 f}{partial x^2} dt$$
                since $W(t)$ has quadratic variation $t$. Computing the partial derivatives gives
                begin{align}
                dY_t &= - frac12 f(t,W(t)) dt + f(t,W(t)) dW(t) + frac12 f(t,W(t))dt \& = f(t,W(t))dW(t) = Y_t dW(t)
                end{align}

                as desired.





                If you didn't know the right solution beforehand, one way you might proceed is as follows. Notice that right hand side of Ito's formula is the same as you get in the usual calculus except for the second order Ito correction term. This means you might hope that you can start with a solution to the corresponding ODE and guess the right change to cancel out the second order correction. Here this method works.



                We have
                $$de^{W(t)} = e^{W(t)} dW(t) + frac12 e^{W(t)} dt$$
                Now a natural guess is to assume that you can separate the variable and write $Y(t) = f(t) e^{W(t)}$ for some $f$. By the product rule for Ito calculus (or an application of Ito's formula)
                $$d(f(t)e^{W(t)}) = e^{W(t)}f'(t) dt + f(t)e^{W(t)} dW(t) + frac12 f(t) e^{W(t)} dt$$
                and so $Y(t) = f(t) e^{W(t)}$ is the desired solution if and only if $f'(t) = -frac12 f(t)$ which is if and only if $f(t) = e^{-t/2}$






                share|cite|improve this answer











                $endgroup$



                If you know what the solution should look like then you can just apply Ito's formula to the thing you expect the solution to be and check it works. To apply Ito's formula you want to write $Y$ as a function of $W(t)$ and $t$. We have
                $Y_t = f(t,W(t))$ where $f(t,x) = e^{x - t/2}$. Then applying Ito's formula gives
                $$dY_t = frac{partial f}{partial t} dt + frac{partial f}{partial x} dW_t + frac12 frac{partial^2 f}{partial x^2} dt$$
                since $W(t)$ has quadratic variation $t$. Computing the partial derivatives gives
                begin{align}
                dY_t &= - frac12 f(t,W(t)) dt + f(t,W(t)) dW(t) + frac12 f(t,W(t))dt \& = f(t,W(t))dW(t) = Y_t dW(t)
                end{align}

                as desired.





                If you didn't know the right solution beforehand, one way you might proceed is as follows. Notice that right hand side of Ito's formula is the same as you get in the usual calculus except for the second order Ito correction term. This means you might hope that you can start with a solution to the corresponding ODE and guess the right change to cancel out the second order correction. Here this method works.



                We have
                $$de^{W(t)} = e^{W(t)} dW(t) + frac12 e^{W(t)} dt$$
                Now a natural guess is to assume that you can separate the variable and write $Y(t) = f(t) e^{W(t)}$ for some $f$. By the product rule for Ito calculus (or an application of Ito's formula)
                $$d(f(t)e^{W(t)}) = e^{W(t)}f'(t) dt + f(t)e^{W(t)} dW(t) + frac12 f(t) e^{W(t)} dt$$
                and so $Y(t) = f(t) e^{W(t)}$ is the desired solution if and only if $f'(t) = -frac12 f(t)$ which is if and only if $f(t) = e^{-t/2}$







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Jan 26 at 21:28

























                answered Jan 26 at 21:17









                Rhys SteeleRhys Steele

                7,2901930




                7,2901930






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Mathematics Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3088760%2fsolution-to-stochastic-differential-equation-dy-ydw-where-y0-1%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    MongoDB - Not Authorized To Execute Command

                    in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

                    How to fix TextFormField cause rebuild widget in Flutter