Effective dynamics for perturbed mKdV

Here is the precise formulation of our theoretical result – see [7, §1].

Let b(x,t) = b0(hx,ht) where b0 is a smooth function with bounded derivatives, and h is small.

Let δ > 0 and δ0 > δ1 > 0 be any small fixed constants. Suppose that u(x,t) solves (1) with

u (x,0 ) = q2 (x,¯a1, ¯a2, ¯c1, ¯c2), |¯c1± ¯c2 | > δ0 >  0,  |¯cj| >  δ0.

Then, for

t <  T(h )∕h,

we have

                                       2- δ
∥u (⋅,t) -  q2(⋅,a(t), c(t))∥H2  ≤  Ch     ,

where a(t) and c(t) evolve according to the effective equations of motion,

˙aj =  c2 - sgn (cj)∂c  B (a,c, t)  ˙cj = sgn (cj)∂a  B (a, c,t)
       j              j    ∫                       j
                    def 1-                     2
          B (a,c, t) =  2     b(x, t)q2(x, a,c)  dx.
(2)

The time up to which the approximation is valid, T(h)∕h, is given in terms of

T (h ) = min  (δ log (1∕h ), T0(h )),

where

     T (h )
t <  -0----- =⇒   |c1(t)±  c2(t)| > δ1 >  0,  and   |cj(t)| >  δ1.
       h

Under the assumptions on c, T0(h) > δ2 > 0, where δ2 is independent of h

Here is an illustration using the example from the introduction. The blue curve shows the effective motion on top of the black curve showing the solution to the PDE:

For the discussion of the result, see the remarks after the statement of the main theorem in [7, §1.1]. The effective equations of motion (2) have a simple interpretation in terms of Hamiltonian structure – see [7, §1.2].

The condition that the velocities of solitons are separated is most likely not necessary (it is violated even at the end of the last movie, yet the agreement with the effective dynamics stays strong) – see the discussion in [7, Appendix B]. The figure below shows the plots of masses and positions of the effective double soliton for the evolution shown above (note the avoided crossing between the red and black curves):

PIC

Sometimes we can have multiple interaction of two solitons in the setting allowed by the theorem, that is, without velocities getting close to each to others. Here is an example of an interaction with a Gaussian bump obtained by using the code described in the next section:

Bmovie(@(x,t) 100*exp(-x.^2), 0.03, [-1,-2,6,10])

The parameters are obtained using another code described in the next section:

[T,Y]=effdyn(@(x,t) 100*exp(-x.^2), linspace(0,0.03,500), [-1,-2,6,10])

PIC