random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

What would you call this weird metallic apparatus that allows you to lift people?

Is it possible to give , in economics, an example of a relation ( set of ordered pairs) that is not a function?

Maximum summed subsequences with non-adjacent items

How many time has Arya actually used Needle?

Is there public access to the Meteor Crater in Arizona?

Belief In God or Knowledge Of God. Which is better?

What is the meaning of 'breadth' in breadth first search?

Why is there Net Work Done on a Pressure/Volume Cycle?

How much damage would a cupful of neutron star matter do to the Earth?

Sum letters are not two different

Why does it sometimes sound good to play a grace note as a lead in to a note in a melody?

What initially awakened the Balrog?

How to pronounce 伝統色

QGIS virtual layer functionality does not seem to support memory layers

AppleTVs create a chatty alternate WiFi network

How to write capital alpha?

How often does castling occur in grandmaster games?

Why can't I install Tomboy in Ubuntu Mate 19.04?

Do I really need to have a message in a novel to appeal to readers?

How do I find out the mythology and history of my Fortress?

How to unroll a parameter pack from right to left

Central Vacuuming: Is it worth it, and how does it compare to normal vacuuming?

Quadrilaterals with equal sides

Generate an RGB colour grid



random experiment with two different functions on unit interval



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable










0












$begingroup$


Let $X=[0,1]$, and functions $f(x)=x$, $g(x)=2x$ mod $1$, and the probability of chosing $f,g$: $mu(f)=mu(g)=frac12$. Now if $x$ is the starting point, then what will be a general expression of state after $n$ iteration?



One of my friends says it will be $X_n=(eta_1+eta_2+dots+eta_n)x$ mod $1$, where $eta_i$ are i.i.d taking values $0,1$but I don't understand his explanations.



This is some random experiment I understand but how the process will go on, I can not visualize. Each step of the random experiment one of the above function will play their role and with probability fifty-fifty, right? So If I consider a diagram according to the experiment or iteration, I will get some curve also? Thanks for describing me mathematically.










share|cite|improve this question











$endgroup$
















    0












    $begingroup$


    Let $X=[0,1]$, and functions $f(x)=x$, $g(x)=2x$ mod $1$, and the probability of chosing $f,g$: $mu(f)=mu(g)=frac12$. Now if $x$ is the starting point, then what will be a general expression of state after $n$ iteration?



    One of my friends says it will be $X_n=(eta_1+eta_2+dots+eta_n)x$ mod $1$, where $eta_i$ are i.i.d taking values $0,1$but I don't understand his explanations.



    This is some random experiment I understand but how the process will go on, I can not visualize. Each step of the random experiment one of the above function will play their role and with probability fifty-fifty, right? So If I consider a diagram according to the experiment or iteration, I will get some curve also? Thanks for describing me mathematically.










    share|cite|improve this question











    $endgroup$














      0












      0








      0


      0



      $begingroup$


      Let $X=[0,1]$, and functions $f(x)=x$, $g(x)=2x$ mod $1$, and the probability of chosing $f,g$: $mu(f)=mu(g)=frac12$. Now if $x$ is the starting point, then what will be a general expression of state after $n$ iteration?



      One of my friends says it will be $X_n=(eta_1+eta_2+dots+eta_n)x$ mod $1$, where $eta_i$ are i.i.d taking values $0,1$but I don't understand his explanations.



      This is some random experiment I understand but how the process will go on, I can not visualize. Each step of the random experiment one of the above function will play their role and with probability fifty-fifty, right? So If I consider a diagram according to the experiment or iteration, I will get some curve also? Thanks for describing me mathematically.










      share|cite|improve this question











      $endgroup$




      Let $X=[0,1]$, and functions $f(x)=x$, $g(x)=2x$ mod $1$, and the probability of chosing $f,g$: $mu(f)=mu(g)=frac12$. Now if $x$ is the starting point, then what will be a general expression of state after $n$ iteration?



      One of my friends says it will be $X_n=(eta_1+eta_2+dots+eta_n)x$ mod $1$, where $eta_i$ are i.i.d taking values $0,1$but I don't understand his explanations.



      This is some random experiment I understand but how the process will go on, I can not visualize. Each step of the random experiment one of the above function will play their role and with probability fifty-fifty, right? So If I consider a diagram according to the experiment or iteration, I will get some curve also? Thanks for describing me mathematically.







      probability random-variables random-walk random-functions






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 27 at 21:41









      David G. Stork

      12.2k41836




      12.2k41836










      asked Mar 27 at 21:25









      Ding DongDing Dong

      17.4k1162186




      17.4k1162186




















          1 Answer
          1






          active

          oldest

          votes


















          2












          $begingroup$

          Your friend is wrong, but has the right idea. Let $eta_j = 1$ if $g$ is picked at the $j$th iteration, and $0$ otherwise. (I.e. $eta_j$ is the indicator variable.) Then



          $$X_j = 2^eta_j X_j-1 pmod 1$$



          and so



          $$X_n = 2^eta_n 2^eta_n-1 cdots 2^eta_2 2^eta_1 X_0 = 2^(eta_n + cdots + eta_2 + eta_1) X_0 pmod 1$$



          As for visualization... If $f$ is picked then $X$ didn't change, but if $g$ is picked then $X$ doubles, and then "wraps around" $pmod 1$ if the doubled value $> 1$. If you plot successive $X_n$ there are some flat stretches ($f$ being chosen) then some jumps which may look hard to comprehend.



          For some starting values the series is easily described. E.g. starting at $X_0=1/2$ or indeed any $2^-k$ you keep doubling (whenever $g$ is chosen) until getting stuck at $1=0$. Alternatively starting at $X_0 = 1/3$ you just toggle between $1/3$ and $2/3$ (whenever $g$ is chosen). Somewhat similar things happen for a rational $X_0$ whose denominator is not a power of $2$ (and in particular the series eventually repeats). But for an irrational $X_0$ the series will go all over the place and will never repeat, and (I am not an expert on this last point) I believe in some technical sense may become "uniform" over the $(0,1)$ interval...?






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
            $endgroup$
            – Ding Dong
            Mar 28 at 8:38











          Your Answer








          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%2f3165153%2frandom-experiment-with-two-different-functions-on-unit-interval%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$

          Your friend is wrong, but has the right idea. Let $eta_j = 1$ if $g$ is picked at the $j$th iteration, and $0$ otherwise. (I.e. $eta_j$ is the indicator variable.) Then



          $$X_j = 2^eta_j X_j-1 pmod 1$$



          and so



          $$X_n = 2^eta_n 2^eta_n-1 cdots 2^eta_2 2^eta_1 X_0 = 2^(eta_n + cdots + eta_2 + eta_1) X_0 pmod 1$$



          As for visualization... If $f$ is picked then $X$ didn't change, but if $g$ is picked then $X$ doubles, and then "wraps around" $pmod 1$ if the doubled value $> 1$. If you plot successive $X_n$ there are some flat stretches ($f$ being chosen) then some jumps which may look hard to comprehend.



          For some starting values the series is easily described. E.g. starting at $X_0=1/2$ or indeed any $2^-k$ you keep doubling (whenever $g$ is chosen) until getting stuck at $1=0$. Alternatively starting at $X_0 = 1/3$ you just toggle between $1/3$ and $2/3$ (whenever $g$ is chosen). Somewhat similar things happen for a rational $X_0$ whose denominator is not a power of $2$ (and in particular the series eventually repeats). But for an irrational $X_0$ the series will go all over the place and will never repeat, and (I am not an expert on this last point) I believe in some technical sense may become "uniform" over the $(0,1)$ interval...?






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
            $endgroup$
            – Ding Dong
            Mar 28 at 8:38















          2












          $begingroup$

          Your friend is wrong, but has the right idea. Let $eta_j = 1$ if $g$ is picked at the $j$th iteration, and $0$ otherwise. (I.e. $eta_j$ is the indicator variable.) Then



          $$X_j = 2^eta_j X_j-1 pmod 1$$



          and so



          $$X_n = 2^eta_n 2^eta_n-1 cdots 2^eta_2 2^eta_1 X_0 = 2^(eta_n + cdots + eta_2 + eta_1) X_0 pmod 1$$



          As for visualization... If $f$ is picked then $X$ didn't change, but if $g$ is picked then $X$ doubles, and then "wraps around" $pmod 1$ if the doubled value $> 1$. If you plot successive $X_n$ there are some flat stretches ($f$ being chosen) then some jumps which may look hard to comprehend.



          For some starting values the series is easily described. E.g. starting at $X_0=1/2$ or indeed any $2^-k$ you keep doubling (whenever $g$ is chosen) until getting stuck at $1=0$. Alternatively starting at $X_0 = 1/3$ you just toggle between $1/3$ and $2/3$ (whenever $g$ is chosen). Somewhat similar things happen for a rational $X_0$ whose denominator is not a power of $2$ (and in particular the series eventually repeats). But for an irrational $X_0$ the series will go all over the place and will never repeat, and (I am not an expert on this last point) I believe in some technical sense may become "uniform" over the $(0,1)$ interval...?






          share|cite|improve this answer









          $endgroup$












          • $begingroup$
            Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
            $endgroup$
            – Ding Dong
            Mar 28 at 8:38













          2












          2








          2





          $begingroup$

          Your friend is wrong, but has the right idea. Let $eta_j = 1$ if $g$ is picked at the $j$th iteration, and $0$ otherwise. (I.e. $eta_j$ is the indicator variable.) Then



          $$X_j = 2^eta_j X_j-1 pmod 1$$



          and so



          $$X_n = 2^eta_n 2^eta_n-1 cdots 2^eta_2 2^eta_1 X_0 = 2^(eta_n + cdots + eta_2 + eta_1) X_0 pmod 1$$



          As for visualization... If $f$ is picked then $X$ didn't change, but if $g$ is picked then $X$ doubles, and then "wraps around" $pmod 1$ if the doubled value $> 1$. If you plot successive $X_n$ there are some flat stretches ($f$ being chosen) then some jumps which may look hard to comprehend.



          For some starting values the series is easily described. E.g. starting at $X_0=1/2$ or indeed any $2^-k$ you keep doubling (whenever $g$ is chosen) until getting stuck at $1=0$. Alternatively starting at $X_0 = 1/3$ you just toggle between $1/3$ and $2/3$ (whenever $g$ is chosen). Somewhat similar things happen for a rational $X_0$ whose denominator is not a power of $2$ (and in particular the series eventually repeats). But for an irrational $X_0$ the series will go all over the place and will never repeat, and (I am not an expert on this last point) I believe in some technical sense may become "uniform" over the $(0,1)$ interval...?






          share|cite|improve this answer









          $endgroup$



          Your friend is wrong, but has the right idea. Let $eta_j = 1$ if $g$ is picked at the $j$th iteration, and $0$ otherwise. (I.e. $eta_j$ is the indicator variable.) Then



          $$X_j = 2^eta_j X_j-1 pmod 1$$



          and so



          $$X_n = 2^eta_n 2^eta_n-1 cdots 2^eta_2 2^eta_1 X_0 = 2^(eta_n + cdots + eta_2 + eta_1) X_0 pmod 1$$



          As for visualization... If $f$ is picked then $X$ didn't change, but if $g$ is picked then $X$ doubles, and then "wraps around" $pmod 1$ if the doubled value $> 1$. If you plot successive $X_n$ there are some flat stretches ($f$ being chosen) then some jumps which may look hard to comprehend.



          For some starting values the series is easily described. E.g. starting at $X_0=1/2$ or indeed any $2^-k$ you keep doubling (whenever $g$ is chosen) until getting stuck at $1=0$. Alternatively starting at $X_0 = 1/3$ you just toggle between $1/3$ and $2/3$ (whenever $g$ is chosen). Somewhat similar things happen for a rational $X_0$ whose denominator is not a power of $2$ (and in particular the series eventually repeats). But for an irrational $X_0$ the series will go all over the place and will never repeat, and (I am not an expert on this last point) I believe in some technical sense may become "uniform" over the $(0,1)$ interval...?







          share|cite|improve this answer












          share|cite|improve this answer



          share|cite|improve this answer










          answered Mar 27 at 23:07









          antkamantkam

          3,279412




          3,279412











          • $begingroup$
            Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
            $endgroup$
            – Ding Dong
            Mar 28 at 8:38
















          • $begingroup$
            Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
            $endgroup$
            – Ding Dong
            Mar 28 at 8:38















          $begingroup$
          Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
          $endgroup$
          – Ding Dong
          Mar 28 at 8:38




          $begingroup$
          Thanksssssssssssssssssss very muchhhhhhhhhhhhhh I understood.
          $endgroup$
          – Ding Dong
          Mar 28 at 8:38

















          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%2f3165153%2frandom-experiment-with-two-different-functions-on-unit-interval%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

          Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

          How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer