Thanks to Ray and BvU for their replies. Although I couldn't manage to get clarifications from my teacher, and despite the fact the deadline was a week ago, I ought at least to answer you with the complete homework instructions (besides I'd like to know the answer ):
1. Homework Statement
Consider the time-dependency of a population that is characterized by the following parameters:
##P(t)##: total population at time ##t##
##b(t)##: birth rate at time ##t##
##d(t)##: death rate at time ##t##
1. Construct a simple first-order differential equation for ##P(t)## as a function of birth and death rates.
2. Define the relative mortality ##\mu(t)## as the fraction of people of age ##t## who die at this age; that is, as the probability to die at age ##t##. How is it normalized? How can you calculate the absolute number of deaths at time ##t## as a convolution of ##b(t)## and ##\mu(t)##? Substituting this relationship into the differential equation for ##P(t)##, you obtain an integro-differential equation for the population
3. To be specific, make the following assumptions for these quantities:
- There is a constant influx of population ##\dot{P_0}##
- The birth rate is directly proportional to the total population
- The relative mortality decays exponentially as a function of age ##\mu(t)=T^{-1}e^{-t/T}## Is it correctly normalized?
- The population is in equilibrium, that is, it neither grows nor shrinks ##dP(t)/dt=0##
With these assumptions, find the equilibrium population ##P(t)=\text{constant}=P_0##
4. For the equilibrium situation, calculate the age profile ##p(t)## of the population-the fraction of the population that has age ##t##- and the average age.
Homework Equations
The convolution of two functions μ(t) and b(t) is (μ*b)(t)= \int_{0}^{\infty}\mu(t-t')b(t')dt' The Laplace transform of a convolution is \mathcal{L}[(\mu*b)(t)]=M(s)B(s) where M(s)=\mathcal{L}[\mu(t)]\qquad B(s)=\mathcal{L}[b(t)](I think we're going to need this at some point)
The Attempt at a Solution
1. I think we all agree that \frac{d}{dt}P(t)=b(t)−d(t)The other equation is valid for a timestep, say, ##\Delta t##P(t+\Delta t)=P_0(t)+b(\Delta t)\cdot \Delta t-d(\Delta t)\cdot \Delta t
2. The confusion starts: if ##t## is supposed to be the time why does it say that ##\mu(t)## is the fraction of people of
age t who die at age ##t##? In an effort to not complicate this problem I proposed\mu(t)=\frac{\text{Number of persons who die at a time } t}{\text{Total of persons at a time } t}=\frac{d(t)}{P(t)}The normalization proposed by BvU seems right, I answered that, setting b(t)=0, you can say that P_0=\sum\limits_{t=0}^\infty \mu(t)P(t)If the absolute number of deaths ##d(t)##
must be a convolution of ##\mu(t)## and ##b(t)## then d(t)=(\mu*b)(t)=\int_0^\infty \mu(t-t')b(t')dt' and substituting back into the agreed equation gives \frac{d}{dt}P(t)=b(t)-\int_0^\infty \mu(t-t')b(t')dt' which in essence is an integro-differential equation.
At this point I must admit that I tried to figure out the reason of the appliance of the convolution but couldn't came up with it, so if you could explain me I would be grateful.
3.If there is an influx ##\dot{P_0}## then \frac{d}{dt}P(t)=\dot{P_0}+b(t)-\int_0^\infty \mu(t-t')b(t')dt'
We are told that ##b(t)=\beta P(t)## so the equation becomes \frac{d}{dt}P(t)=\dot{P_0}+\beta P(t)-\int_0^\infty \mu(t-t')\beta P(t')dt' Now, because the mortality decays with time (I still don't get it) the equation would be \frac{d}{dt}P(t)=\dot{P_0}+\beta P(t)-\int_0^\infty \frac{e^{-(t-t')/T}}{T}\beta P(t')dt' Finally, if the net poblational change is null then
0=\dot{P_0}+\beta P(t)-\int_0^\infty \frac{e^{-(t-t')/T}}{T}\beta P(t')dt'\\ \Rightarrow\dot{P_0}+\beta P(t)=\int_0^\infty \frac{e^{-(t-t')/T}}{T}\beta P(t')dt'Then resolving the last equation by the method of the Laplace transform<br />
\mathcal{L}[\dot{P_0}]=\frac{\dot{P_0}}{s} \mathcal{L}[\beta P(t)]=\beta \Psi(t) \mathcal{L}[(\mu*b)(t)]=M(s)B(s)Now this part may be wrong (haven't done Laplace transforms in a while)M(s)=\mathcal{L}\left[\frac{e^{-t/t}}{T}\right]=\frac{T}{s-T}B(s)=\mathcal{L}[b(t)]=\mathcal{L}[\beta P(t)]=\beta \Psi(s)So the main equation becomes \frac{\dot{P_0}}{s}+\beta \Psi(s)=\beta \Psi(s)\left(\frac{T}{s-T}\right)\Rightarrow \frac{\dot{P_0}}{s}=\left(\frac{2T-s}{s-T}\right)\beta\Psi(s)Finally, by the appliance of the inverse Laplace transform (again: this could be wrong),P(t)=A\beta\cos\left(\frac{e^{-t/T}}{\dot{P_0}}\right) where ##A## is a constant.
4. This part is definitely wrong... my answer was that the age profile is \varpi=\int_{t_0}^{t_f}A\beta\cos\left(\frac{e^{-t/T}}{\dot{P_0}}\right)dt So the average age is p(t)=\frac{P(t)}{\varpi}Anything you can correct or add I'd be grateful :)