Gompertz model of cancer growth: The differential equation
x' = a*(exp(-b*t))*x
is used to describe the growth of a tumor, where x(t) is a measure
of its size (e.g. wieght or number of cells), and a and b are parameters
specific to a particular tumor.
To get started, let us take a = 3 and b = 2, and x(0) = 5;
the solution in the XivsTime view is shown in the image below.
Load the image into your PHASER by clicking on the picture.
Explain what this model predicts for the tumor growth.
Experiment with several different initial tumor sizes.
How does the future size of tumor depend on its initial size?
Experiment with several values of the parameters a and b.
Explain the roles of these parameters in the tumor growth.