Consider a cubic equation
$(1 + \epsilon)x^3 - 2ax^2 + (a - 3\epsilon)x + 2\epsilon = 0$
where $\epsilon > 0$ and $a \gg 1$.
In the limit of $\epsilon \rightarrow 0$,
$x(x^2 - 2ax + a) = 0$
so that
$ x_0 = a \pm \sqrt{a^2 - a} \approx 2a$ or $1/2 + 1/(8a)$.
I want to find approximate solutions to the cubic equation, which is accurate even for $\epsilon \sim a$. For $x_0 \approx 2a \gg 1$, the balancing between the third and second order terms just gives
$x \approx 2a/(1+\epsilon)$
which is found to be quite accurate when $\epsilon \sim a$.
For the other solution, I tried expanding the solution from $x_0$.
$x = x_0 + x_1$
and kept the terms first order in $x_1$ to obtain
$3\epsilon x_0^2x_1 - 3\epsilon x_1 -4a x_0 x_1 + a x_1 + 3 x_0^2 x_1 + 2\epsilon = 0$
or since $a \gg 1$, $x_0 \approx 1/2$ so $x_1 = 2\epsilon/a$.
Comparing $x = x_0 + x_1$ with the exact solution, however, I found that the approximation becomes inaccurate when $\epsilon \sim a$.
Can anyone help me how to attack this problem?
Hint
Why not considering $$F(x,\epsilon)=(1 + \epsilon)x^3 - 2ax^2 + (a - 3\epsilon)x + 2\epsilon = 0$$ and use implicit differentiation to obtain the value of $\frac{dx}{d\epsilon}$ and compute its value for $\epsilon=0$ and then use $$x \simeq x_0+\frac{dx}{d\epsilon} \Delta \epsilon$$
For sure, you must do the above for each of the roots $$x_1=0$$ $$x_2=a-\sqrt{a^2-a}$$ $$x_3=a+\sqrt{a^2-a}$$ I strongly recommend that you leave the roots as they are above, compute the corresponding $\frac{dx_i}{d\epsilon}$ for each of the roots (setting $\epsilon=0$) and expand from this point.
For sure, you could do what alex.jordan suggested; his solution is more rigorous than mine but it will be quite tedious even to have the first order expansion.