You are on page 1of 4

Journal of Multidisciplinary Engineering Science and Technology (JMEST)

ISSN: 2458-9403
Vol. 3 Issue 12, December - 2016

Numerical Method For Differential System With


Small Parameter With Applications In Tumours
Growth
M. Turnea
M. Ilea
Department of Biomedical Science,
Department of Biomedical Science,
University of Medicine and Pharmacy
University of Medicine and Pharmacy
Iaşi,Romania
Iaşi,Romania
e-mail:tmarius_ro@yahoo.com
e-mail:ileamihai2004@yahoo.com

D. Arotăriţei M.Rotariu
Department of Biomedical Science, Department of Biomedical Science,
University of Medicine and Pharmacy University of Medicine and Pharmacy
Iaşi,Romania Iaşi,Romania
e-mail:dragos_aro@yahoo.com e-mail:rotariu29@yahoo.com

Abstract—: Differential equations are of basic cells may spread, the rest can be in a condition of rest
importance in cancer diseases because many or might die. The number of live cells only changes
biological laws and relations appear when the cells proliferate or die. Tumour treatment
mathematically in the form of a ordinary may follow two different strategies. A first strategy
differential equation In this article we presented would be reducing the tumour volume by inducing cell
some applications of mathematical models death in cancerous proliferative cells or by reducing
represented by ordinary differential equations in tumour support by decreasing the transport capacity.
tumors growth. Cancer is one of the most Tumour growth, however, can be blocked in the
dangerous diseases of all. Chemotherapy is still absence of growth factors and nutrients offered by
one of the most effective methods of treating vascularisation. There are patients who do not die of
cancer. Mathematical modeling can be used to the total number of cancerous cells from their body,
find adequate solutions of medicine products for but because the primary tumours invade the tissue
treating cancer. These mathematical models have locally and spread to other organs causing secondary
been developed to describe the tumor growth and tumours
find the best treatment by chemotherapy.
II. MATERIAL AND METHODS
Differential equation systems based models are
useful in cancer biology to study how biological
systems change over time. We propose an We will take into account an aggressive tumor with
original mathematical model with small parameter two different types of cancer cells, which compete for
for tumors growth. All the equations system nutrients. As proliferate cells consume much more
includes small parameter  .The smallness of  oxygen, their consumption rate is much higher than
is relative to the size of the solution domain. .. that of healthy cells. The model is represented by a
Numerical results reveal that these high doses system of ordinary differential equations with small
should be administered in an optimal period to form parameter
prevent the destruction of normal tissue. Solution  dx
graphs show us that there is an increase in  dt
 x(t )[a1 x(t )  y (t )]
cancerous cells even before the next  (1)
chemotherapy session.  dy
 y (t )[a 2 y (t )  x(t )]
 dt
Keywords—Cancer diseases; Numerical
methods;Matlab The mathematical model contains two variables which
are t time functions, where x(t ), y(t ) is the weight of
I. INTRODUCTION
sensitive cells and the mass of cells resistant to
Cancer is one of the diseases causing most deaths in
chemotherapy. Parameters of ( ai , i  1,2 ) model
the world, although medical research has been
successful, despite all difficulties, at least for a certain include the intrinsic rates of increase in sensitive and
pathology of cancer . Currently, the toughest 1
resistant cells. We assume that the parameter
challenges in modelling tumour growth consist in the
estimation of parameters in mathematical models. The

(growth rate caused by the competition between cells
number of cancerous cells in a tumour is difficult to
for oxygen and nutrients) is very long, where  is a
estimate due to continue changes in time. Neoplastic

www.jmest.org
JMESTN42351935 6265
Journal of Multidisciplinary Engineering Science and Technology (JMEST)
ISSN: 2458-9403
Vol. 3 Issue 12, December - 2016

small parameter. Chemotherapy destroys x(t ) cells When solving differential systems such as (5) we
sensitive to drugs, but leaves behind a greater typically have information about the initial state of the
proportion of cells resistant to medicine. As the tumor system and would like to understand how the system
begins to grow again, chemotherapy may fail because evolves. Numerical Euler method is used to
the neoplazic left is now more resistant to approximate solutions of equations when exact
chemotherapy. Nutritional resources are a focal point solutions can not be determined via algebraic
of competition between those two types of cells. There methods. They construct successive approximations
is a relationship between limiting concentrations of that converge to the exact solution of system (1).We
nutrients and the increase of the two types of cells. can use the numerical derivative to derive a simple
The bacterial growth yield is linearly dependent on the method for approximating the solution to differential
initial concentration of nutrients.. In the case of cells equations system (1). Program MATLAB is a perfectly
induced to proliferate, nutrients are needed in acceptable way to solve Euler’s equation. MATLAB
abundance for rapid growth. Cancer cells therefore has a variety of numerical operations and numerical
require a plentiful supply of nutrients. Cancer cells graphical display capabilities built. The function
are dependent upon exogenous signals for survival, euler1storder contains all the code directly related to
growth, and proliferation. Euler’s method. We describe some ways of
numerically approximating the solution to a system of
III.NUMERICAL STUDY differential equations (1). Better agreement between
the numerical and analytical solution can be obtained
Ordinary differential equations systems describe how by decreasing the time step size We pick a time step
properties of a real-world system evolve over time. h and attempt an approximation to the solution to (1)
Most differential linear systems one encounters in at times t 0 + nh:
practice of nonlinear. Its solution may be obtained
numerically by integrating a system of differential–
 xn  x(t 0  nh), y n  y(t 0  nh)

 x(t  h)  x(t )  hx' (t )  O(h 2 )  x(t )  ha1 x 2 (t )  h x(t ) y(t )  O(h 2 )
difference equations whose size increases over time
Very often it is almost impossible to find explicitly or
 
implicitly the solutions of a system (1).The intersection 
point of all the nullclines is called an equilibrium point  h
 y(t  h)  y(t )  hy' (t )  O(h )  y(t )  ha2 y (t )   x(t ) y(t )
2 2
or fixed point of the system.
The x -nullclines, y –nullclines are given by: 
 x (t )  x (t )  ha x 2 (t )  h x (t ) y (t ), y (t )  y (t )  ha y 2 (t )  h x (t ) y (t )
 dx x  0, y  a1 x  n1
 dt  0 
n 1
 
n 1 n n n n 2 n n n

  1 (2) (4)
dy
 0  y  0, y  x
 dt  a 2
Rewriting (1) as:
The components of the velocity vectors are x' (t )
 1
h

 x(t  h)  x(t )   [a1 x (t  s)  x(t  s) y (t  s)]ds


2
and y ' (t ) . These vectors give the direction of the
motion along the trajectories. We have the four natural  0
directions (left, right, up, and down) and the other four  h
 y (t  h)  y (t )  1 [a y 2 (t  s)  x(t  s) y (t  s)]ds
 0
directions (left-down, left-up, right-down, and right-up.
 2
Hence the x -nullcline is the x -axis and 
urve y  a1 x , and the y -nullcline is the y -axis and
(5)
1
curve y  x .To draw the phase plane we notice We obtain:
a 2
 h 2 1 1
 x(t  h)  x(t )  2 [a1 x (t )   x(t ) y(t )  a1 x (t  h)   x(t  h) y(t  h)]  O(h )
2 3
dx
that when we set:  0 we got the line : y  a1 x
dt 
(this is a line in the xy -plane) and when we set :  y(t  h)  y(t )  h [a y 2 (t )  1 x(t ) y(t )  a y 2 (t  h)  1 x(t  h) y(t  h)]  O(h 3 )
 2
2

2

dy 1
 0 we got the line : y  x. (6)
dt a 2
Thus (x, y) = (0, 0) is the only fixed point
 dx  h 1 h h
 dt  f ( x, y,  )  x(t  h)  x(t )  h[a1 x (t  2 )   x(t  2 ) y(t  2 )]  O(h )
2 3

We rewrite the system as:  (3) 


 dy  g ( x, y,  )  y(t  h)  y(t )  h[a y 2 (t  h )  1 x(t  h ) y(t  h )]  O(h 3 )
 dt  2
2  2 2
(7)

www.jmest.org
JMESTN42351935 6266
Journal of Multidisciplinary Engineering Science and Technology (JMEST)
ISSN: 2458-9403
Vol. 3 Issue 12, December - 2016

In (6) and (7) we can substitute:

 f ( x(t  h))  f ( x(t )  hf ( x(t ))  O(h 2 )



 f ( x( t  h ))  f ( x(t )  h f ( x(t )))  O(h 2 )
 2 2
 (8)
 g ( x(t  h))  g ( x(t )  hg ( x(t ))  O(h )
2

 th
 g ( x( ))  g ( x(t )  hg ( x(t ))  O(h 2 )
 2

We obtain the second order accurate difference


schemes:

 h
 x n 1  x n  2 [ f ( x n )  f ( x n  hf ( x n ))]

 y  y  h [ g ( y )  g ( y  hg ( y ))]
 n 1 n
2
n n n

 (9) Fig.2. A cancer cell may be resistant to a


 x  x  hf ( x  h f ( x )) chemotherapy drug from the beginning. If cancer cells
 n 1 n n
2
n develop resistance to one chemotherapy drug, they
 h
may also develop resistance to other drugs in the
 y n 1  y n  hg ( y n  g ( y n )) same drug family. The parameter values have highs
 2 impact on the accuracy of the model in representing
real biological systems but these values are difficult to
estimate experimentally.

Fig.3. In acquired drug resistance the tumors are


initially responsive, but become resistant with
Fig.1. Graphical output from running program in continued treatment. The smallness of  is relative
MATLAB. Because many cancer cells tend to grow to the size of the solution domain. The choice of a
and divide quickly, they are sensitive to the effects of small parameter is connected with the order of the
chemotherapy .The use of a small parameter here is solution and the asymptotic sequence which
simply for definiteness describes the behaviors of the solution as   0 .

www.jmest.org
JMESTN42351935 6267
Journal of Multidisciplinary Engineering Science and Technology (JMEST)
ISSN: 2458-9403
Vol. 3 Issue 12, December - 2016

have the expected effects, as y (t ) tumor cells left are


IV. CONCLUSIONS now more resistant to chemotherapy and multiply
uncontrollably. The ordinary differential system (1) can
The systems of ordinary differential equations be simulated under new conditions to generate novel
containing a small parameter provide a classical hypotheses that drive future experiments. Nonlinear
framework for dynamic modeling of biomedical programming and numerical integration techniques
systems, using experimental data. The numerical with MATLAB were used to solve this differential
analysis of the model presented in this paper could system.
lead to a deeper understanding of the interaction
between cells resistant to chemotherapy and those
sensitive to chemotherapy. Chemotherapy resistance REFERENCES
remains a major obstacle to improving a cancer
patient’s outcome. Simulation of the system of [1]. R.A. Weinberg, The Biology of Cancer, Garland
differential equations containing a small parameter Science, 2007.
depending on various values of  (0    1) [2].S.A. Frank, S.A., Dynamics of Cancer: Incidence,
parameter can generate new work hypotheses work, Inheritance, and Evolution, Princeton University
as well as the motivation to design new models. Press, 2007.
Obtaining experimental data at well-defined time [3].W. Liu, H.I. Freedman, A mathematical model of
intervals is essential for the estimation of other vascular tumour treatment by chemotherapy, Math.
sufficiently precise models. The simulations carried Comput. Modelling,vol 42 ,pp. 1089–1112,2005.
out reveal that chemotherapy destroys x(t ) cells [4]. N. Köckler, Numerical methods and scientific
sensitive to drugs, but leaves behind a greater computing: using software libraries for problem
solving, Oxford University Press, New York, 1994.
proportion of y (t ) resistant cells to medicine. As the
tumour begins to grow again, chemotherapy may not

www.jmest.org
JMESTN42351935 6268

You might also like