For every integrable function $f \colon \mathbb{R} \to \mathbb{C}$ I have to calculate the limit $$\lim_{|\lambda| \to +\infty} \int_{\mathbb{R}}f(x)|\sin(\lambda x)|dx $$
We know that this limit exists because it is bounded by the integral of $f(x)$. From the lemma of Riemann-Lebesgue, we know that $$\lim_{|\lambda| \to +\infty} \int_{\mathbb{R}}f(x)\sin(\lambda x)dx = 0$$ So I assume that the limit that I need to calculate is bigger than zero, and is somewhere close to $$\int_{\mathbb{R}}f(x)dx$$ but I have no idea how I can prove this.
Elaborating on the idea of the Fourier series. This idea I have presented it at my blog here.
The Fourier series of $|\sin x |$ is of the form:
$$|\sin x | = \frac{2}{\pi} + \sum_{n=1}^{\infty} a_n \cos nx$$
Hence,
$$ |\sin \lambda x | = \frac{2}{\pi} + \sum_{n=1}^{\infty} a_n \cos n \lambda x \tag{1}$$
Thus,
\begin{align*} \int \limits_{\mathbb{R}} f(x) \left | \sin \lambda x \right | \, \mathrm{d}x &= \int \limits_{\mathbb{R}} f(x)\left ( \frac{2}{\pi} + \sum_{n=1}^{\infty} a_n \cos n\lambda x \right ) \, \mathrm{d}x\\ &=\frac{2}{\pi} \int \limits_{\mathbb{R}} f(x) \, \mathrm{d}x + \int \limits_{\mathbb{R}} f(x) \sum_{n=1}^{\infty} a_n \cos n \lambda x \, \mathrm{d}x \end{align*}
Hence, $\require{cancel}$
\begin{align*} \lim_{\lambda \rightarrow +\infty}\int \limits_{\mathbb{R}} f(x) \left | \sin \lambda x \right | \, \mathrm{d}x &=\frac{2}{\pi} \int \limits_{\mathbb{R}} f(x) \, \mathrm{d}x + \cancelto{0}{\lim_{\lambda \rightarrow +\infty}\int \limits_{\mathbb{R}} f(x) \sum_{n=1}^{\infty} a_n \cos n \lambda x \, \mathrm{d}x} \\ & = \frac{2}{\pi} \int \limits_{\mathbb{R}} f(x) \, \mathrm{d}x \end{align*}
The last limit is $0$ due to the Riemann - Lebesgue Lemma. Conclude!