Peace be upon you,
I want to solve a system of two equations in which the existence of $ln\left(\frac{\alpha}{\alpha+\beta}\right)$ function makes some limitations in iterations of the Newton-Raphson method. ($c$ letters represent some constants) \begin{align*} \begin{cases} ln\left(\frac{\alpha}{\alpha+\beta}\right)-c_{s1}+\sum_{i\in A}{c_i\left( \alpha^{-i}-(\alpha+\beta)^{-i}\right)}\\ ln\left(\frac{\beta}{\alpha+\beta}\right)-c_{s1}+\sum_{i\in A}{c_i\left( \beta^{-i}-(\alpha+\beta)^{-i}\right)} \end{cases} \end{align*} I tried to replace the unknown variables ($\alpha$ and $\beta$) by $exp(\alpha)$ and $exp(\beta)$; then, after finding the answer replace the answer ($\alpha_{final}$ and $\beta_{final}$) by $exp(\alpha_{final})$ and $exp(\beta_{final})$. but, the treatment of the system became bad and it diverged.
Does anyone have any idea to pass up the negative values or to use another appropriate method for solving the 2-equation system?
We can simply substitute $\alpha$ by $a^2$ and $\beta$ by $b^2$.
I did it before but ignored (or neglected) posting the answer up to now.