Tumor growth under drug treatment#
This example presents a simple model of tumor growth coupled with the administration of an antitumor drug. The original research and theoretical background are detailed in Drexler et al. [1].
Summary#
The original paper’s experiments investigate the response of a murine breast cancer model to pegylated liposomal doxorubicin (PLD or Doxil) over a long time frame (approximately 80 to 250 days). The authors proposed a system of ordinary differential equations (ODEs) to describe the dynamics of tumor cells, necrotic cells, and drug levels in both the tumor tissue (central compartment) and peripheral organs (peripheral compartment). The drug treatment is modeled by instant changes to the drug levels in the central compartment at specific time points, corresponding to the actual injections administered in the in vivo experiment.
The equations of the mathematical model are as follows.
Here, the state variables \(x_1\) and \(x_2\) represent the tumor tissue volume and the necrotic tissue volume (in mm3 ). Variables \(x_3\) and \(x_4\) correspond to the drug levels (in mg/kg) in the central and peripheral compartments, respectively.
The model incorporates the following dynamics:
Tumor cells proliferate at a known duplication rate (\(a\)).
Tumor cells undergo spontaneous necrosis at a rate (\(n\)) independent of the drug level.
Tumor cells convert into necrotic cells based on the drug level (\(x_3\)) and the drug’s specific properties (explained below).
Necrotic cells are removed from the tissue (washout) at a known rate (\(w\)).
The drug is administered instantaneously, resulting in an immediate change to the level of \(x_3\).
The drug is distributed between the two compartments, with transport governed by rates \(k_1\) (central to peripheral) and \(k_2\) (peripheral to central).