I encountered the following ODE and tried to solve using perturbation theory: $$y'=(1+\frac{1}{100x^2})y^2-2y+1$$ $$y(1)=1,\ x\in[0,1]$$ I am asked to find an approximation correct to $O(\epsilon)$. Next I need to Introduce a Boundary-Layer-type variable ($X=\frac{x}{\epsilon}$) and find the layer solution valid to $O(1)$. So I dont know how to define a proper $\epsilon$ in the question. And at which side I am suppose to define the boundary layer solution.
I am rather lost since it differs from everything i've seen in the subject.