$ \newcommand{\RR}{\mathbb{R}} \newcommand{\NN}{\mathbb{N}} \newcommand{\OO}{\mathcal{O}} \newcommand{\mathcow}{\OO} \newcommand{\QQ}{\mathbb{Q}} \newcommand{\ZZ}{\mathbb{Z}} \newcommand{\CC}{\mathbb{C}} \newcommand{\KK}{\mathbb{K}} \newcommand{\PP}{\mathcal{P}} \newcommand{\TT}{\mathcal{T}} \newcommand{\BB}{\mathcal{B}} \newcommand{\LL}{\mathcal{L}} \renewcommand{\Re}{\operatorname{Re}} \renewcommand{\Im}{\operatorname{Im}} \newcommand{\veca}{\vec{a}} \newcommand{\vecb}{\vec{b}} \newcommand{\vecd}{\vec{d}} \newcommand{\vece}{\vec{e}} \newcommand{\vecf}{\vec{f}} \newcommand{\vecn}{\vec{n}} \newcommand{\vecp}{\vec{p}} \newcommand{\vecr}{\vec{r}} \newcommand{\vecu}{\vec{u}} \newcommand{\vecv}{\vec{v}} \newcommand{\vecx}{\vec{x}} \newcommand{\vecy}{\vec{y}} \newcommand{\vecz}{\vec{z}} \renewcommand{\vec}[1]{\mathbf{#1}} $ Shaw Research Notes

August 4th, 2021

We highlight the difficulties in finding a stationary bump solution to the adaptive model with a weight-kernel of the form $w(x,y) = M_1 e^{-|x-y|} - M_2 e^{-|x-y|/\sigma}$.


To-Do List Snapshot


Stationary Bumps

This week we explored the adaptive model, but with weight-kernel which can be described as the difference of exponential functions: $$\begin{align*} \mu u_t &= -u + \int_\RR \big( M_1 e^{-|x-y|} - M_2 e^{-|x-y|/\sigma}\big) H(u(y) - a(y) - \theta) \ dy \\ \alpha a_t &= -a + \gamma H(u - a - \theta). \end{align*}$$ Non-adaptive models that use this weight-kernel are known to exhibit stationary bump solutions. Numerical simulations suggest something similar happens in the adaptive case, as seen in the simulation below.

Fig 1. An oscillating bump solution, using the difference-of-exponentials weight-kernel.

The simulation suggests that there may be some stationary bump solution around which this solution is oscillating. However, we believe that such a solution does not exist.

Non-existence of stationary bumps

For a stationary solution, we have that $u_t = a_t = 0$, and that the solution is simply a function of $x$ and constant throughout time. We will require that $J = u-a$ crosses threshold exactly twice at WLOG $x= \pm \Delta$ for some half-width $\Delta$, and that $J$ is super-threshold only between these two points.

Our system then reduces significantly $$\begin{align*} u &= \int_{-\Delta}^\Delta M_1 e^{-|x-y|} - M_2 e^{-|x-y|/\sigma} \ dy \\ a &= \gamma \big( H(x + \Delta) - H(x - \Delta) \big) \end{align*}$$ and in fact is decoupled, except by the value of $\Delta$. From this formulation it is apparent that $u$ is continuous and that $a$ is discontinuous at $x = \pm \Delta$. This necessarily means that $J$ is also discontinuous at $x = \pm \Delta$, and makes it unclear what boundary conditions to apply.

The simulation in Figure 1 was initialized by this analytic solution, choosing $\Delta$ such that $$ u(\pm \Delta) = \theta + \tfrac{1}{2} \gamma = \theta + \frac{\lim\limits_{\xi \to \pm \Delta^+} a(\xi) + \lim\limits_{\xi \to \pm \Delta^-} a(\xi)}{2}. $$ We plot this solution below, and see that it violates our assumption of $J = u-a$ having exactly two threshold crossings.

Fig 2. Four threshold crossings, due to the discontinuity of $a$ at $x = \pm \Delta$.