I'm trying to find the convolution $f*g$ where $f=g= \mathbb{1}_{\{ -1≤x≤1 \} }$
**Here's my attempt: $f*g = \int_{\mathbb{R} } \mathbb{1}_{\{ -1≤y≤1 \} }\mathbb{1}_{\{ -1≤x-y≤1 \} }dy$
We therefore have that $x \in [-2, 2]$, therefore
$f*g = \int_{-2}^2dy = 4$
Is that the right approach to the problem?