Apparently $\lambda (e^x - 1) = x$ has two solutions for $\lambda > 1$.
My textbook is kind of handwaving and saying that this is true without explaining. Can somebody prove this for me or show me why this is true? I understand why $x=0$ is always a solution, but why will a new solution appear for $\lambda > 1$? I see that it is true when I graph it, but I'd like a more algebraic proof for it if possible.
Note that $$ \lambda(e^x - 1) = x \iff\\ e^x - \frac 1\lambda x - 1 = 0 $$ It's unfortunately impossible to "solve" for the roots of this equation using algebra. However, a little calculus goes a long way. Define $$ f(x) = e^x - \frac 1\lambda x - 1 = 0 $$ We can find the critical points of this function by setting the derivative equal to $0$: $$ f'(x) = e^x - \frac 1\lambda = 0 \implies\\x = -\log(\lambda) $$ After verifying that the critical point at $x = -\log(\lambda)$ is necessarily a global minimum and that $\lim_{x \to \pm \infty} f(x) = \infty$, we note that $$ f(-\log(\lambda)) = \frac 1\lambda - \frac{\log \lambda}{\lambda} - 1 = \frac{1-\lambda - \log(\lambda)}{\lambda} $$ Now, if $\lambda > 1$, then this minimum of $f$ is negative. This implies that as $x$ increases, the graph for $f(x)$ must "start" positive, cross the $x$-axis to reach its minimum, and then increase towards $+\infty$, crossing the $x$-axis once more.
That is, $f(x) = 0$ must have two solutions.