I am trying to graph
$\ f(x) = ln(x)+\frac{1}{x}$
by hand.
Domain is $\ (0,\infty)$.
To find the x intercept I did
$\ -x \cdot ln(x) = 1 $
$\ x^x= \frac{1}{e} $
Which I realized has no solution. So the graph does not cross the x intercept. Because $\lim\limits_{x \to \infty }$ is clearly positive$\ \infty$, this means that the graph is never negative. I know the graph approaches ln(x) as x goes to infinity.
Goals:
- Find global minimum
- Find $\lim\limits_{x \to 0^+}$
Hints only please (no spoilers). Also I am taking calculus next year so if it cannot be done without calculus someone please let me know.
Edit: by no spoilers I mean no one just post a picture of the graph please.
You're making good progress. One additional way to approach this problem is by plotting a few points— that is, picking a few good values of $x$, computing $f(x)$, and plotting the result. This can help you get a feel for the shape of the curve.
You've also observed that for large values of $x$, the graph of $f(x)$ begins to resemble the graph of $\ln(x)$ because the $1/x$ contribution gets smaller and smaller. That's exactly right, and because $\ln(x)$ increases without limit, you know that the graph of $f(x)$ will increase (slowly) without limit as $x$ becomes large.
You can see something similar happen as $x$ approaches zero (while still being positive). I won't give away the answer, but you can try plugging in convenient shrinking values like $x=e^{-1}, e^{-2}, e^{-10}, e^{-100}$, and so on. (These are values that get closer and closer to zero. What happens to the value of $f(x)$?)
If you can figure that out, that will give you a sense of the overall shape of the curve. As for computing the minimum, I can't immediately think of any way to compute the global minimum without calculus, but I might be overlooking something. Good luck!