American Journal of Computational Mathematics
Vol.07 No.01(2017), Article ID:75171,14 pages
10.4236/ajcm.2017.71006

Numerical Study of One Dimensional Fishers KPP Equation with Finite Difference Schemes

Shahid Hasnain, Muhammad Saqib, Daoud Suleiman Mashat

Department of Mathematics, Numerical Analysis, King Abdulaziz University, Jeddah, KSA

Copyright © 2017 by authors and Scientific Research Publishing Inc.

This work is licensed under the Creative Commons Attribution International License (CC BY 4.0).

http://creativecommons.org/licenses/by/4.0/

Received: December 30, 2016; Accepted: March 28, 2017; Published: March 31, 2017

ABSTRACT

In this paper, we originate results with finite difference schemes to approximate the solution of the classical Fisher Kolmogorov Petrovsky Piscounov (KPP) equation from population dynamics. Fisher’s equation describes a balance between linear diffusion and nonlinear reaction. Numerical example illustrates the efficiency of the proposed schemes, also the Neumann stability analysis reveals that our schemes are indeed stable under certain choices of the model and numerical parameters. Numerical comparisons with analytical solution are also discussed. Numerical results show that Crank Nicolson and Richardson extrapolation are very efficient and reliably numerical schemes for solving one dimension fisher’s KPP equation.

Keywords:

Forward in Time and Centre in Space (FTCS), Lax Wendroff, Taylor’s Series, Crank Nicolson and Richardson Extrapolation

1. Introduction

Fisher gives introduction to nonlinear evolution equation to inquisitive, the pro- liferation of an beneficial gene in a population dynamics [1] . Fisher’s equation also specify the logistic diffusion process [1] . It has the form

u t = β u x x + α u ( 1 u ) (1)

where β > 0 is a diffusion constant with α > 0 is the linear growth rate [1] . The reaction diffusion Equation (1) also express a model equation for the evo- lution of a neutron population in a nuclear reactor [2] and also appears in chemical engineering applications [2] . This equation accommodates the effects of linear diffusion along u x x and nonlinear local multiplication or reaction along u ( 1 u ) [3] [4] . It has become one of the most important nonlinear equations and occurs in many biological and chemical processes [4] [5] . Recently, many researcher are working on this type of model to understand growth rate and diffusion aspect, for example, Abdullaev has studied the stability of symmetric travelling waves in the Cauchy problem for a more general case than Equation (1) [6] . Also Logan has studied this problem using a perturbation method and settled up with an approximate solution by expanding the solution in terms of a power series and in terms of some small parameter [7] . The finite difference schemes and auxiliary conditions of the numerical model must be consistent with the partial differential equations and initial and boundary conditions of the mathematical model [8] [9] . The numerical model is consistent if the truncation error, that is the discrepancy between the finite difference approximation and the continuous derivatives, tends to zero as the grid spacing get smaller and smaller. Secondly the solution to finite difference schemes must converge to the solution of the partial differential equations as the grid spacing gets smaller and smaller [9] . Thus we can say that, difference between the exact solution and approximated solution must vanish as the grid spacing tends to zero.

In this paper, we started the solution of Fishers equation with various finite difference schemes. We discussed Forward in time and Central in space (FTCS) and Lax-Wendroff schemes, which are explicit and conditionally stable. Also FTCS is first order accurate in time and second order accurate in space and Lax-Wendroff is second order accurate in both space and time, which shows improvement in accuracy in later method. Crank-Nicolson scheme is uncon- ditionally stable and implicit with second order accuracy in both space and time [9] . This applies computational stability for any size of the time increment [9] . However, the size of Δ t is still limited by accuracy required in the solution. Usage of very large values of time step results in poor approximation to solution because of unacceptably large truncation errors produced [10] . We applied Richardson extrapolation method to improve accuracy with no issue of stability. We came to know this method is highly accurate and easy to implement with no mess of computations [10] [11] and we can see from our results that this method is excellent agreement to the exact solution.

2. Exact Solution

Let us consider Equation (1), within domain x ( , ) = Ω with t 0 . To derive the exact solution of the given Equation (1), we have the following exact solution [10] [11] to above equation,

D = α / 6 x ( 5 / 6 ) α t u ( x , t ) = 1 / ( 1 + e D ) 2 } subjecttoinitialcondition, D 1 = α / 6 x u ( x , 0 ) = 1 / ( 1 + e D 1 ) 2 } BoundaryConditions , t > 0 , x Ω u ( 0 , x ) = u 0 ( x ) } initialConditions , x Ω . } (2)

3. Numerical Methods

We consider the numerical solution of the non-linear Equation (2) in a finite domain Ω . The first step is to choose integers n to define step sizes

h = ( b a ) / n . Partition the interval [ a , b ] into n equal parts of width h. Place a grid on the rectangle R by drawing vertical and horizontal lines through the points with coordinates ( x i ) , where x i = a + i h for each i = 0 , 1 , 2 , n also the lines x = x i represent grid lines, also we assume t n = n t , n = 0 , 1 , where t is the time grid step size. We denote the exact and numerical solutions at the grid point ( x m , t n ) by u m n and U m n respectively. We consider four finite different schemes as we mentioned in keywords in abstract.

3.1. FTCS Scheme

We consider forward in time and center in space (FTCS) explicit scheme by substituting the forward difference approximation for the time derivative and the central difference approximation for the space derivative in Equation (1),

u = u i n

u t = u i n + 1 u i n k

u x x = u i + 1 n 2 u i n + u i 1 n h 2

which leads to the following,

u i n + 1 = u i n + R 1 ( u i + 1 n 2 u i n + u i 1 n ) + k u i n ( 1 u i n )

where R 1 = k h 2 , final form of above equation is,

u i n + 1 = u i n ( 1 + k 2 R 1 k u i n ) + R 1 ( u i + 1 n + u i 1 n ) . (3)

Since the one dimensional diffusion reaction equation is nonlinear and well- posed [10] [11] , Lax’s equivalence theorem indicates that consistency and stability of the FTCS finite difference approximation is necessary and sufficient for FD solution to converge to diffusion reaction equation [12] . Once convergence has been proved, the solution to the given partial differential equation can be obtained to any desired degree of accuracy [12] . Make sure the spacing h for spatial and k for time of the finite difference grid are made sufficiently small. The FTCS scheme, from Equation (3), is classified as explicit because the value of u i n + 1 at the ( n + 1 ) t h time level may be calculated directly from known value of u i n at previous time levels. It is a two level method because values of u at only two levels of time are involved in the approximating finite difference equation [12] .

Accuracy and Stability to FTCS Scheme:

Accuracy:

To find accuracy of the FTCS scheme for Fisher-KPP equation, we apply Taylor’s series on each term of the equation. Let us consider the Taylor’s series in the following way,

u t = u i n + 1 u i n u t = u ( x , t + k ) u ( x , t ) ApplyTaylo r sseries u t = k u t + k 2 2 u t t + k 3 6 u t t t +

u x x = u i + 1 n 2 u i n + u i 1 n u x x = u ( x + h , t ) 2 u ( x , t ) + u ( x h , t ) ApplyTaylo r sseries u x = h 2 u x x h 4 12 u x x x +

Take Equation (1) into account, and apply this scheme with Taylor’s series on each term, updated equation is as follows.

E q . = u ( x , t + k ) u ( x , t ) R 1 ( u ( x + h , t ) 2 u ( x , t ) + u ( x h , t ) ) k u ( x , t ) ( 1 u ( x , t ) )

E q . = ( u t u x x u ( 1 u ) ) k + 1 2 u t t k 2 R 1 u x x h 2 + 1 6 u t t t k 3 1 12 R 1 u x x x x h 4 +

Now principle part of the truncation error is along with Equation (1). So first part of the above equation goes to zero if we consider Equation (1).

PPTEof u = 1 2 u t t R 1 u x x h 2 + 1 6 u t t t k 2 1 12 R 1 u x x x x h 4 + .

Which shows that this scheme is first order accurate in time and 2nd order accurate in space, such as O ( k , h 2 ) .

Stability:

We want to study under what condition the error can be magnified. Many methods can be used to study this issue. We consider only Von-Neumann stability analysis to explain this method on FTCS scheme. Consider the scheme in the following way,

u m n + 1 = u m n + R 1 δ x 2 u m n + k u m n ( 1 u m n ) .

Linear form of the above equation is,

u m n + 1 = u m n + R 1 δ x 2 u m n + k u m n ( 1 Constant ) . (4)

According to Von-Neumann stability analysis, let us consider the solution as:

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

The Von-neumann stability condition is

| e α k | 1. (6)

Note that,

U m n + 1 = e α ( n + 1 ) k e i β m h U m n 1 = e α ( n 1 ) k e i β m h U m + 1 n = e α ( n ) k e i β ( m + 1 ) h U m 1 n = e α ( n ) k e i β ( m 1 ) h .

Also

δ x 2 U m n = 4 sin 2 ( β h 2 ) [ e α n k e i β m h ] δ x 2 U m n + 1 = 4 sin 2 ( β h 2 ) [ e α ( n + 1 ) k e i β m h ] .

Apply above terms to Equation (1), we get the following

e α k = 1 4 R 1 sin 2 ( β h 2 ) + k ( 1 Constant ) . (7)

According to Equation (6),

1 e α k 1.

Take left hand side of above equation along Equation (7),

1 4 R 1 sin 2 ( β h 2 ) + k ( 1 Constant ) 1 4 R 1 sin 2 ( β h 2 ) k ( 1 Constant ) max ( sin 2 ( β h 2 ) ) = 1 R 1 k ( 1 Constant ) 4 IfwechooseConstant = 0 R 1 k 4 .

Take right hand side of above equation along Equation (7),

1 1 4 R 1 sin 2 ( β h 2 ) + k ( 1 Constant ) R 1 2 + k ( 1 Constant ) 4 IfwechooseConstant = 0 R 1 2 + k 4 .

Since R 1 = k / h 2 , according to Von-Neumann stability analysis on both sides as left and right, which shows that FTCS scheme is conditionally stable for Fisher-KPP equation.

3.2. Lax Wendroff Scheme

A numerical technique proposed in 1960 by P.D. Lax and B. Wendroff [13] [14] [15] for solving partial differential equations and system numerically. In spite of the impressive developments on numerical methods for partial differential equations from 1970s onwards, in which the Lax Wendroff method has played a historic role, there are presently (1998) substantial research activities aimed at further improvements of methods [15] . Lax Wendroff’s method is also explicit method but needs improvement in accuracy in time. This method is an example of explicit time integration where the function that defines governing equation is evaluated at the current time [15] . Purpose of this method to achieve good enough accuracy in time. This method can be explained in two steps which is as follows,

u i = 0.5 ( u i + 1 n + u i 1 n ) 0.5 R 1 ( u i + 1 n 2 u i n + u i 1 n ) + 0.5 α k u i n ( 1 u i n )

2nd step is

u i n + 1 = u i + R 1 ( u i + 1 2 u i + u i 1 ) + 0.5 α k u i ( 1 u i )

Accuracy and Stability to Lax-Wendroff Scheme:

Accuracy:

To find accuracy of the Lax-Wendroff scheme for Fisher-KPP equation, we apply Taylor’s series on each term of the discritized scheme. Let us consider the following,

u t = u i n + 1 u i n u t = u ( x , t + k ) u ( x , t ) ApplyTaylo r sseries u t = k u t + k 2 2 u t t + k 3 6 u t t t +

above mentioned scheme with Taylor’s series, we have

E q . = ( 0.5 u t 0.5 u ( 1 u ) 0.5 u x x ) k + 1 8 u t t k 2 0.5 u x x h 2 +

Now principle part of the truncation error along with Equation (1). So first part of the above equation goes to zero if we consider Equation (1).

PPTEof u = 1 8 u t t k 2 0.5 u x x h 2 +

Which show that this scheme is second order accurate in time and space, such as O ( k 2 , h 2 ) .

Stability:

We consider Von-Neumann stability analysis to explain on Lax-Wendroff scheme. Consider the scheme in the following way,

u m = 0.5 ( u i + 1 n + u i 1 n ) + 0.5 R 1 δ x 2 u m n + 0.5 α k u m n ( 1 u m n )

Linear form of the above equation is,

u m = 0.5 ( u i + 1 n + u i 1 n ) + 0.5 R 1 δ x 2 u m n + 0.5 α k u m n ( 1 Constant )

According to Von-Neumann stability analysis as (5), (6) Note that,

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

Also

δ x 2 U m n = 4 sin 2 ( β h 2 ) [ e α n k e i β m h ] δ x 2 U m n + 1 = 4 sin 2 ( β h 2 ) [ e α ( n + 1 ) k e i β m h ]

Apply above terms to Equation (1), we get the following

e α k = 1 4 R 1 sin 2 ( β h 2 ) e α k / 2 + α k ( 1 Constant ) e α k / 2 | e α k | 2 = 1 α 2 ( 1 α 2 ) ( 1 sin 2 ( β h / 2 ) ) (8)

According to above result, the Von-Neumann stability criterion | e α k | 1 is satisfied as long as α 1 , or equivalently, as long as the CFL condition is satisfied. In this respect, the dissipative properties of the Lax-Friedrichs scheme are not completely lost in the Lax-Wendroff scheme but are much less severe [15] . The Lax-Wendroff scheme is a two-level scheme, but can be recast in a one-level form by means of algebraic manipulations [15] . This is clear from expressions where quantities at time-levels n and n + 1 only appear [15] .

3.3. Crank Nicolson Scheme

Let us apply an implicit method to improve the accuracy. The implicit method we consider, is Crank Nicolson. By substituting the value of u m n by average value of mesh points, the Crank Nicolson method is a finite difference method used for numerically solving linear and nonlinear partial differential equations [16] [17] [18] . It is implicit in time and can be written in form of an implicit Runge Kutta method, and it is numerically stable [16] [17] [18] . The method was developed by John Crank and Phyllis Nicolson in the mid 20th century [18] . For diffusion equations (and many other equations), it can be shown that, the Crank Nicolson method is unconditionally stable [19] . However, the approximate solutions can still contain (decaying) spurious oscillations if the ratio of time step k times to the square of space step h 2 , is large (typically larger than 1/2 per Von-Neumann stability analysis). For this reason, whenever large time steps or high spatial resolution is necessary, the less accurate backward Euler method is often used, which is both stable and immune to oscillations [20] . In this method, consider the followings,

u i n = u i n + 1 + u i n 2 u t = u i n + 1 u i n k u x x = 1 h 2 δ x 2 ( u i n + 1 + u i n 2 )

discretization to one dimensional Fisher KPP equation,

u i n + 1 = u i n + 0.5 R 1 ( u i + 1 n + 1 2 u i n + 1 + u i 1 n + 1 + u i + 1 n 2 u i n + u i 1 n ) + 1 4 α k ( u i n + 1 + u i n ) ( 2 u i n + 1 u i n ) .

Accuracy to Crank Nicolson Scheme:

To find accuracy of the CN scheme for Fisher-KPP equation,we apply Taylor’s series on each term of the discritized scheme. Let us consider the following,

u t = u i n + 1 u i n u t = u ( x , t + k ) u ( x , t ) ApplyTaylo r sseries u t = k u t + k 2 2 u t t + k 3 6 u t t t +

u x x = u i + 1 n + 1 2 u i n + 1 + u i 1 n + 1 + u i + 1 n 2 u i n + u i 1 n u x x = u ( x + h , t + k ) 2 u ( x , t + k ) + u ( x h , t + k ) + u ( x + h , t ) 2 u ( x , t ) + u ( x h , t ) ApplyTaylo r sseries u x x = 2 h 2 u x x + k h 2 u x x t + h 4 6 u x x x x + h 2 k 2 2 u x x t t + h 4 k 12 u x x x x t +

which implies

E q . = ( u t 0.5 u α ( 2 2 u ) u x x ) k + ( 0.5 u t t 0.5 u x x t + 0.5 α u u t 0.25 α u t ) ( 2 2 u ) k 2 1 12 k h 2 u x x x x + ( 1 6 u t t t + ) k 3 +

Now principle part of the truncation error along with Equation (1). So first and second part of the above equation goes to zero if we consider Equation (1).

PPTEof u = ( 1 6 u t t t + ) k 2 1 12 h 2 u x x x x +

Which show that this scheme is second order accurate in time and space, such as O ( k 2 , h 2 ) .

Stability:

According to Von-Neumann stability analysis, we have linear form of the Equation (1) is,

u m n + 1 u m n = R 1 2 ( δ x 2 u m n + 1 + δ x 2 u m n ) + α k 2 ( u m n + 1 + u m n ) ( 1 Constant )

According to Von-Neumann stability analysis as (5), (6), after some simplifi- cations, we reached at,

e α k = 1 sin 2 ( β h / 2 ) 1 + 2 R 1 sin 2 ( β h / 2 ) . (9)

Hence the Von-Neumann stability condition is satisfied for all positive values of R 1 . This shows that CN scheme is unconditionally stable.

3.4. Richardson Extrapolation Technique

Techniques for obtaining more accurate solutions by using finite difference methods which have already been discussed, including reducing the truncation error by using central differences, using methods which minimize numerical damping and dispersion as well as using more accurate approximation to derivative boundary conditions [21] [22] . Other methods include,

1) reducing the size of grid spacing,

2) using higher order difference approximation, and

3) reducing the discretisation error by extrapolation (Richardson).

Richardson extrapolation method, which was introduced by Richardson (1910) and later on called “deferred approach to the limit”, may lead to considerable improvement of numerical results which solving the partial differential equation system by finite difference method. Applications of this method to equations solved on rectangular regions in space are described in Richardson and Gaunt (1927) and Salvadori (1951) [22] . The reduction of the error depends upon there being a reliable estimate of the discretisation error as a function of the grid spacing h . Let ϕ be the exact solution of the partial differential equation and ϕ 1 , ϕ 2 the finite difference solutions at a particular point in the solution domain computed using grid spacing h 1 , h 2 respectively [22] [23] . Richardsons extrapolation formula is as follows,

N j ( h ) = N ( j 1 ) ( h 2 ) + N ( j 1 ) ( h 2 ) N ( j 1 ) h 4 ( j 1 ) 1

where N j ( h ) is the approximations which is even more accurate then the previous N j 1 and j = 2 , 3 , . In our case we use j = 2 to get the approxi- mation formula N 2 ( h ) with truncation error O ( h 4 ) . This gives more accurate and precise result which lead to convergence [23] . This method improvement the results upto fourth order accuracy in space. Keep in mind, accuracy in time still upto second order. Also this method hold the stable results. Clearly, this is a useful way of increasing the accuracy of the result at a given grid point without having to excessively increase the number of calculations required. This method may be of uncertain value near the boundaries which are not straight, such type of problems can be discussed with mixed boundaries with interpolation technique [23] .

4. Results

Numerical computations have been performed by using the uniform grid [23] . For the test problem, the approximated and exact values of u ( x , t ) and U ( x , t ) have been given in Figure 1 with some fixed parameters such as

α = 1 , and k = 0.0001 using FTCS. Figure 2 shows the results taken at different time to maintain stability. Figure 3 shows results by using Crank Nicolson scheme; comparison has been done with existence of exact solution. Figure 4 represents results from Richardson Extrapolation. These values has been taken at some typical grid point (TGP) as we presents in Table 1 and Table 2. Some critical values can be seen from the following data Table 1 and Table 2 at different location along x-axis. In Table 1, we compare our results, calculated from Crank-Nicolson scheme with exact solution. Error can be seen from last column.

5. Discussion

In this paper, the solution of the Fishers equation is successfully approximated by a various numerical finite difference schemes. Two of them are explicit in nature such as FTCS and Lax-Wendroff. We have to pay attention to parameter R 1 ,

Figure 1. Figure shows results with FTCS, by fixing some parameters to be in range of stability. Due to explicit nature of the scheme, we choose h and k in such a way that r 1 .

Figure 2. Figure shows results with Lax-Wendroff, by fixing some parameters to stabilize. Due to explicit nature of the scheme, we choose h and k in such a way that r 1 with acceleration in computations. Results at different time levels, also compared with exact solution.

which can stabilize the results as we can see from Figure 1 and Figure 2. Such schemes on nonlinear one dimensional PDE, consistency, stability and con- vergence are more difficult to prove [24] [25] [26] . For instant, Von-Neumann’s

Figure 3. Shows results with implicit Crank Nicolson, different α and time level along comparison with exact solution.

Figure 4. Shows results with Richardson Extrapolation, different time levels along comparison with exact solution.

Table 1. Estimates the results at different locations with Crank Nicolson scheme.

Table 2. Estimates results from Richardson-Extrapolation with exact solution. Error can be seen from last column.

method of stability analysis can not be used other than locally, since it is only applied to linear finite difference schemes. In many cases, numerical experimen- tation, such as solving the finite difference schemes by using progressively smaller grid spacing and examining the behaviour of the sequence of the values of u ( x , t ) obtained at given points, is the suitable method available with which to assess the numerical model [26] . The various methods of obtaining a finite difference numerical model corresponding to a particular mathematical model may result in either explicit or implicit finite difference schemes. Explicit schemes are conditionally stable and implicit schemes are unconditionally stable [26] . Two implicit schemes are also applied to improve accuracy, stability restrictions and consistency in solution. It can be observed that the computed results show excellent agreement with the exact solution. Our main purpose of this research to improve accuracy in result of Fisher KPP equation. At the end, we introduce Richardson extrapolation method; we observe improvement in accuracy and this method also stable and show excellent agreement with the exact solution. Accuracy in results are glanced from figures and tables.

Acknowledgements

The authors are gratefully acknowledge for support by Dr Muhammad Faheem Afzaal, Department of Chemical Engineering, Imperial College London and Vineet K. Srivastava, Scientist, ISTRAC/ISRO, Bangalore, India in understanding mathematical terms and algorithms.

Conflict of Interest

The authors do not have any conflict of interest in this research paper.

Cite this paper

Hasnain, S., Saqib, N. and Mashat, S. (2017) Numerical Study of One Dimensional Fishers KPP Equation with Finite Difference Schemes. American Journal of Computational Mathematics, 7, 70-83. https://doi.org/10.4236/ajcm.2017.71006

References

  1. 1. Derraik, J.G.B. (2002) The Pollution of the Marine Environment by Plastic Debris: A Review. Marine Pollution Bulletin, 44, 842-852. http://dx.doi.org/10.1016/S0025-326X(02)00220-5

  2. 2. Galgani, F., Fleet, D., Van Franeker, J., Katsanevakis, S., Maes, T., Mouat, J., Oosterbaan, L., Poitou, I., Hanke, G., Thompson, R., Amato, E., Birkun, A. and Janssen, C. (2010) Marine Strategy Framework Directive Task Group Report 10 on Marine Litter.

  3. 3. Thompson, R., La Belle, B.E., Bouwman, H. and Neretin, L. (2011) Marine Debris: Defining a Global Environmental Challenge. GEF Council Meeting, 24-26 May 2011, Washington DC, 28 p.

  4. 4. Schrey, E. and Vauk, G.J.M. (1987) Records of Entangled Gannets (Sula bassana) at Helgoland, German Bight. Marine Pollution Bulletin, 18, 350-352. http://dx.doi.org/10.1016/S0025-326X(87)80024-3

  5. 5. Jeftic, L., Sheavly, S. and Adler, E. (2009) Marine Litter: A Global Challenge. UNEP Marine Litter Publications, 232 p.

  6. 6. UNEP (2005) Marine Litter, an Analytical Overview. UNEP Marine Litter Publications.

  7. 7. UNEP (2007) National Marine Debris Monitoring Program. UNEP Marine Litter Publications.

  8. 8. Tonay, A.M., Dede, A., &Oumlztürk, A.A. and &Oumlztürk, B. (2007) Stomach Content of Harbor Porpoises (Phocoena phocoena) from the Turkish Western Black Sea in Spring and Early Summer. Rapp. Comm. int. Mer. Medit., 38, 616.

  9. 9. Goldberg, E.D. (1994) Diamonds and plastics are forever? Marine Pollution Bulletin, 28, 466. http://dx.doi.org/10.1016/0025-326X(94)90511-8

  10. 10. NOAA (2011) NOAA Marine Debris Program. http://marinedebris.noaa.gov/welcome.html

  11. 11. Gregory, M.R. (2009) Environmental Implications of Plastic Debris in Marine Settings Entanglement, Ingestion, Smothering, Hangers-On, Hitch-Hiking, and Alien Invasions. Philosophical Transactions of the Royal Society B, 364, 2013-2026. http://dx.doi.org/10.1098/rstb.2008.0265

  12. 12. UNEP (2001) Marine Litter—“Trash That Kills” brochure. UNEP Marine Litter Publications.

  13. 13. Mato, Y., Isobe, T., Takada, H., Kanehiro, H., Ohtake, C. and Kaminuma, T. (2001) Plastic Resin Pellets as a Transport Medium for Toxic Chemicals in the Marine Environment. Environmental Science and Technology, 35, 318-324. http://dx.doi.org/10.1021/es0010498

  14. 14. Teuten, E.L., Saquing, J.M., Knappe, D.R.U., Barlaz, M.A., Jonsson, S., Bj&oumlrn, A., Rowland, S.J., Thompson, R.C., Galloway, T.S., Yamashita, R., Ochi, D., Watanuki, Y., Moore, C., Viet, P., Tana, T.S., Prudente, M., Boonyatumanond, R., Zakaria, M.P., Akkhavong, K., Ogata, Y., Hirai, H., Iwasa, S., Mizukawa, K., Hagino, Y., Imamura, A., Saha, M. and Takada, S. (2009) Transport and Release of Chemicals from Plastics to the Environment and to Wildlife. Philosophical Transactions of the Royal Society B, 364, 2027-2045. http://dx.doi.org/10.1098/rstb.2008.0284

  15. 15. Mouat, T., Lopez-Lozano, R. and Bateson, H. (2010) Economic Impacts of Marine Litter. KIMO (Kommunenes Internasjonale Milj&oslashorganisasjon), 117 p.

  16. 16. Moore, C.J. (2008) Synthetic Polymers in the Marine Environment: A Rapidly Increasing, Long-Term Threat. Environmental Research, 108, 131-139. http://dx.doi.org/10.1016/j.envres.2008.07.025

  17. 17. KIMO (2010) Incident Highlights the Real Cost of Marine Litter. September 2010.

  18. 18. California Ocean Protection Council (OPC) (2008) An Implementation Strategy for the California Ocean Protection Council Resolution to Reduce and Prevent Ocean Litter. 28 p.

  19. 19. Kang, C.G. (2003) Marine Litter in the Republic of Korea NOWPAP MER/RAC.

  20. 20. Koutsodendris, A., Papatheodorou, G., Kougiourouki, O. and Georgiadis, M. (2007) Benthic Marine Litter in Four Gulfs in Greece, Eastern Mediterranean; Abundance, Composition and Source Identification. Estuarine, Coastal and Shelf Science, 77, 501-512. http://dx.doi.org/10.1016/j.ecss.2007.10.011

  21. 21. Top&ccedilu, N.E. and &Oumlztürk, B. (2010) Abundance and Composition of Solid Waste Materials on the Western Part of the Turkish Black Sea Seabed, Aquatic Ecosystem Health and Management, 13, 301-306. http://dx.doi.org/10.1080/14634988.2010.503684

  22. 22. Zhou, P., Huang, C., Fang, H., Cai, W., Li, D., Li, X. and Yu, H. (2011) The Abundance, Composition and Sources of Marine Debris in Coastal Seawaters or Beaches around the Northern South China Sea (China). Marine Pollution Bulletin, 62, 1998-2007.

  23. 23. Katsanevakis, S. (2008) Marine Debris, a Growing Problem: Sources, Distribution, Composition, and Impacts. In: ofer, T.N., Ed., Marine Pollution: New Research, Nova Science Publishers, New York, 53-100.

  24. 24. Hess, N., Ribic, C. and Vining, Y. (1999) Benthic Marine Debris, with an Emphasis on Fishery-Related Items, Surrounding Kodiak Island, Alaska, 1994-1996. Marine Pollution Bulletin, 38, 885-890. http://dx.doi.org/10.1016/S0025-326X(99)00087-9

  25. 25. Katsanevakis, S. and Katsarou, A. (2004) Influences on the Distribution of Marine Debris on the Seafloor of Shallow Coastal Areas in Greece (Eastern Mediterranean). Water, Air, and Soil Pollution, 159, 325-337. http://dx.doi.org/10.1023/B:WATE.0000049183.17150.df

  26. 26. Bhattacharya, P., Lin, S., Turner, J.P. and Ke, P.C. (2010) Physical Adsorption of Harged Plastic Nanoparticles Affects Algal Photosynthesis. Journal of Physical Chemistry C, 114, 16556-16561. http://dx.doi.org/10.1021/jp1054759

  27. 27. Sheavly, S.B. (2007) National Marine Debris Monitoring Program: Final Program Report, Data Analysis and Summary. Prepared for U.S. Environmental Protection Agency by Ocean Conservancy, Grant Number X83053401-02, 76 p.

  28. 28. Spruill, V. and Cousteau, P. (2010) Trash Travels. International Coastal Cleanup 25th Anniversary 2010 Report. Ocean Conservancy.

  29. 29. Laist, D.W. (1996) Marine Debris Entanglement and Ghost Fishing: A Cryptic and Significant Type of Bycatch? Proceeding of Solving Bycatch: Considerations for Today and Tomorrow, 25-27 September 1995, Seattle, 33-39.

  30. 30. Williams, A.T., Simmons, S.L. and Fricker, A. (1993) Off-Shore Sinks of Marine Litter: A New Problem. Marine Pollution Bulletin, 26, 404-405. http://dx.doi.org/10.1016/0025-326X(93)90192-M

  31. 31. Sheavly, S.B. (2005) Sixth Meeting of the UN Open-Ended Informal Consultative Processes on Oceans and the Law of the Sea. Marine Debris—An Overview of a Critical Issue for Our Oceans. 6-10 June 2005.

  32. 32. Allsopp, M., Walters, A., Santillo, D. and Johnston, P. (2006) Plastic Debris in the World’s Oceans. Greenpeace, Amsterdam.

  33. 33. Turkish Cabinet (1983) Environment Law. Law Number: 2872, Vol. 22, 499.

  34. 34. MARPOL (1978) 1978 International Convention for the Prevention of Pollution from Ships, 1973 as Modified by the Protocol of 1978 (MARPOL 73/78).

  35. 35. Turkey Tourism Agency Statistics (2010) http://sgb.kulturturizm.gov.tr/belge/1-90750/turizm-istatistikleri.html

  36. 36. Fisher, R.A. (1936) The Wave of Advance of Advantageous Genes. Annals of Eugenics, 7, 355-369. https://doi.org/10.1111/j.1469-1809.1937.tb02153.x

  37. 37. Canosa, J.C. (1973) On a Nonlinear Diffusion Equation Describing Population Growth. IBM Journal of Research Development, 17, 307-313. https://doi.org/10.1147/rd.174.0307

  38. 38. Arnold, R.A., Showalter, K. and Tyson, J.J. (1987) Propagation of Chemical Reactions in Space. Journal of Chemical Education, 64, 740-744. https://doi.org/10.1021/ed064p740

  39. 39. Tuckwell, H.C. (1988) Introduction to Theoretical Neurobiology. Cambridge, UK: Cambridge University Press, Cambridge.

  40. 40. Gazdag, J.G. and Canosa, J.C. (1974) Numerical Solutions of Fisher’s Equation. Journal of Applied Probability, 11, 445-457. https://doi.org/10.1017/S0021900200096236

  41. 41. Abdullaev, U.G. (1994) Stability of Symmetric Travelling Waves in the Cauchy Problem for the KPP Equation. Differential Equations, 30, 377-386.

  42. 42. Logan, D.J. (1994) An Introduction to Nonlinear Partial Differential Equations. Wiley, New York.

  43. 43. Evans, D.J. and Sahimi, M.S. (1989) The Alternating Group Explicit (AGE) Iterative Method to Solve Parabolic and Hyperbolic Partial Differential Equations. Annals of Numerical Fluid Mechanics and Heat Transfer, 2, 283-389. https://doi.org/10.1615/AnnualRevHeatTransfer.v2.100

  44. 44. Tang, S.T. and Weber, R.O. (1991) Numerical Study of Fisher’s Equations by a Petrov-Galerkin Finite Element Method. Journal of the Australian Mathematical Society Series B, 33, 27-38. https://doi.org/10.1017/S0334270000008602

  45. 45. Khaled, K.A. (2001) Numerical Study of Fisher’s Diffusion Reaction Equation by the Sinc Collocation Method. Journal of Computational and Applied Mathematics, 137, 245-255.

  46. 46. Ames, W.F. (1965) Nonlinear Partial Differential Equations in Engineering. Academic Press, New York.

  47. 47. Ames, W.F. (1969) Finite Difference Methods for Partial Differential Equations. Academic Press, New York.

  48. 48. Noye, J.N. (1981) Nonlinear Partial Differential Equations in Engineering. Conference in Queen’s College, University of Melbourne, North-Holland Publishing Company, Australia.

  49. 49. Mittal, R.C. and Kumar, S.K. (2009) Numerical Study of Fisher's Equation by Wavelet Galerkin Method. International Journal of Computer Mathematics, 3, 287-298. https://doi.org/10.1080/00207160600717758

  50. 50. Mehdi, M.B. and Khojasteh, D.S. (2013) A Highly Accurate Method to Solve Fisher’s Equation. Pramana Indian Academy of Sciences Journal of physics, 78, 335-346.

  51. 51. Ablowitz, M.J. and Zeppetella, A.Z. (1979) Explicit Solutions of Fisher’s Equation for a Special Wave Speed. Bulletin of Mathematical Biology, 41, 835-840. https://doi.org/10.1007/BF02462380

  52. 52. Wasow, W.W. (1955) Discrete Approximation to Elliptic Differential Equations. Eitschrift Angew, Mathematical physics, 6, 81-97. https://doi.org/10.1007/BF01607295

  53. 53. Schiesser, W.E. and Griffiths, G.W. (2009) A Compendium of Partial Differential Equation Models. Cambridge University Press, Cambridge.https://doi.org/10.1017/CBO9780511576270

  54. 54. Whitham, G.B. (1974) Linear and Nonlinear Waves. John Wiley & Sons, Hoboken.

  55. 55. Babuska, I.B. (1968) Numerical Stability in Mathematical Analysis. IFIP Consress, Amsterdam, 11-23.

  56. 56. Deghan, M.D., Asgar, H.A. and Mohammad, S.M. (2007) The Solution of Coupled Burgers Equations Using Adomian-Pade Technique. Applied Mathematics Computation, 189, 1034-1048.

  57. 57. Lax, P.D. and Wendroff, B.W. (1960) Systems of Conservation Laws. Communications on Pure and Applied Mathematics, 13, 217-237. https://doi.org/10.1002/cpa.3160130205

  58. 58. Kanti, P.K. and Lajja, V.L. (2011) A Note on Crank-Nicolson Scheme for Burgers Equation. Applied Mathematics, 2, 888-899.

  59. 59. Roache, P.J. (1972) Computational Fluid Dynamics. Hermosa, Albuquerque, 51-179.

  60. 60. Mazumder, S.M. (2015) Numerical Methods for Partial Differential Equations: Finite Difference and Finite Volume Methods. Academic Press, New York.

  61. 61. Srivastava, V.K. and Tamsir, M.T. (2012) Crank Nicolson Semi Implicit Approach for Numerical Solution of Two Dimensional Coupled Nonlinear Burgers Equations. Journal of Applied Mechanics and Engineering, 17, 571-581.