I Partial Derivative of Convolution

jstop
Messages
2
Reaction score
1
TL;DR Summary
Calculating the partial derivative of a convolution
Hello, I am trying to calculate the partial derivative of a convolution. This is the expression:
##\frac{\partial}{\partial r}(x(t) * y(t, r))##​

Only y in the convolution depends on r. I know this identity below for taking the derivative of a convolution with both of the functions only depending on t:
##\frac{d}{dt}(x(t)*y(t) = (\frac{dx(t)}{dt}*y(t)) = (x(t)*\frac{dy(t)}{dt})##​

I'm not sure how this changes when taking a partial derivative with only one of the functions depending on the variable that the partial derivative is being taken with respect to. Any help/resources would be appreciated! (This is my first post here, please let me know if I need to improve my post formatting/structure).
 
Physics news on Phys.org
Your convolution is (x * y)(t,r)=\int_{-\infty}^{\infty} x(\tau)y(t - \tau, r)\,d\tau, is it not? What happens if you differentiate that with respect to r?
 
Ah thanks, I think I see what you mean:
##\frac{\partial}{\partial r} (x * y)(t,r) = \int_{-\infty}^{\infty} x(\tau)\frac{\partial}{\partial r}y(t - \tau, r)d\tau = (x*\frac{\partial y}{\partial r})(t,r)##​
 

Similar threads

Back
Top