Consider the two equations below:
$$ y_{1}=\left(1-\frac{a_{1}}{x}\right)e^{-\dfrac{\alpha\, a_{1}}{x}}\\ y_{2}=\left(1-\frac{a_{2}}{x}\right)e^{-\dfrac{\alpha\, a_{2}}{x}} $$
Given $y_{1}$, $y_{2}$, $a_{1}$ and $a_{2}$, is there an analytical way to determine $\alpha$ and $x$? I tried several approaches. Any suggestions or comments will be appreciated
I tried using the parameters you gave. I rewrote user44197 approach reducing to same denominator, removing the common denominator. This made the equation better condioned.
A plot of the function reveals a solution close to x=0.01 and the solution, obtained using Newton, is x=0.0133409. From here, alpha=1.584997.
I also used the solution based on the Lambert function. Here again, the plot of the fuction reveal a root close to alpha=1.5. Starting from here, Newton iterations lead again to alpha=1.584997. Frm here, x=0.0133409.
Then, again, both approaches work and lead to the same results.
Please post where are your problems. As told earlier, the problem is a resonable starting guess for the solution; this can be easily obtained looking at the plot of the function.