1

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$.

user496593
  • 31
  • 4

1 Answers1

1

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.

Wouter
  • 7,673
  • also if i have to solve the following equation for 2 distinct roots, i'll have to make the minimum value negative. right? – user496593 Nov 04 '17 at 15:32
  • yes. To complete the argument, note that the function is positive in both the $x\rightarrow +\infty$ and the $x\rightarrow +\infty$ limits, so the Intermediate value theorem guarantees the existence of roots. – Wouter Nov 04 '17 at 15:35