How Does the Gompertz Equation Model Tumor Growth?

  • Thread starter Thread starter Jamin2112
  • Start date Start date
Jamin2112
Messages
973
Reaction score
12

Homework Statement



As long as N isn't too small, the growth of cancerous tumors can be modeled by the Gompertz equation,

dN/dt = -rN*ln(N/K),

where N(t) is proportional to the number of cells in the tumor, and r,K>0 are parameters.

Homework Equations





The Attempt at a Solution



Separate out.

dN/[N*ln(N/K)]= -rdt

After much toil, I figured out that the left side is simply d/dN (ln(ln(N/K))

==> ln(ln(N/K)) = -rt + C
==> ln(N/K) = e-rt+C
==> N/K = ee-rt+C
==> N = Kee-rt+C

Seems overly complicated. Is there some property of ln(ln(f)) that would help simplify? Suggestions, please.
 
Physics news on Phys.org
Well the solution works out so it is correct. If you get a solution to a differential equation and are unsure of it, plug it back into your equation to find if the two sides equal each other.

One thing you can do to simplify it is to get rid of that +C in your second exponent.

N = K e^{e^{-rt +C}}

This can be rewritten:

N = K e^{e^{-rt}e^{C}}

N = K e^{e^{-rt}}e^{e^{C}}

The e^{e^{C}} is a constant we can absorb into K. Giving a simplified solution:

N = K e^{e^{-rt}}
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top