Differential equation- find max slope

hover
Messages
342
Reaction score
0

Homework Statement



Another model for a growth function for a limited pupulation is given by the Gompertz function, which is a solution of the differential equation

dP/dt = c*ln(K/P)*P

where 'c' is a constant and 'K' is the carrying capacity.



At what value of P does P grow fastest?

Homework Equations



c = .05
K=1000
P_0 = 500 (initial condition)

P(t) = 1000/e^(e^(-.05t-.3665)) (this is the specific solution)

The Attempt at a Solution



I think it is asking to find what the max value of dP/dt. However I think to do this, I need to find the derivative of dP/dt which is d^2P/dt^2 and set it equal to zero. This will let me find t when the slope of P is at its max and then I plug t back into P. Is this correct?

If it is, I am in for one hell of a derivative...

Thanks!
 
Physics news on Phys.org
Why solve for P? You were asked for a value of P for which P grows fastest which mean its derivative is a maximum. You can find a maximum of a function by setting its derivative to 0. Here, the function is dP/dt so differentiate that:
\frac{d}{dt}\frac{dP}{dt}= \frac{d^2P}{dt^2}= C\frac{d(P(ln(K)- ln(P))}{dt}= 0
 
Ok. Solving that derivative I get t = -7.33 and in the end P has a max slope at P= 367.879. These are right.

Thanks!
 
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