Suppose that a variable grows $5\%$ each year:
$$\frac{Y_t}{Y_{t-1}} = 1.05$$
Is it exactly equivalent (or at least aproximately equivalent) to
$$y_t = y_{t-1} + 0.05$$
where $y_t = \ln(Y_t)$ ? Why is that so?
Suppose that a variable grows $5\%$ each year:
$$\frac{Y_t}{Y_{t-1}} = 1.05$$
Is it exactly equivalent (or at least aproximately equivalent) to
$$y_t = y_{t-1} + 0.05$$
where $y_t = \ln(Y_t)$ ? Why is that so?
No, not exactly.
You have $$\ln\left(\frac{Y_t}{Y_{t-1}}\right) = \ln(1.05) \implies$$
$$\ln(Y_t)-\ln(Y_{t-1})=\ln(1.05) \implies$$
$$y_t=y_{t-1}+\ln(1.05).$$
Now use a well-know Taylor expansion, $\ln(1+x)\approx x$, that is valid for small $x$ (the smaller $x$ is, the better the approximation) to see why $\ln(1.05)=0.04879\cdots \approx 0.05$.