I have the following equation
$\lambda_1 ln\left( \epsilon \alpha+1\right) = \lambda_2 ln\left( \epsilon \beta+1\right)$
All being known values but $\epsilon$, which I would like to clear but haven't been able so far.
Any hint is appreciated
[Edit] To add more background about it
This is a physics problem I'm trying to solve, starting with the Plank Law of Radiation
$R(\lambda, T) = \frac{2 \pi h c^2}{\lambda^5}\frac{1}{e^{\frac{hc}{\lambda K T}}-1}\epsilon$
For the same $T$ (unknown) and two $\lambda_1, \lambda_2, \lambda_1 \ne \lambda_2$ (known) I know the result of $R(\lambda, T)$. Being $\pi, h, c, K$ known constants I should be able to obtain $\epsilon$ from it.
Defining $\phi(\lambda) = \frac{2 \pi h c^2}{\lambda^5}$
$R(\lambda, T) = \phi(\lambda) \frac{1}{e^{\frac{hc}{\lambda K T}}-1}\epsilon$
$e^{\frac{hc}{\lambda K T}} = \epsilon \frac{\phi(\lambda)}{R(\lambda, t)}+1$
$\frac{hc}{\lambda K T} = ln \left ( \epsilon \frac{\phi(\lambda)}{R(\lambda, t)}+1 \right )$
Having $\lambda_1$ and $\lambda_2$ I divide both sides of the equation
$\frac{\lambda_2}{\lambda_1} = \frac{ln \left ( \epsilon \frac{\phi(\lambda_1)}{R(\lambda_1, t)}+1 \right )}{ln \left ( \epsilon \frac{\phi(\lambda_2)}{R(\lambda_2, t)}+1 \right )}$
We can rearrange this equation as $(1+\epsilon\alpha)^{\lambda_1}=(1+\epsilon\beta)^{\lambda_2}$ by taking the multipliers into the exponent and exponentiating both sides. Looking the physics, let's assume all these constants are positive.
This equation is not straightforward to solve. There's one obvious solution of $\epsilon=0$ which holds for all values of other constants. For $\epsilon>0$, I took a glance of graphs for functions of the form $f(x)=(1+ax)^b$ for various values of $a,b,x>0$. These show monotonically increasing functions. If we can find places where the graphs intersect for different values of $a,b$, we find a solution. Let's take a look at some ranges of $\epsilon$ and see what we can determine.
For small $\epsilon$, $f(x)\approx ab \epsilon+1$ and for large $\epsilon$, $f(x)\approx (a \epsilon)^b$. So one function will others in the long run if it has a larger value of $b$, but will outpace another in the short run if it has a larger values of $a$. What this means for our equation is that we will find a non trivial solution if $\alpha>\beta$ but $\lambda_1 <\lambda_2$. A graphical example shows this to hold (in this case at least). non-trivial solution
As for finding a closed form solution of the equation, I doubt there's a way. The possibility of varying numbers of solutions suggests the solution has some complicated multi-valued behavior over some domain, and that is hard to analyze. If anyone knows anything about algebraic geometry, that might be of some use here. A more practical way of finding an answer would be numerically; find roots of the funtion $g(x)=(1+\epsilon\alpha)^{\lambda_1}-(1+\epsilon\beta)^{\lambda_2}$. Hope this helps!