✔ 最佳答案
Let S(t) be the space taken up by a user's data at time t.
You are told that the user's space requirements increase at a rate proportional to sqrt(S), so:
rate space use increases = a*sqrt(S)
where a is a positive constant of proportionality.
At time t, a user's remaining space is given by (2 - S), where S is measured in Gb. You are told that the user frees up disk space at a rate inversely proportional to the remaining space, so:
rate space use decreases = -b/(2 - S)
where b is another positive constant of proportionality.
The net rate of chance in disk space usage is the sum of these two rates:
dS/dt = a*sqrt(S) - b/(S-2)