Suppose that $Y_i$ follows a multiplicative error model:
$$ Y_i = \mu_i \epsilon_i $$
where
$$ \mu_i = x_i^T\beta \ \ \text{and} \ \ \epsilon_i \sim N\left(1, \frac{1}{\alpha}\right) $$
I would like to show why:
$$ Var(log(Y_i)) \approx \frac{1}{\alpha} $$
How can I use the Delta method to achieve this?
By the delta method $\log(Y_i)-\log(\mu_i)$ is approximately distributed as $N(0,\sigma^2\cdot h)$ where $$\sigma^2=Var(\mu_i\varepsilon_i)=\frac{\mu_i^2}{\alpha},$$ and $$h=[(\log{\mu_i})']^2=\frac{1}{\mu_i^2}.$$ In particular, $$Var(log(Y_i))=Var(log(Y_i)-\log(\mu_i))\approx\sigma^2h=\frac{1}{\alpha}.$$