1

There is an answer when $c_1=0$ at (Solving $\frac{\log(x)}{x}=c$, where $c < e^{-1}$). How could we solve the following?

$$\frac{\log(x)+c_1}{x}=c_2, \text{where } x > 1,~c_1>0, ~\text{and}~ c_2 < e^{-1}$$

1 Answers1

2

Related problems. Here is how. Make the change of variables $\ln(x)=u$

$$ \frac{\log(x)+c_1}{x}=c_2 \implies (u+c_1){e^{-u}}=c_2 . $$

Another change of variables $ u+c_1 = z $ gives

$$ ze^{-z}= c_2e^{-c_1} $$

Replace $z=-y$ gives

$$ ye^y=-c_2e^{-c_1} \implies y = W(-c_2e^{-c_1}), $$

where $W(x)$ is the Lambert W function. Now you need to go backward with your substitutions. The final answer should be

$$ x =e^{-c_1}\, e^{-W(-c_2e^{-c_1})} $$