I would like to characterise how the solution of a nonlinear system of equations change if a perturbation term is added.
Namely, I have the system \begin{array}{lcl} 2y [F(x) - \varepsilon \frac{1}{y(xy-1)} ] & = & 0 \\ y^2 [F^\prime (x) -\varepsilon \frac{y}{xy-1}] & = & 0\end{array}
In the unperturbed case $\varepsilon = 0$ the solution is handy $$ (x_0,0)$$ where $x_0$ is such that $F^\prime (x_0) = 0$.
How to describe the solution for small $\varepsilon$??
I would have tried to expand the perturbed terms around the solution of the unperturbed system, but the term $\frac{1}{y(xy-1)}$ is not even defined there.
Alternatively, following the perturbation theory one could assume that the perturbed solution can be expressed as \begin{array}{lcl} x & = & x_0 + \varepsilon f_1 +\varepsilon^2 f_2 + \dots \\ y = & = & \varepsilon g_1 +\varepsilon^2 g_2 + \dots \end{array}
and let me substitute in the first equation of the system. I get $$ 2(\varepsilon g_11 + \varepsilon^2 g_2 + \dots ) \Big[F(x_0+\varepsilon f_1 + \dots) - \varepsilon \frac{1}{(\varepsilon g_11 + \varepsilon^2 g_2 + \dots)((x_0+\varepsilon f_1 + \dots)(\varepsilon g_1 + \varepsilon^2 g_2 + \dots))}\Big]$$ which could develop into
$$2(\varepsilon g_1 + \varepsilon^2 g_2 + \dots )\Big[[F(x_0) + F ^{\prime \prime}(x_0)\frac{1}{2}\varepsilon^2 f_1^2] - \varepsilon \frac{1}{x_0\varepsilon^2g_1^2 + x_0\varepsilon^3g_1g_2 + \varepsilon^3 f_1g_1^2 + \varepsilon^3x_0 g_1g_2 + \dots}\Big] $$
Now I need to collect terms that are first order in $\epsilon$.
But how to do that systematically? I am struggling to handle the fraction $$- \varepsilon \frac{1}{x_0\varepsilon^2g_1^2 + x_0\varepsilon^3g_1g_2 + \varepsilon^3 f_1g_1^2 + \varepsilon^3x_0 g_1g_2 + \dots}$$
I would be most grateful for any hint.
Thanks and Happiest New 2019
EDIT: I would like to describe one more attempt of mine. I thought of replacing the original perturbed system \begin{array}{lcl} 2y [F(x) - \varepsilon \frac{1}{y(xy-1)} ] & = & 0 \\ y^2 [F^\prime (x) -\varepsilon \frac{y}{xy-1}] & = & 0\end{array} with the system
\begin{array}{lcl} 2y [F(x) - \varepsilon (-\frac{1}{y}-x) ] & = & 0 \\ y^2 [F^\prime (x) -\varepsilon (-y)] & = & 0\end{array} using the approximations
$$\frac{1}{y(xy-1)} \approx -\frac{1}{y} -x$$ and $$ \frac{y}{xy-1} \approx -y$$ first-order valid around $y=0$. Then I get something tractable, would this be a workaround?
EDIT Following the comment by User121049, I would like to add, should it be of any interest, that the problem I have is equivalent to finding the stationary point of the function
$$ Z(x,y) = y^2 \Big[ F(x) - \epsilon [\log(\frac{1}{y}-x) +1)] \Big]$$
the system I originally described is obtained by setting the partial derivatives to zero.
