- #1
jstop
- 2
- 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:
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:
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).
##\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).