they used compound interest formula for doing constant rate of population growth. the gave this answer for the differential equation. i want to understand what they did/ how they did it.
A differential equation including initial conditions.
$$P = P(0) (1+r)^t$$
$$\frac{dP}{dt} = P(0) \cdot \ln{(1+r)} \cdot (1+r)^t$$
$$\frac{dP}{dt} = k (1+r)^t$$
can someone explain what they did each step I feel like I'm missing something
\begin{align*} \frac d{dt} a^t = {} & \lim_{h\to0} \frac{a^{t+h} - a^t} h \\[2pt] & \text{(definition of “derivative”)} \\[10pt] = {} & \lim_{h\to0}\left( a^t\cdot \frac {a^h-1} h \right) \\[10pt] = {} & a^t\cdot\lim_{h\to0} \frac{a^h -1 } h \\[2pt] & \text{since $a^t$ does not depend on $h$} \\[10pt] = {} & \big(a^t \times\text{constant}\big) \\ & \text{since the limit does not depend on $t$} \end{align*}
Just what the “constant” is can be seen via the chain rule if one knows that the constant is $1$ when $a=e\approx 2.71828\ldots\,$:
\begin{align} \frac d {dt} a^t = {} & \frac d {dt} e^{t\ln a} = e^{t\ln a}\cdot \frac d {dt} (t\ln a) \\[10pt] = {} & a^t \ln a. \end{align}
And here you see what is “natural” about $e$: It is the base for which this “constant” is $1.$