I'm trying to compute the following integral: $$ \lambda m(x) =\frac{1}{2\varepsilon} \int_{\max(\alpha x - \varepsilon, -1)} ^{\min(\alpha x + \varepsilon , 1)}m(y) \mathrm{d} y, $$ with $\alpha$ and $\varepsilon$ positive constants.
Assuming $\int_{-1}^{1} m(x) \mathrm{d} x = 1$ I should be able to solve for $\lambda$, which is the quantity I'm actually interested in.
So far I've only been able to solve for the trivial case where $\varepsilon > 1 + \alpha$, for which I obtain $\lambda = 1/\varepsilon$. Also, for $\alpha > 1$ and $\varepsilon < \alpha - 1$ I can get $\lambda = 1/\alpha$, while for $\alpha \leq 1$ and $\varepsilon < 1 - \alpha$, I have that $\lambda = 1$.
All other cases:
$\alpha > 1$, $\varepsilon \in (\alpha - 1, \alpha + 1)$
$\alpha < 1$, $\varepsilon \in ( 1 - \alpha, \alpha + 1)$
I can't find a solution to.
Do you know if there a "relatively easy" way to compute such integrals or a reference that could point me in the right direction? Thanks!