Numerical Simulation of Modified Kortweg-de Vries Equation by Linearized Implicit Schemes

Abstract

In this paper, we are going to derive four numerical methods for solving the Modified Kortweg-de Vries (MKdV) equation using fourth Pade approximation for space direction and Crank Nicolson in the time direction. Two nonlinear schemes and two linearized schemes are presented. All resulting schemes will be analyzed for accuracy and stability. The exact solution and the conserved quantities are used to highlight the efficiency and the robustness of the proposed schemes. Interaction of two and three solitons will be also conducted. The numerical results show that the interaction behavior is elastic and the conserved quantities are conserved exactly, and this is a good indication of the reliability of the schemes which we derived. A comparison with some existing is presented as well.

Share and Cite:

Ismail, M. and Alotaibi, F. (2020) Numerical Simulation of Modified Kortweg-de Vries Equation by Linearized Implicit Schemes. Applied Mathematics, 11, 1139-1161. doi: 10.4236/am.2020.1111077.

1. Introduction

This article is concerned with, the numerical solution of non-linear MKdV equation [1]

u t + ε u 2 u x + μ u x x x = 0 , ( x , t ) D = [ x l , x r ] × ( 0 T ) (1)

with the initial condition

u ( x ,0 ) = u 0 ( x ) , x [ x l , x r ] (2)

and boundary conditions

u ( x , t ) = 0 at x = x l , x r (3)

where t and x denote the spatial and temporal variables, respectively, and u ( x , t ) is the unknown function, ε and μ are arbitrary constants. The MKdV equation admitted soliton solution which can be defined as a solitary wave solution, highly stable and retains its identity (shape and speed), upon interaction. MKdV equation has a limited number of numerical studies in the literature. Kaya [2], was used the Adomian decomposition method to obtain the higher order modified Korteweg de-Vries equation with initial condition. MKdV equation has been solved by using Galerkin’s method with quadratic B-spline finite elements by Biswas et al. [3]. Raslan and Baghdady [4] [5], derived finite difference method and finite element method using collocation method with septic spline for solving the MKdV equation, they show that both schemes are unconditionally stable in the linearized sense. A new variety of (3 + 1)-dimensional MKdV equations and multiple soliton solutions for each new equation were established by Wazwaz [6] [7]. A lumped Galerkin and Petrov-Galerkin methods were applied to solve the MKdV equation by AK et al. [8] [9].

In this paper, we will derive four numerical schemes for solving the MKdV equation are presented; based on the Padé approximation of fourth order accuracy in space, together with Crank-Nicolson scheme of second order accuracy in the time direction. We obtain two nonlinear implicit schemes and two linearly implicit. The resulting system produced is a nonlinear penta-diagonal system in case of the nonlinear method, where Newton’s method and Fixed point methods are used to solve these systems. To overcome this difficulty, the solution of the solution of the nonlinear systems, we introduced two linearized implicit schemes, which can be solved directly by using Crout’s method. The implicit schemes are unconditionally stable according to the von-Nueumann stability analysis. We have studied the motion of a single solitary wave, interaction of two and three solitary waves to show the performance and efficiency of the suggested methods. We will present a comparison between our methods and other research.

The rest of the paper is organized as follows. In Section 2, we present four different schemes using fourth order Pade approximation in space direction and second order in time direction using Crank Nicolson. Also, we use the linearized methods to avoid nonlinear term. In Section 3, we present an explanation of the algorithm of the fixed point method. In Section 4, the accuracy of the proposed schemes is given. In Section 5, the stability analysis of schemes is derived using von-Neumann stability analysis. In Section 6, we present various numerical tests which validate the accuracy and the efficiency of the proposed schemes, and the dynamics of the breather solution. In Section 7, birth of solitons is presented by using two tests. Finally, concluding remarks are given Section 8.

2. Numerical Methods

In this section, we derive a high order compact finite difference method for the initial boundary value problem (1) - (3). We first describe our solution domain and its grids. The solution domain is defined to be { ( x , t ) | x l x x r ,0 t T } . Let h = x r x l M and k = T N be uniform step size in the spatial and temporal directions respectively, also we denote x m = x l + m h , t n = n k for m = 0 , 1 , 2 , , M ; n = 0 , 1 , 2 , , N . Let u m n and U m n denote respectively, the exact and the numerical solution at the grid point ( x m , t n ) . Using the generalized Pade approximation where the numerator and denominator of approximant are extended from polynomial functions to a series of any kind of functions or operators. The following Pade approximations of space derivatives are used [10] [11]

u x B ( E ) A ( E ) + 1 480 h 6 7 u x 7 , u x x x C ( E ) A ( E ) + 1 240 h 4 7 u x 7 , (4)

where

A ( E ) = 1 120 [ E 2 + 26 E 1 + 66 + 26 E 1 + E 2 ] ,

B ( E ) = 1 24 h [ E 2 + 10 E 1 10 E 1 E 2 ] ,

C ( E ) = 1 2 h 3 [ E 2 2 E 1 + 2 E 1 E 2 ] ,

and the shift operator E defined by

E j u m = u m + j , j = 2 , 1 , 0 , 1 , 2

For more details see [12]. The Pade approximation is more accurate than the finite difference method and produced a highly compact difference scheme with small compact support. Now by using these approximations in MKdV Equations (1) - (3), we obtain the first order differential system in time

A ( E ) U ˙ m + ε 3 B ( E ) U m 3 + μ C ( E ) U m = 0. (5)

where U ˙ m denotes the time derivative of U at x m ; and the boundary conditions

U 1 = U 0 = 0 , U M = U M + 1 = 0

The first order differential system in (5) can be solved by Crank Nicolson method. It will lead us to a non-linear penta-diagonal system. This system can be solved by using any iterative methods, such as Newton’s method or fixed point method. The system in (5) can also be solved by using linearization techniques. It will give us a linear penta-diagonal system which can be solved by Crout’s method directly. In next subsections, details of the proposed schemes will be discussed.

2.1. Scheme 1 (Nonlinear Scheme)

The Crank Nicolson scheme for solving the first order differential system (5) can be displayed as

A ( E ) [ U m n + 1 U m n ] + p 1 B ( E ) [ ( U 3 ) m n + 1 + ( U 3 ) m n ] + p 2 C ( E ) [ ( U ) m n + 1 + ( U ) m n ] = 0, (6)

where

p 1 = k ε 6 , p 2 = k μ 2 , m = 0 , 1 , 2 , , M 1 (7)

The derived scheme in (6) is a nonlinear implicit scheme (denoted by Scheme 1). In order to find the numerical solution [ U m n + 1 ] m = 1 M 1 , two iterative methods can be used, Newton’s method and fixed point method to solve the nonlinear penta-diagonal system obtained. We want to point out that Scheme 1, can be also obtained using Petrov-Galerkin with cubic spline as the test functions and linear splines as trial function [13] - [18].

2.2. A Linearly Implicit Scheme (Scheme 2)

In the previous subsection, a nonlinear implicit finite difference method is obtained, and at each time step, we need to solve a nonlinear penta-diagonal system. To avoid this difficulty we will use linearization technique, Taylor series approximation of degree one for the nonlinear term in (6), to obtain the following formula

( U 3 ) m n + 1 + ( U 3 ) m n 2 = 1 2 [ [ ( U 3 ) m n + 3 ( U 2 ) m n ( U m n + 1 U m n ) ] + ( U 3 ) m n ] = 1 2 [ 3 ( U 2 ) m n U m n + 1 ( U 3 ) m n ] . (8)

By making use of (8) into Equation (6), we obtain the linear implicit scheme

A ( E ) [ U m n + 1 U m n ] + p 1 B ( E ) [ 3 ( U 2 ) m n U m n + 1 ( U 3 ) m n ] + p 2 C ( E ) [ ( U ) m n + 1 + ( U ) m n ] = 0 (9)

where

p 1 = k ϵ 6 , p 2 = k μ 2 , m = 1 , 2 , , M 1 (10)

The system in (9) now, is a linear penta-diagonal system which can be solved directly by Crout’s method directly (no need for iterations) to find the numerical solution [ U m n + 1 ] m = 1 M 1 .

2.3. Scheme 3 (Nonlinear Implicit Scheme)

Another nonlinear implicit scheme for solving the first order differential system (5) is given by

A ( E ) [ U m n + 1 U m n ] + p 1 B ( E ) ( [ ( U 2 ) m n + 1 + ( U 2 ) m n ] [ U m n + 1 + U m n ] ) + p 2 C ( E ) [ ( U ) m n + 1 + ( U ) m n ] = 0, (11)

where

p 1 = k ϵ 12 , p 2 = k μ 2 , m = 1 , 2 , , M 1 (12)

This type of approximation is used in numerical solution of the coupled nonlinear Schrodinger equation (see Ismail [19] [20] [21] ). The resulting system is a nonlinear penta-diagonal system. A fixed point method is used to solve this system, the details of this method will be discussed in the next section. The proposed scheme is of second order accuracy in time and fourth order in space.

2.4. Scheme 4 (Linearly Implicit Scheme)

As we have seen, the previous Scheme (11), leads us to a nonlinear penta-diagonal system, an iterative scheme is needed to get the numerical solution at each time step. This issue can be considered as a handicapped property of this method. To overcome this difficulty, we proposed a linearization technique for the nonlinear term in (11) in the following manner

( U 2 ) m n + 1 + ( U 2 ) m n = ( 2 U m n U m n 1 ) 2 + ( U 2 ) m n (13)

By using this approximation, we obtain the linearly implicit scheme

A ( E ) [ U m n + 1 U m n ] + p 1 B ( E ) ( [ ( 2 U m n U m n 1 ) 2 + ( U 2 ) m n ] [ U m n + 1 + U m n ] ) + p 2 C ( E ) [ ( U ) m n + 1 + ( U ) m n ] = 0 (14)

where

p 3 = k ϵ 12 , p 2 = k μ 2 , m = 1 , 2 , , M 1 (15)

By collecting the similar terms in (14), this will lead us to the linear penta-diagonal system

A ( E ) U m n + 1 + p 1 B ( E ) [ ( 2 U m n U m n 1 ) 2 + ( U 2 ) m n ] U m n + 1 + p 2 C ( E ) U m n + 1 = A ( E ) [ U m n ] p 1 B ( E ) ( [ ( 2 U m n U m n 1 ) 2 + ( U 2 ) m n ] [ U m n ] ) p 2 C ( E ) U m n . (16)

The system in (16) is a linear penta-diagonal system which can be solved by Crout’s method directly. Scheme (16) is a three time level scheme, and due to this we need two initial conditions u ( x ,0 ) and u ( x , t = k ) , this can be easily obtained from the given initial condition at t = 0 , and any two time level scheme of second order accuracy in time or higher and fourth order in space, like Scheme 1, Scheme 3, can be used to find the numerical solution at t = k . and then, we apply the linearized scheme directly for each time step.

3. Fixed Point Method

The nonlinear schemes (Scheme 1 and Scheme 3) we derived lead us to a nonlinear system, To get the solution, we need to build up an iterative scheme. To accomplish this job the fixed point method is used in the following manner

[ A ( E ) + p 2 C ( E ) ] U m n + 1, s + 1 = A ( E ) U m n p 1 B ( E ) [ ( U 3 ) m n + 1, s + ( U 3 ) m n ] p 2 C ( E ) U m n (17)

for Scheme 1, and

[ A ( E ) + p 2 C ( E ) ] U m n + 1, s + 1 = A ( E ) U m n p 1 B ( E ) ( [ ( U 2 ) m n + 1, s + ( U 2 ) m n ] [ U m n + 1, s + U m n ] ) p 2 C ( E ) U m n (18)

for Scheme 3. We apply the two iterative Schemes (17) and (18) independently till the following condition

U n + 1, s + 1 U n + 1, s 10 10 .

The initial guess vector for Scheme 1 and Scheme 3 is given by

U n + 1, ( 0 ) = U n

We note (17) and (18) can be written in a matrix vector form as

H U n + 1, s + 1 = G ( U m n , U m n + 1, s ) (19)

where

H = A ( E ) + p 2 C ( E ) (20)

where H is a matrix of penta-diagonal structure of constant coefficients. To solve this system, we apply Crout’s method by factoring the matrix H as a product of Lower and upper triangular matrices, at the beginning of the calculations, and then at each iteration, we need to solve lower and upper triangular systems which is very cheap and easy.

4. Accuracy of the Proposed Schemes

To study the accuracy of Scheme 1, we replace the numerical solution U m n by the exact solution u m n in (6) to get the following equation

A ( E ) [ u m n + 1 u m n k ] + ε 3 B ( E ) [ ( u 3 ) m n + 1 + ( u 3 ) m n 2 ] + C ( E ) [ u m n + 1 + u m n 2 ] = 0. (21)

Taylor’s expansion for all terms in Equation (21) about the grid point ( x m , t n ) , the following expressions are obtained

u n + 1 u n k = u t + k 2 2 u t 2 + h 2 4 3 u t x 2 + k 2 6 3 u t 3 + k h 2 8 4 u t 2 x 2 + (22)

[ ( u 3 ) n + 1 + ( u 3 ) n 2 ] x = u 3 x + k 2 2 u 3 t x + h 2 4 3 u 3 x 3 + k h 2 8 4 u 3 t x 3 + 7 h 4 120 5 u 3 x 5 + (23)

( u n + 1 + u n 2 ) x x x = 3 u x 3 + k 2 4 u t x 3 + k h 2 8 6 u t x 5 + h 2 4 5 u x 5 + (24)

By using these expressions into (21), and collecting similar terms, we will get the local truncation error (LTE)

L T E = [ A ( E ) u t + ε 3 B ( E ) u 3 x + C ( E ) 3 u x 3 ] + k 2 t [ A ( E ) u t + ε 3 B ( E ) u 3 x + C ( E ) 3 u x 3 ] + k h 2 8 3 u t x 2 [ A ( E ) u t + ε 3 B ( E ) u 3 x + C ( E ) 3 u x 3 ] + h 2 4 2 x 2 [ A ( E ) u t + ε 3 B ( E ) u 3 x + C ( E ) 3 u x 3 ] + [ k 2 6 3 u t 3 + 7 h 4 120 5 u 3 x 5 + ] (25)

The first four brackets (25) are zero by the MKdV equation, and the LTE will be reduced into

L T E = [ k 2 6 3 u t 3 + 7 h 4 120 5 u 3 x 5 + ] (26)

So, Scheme 1 is of second order accuracy in time and fourth order in space; O ( k 2 + h 4 ) . Similar analysis can be also applied for the other schemes. We conclude that all the derived schemes are of second order accuracy in time and fourth order accuracy in space. All schemes derived in this paper are consistent with MKdV equation, because

L T E = [ k 2 6 3 u t 3 + 7 h 4 120 5 u 3 x 5 + ] 0 as h and k 0

5. Stability of the Scheme

In this section, we want to study the stability of the proposed schemes [16]. Our stability analysis is based on the Von Neumann theory in which the growth factor of atypical Fourier mode defined as

U i n = e α n k e i β m h (27)

where i = 1 , β is real number and α = α ( β ) in general complex. To implement the Fourier stability analysis, the MKdV equation needs to be linearized by assuming the nonlinear term u 2 in u 2 u x is locally constant. Using this, we will get the linear version of (6) and this can be given as

A ( E ) [ U m n + 1 U m n ] + p 1 ω B ( E ) [ U m n + 1 + U m n ] + p 2 C ( E ) [ U m n + 1 + U m n ] = 0. (28)

where

p 1 = k ε 6 , p 2 = k μ 2 , ω = max | ( U 2 ) m n | (29)

By substituting (27) into (28), we get after some manipulation the following equation

[ A ˜ + i p 1 ω B ˜ + i p 2 C ˜ ] e α k = [ A ˜ i p 1 ω B ˜ i p 2 C ˜ ] (30)

where

A ˜ = 1 120 [ 2 c o s ( 2 θ ) + 52 c o s ( θ ) + 66 ] ,

B ˜ = 1 24 h [ 2 i s i n ( 2 θ ) + 20 i s i n ( θ ) ] , (31)

C ˜ = 1 2 h 3 [ 2 i s i n ( 2 θ ) 4 i s i n ( θ ) ] ,

By solving Equation (30) for e α k , we can get

e α k = [ A ˜ i ( p 1 ω B ˜ + p 2 C ˜ ) ] [ A ˜ + i ( p 1 ω B ˜ + p 2 C ˜ ) ] (32)

It is easy to see that, | e α k | 1 , thus we can say that Schemes 1, 2, 3 and 4, are unconditionally stable according to Von-Neumann stability analysis. We conclude that all schemes are convergent because of their consistency and unconditional stability. The rate of convergence is calculated and agrees with the order of convergence of all methods, fourth order in space and second order in time.

6. Numerical Results

To study the behavior of the derived schemes, rewrite Equation (1) as

u t + ε 3 ( u 3 ) x + μ u x x x = 0 , ( x , t ) D = [ x l , x r ] × ( 0 T ] (33)

with the homogenous boundary u 0 as x ± and the initial condition

u ( x ,0 ) = u 0 ( x ) , x [ x l , x r ] (34)

The exact solution of the MKdV (33) is

u ( x , t ) = A sech ( β ( x λ t x 0 ) ) , (35)

where A is amplitude and β is the width of the single solitary wave, they are defined as

A = 6 λ ε , β = λ μ (36)

where ε , μ , λ and x 0 are arbitrary constants. The MKdV equation satisfies the conserved quantities:

I 1 = u ( x , t ) d x (37)

I 2 = u 2 ( x , t ) d x (38)

I 3 = ( u 4 ( x , t ) 6 μ ε u x 2 ( x , t ) ) d x (39)

The exact values of the conserved quantities (37) - (39) using the exact solution (35) are

I 1 = π 6 μ ε , I 2 = 12 μ λ ε , I 3 = 24 λ 2 ε 2 μ λ , (40)

To demonstrate the efficiency and accuracy of the presented methods for solving the MKdV equation, we use the L error norm

L = U m n u m n = m a x 1 m M | U m n u m n | , (41)

and the L 2 error norm

L 2 = U m n u m n 2 h n = 1 M | U m n u m n | 2 . (42)

Two values of ε are used. The first case: ε = 6 and μ = 1 , in this case we test the efficiency of the proposed methods by conducting different experiments. The motion of single soliton and the interactions of two solitons will be considered. Trapezoidal rule is used to calculate the conserved quantities. In the second case, we choose ε = 3 and μ = 1 , and in this case, a comparison between our methods with [1].

6.1. The First Case: ( ε = 6 , μ = 1 )

6.1.1. Single Soliton

To test our numerical methods, we choose the initial condition

u ( x , 0 ) = A sech ( β ( x x 0 ) ) , 0 x 80 (43)

subject to the homogenous boundary conditions. In order to generate the numerical solutions, the following parameters are used

ε = 6 , μ = 1 , h = 0.1 , k = 0.01 , x 0 = 40 , λ = 0.25 , T O L = 10 10 , (44)

The exact values of the conserved quantities using (40) are

I 1 = π , I 2 = 2 λ , I 3 = 2 3 λ 3 . (45)

In Table 1, we display the errors for Schemes 1 using Newton’s method and Fixed point method and the cpu time for each method is 0.4 and 0.3, respectively. The results show that two methods have the same results but Newton’s method takes more time than Fixed point method. In Table 2, we display the errors for Schemes 1, 2, 3 and 4. The results show that the derived methods produced a highly accurate results.

In Tables 3-6, we display the conserved quantities for Schemes 1, 2, 3 and 4. The results show that the method conserves the conserved quantities exactly. The simulation of the single soliton is given in Figures 1-3. The cpu time required to produce Tables 3-6 is 0.4, 0.2, 0.7 and 0.3 seconds, respectively. We

Table 1. Error norms calculated of Scheme 1.

Figure 1. The evolution of the numerical solution of Scheme 1 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25.

Figure 2. The evolution of the numerical solution of Scheme 3 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25.

Figure 3. The evolution of the numerical solution of Schemes (2, 4) with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25.

note that, Scheme 3 takes more time than the other method. In Scheme 1, three iterations are needed for convergence with tolerance 1010, while Scheme 3 needs seven iterations for convergence.

Table 2. Error norms calculated of Schemes 1, 2, 3 and 4.

Table 3. Scheme 1 (Single soliton with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25).

Table 4. Scheme 2 (Single soliton with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25).

Table 5. Scheme 3 (Single soliton with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25).

Table 6. Scheme 4 (Single soliton with ε = 6, μ = 1, h = 0.1, k = 0.01, λ = 0.25).

6.1.2. Rate of Convergence

To calculate the order of the proposed numerical schemes. We calculate the rate of convergence (RTC) using the formula

R T C = ln [ E 1 E 2 ] ln [ h 1 h 2 ] , E ( h ) = max 1 m M | U m n u m n | . (46)

To calculate the rate convergence of Scheme 1 and Scheme 2 in space using (46), we choose k = 0.01 , for different values of h. we calculate the L error norm and the (RTC), we displayed the results in Table 7, the fourth order convergence rate in space is observed. To calculate the rate convergence in time for Scheme 1 and Scheme 2, we choose h = 0.1 , for different values of k, we calculate the L error norm and hence the (RTC), we displayed the results in Table 8, second order convergence rate in time is observed. The same procedure can be applied for Schemes 3 and 4, to calculate the rate of convergence for space and time.

6.1.3. Two Solitons Interaction

To study the interaction of two solitons, we choose the initial condition

u ( x , 0 ) = j = 1 2 A j sech ( λ j ( x x j ) ) , (47)

λ j and x j are arbitrary constants. To ensure an interaction of two solitary waves for Schemes 1, 2, 3 and 4, we choose the set of parameters ε = 6 , μ = 1 , h = 0.1 , k = 0.01 , λ 1 = 2.0 , λ 2 = 1.0 , x 1 = 15 and x 2 = 25 , over the interval

Table 7. Rate of convergence in space with k = 0.01, λ = 0.25.

Table 8. Rate of convergence in space with h = 0.1, λ = 0.25.

0 x 80 . From the numerical results, we have found that the two solitons recover their shapes after the interaction and the computed conserved quantities are in a very good agreement with the exact ones. See Tables 9-12 for Schemes 1, 2, 3 and 4. The interaction scenario is displayed in Figures 4-6.

Figure 4. Two solitons interaction for Scheme 1 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0.

Figure 5. Two solitons interaction for Scheme 3 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0.

Figure 6. Two solitons interaction for Schemes 2 and 4 with parameters ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0.

Table 9. Scheme 1: Interaction of two solitons (Conserved quantities).

Table 10. Scheme 2: Interaction of two solitons (Conserved quantities).

Table 11. Scheme 3: Interaction of two solitons (Conserved quantities).

Table 12. Scheme 4: Interaction of two solitons (Conserved quantities).

6.1.4. Three Solitons Interaction

In this test, we want to study the interaction scenario of three solitons. Accordingly, we choose the initial condition

u ( x , 0 ) = j = 1 3 A j sech ( λ j ( x x j ) ) , (48)

subject to the homogenous boundary conditions. We have considered the Schemes 1, 2, 3 and 4 with the set of parameters ε = 6 , μ = 1 , h = 0.1 , k = 0.01 , λ 1 = 2 , λ 2 = 1 , λ 3 = 0.5 , x 1 = 10 , x 2 = 25 and x 3 = 35 over the interval 0 x 80 . In Tables 13-16, we display the conserved quantities for Schemes 1 - 4 respectively. All methods showed the conservation of the conserved quantities. In Figures 7-9, we display the interaction scenario of three solitons. We have noticed that the three solitons recover their original shapes after the interaction.

Figure 7. Three solitons interaction for Scheme 1 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0, λ3 = 0.5.

Figure 8. Three solitons interaction for Scheme 3 with ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0, λ3 = 0.5.

Figure 9. Three solitons interaction for Schemes (2, 4) with ε = 6, μ = 1, h = 0.1, k = 0.01, λ1 = 2.0, λ2 = 1.0, λ3 = 0.5.

Table 13. Scheme 1: Three solitons interaction (Conserved quantities).

Table 14. Scheme 2: Three solitons interaction (Conserved quantities).

Table 15. Scheme 3: Three solitons interaction (Conserved quantities).

Table 16. Scheme 4: Three solitons interaction (Conserved quantities).

6.2. The Second Case ( ε = 3 and μ = 1 )

Single Soliton

In order to compare our results with [1], we choose the initial condition

u ( x , 0 ) = A sech ( β ( x x 0 ) ) , 0 x 80 , (49)

The following parameters are used

ε = 3 , μ = 1 , h = 0.1 , k = 0.01 , x 0 = 20 , λ = 0.845 , T O L = 10 10 (50)

The exact values of the conserved quantities in this case are

I 1 = π 2 , I 2 = 4 λ , I 3 = 8 3 λ 3 (51)

In Table 17, we display the errors for t = 1 , 10 and 20. It is very easy to see that our methods are more accurate than [1]. The simulation of the single soliton for all proposed methods are given in Figures 10-12.

Figure 10. The evolution of the numerical solution of Scheme 1 with ε = 3, μ = 1, h = 0.1, k = 0.01, λ = 0.845.

Figure 11. The evolution of the numerical solution of Scheme 3 with ε = 3, μ = 1, h = 0.1, k = 0.01, λ = 0.845.

Figure 12. The evolution of the numerical solution of Schemes 2 and 4 with ε = 3, μ = 1, h = 0.1, k = 0.01, λ = 0.845.

Table 17. Comparison of error norms for single soliton with ε = 3, μ = 1, h = 0.1, k = 0.01, λ = 0.845.

6.3. Breather Dynamics for MKdV Equation

In this section, we want to study the dynamics of the breather solution for the MKdV equation which conserve their energy during propagation. Sometimes breathers are called pulsating solitons because they propagate as isolated perturbations without losses. The exact breather solution for Equation (1) has the following form [22]

u ( x , t ) = 4 q sech ( R ) [ cos ( f ) z sin ( f ) tanh ( R ) 1 + z 2 sin 2 ( f ) sech 2 ( R ) ] , (52)

where

R = 2 q x + 8 q ( 3 p 2 q 2 ) t , f = 2 p x + 8 p ( p 2 3 q 2 ) t , z = p q , (53)

and p and q are arbitrary constants. A breather has nontrivial time periodic behavior. To study the behavior of the breather we choose our initial condition as

u ( x , 0 ) = 4 q sech ( 2 q x ) [ cos ( 2 p x ) z sin ( 2 p x ) tanh ( 2 q x ) 1 + z 2 sin 2 ( 2 p x ) sech 2 ( 2 q x ) ] , (54)

with the set of parameters

h = 0.0 , k = 0.0001 , p = 0.2 , q = 1 , t = 0 , 2 , 4 , , 10 (55)

The exact values of the conserved quantities I1 and I2 are 0.0 and 8q, respectively. The conserved quantities are given in Table 18.

Which is exactly conserved, and this is a credit for our proposed schemes. The simulation of the breather is given in Figure 13 and Figure 14.

7. Birth of Solitons

7.1. Birth of Solitons Test 1

To study the birth of solitons, we choose the initial condition

u ( x ,0 ) = e x p ( 0.01 x 2 ) (56)

together with set of parameters

Figure 13. The simulation of the breather solution.

Figure 14. Contours of the breather solution of the MKdV equation.

Table 18. Conserved quantities (breather solution with h = 0.0, k = 0.0001, p = 0.2, q = 1).

h = 0.1 , k = 0.001 , t = 0 , 0.4 , 0.8 , , 20 (57)

By using (56), we have noticed that the conserved quantities are almost conserved after the creation of five solitons and the results are presented in Table 19. The simulation of this test is given in Figure 15.

7.2. Birth of Solitons Test 2

In this second test, we use the initial condition

u ( x , 0 ) = sech ( ω x ) , (58)

where w is a free parameter.

In order to study the behavior of the solution using the initial condition (58) , we choose the set of parameters

h = 0.1 , k = 0.001 , ω = 0.5 , 0.25 , t = 0 , 0.4 , , 20 (59)

The results of the conserved quantities for w = 0.25 and w = 0.5 are given in Table 20 and Table 21. The simulation of this test is given in Figure 16 and Figure 17.

Table 19. Brith of solitons test 1 with h = 0.1, k = 0.001.

Table 20. Brith of solitons test 2 with w = 0.25.

Table 21. Brith of solitons test 2 with w = 0.5.

Figure 15. Birth of ve. solitons using test 1.

Figure 16. Birth of solitons using test 2 with w = 0.25.

Figure 17. Birth of solitons using test 2 with w = 0.5.

In this test we have noticed, a birth of two solitons in case of w = 0.5 and four solitons in case of w = 0.25 . The conserved quantities are almost conserved. A very interesting thing we can anticipate the number of created solitons by using the formula

N s ( ω ) = 1 ω . (60)

8. Concluding Remarks

In this work, we have derived four numerical methods for solving the MKdV equation. All methods are of fourth order accuracy in space and second order in time, the schemes are unconditionally stable. The exact solution and the conserved quantities are used to check the efficiency and the robustness of the proposed methods. The dynamics of the interaction of two and three solitons are discussed. Also we study the simulation of the breather solution of the MKdV, finally we study the birth of solitons using two different tests. We conclude that the schemes we have derived are highly accurate and can be easily generalized to solve any KdV like equation as well as the coupled KdV equation.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Karakoc, S.B. (2018) Numerical Solutions of the Modified KdV Equation with Collocation Method. Malaya Journal of Mathematik, 6, 835-842.
[2] Kaya, D. (2005) An Application for the Higher Order Modified KdV Equation by Decomposition Method. Communications in Nonlinear Science and Numerical Simulation, 10, 693-702.
https://doi.org/10.1016/j.cnsns.2003.12.009
[3] Biswas, A. and Raslan, K.R. (2011) Numerical Simulation of the Modified Korteweg-de Vries Equation. Physics of Wave Phenomena, 19, 142-147.
https://doi.org/10.3103/S1541308X11020105
[4] Raslan, K.R. and Baghdady, H.A. (2015) A Finite Difference Scheme for the Modified Korteweg-de Vries Equation. General Mathematics Notes, 27, 101-113.
[5] Raslan, K.R. and Baghdady, H.A. (2014) New Algorithm for Solving the Modified Korteweg-de Vries (mKdV) Equation. International Journal of Research and Reviews in Applies Sciences, 18, 59-64.
[6] Wazwaz, A.-M. (2014) A Variety of (3+1)-Dimensional mKdV Equations Derived by Using the mKdV Recursion Operator. Computers and Fluids, 93, 41-45.
https://doi.org/10.1016/j.compfluid.2014.01.010
[7] Wazwaz, A.-M. (2015) New (3+1)-Dimensional Nonlinear Evolution Equations with mKdV Equation Constituting Its Main Part: Multiple Soliton Solutions. Chaos, Solitons and Fractals, 76, 93-97.
https://doi.org/10.1016/j.chaos.2015.03.018
[8] Ak, T., Karakoc, S.B.G. and Biswas, A. (2017) A New Approach for Numerical Solution of Modified Korteweg-de Vries Equation. Iranian Journal of Science and Technology, Transactions A: Science, 41, 1109-1121.
https://doi.org/10.1007/s40995-017-0238-5
[9] Ak, T., Karakoc, S.B.G. and Biswas, A. (2017) Application of Petrov-Galerkin Finite Element Method to Shallow Water Waves Model: Modified Korteweg-de Vries equation, Scientia Iranica B, 24, 1148-1159.
https://doi.org/10.24200/sci.2017.4096
[10] Mihaila, B., Cardenas, A., Cooper, F. and Saxena, A. (2010) Stability and Dynamical Properties of Rosenau-Hyman Compactons Using Padé Approximants. Physical Review E, 81, 056708.
https://doi.org/10.1103/PhysRevE.81.056708
[11] Cooper, F., Hyman, J.M. and Khare, A. (2001) Compacton Solutions in a Class of Generalized Fifth-Order Korteweg-de Vries Equations. Physical Review E, 64, 026608.
https://doi.org/10.1103/PhysRevE.64.026608
[12] Wazwaz, A.M. (2009) Partial Differential Equations and Solitary Waves Theory. Nonlinear Physical Science, Springer.
https://doi.org/10.1007/978-3-642-00251-9
[13] Ismail, M.S. (2008) Numerical Solution of Complex Modified Korteweg-de Vries Equation by Petrov-Galerkin Method. Applied Mathematics and Computation, 202, 520-531.
https://doi.org/10.1016/j.amc.2008.02.033
[14] Ismail, M.S. (2009) Numerical Solution of a Coupled Korteweg-de Vries Equations by Collocation Method. Numerical Methods for Partial Differential Equations, 25, 275-291.
https://doi.org/10.1002/num.20343
[15] Ismail, M.S. and Taha, T.R. (1998) A Numerical Study of Compactons. Mathematics and Computers in Simulation, 47, 519-530.
https://doi.org/10.1016/S0378-4754(98)00132-3
[16] Ismail, M.S. (2009) Numerical Solution of Complex Modified Korteweg-de Vries Equation by Collocation Method. Communication in Nonlinear Science and Numerical Simulation, 14, 749-759.
https://doi.org/10.1016/j.cnsns.2007.12.005
[17] Ismail, M.S. and Ashi, H.A. (2014) A Numerical for Hirota-Satsuma Coupled KdV Equation. Abstract and Applied Analysis, 2014, Article ID: 819367.
https://doi.org/10.1155/2014/819367
[18] Mashat, D.S., Wazzan, L.A. and Ismail, M.S. (2006) Petrov-Galerkin Method and K(2,2) Equation. International Journal of Computer Mathematics, 83, 331-343.
https://doi.org/10.1080/00207160600747938
[19] Ismail, M.S. and Alaseri, S.H. (2016) Computational Methods for Three Coupled Nonlinear Schrodinger Equations. Applied Mathematics, 7, 2110-2131.
https://doi.org/10.4236/am.2016.717168
[20] Ismail, M.S. and Alamri, S.Z. (2004) Highly Accurate Finite Difference Method for Coupled Nonlinear Schrodinger Equation. International Journal of Computer Mathematics, 81, 333-351.
https://doi.org/10.1080/00207160410001661339
[21] Ismail, M.S. and Taha, T.R. (2001) Numerical Simulation of Coupled Nonlinear Schrodinger Equation. Mathematics and Computer Simulations, 56, 547-562.
https://doi.org/10.1016/S0378-4754(01)00324-X
[22] Didenkulova, E. and Pelinovsky, E. (2020) Breather’s Properties within the Framework of the Modified Koreweg-de Vries Equation. Symmetry, 12, 638.
https://doi.org/10.3390/sym12040638

Copyright © 2024 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.