The positive value of $k$ for which the equation $ke^x - x = 0$ has only one root.
The given equation holds true only if $k\in(0,1)$ but I couldn't get anything further than this. The correct answer for this is $k=\frac1e$.
The positive value of $k$ for which the equation $ke^x - x = 0$ has only one root.
The given equation holds true only if $k\in(0,1)$ but I couldn't get anything further than this. The correct answer for this is $k=\frac1e$.
Find the global minimum minimum by solving $$\frac{\partial}{\partial x} (k\exp(x)-x)=0$$ $$k\exp(x)-1=0$$ $$\exp(x)=1/k$$ $$x=\ln(1/k)$$ So the value at the minimum is $$k\exp(\ln(1/k))-\ln(1/k)=1-\ln(1/k)$$ There will be only one root when the global minimum $=0$: $$1-\ln(1/k)=0$$ Solve for k.