So I am confident with finding roots of regular perturbation problems, e.g. $x^{2}+2\epsilon x-4=0$. However, I am getting confused when I have a singular problem, where $\epsilon$ affects the leading behaviour. What is the best method to use when finding roots to singular perturbation problems such as $\epsilon x^{2}+2x-4\epsilon=0$ (I don't know if that example actually works, by the way)?
Many thanks in advance :)
You may set $x=1/y$ and multiply the equation $$\epsilon x^{2}+2x-4=0\tag{1}$$
by $y^2$ and obtain: $$\epsilon +2y-4 y^2=0\tag{2}$$
This probably answers your question.
But in your original example, $\epsilon$ appears both in the leading order term and trailing order term. So the above method do not work.
We first rewrite it as: $$\epsilon (x^{2}-4)+2x=0\tag{4}$$
Then we can solve $$x^2-4=y^2+4y$$ for x and obtain $$x=y+2,x=-(y+2)$$ We then substitute $x=y+2$ into (4) and obtain $$\epsilon ((y+2)^{2}+4(y+2))+2(y+2)=0\tag{5}$$
You may apply the method of treating (1) to treat (5). You may then do it for the second solution $x=-(y+2)$.