I'm trying to reason through whether $\int_{x=2}^\infty \frac{1}{xe^x} dx$ converges.
Intuitively, It would seem that since $\int_{x=2}^\infty \frac{1}{x} dx$ diverges, then multiplying the denominator by something to make it smaller would make it converge.
If I apply a Taylor expansion to the $\frac{1}{e^x}$, then I get
$\displaystyle \int_{x=2}^\infty \frac{1}{x} e^{-x} dx = \int_{x=2}^\infty \frac{1}{x}(1 + (-x) + \frac{(-x)^2}{2} + \cdots) dx$
My initial thought was to multiply everything out and just look at the leading order behavior, $ x^{n-1}$, but this would seem to mean the integral diverges.
What is wrong with this approach?
Just notice that,
$$ x \geq 2 \implies \frac{1}{x}\leq \frac{1}{2}\implies \frac{1}{xe^{x}}\leq \frac{1}{2e^{x}}= \frac 1 2 e^{-x}. $$
So you can compare with the function $ \frac 1 2 e^{-x} $.