<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://asaenz16.github.io/website/feed.xml" rel="self" type="application/atom+xml" /><link href="https://asaenz16.github.io/website/" rel="alternate" type="text/html" /><updated>2024-08-14T16:19:52+00:00</updated><id>https://asaenz16.github.io/website/feed.xml</id><title type="html">MOB blog</title><subtitle>Personal Website</subtitle><entry><title type="html">Shocks and Fluctuation in PushASEP</title><link href="https://asaenz16.github.io/website/2024/07/27/ShocksKPZfluctiatins.html" rel="alternate" type="text/html" title="Shocks and Fluctuation in PushASEP" /><published>2024-07-27T00:00:00+00:00</published><updated>2024-07-27T00:00:00+00:00</updated><id>https://asaenz16.github.io/website/2024/07/27/ShocksKPZfluctiatins</id><content type="html" xml:base="https://asaenz16.github.io/website/2024/07/27/ShocksKPZfluctiatins.html"><![CDATA[<h2 id="intro">Intro</h2>

<p>The <em>PushASEP</em> is interacting random walk on a 1D lattice. The interaction to the left and right is different. Moving to the right, particles are blocked from moving to an occupied space. Moving to the left, particle push particles aside when moving to an occupied site.</p>

<h2 id="kpz-fluctuations">KPZ fluctuations</h2>

<p>We, Jhih-Huang Li and I, computed the fluctuation statistics for the PushASEP on the ring. You can find the result here: <a href="https://arxiv.org/abs/2308.05372">Contour Integral Formulas for PushASEP on the Ring</a>.</p>

<h2 id="translation-invarince">Translation invarince</h2>

<p>The result for the step initial conditions has an additional parameter \(\gamma\), compared to the periodic initial conditions. The additional term \(\gamma\) is due to the fact that the dynamics (in large scale) are translation invariant for the periodic initial conditions and not for step initial conditions. There is a key event for the case with step initial conditions that remove translation invariance, the shock from high vs low density of particles. The average speed of a particle in the system determine by the local density of the particles. The shock becomes a reference point in the large scale regime. Thus, in the result for the step initial conditions, we have a parameter \(\gamma \in \mathbb{T}\) that transforms the frontier to the reference frame of the shock.</p>

<h2 id="burgers-equation">Burgers Equation</h2>

<p>The hydrodynamic limit is the function \(\rho(x,t)\) of the local density of the particles at positions \(n = [x L]\) at time \(T = [ t]\). The evolution is given by the <em>Burgers Equation</em>:</p>

\[\frac{ d \rho}{dt} +  \frac{d}{dx} \left[ p \rho (1 -\rho) - q \frac{\rho}{1-\rho}\right]= 0\]

<h2 id="numerics">Numerics</h2>

<p>Let’s consider the numerical solution of the Burger’s equation with step initial conditions. We’ll use a Fourier transform (approximation) since the step intial data is not smooth.</p>

<h3 id="fourier-transform-of-step-initial-data">Fourier Transform of Step Initial Data</h3>

<p>Let the ring have period one so that solutions are periodic on \([0,1]\). For the step initial conditions, take</p>

\[\rho(x, 0) = \begin{cases} 1, &amp; \quad x \in [1/4, 3/4] \\ 0, &amp; \quad x \notin [1/4, 3/4]\end{cases}\]

<p>We have a Fourier expansion</p>

\[\rho(x, 0) = \sum_{k \in \mathbb{Z}} a_k e^{2 \pi i k x} = a_0 + \sum_{k=0} ( a_k + a_{-k}) \cos(2\pi k x) + i( a_k - a_{-k}) \sin( 2\pi kx)\]

<p>where the coefficients are given by</p>

\[a_k = \int_{1/4}^{3/4} e^{2 \pi i k x} dx = \frac{1}{2 \pi i k} \left(e^{ 3  k \pi i /2} - e^{ k \pi i /2} \right)\]

<p>so that</p>

\[a_k + a_{-k} = 2 \cos( 3 k \pi /2) - 2 \cos( k \pi/2)\]

<script src="https://utteranc.es/client.js" repo="asaenz16/website" issue-term="pathname" theme="github-dark" crossorigin="anonymous" async="">
</script>]]></content><author><name></name></author><category term="PushASEP" /><summary type="html"><![CDATA[Intro]]></summary></entry><entry><title type="html">Comments with Disqus</title><link href="https://asaenz16.github.io/website/2024/07/01/discus.html" rel="alternate" type="text/html" title="Comments with Disqus" /><published>2024-07-01T00:00:00+00:00</published><updated>2024-07-01T00:00:00+00:00</updated><id>https://asaenz16.github.io/website/2024/07/01/discus</id><content type="html" xml:base="https://asaenz16.github.io/website/2024/07/01/discus.html"><![CDATA[<p>In a previous post <a href="/website/2024/06/07/comments.html">click here</a>, I showed how to add comments to this blog using <em>utterances</em>. 
The only drawback is that you must be logged in GitHub to post a comment.</p>

<p>Today, I’m trying to use <em>disqus</em> to add comments to the blog to see if it is better. <a href="https://help.disqus.com/en/articles/1935528-jekyll-installation-instructions">Click here for documentation</a>.</p>

<p>The issue now is that <em>disqus</em> doesn’t support LaTeX. :(</p>

<div id="disqus_thread"></div>
<script>
    /**
    *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
    *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables    */
    /*
    var disqus_config = function () {
    this.page.url = PAGE_URL;  // Replace PAGE_URL with your page's canonical URL variable
    this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
    };
    */
    (function() { // DON'T EDIT BELOW THIS LINE
    var d = document, s = d.createElement('script');
    s.src = 'https://https-asaenz16-github-io-website.disqus.com/embed.js';
    s.setAttribute('data-timestamp', +new Date());
    (d.head || d.body).appendChild(s);
    })();
</script>

<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>]]></content><author><name></name></author><summary type="html"><![CDATA[In a previous post click here, I showed how to add comments to this blog using utterances. The only drawback is that you must be logged in GitHub to post a comment.]]></summary></entry><entry><title type="html">Adding math</title><link href="https://asaenz16.github.io/website/2024/06/10/math.html" rel="alternate" type="text/html" title="Adding math" /><published>2024-06-10T00:00:00+00:00</published><updated>2024-06-10T00:00:00+00:00</updated><id>https://asaenz16.github.io/website/2024/06/10/math</id><content type="html" xml:base="https://asaenz16.github.io/website/2024/06/10/math.html"><![CDATA[<p>I want to add equations.</p>

<p>How about this?</p>

<p>\(\prod_{i=1}^{N}(x-x_i) = \sum_{k=0}^{N} (-1)^{N-k} e_{N-k}(x_1, x_2, \dots, x_N) x^{k}\).</p>

<p>The coefficients \(e_k(x_1, x_2, \dots, x_N)\) are called the <em>elementary symmetric functions</em>. For example, we have</p>

\[\begin{equation}
\begin{split}
e_0(x_1, \dots, x_N) &amp;=1\\
e_1(x_1, \dots, x_N) &amp;= x_1 +x_2 + \cdots + x_N
\end{split}
\end{equation}\]

<h3 id="how-i-added-math">How I added math</h3>

<p>This was failry confusing process. I tried several things. In the end, I created a file _layouts/bease.html, where I copied the file from the minima GitHub repository <a href="https://github.com/jekyll/minima/tree/master/_layouts">click here</a> and then I added the following scritp that I found <a href="https://github.com/admshumar/math-minima/blob/master/_includes/head.html">here</a>:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>&lt;script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML" async&gt;&lt;/script&gt;
</code></pre></div></div>

<p>Also, I changed the _layouts/bease.html to the file given in <a href="https://github.com/admshumar/math-minima">this repository</a> for the math-minima Jekyll theme. For some reason, I wasn’t able to get the math-minima theme to work. Instead, I just copied the file from their repo.</p>

<script src="https://utteranc.es/client.js" repo="asaenz16/website" issue-term="pathname" theme="github-dark" crossorigin="anonymous" async="">
</script>]]></content><author><name></name></author><category term="intro" /><summary type="html"><![CDATA[I want to add equations.]]></summary></entry><entry><title type="html">Trial Post</title><link href="https://asaenz16.github.io/website/2024/06/07/firstporst.html" rel="alternate" type="text/html" title="Trial Post" /><published>2024-06-07T00:00:00+00:00</published><updated>2024-06-07T00:00:00+00:00</updated><id>https://asaenz16.github.io/website/2024/06/07/firstporst</id><content type="html" xml:base="https://asaenz16.github.io/website/2024/06/07/firstporst.html"><![CDATA[<p>Let’s see if this works.</p>

<p>Next: figure out how to add math equations and tags.</p>]]></content><author><name></name></author><summary type="html"><![CDATA[Let’s see if this works.]]></summary></entry><entry><title type="html">Adding comments</title><link href="https://asaenz16.github.io/website/2024/06/07/comments.html" rel="alternate" type="text/html" title="Adding comments" /><published>2024-06-07T00:00:00+00:00</published><updated>2024-06-07T00:00:00+00:00</updated><id>https://asaenz16.github.io/website/2024/06/07/comments</id><content type="html" xml:base="https://asaenz16.github.io/website/2024/06/07/comments.html"><![CDATA[<p>I want to add comments to the blog.</p>

<p>Using “utteramnces” plug-in for GitHub.</p>

<h2 id="documentation">Documentation:</h2>

<ul>
  <li>
    <p>Idea: <a href="https://webapps.stackexchange.com/questions/165528/how-to-add-comments-in-blog-posts-on-github-pages-websites">Post with different ways to add comments</a></p>
  </li>
  <li>
    <p>Installtion: <a href="https://utteranc.es/#configuration">Official website.</a> Note that it produces a html script at the bottom so you can create an html in your repo to add to your _includes folder.</p>
  </li>
  <li>
    <p>More deatails:</p>
    <ul>
      <li><a href="https://gist.github.com/mwt/7b747b45d5e28e7a943490d7a3b8a4ff">Some post.</a></li>
      <li><a href="https://jekyllrb.com/docs/includes/">Another post.</a></li>
    </ul>
  </li>
</ul>

<script src="https://utteranc.es/client.js" repo="asaenz16/website" issue-term="pathname" theme="github-dark" crossorigin="anonymous" async="">
</script>]]></content><author><name></name></author><summary type="html"><![CDATA[I want to add comments to the blog.]]></summary></entry></feed>