Probability of reaching a maximum in a random walk












3












$begingroup$


Let's define a random walk in the following way
$$S_0 = 0, S_n = sum_{i=1}^{n} epsilon_i,$$
where:
$$epsilon_i = pm 1.$$
Moreover
$$P(epsilon_i = - 1) = P(epsilon_i = + 1) = frac{1}{2}.$$



Again, let's define a random variable $X_n$ which gives us the position of the first maximum of a random walk of length $2n$.

I am to show that
$$P(X_n = 2k) = P(X_n = 2k + 1) = frac{1}{2}u_{2k}u_{2n-2k}.$$
Here
$$u_{2n} = frac{binom{2n}{n}}{2^{2n}} = P(S_{2n} = 0) = P(S_1 ge 0, S_2 ge0, ldots, S_{2n} ge 0) = P(S_1 neq0, S_2 neq 0, ldots, S_{2n} neq 0).$$
I also know that
$$u_{2k}u_{2n-2k}$$
tells us about the probability that a randomly walking particle is $2k$ ,,moves'' above the $x$ axis and $2n-2k$ below. However I don't know how to combine all those things and give the proof. I would appreciate any hints or tips.










share|cite|improve this question











$endgroup$

















    3












    $begingroup$


    Let's define a random walk in the following way
    $$S_0 = 0, S_n = sum_{i=1}^{n} epsilon_i,$$
    where:
    $$epsilon_i = pm 1.$$
    Moreover
    $$P(epsilon_i = - 1) = P(epsilon_i = + 1) = frac{1}{2}.$$



    Again, let's define a random variable $X_n$ which gives us the position of the first maximum of a random walk of length $2n$.

    I am to show that
    $$P(X_n = 2k) = P(X_n = 2k + 1) = frac{1}{2}u_{2k}u_{2n-2k}.$$
    Here
    $$u_{2n} = frac{binom{2n}{n}}{2^{2n}} = P(S_{2n} = 0) = P(S_1 ge 0, S_2 ge0, ldots, S_{2n} ge 0) = P(S_1 neq0, S_2 neq 0, ldots, S_{2n} neq 0).$$
    I also know that
    $$u_{2k}u_{2n-2k}$$
    tells us about the probability that a randomly walking particle is $2k$ ,,moves'' above the $x$ axis and $2n-2k$ below. However I don't know how to combine all those things and give the proof. I would appreciate any hints or tips.










    share|cite|improve this question











    $endgroup$















      3












      3








      3





      $begingroup$


      Let's define a random walk in the following way
      $$S_0 = 0, S_n = sum_{i=1}^{n} epsilon_i,$$
      where:
      $$epsilon_i = pm 1.$$
      Moreover
      $$P(epsilon_i = - 1) = P(epsilon_i = + 1) = frac{1}{2}.$$



      Again, let's define a random variable $X_n$ which gives us the position of the first maximum of a random walk of length $2n$.

      I am to show that
      $$P(X_n = 2k) = P(X_n = 2k + 1) = frac{1}{2}u_{2k}u_{2n-2k}.$$
      Here
      $$u_{2n} = frac{binom{2n}{n}}{2^{2n}} = P(S_{2n} = 0) = P(S_1 ge 0, S_2 ge0, ldots, S_{2n} ge 0) = P(S_1 neq0, S_2 neq 0, ldots, S_{2n} neq 0).$$
      I also know that
      $$u_{2k}u_{2n-2k}$$
      tells us about the probability that a randomly walking particle is $2k$ ,,moves'' above the $x$ axis and $2n-2k$ below. However I don't know how to combine all those things and give the proof. I would appreciate any hints or tips.










      share|cite|improve this question











      $endgroup$




      Let's define a random walk in the following way
      $$S_0 = 0, S_n = sum_{i=1}^{n} epsilon_i,$$
      where:
      $$epsilon_i = pm 1.$$
      Moreover
      $$P(epsilon_i = - 1) = P(epsilon_i = + 1) = frac{1}{2}.$$



      Again, let's define a random variable $X_n$ which gives us the position of the first maximum of a random walk of length $2n$.

      I am to show that
      $$P(X_n = 2k) = P(X_n = 2k + 1) = frac{1}{2}u_{2k}u_{2n-2k}.$$
      Here
      $$u_{2n} = frac{binom{2n}{n}}{2^{2n}} = P(S_{2n} = 0) = P(S_1 ge 0, S_2 ge0, ldots, S_{2n} ge 0) = P(S_1 neq0, S_2 neq 0, ldots, S_{2n} neq 0).$$
      I also know that
      $$u_{2k}u_{2n-2k}$$
      tells us about the probability that a randomly walking particle is $2k$ ,,moves'' above the $x$ axis and $2n-2k$ below. However I don't know how to combine all those things and give the proof. I would appreciate any hints or tips.







      probability-theory stochastic-processes random-walk






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Jan 8 at 18:47









      saz

      79.7k860124




      79.7k860124










      asked Jan 6 at 11:52









      HendrraHendrra

      1,163516




      1,163516






















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          Hints for $mathbb{P}(X_n = 2k)$: For fixed $k in mathbb{N}$ define two auxiliary random walks by



          $$U_j := sum_{i=1}^j epsilon_{2k-i}, qquad 0 leq j leq 2k,$$



          and



          $$V_j := sum_{i=1}^j epsilon_{2k+i}, qquad 0 leq j leq 2n-2k.$$




          1. Check that $(U_j)_{j leq 2k}$ and $(V_j)_{j leq 2n-2k}$ are independent.

          2. Show that $${X_n = 2k} = {U_1 > 0,ldots,U_{2k}>0} cap {V_1leq 0,ldots,V_{2n-2k}leq 0}.$$

          3. Combining Step 1+2 gives $$mathbb{P}(X_n = 2k) = mathbb{P}(U_1 > 0,ldots,U_{2k}>0) mathbb{P}(V_1 leq 0,ldots, V_{2n-2k} leq 0).$$ Use the facts which you mentioned about $u_{2n}$ to prove that the right-hand side equals $frac{1}{2} u_{2k} u_{2n-2k}$.




          Hints for $mathbb{P}(X_n = 2k+1)$: Set $$T_j := sum_{i=2}^{j+1} epsilon_i$$ and denote by $Y_n$ the position of the first maximum of $(T_j)_{j leq 2n}$.




          1. Show that ${X_n =2k+1} = {Y_n = 2k}$.

          2. Deduce from the first part of this problem that $$mathbb{P}(Y_n=2k) = frac{1}{2} u_{2k} u_{2n-k}.$$

          3. Conclude.






          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%2f3063763%2fprobability-of-reaching-a-maximum-in-a-random-walk%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$

            Hints for $mathbb{P}(X_n = 2k)$: For fixed $k in mathbb{N}$ define two auxiliary random walks by



            $$U_j := sum_{i=1}^j epsilon_{2k-i}, qquad 0 leq j leq 2k,$$



            and



            $$V_j := sum_{i=1}^j epsilon_{2k+i}, qquad 0 leq j leq 2n-2k.$$




            1. Check that $(U_j)_{j leq 2k}$ and $(V_j)_{j leq 2n-2k}$ are independent.

            2. Show that $${X_n = 2k} = {U_1 > 0,ldots,U_{2k}>0} cap {V_1leq 0,ldots,V_{2n-2k}leq 0}.$$

            3. Combining Step 1+2 gives $$mathbb{P}(X_n = 2k) = mathbb{P}(U_1 > 0,ldots,U_{2k}>0) mathbb{P}(V_1 leq 0,ldots, V_{2n-2k} leq 0).$$ Use the facts which you mentioned about $u_{2n}$ to prove that the right-hand side equals $frac{1}{2} u_{2k} u_{2n-2k}$.




            Hints for $mathbb{P}(X_n = 2k+1)$: Set $$T_j := sum_{i=2}^{j+1} epsilon_i$$ and denote by $Y_n$ the position of the first maximum of $(T_j)_{j leq 2n}$.




            1. Show that ${X_n =2k+1} = {Y_n = 2k}$.

            2. Deduce from the first part of this problem that $$mathbb{P}(Y_n=2k) = frac{1}{2} u_{2k} u_{2n-k}.$$

            3. Conclude.






            share|cite|improve this answer











            $endgroup$


















              2












              $begingroup$

              Hints for $mathbb{P}(X_n = 2k)$: For fixed $k in mathbb{N}$ define two auxiliary random walks by



              $$U_j := sum_{i=1}^j epsilon_{2k-i}, qquad 0 leq j leq 2k,$$



              and



              $$V_j := sum_{i=1}^j epsilon_{2k+i}, qquad 0 leq j leq 2n-2k.$$




              1. Check that $(U_j)_{j leq 2k}$ and $(V_j)_{j leq 2n-2k}$ are independent.

              2. Show that $${X_n = 2k} = {U_1 > 0,ldots,U_{2k}>0} cap {V_1leq 0,ldots,V_{2n-2k}leq 0}.$$

              3. Combining Step 1+2 gives $$mathbb{P}(X_n = 2k) = mathbb{P}(U_1 > 0,ldots,U_{2k}>0) mathbb{P}(V_1 leq 0,ldots, V_{2n-2k} leq 0).$$ Use the facts which you mentioned about $u_{2n}$ to prove that the right-hand side equals $frac{1}{2} u_{2k} u_{2n-2k}$.




              Hints for $mathbb{P}(X_n = 2k+1)$: Set $$T_j := sum_{i=2}^{j+1} epsilon_i$$ and denote by $Y_n$ the position of the first maximum of $(T_j)_{j leq 2n}$.




              1. Show that ${X_n =2k+1} = {Y_n = 2k}$.

              2. Deduce from the first part of this problem that $$mathbb{P}(Y_n=2k) = frac{1}{2} u_{2k} u_{2n-k}.$$

              3. Conclude.






              share|cite|improve this answer











              $endgroup$
















                2












                2








                2





                $begingroup$

                Hints for $mathbb{P}(X_n = 2k)$: For fixed $k in mathbb{N}$ define two auxiliary random walks by



                $$U_j := sum_{i=1}^j epsilon_{2k-i}, qquad 0 leq j leq 2k,$$



                and



                $$V_j := sum_{i=1}^j epsilon_{2k+i}, qquad 0 leq j leq 2n-2k.$$




                1. Check that $(U_j)_{j leq 2k}$ and $(V_j)_{j leq 2n-2k}$ are independent.

                2. Show that $${X_n = 2k} = {U_1 > 0,ldots,U_{2k}>0} cap {V_1leq 0,ldots,V_{2n-2k}leq 0}.$$

                3. Combining Step 1+2 gives $$mathbb{P}(X_n = 2k) = mathbb{P}(U_1 > 0,ldots,U_{2k}>0) mathbb{P}(V_1 leq 0,ldots, V_{2n-2k} leq 0).$$ Use the facts which you mentioned about $u_{2n}$ to prove that the right-hand side equals $frac{1}{2} u_{2k} u_{2n-2k}$.




                Hints for $mathbb{P}(X_n = 2k+1)$: Set $$T_j := sum_{i=2}^{j+1} epsilon_i$$ and denote by $Y_n$ the position of the first maximum of $(T_j)_{j leq 2n}$.




                1. Show that ${X_n =2k+1} = {Y_n = 2k}$.

                2. Deduce from the first part of this problem that $$mathbb{P}(Y_n=2k) = frac{1}{2} u_{2k} u_{2n-k}.$$

                3. Conclude.






                share|cite|improve this answer











                $endgroup$



                Hints for $mathbb{P}(X_n = 2k)$: For fixed $k in mathbb{N}$ define two auxiliary random walks by



                $$U_j := sum_{i=1}^j epsilon_{2k-i}, qquad 0 leq j leq 2k,$$



                and



                $$V_j := sum_{i=1}^j epsilon_{2k+i}, qquad 0 leq j leq 2n-2k.$$




                1. Check that $(U_j)_{j leq 2k}$ and $(V_j)_{j leq 2n-2k}$ are independent.

                2. Show that $${X_n = 2k} = {U_1 > 0,ldots,U_{2k}>0} cap {V_1leq 0,ldots,V_{2n-2k}leq 0}.$$

                3. Combining Step 1+2 gives $$mathbb{P}(X_n = 2k) = mathbb{P}(U_1 > 0,ldots,U_{2k}>0) mathbb{P}(V_1 leq 0,ldots, V_{2n-2k} leq 0).$$ Use the facts which you mentioned about $u_{2n}$ to prove that the right-hand side equals $frac{1}{2} u_{2k} u_{2n-2k}$.




                Hints for $mathbb{P}(X_n = 2k+1)$: Set $$T_j := sum_{i=2}^{j+1} epsilon_i$$ and denote by $Y_n$ the position of the first maximum of $(T_j)_{j leq 2n}$.




                1. Show that ${X_n =2k+1} = {Y_n = 2k}$.

                2. Deduce from the first part of this problem that $$mathbb{P}(Y_n=2k) = frac{1}{2} u_{2k} u_{2n-k}.$$

                3. Conclude.







                share|cite|improve this answer














                share|cite|improve this answer



                share|cite|improve this answer








                edited Jan 7 at 10:50

























                answered Jan 6 at 18:33









                sazsaz

                79.7k860124




                79.7k860124






























                    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%2f3063763%2fprobability-of-reaching-a-maximum-in-a-random-walk%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

                    Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

                    ts Property 'filter' does not exist on type '{}'

                    mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window