A country currently has a population of $N_0$ and growth rate of $a_0$. The country introduces, at $t = 0$, a birth control scheme which hopes to gradually reduced the growth rate to $a_1 < a_0$ over a period of time $T$.
Using the formula for birth control which I have already worked out, derive the ratio of the population size with the birth control policy to that without the policy at time T.
$N_{\text{birth control}}(t) = N_0\exp\left[a_0 t - (a_0 - a_1)\frac{t^2}{2T}\right]$
Attempted solution:
Since there are no restrictions or boundaries to the original growth rate, then I assumed, the formula for no birth control at time T, would just be:
$N_{\text{no birth control}}(t) = N_0\text{exp}[a_0t]$
Then inputting $T$ into the birth control equation, I would get:
$N_{\text{birth control}}(T) = N_0\exp\left[(a_0 + a_1)\frac{T}{2}\right]$
So then I would simply have to find the ratio between the two, resulting in:
$$\frac{N_{\text{birth control}}(T)}{N_{\text{no birth control}}(T)} = \frac{\text{exp}[(a_0 + a_1)T/2]}{\text{exp}[a_0T]}$$
However upon finding the solution, to be:
$$\frac{N_{\text{birth control}}(T)}{N_{\text{no birth control}}(T)} =\exp\left[-\frac{T}{2}(a_0 - a_1)\right]$$
I realise that my formula for no birth control is probably wrong, so could you please explain to me where I went wrong and why it is so?
Thanks in advance
You are right. Note that for the exponential funcition, we have $$ \exp(x) \cdot \exp(y) = \exp(x+y), \quad \frac 1{\exp(x)} = \exp(-x) $$ Hence, your solution simplifies \begin{align*} \frac{\exp\left(\frac T2 (a_0 + a_1)\right)}{\exp(a_0 T)} &= \exp \left(\frac T2(a_0 + a_1)\right) \cdot \exp(-a_0 T)\\ &= \exp\left(\frac T2(a_0 + a_1)-a_0 T\right)\\ &= \exp\left(-\frac T2(a_0 - a_1)\right) \end{align*} as in the given solution.