I come across with a convolution like this:
$f(at+b)\ast\delta(t-k)$, and I am puzzled.
I am wondering in general how to convolute two functions both with scaled/complicated variables, like $f(ax+b)\ast g(cx+d)$. What is exactly the formula for this convolution?
2026-04-12 06:40:34.1775976034
Convolution of functions with modified variables
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
At least one way would be to use the Fourier transform, as you can treat f and g separately. I.e. use $\mathcal{F}(f(t)*g(t))(s) = F(s)G(s)$ where $F(s)=\mathcal{F}(f(t))(s)$ and similarly for $G(s)$. In this case, you are still left with the inversion which hopefully isn't too difficult.
Furthermore, there are some identities which may be useful, e.g. that if you want the Fourier transform of $f(at)$, one hast that $\mathcal{F}(f(at))(s) = \frac{1}{|a|}F(\frac{s}{a})$.
I hope this is what you were asking for.
Edit: Due to the clarification, I guess you could simply write as the following. Let $u(x)=ax+b, v(x)=cx+d)$, then
$ f(u(x)) * g(v(x)) = \int_{-\infty}^{\infty} f(u(\tau))g(v(t-\tau))d\tau $
is what you are looking for?