So I have the function $f: \mathbb{R} \to \mathbb{R}$, $f(x) = e^x - ax$ and it is known that $a > 0$. I need to find $a$ such that $f(x) \geq 1$, $\forall x\in \mathbb{R}$.
What I have done so far is to set the derivative equal to $0$ in hopes of a minimum. So I found:
$f'(x) = e^x - a$
Set it equal to $0$ and found that the point $x = ln(a)$ is the global minimum point.
Logic led me to think that since I have to find an $a$ for which the function is $\geq 0$ for all values of $x$, all I have to do is find the $a$ for which the function is $\geq 0$ at that minimum point. Since the minimum point is $x = ln(a)$, I have to solve:
$f(ln(a)) \geq 1$
That gives me
$a - a*ln(a) \geq 1$, or
$a(1 - ln(a)) \geq 1$.
Here is where I got stuck. Is my reasoning correct? Should I have done something differently? Is there a better way to do this? And if what I have done so far is correct, how could I go about solving for $a$?
Hint Set $$g(x)=x-x \ln(x) $$ then $$g'(x)=-\ln(x)$$ gives you that $g(x)$ has an absolute max at $x=1$.
Since $g(1)=1$ you get that $$g(x) \leq 1 \forall x$$ with equality if and only if $x=1$.