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?