So I have this equation to demonstrate: $$ x(t)*u(t)= \int_{-\infty}^t x(\tau)d\tau $$ , where $u(t)=\int_{-\infty}^t \delta(\tau)d\tau$
I opened the convolution as $ \int_{-\infty}^\infty x(\tau)u(t-\tau)d\tau $ but when i try to use the $u(t)$ equation i can't figure out if the $u(t-\tau)$ argument is going to turn the delta into $\delta(t-\tau)$ or if it is only going to change the upper integration limit to $t-\tau$. In reality, i suspect i have to use fourier transforms property of convolution, but i'm not sure. Thanks.