I am asked to find the first two terms of the asymptotic expansion of the cubic equation $$\varepsilon^4 x^3 - 6 \varepsilon^3 x^2 + (4-3\varepsilon^2) x - 12 \varepsilon - 2 \varepsilon^2 = 0$$
as $\varepsilon\rightarrow 0$. I am given the hint that one root is $O(\varepsilon)$ and two are $O(\varepsilon^{-2})$. I am not sure how to adjust the equation (by dividing by $\varepsilon$ or powers of $\varepsilon$, etc.) and proceed. I know to use $x \sim x_0 + \varepsilon x_1$ as I'm asked to find the first two terms of the asymptotic expansion. But I have not seen equations before with this complexity and powers of $\varepsilon$ before the highest power of $x$. I usually would discard the $O(\varepsilon^2)$ and above terms and compare coefficients of $O(1)$ and $O(\varepsilon)$, etc., but I am really struggling with this particular example.