Consider the following variation of topologist's sine curve:
$$f(x) = \frac{1}{x} \cdot \sin \left(\frac{1}{x}\right)$$
I want to show that
$$\lim_{c \to 0} \int_c^1 \frac{1}{x} \cdot \sin \left(\frac{1}{x}\right) \, dx$$ exists, but
$$\lim_{c \to 0} \int_c^1 \left|\frac{1}{x} \cdot \sin \left(\frac{1}{x}\right)\right| \, dx$$
does not exist.
I am not sure how this can be shown. For instance, I am not sure how to establish that the limit above exists without knowing what the limiting value is. My ideas so far are that I will need to take the substitution $u = \frac{1}{x}$. If I do this, I get
$$\lim_{c \to 0} \int_c^1 \frac{1}{x} \cdot \sin \left(\frac{1}{x}\right) \, dx = \lim_{c \to 0} \int_{\frac{1}{c}}^1 \frac{-\sin u}{u} \, du$$
and similarly
$$\lim_{c \to 0} \int_c^1 \left|\frac{1}{x} \cdot \sin \left(\frac{1}{x}\right)\right| \, dx = \lim_{c \to 0} \int_{\frac{1}{c}}^1 \left|\frac{-\sin u}{u} \, du\right|$$
How can I develop this idea further to show what I need to show? Thanks for any help.