DiffyQ Word problem (growth rate)

PCSL
Messages
146
Reaction score
0
I have been trying to figure this problem out for more then 90 minutes and I think I'm past the point where I'm being productive:

A population P satisfies the differential equation:

P^'(t)=10^{-5}P(t)(15000-P(t))

For what value P(0) of the initial population is the initial growth rate P'(0) greatest.

I end up with \frac{10^5}{P(15000-P)}dP=dt which I have no clue how to integrate (I spent most of the 90 minutes trying to figure that out). Before I went on trying to integrate this I want to make sure I didn't set it up wrong. I thought about partial fractions but have no clue how to separate the denominator.

This is the first homework assignment I have ever had for DE and I apologize for posting two threads in two days, I'm trying my best to figure this stuff out.
 
Physics news on Phys.org
PCSL said:
I have been trying to figure this problem out for more then 90 minutes and I think I'm past the point where I'm being productive:

A population P satisfies the differential equation:

P^'(t)=10^{-5}P(t)(15000-P(t))

For what value P(0) of the initial population is the initial growth rate P'(0) greatest.

I end up with \frac{10^5}{P(15000-P)}dP=dt which I have no clue how to integrate (I spent most of the 90 minutes trying to figure that out). Before I went on trying to integrate this I want to make sure I didn't set it up wrong. I thought about partial fractions but have no clue how to separate the denominator.

This is the first homework assignment I have ever had for DE and I apologize for posting two threads in two days, I'm trying my best to figure this stuff out.

I don't even think you need to solve this DE in order to answer the question. You're considering t = 0 only, so forget that these are functions, forget the time dependence. You have some variable P'(0) that depends on some other variable P(0). So if you consider P(0) to be an independent variable x, then the dependent variable y = P'(0) is given by the expression y = 10^(-5) * x * (15,000 - x). All you have to do is find the value of x for which y is a maximum. It seems like that's all the question is asking.
 
cepheid said:
I don't even think you need to solve this DE in order to answer the question. You're considering t = 0 only, so forget that these are functions, forget the time dependence. You have some variable P'(0) that depends on some other variable P(0). So if you consider P(0) to be an independent variable x, then the dependent variable y = P'(0) is given by the expression y = 10^(-5) * x * (15,000 - x). All you have to do is find the value of x for which y is a maximum. It seems like that's all the question is asking.

That makes sense but even with the equation y = 10^(-5) * x * (15,000 - x) I have absolutely no clue how to go about finding the value of x where y is maximum..
 
PCSL said:
That makes sense but even with the equation y = 10^(-5) * x * (15,000 - x) I have absolutely no clue how to go about finding the value of x where y is maximum..

Well now that's just straight up differential calculus. The function y(x) has extrema (maxima or minima) at points where its derivative goes to 0.
 
cepheid said:
Well now that's just straight up differential calculus. The function y(x) has extrema (maxima or minima) at points where its derivative goes to 0.

*face palm*

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