this question regards differentiating the spherical mean with respect to its radius.
This is my attempt so far:
Start with the equivalent form of the spherical mean so that we can pass the partial derivative into the integrand:
$$S(v,x,r) = {1 \over d \omega_d} \int_{|\xi|=1)} v(x+r\xi)do(\xi)$$
Then take partial derivative with respect to r:
$${\partial \over \partial r}S(v,x,r) = {1 \over d \omega_d} \int_{|\xi|=1} {\partial \over \partial r} v(x+r\xi)do(\xi)$$
What I understand so far is that this turns into the LHS of the equality below, because of the multivariable chain rule, but I don't know how to go from the LHS to the RHS:
$${1 \over d \omega_d} \int_{|\xi|=1} \sum_{i=1}^{d} {\partial \over \partial x^i} v(x+r\xi)\xi^ido(\xi)=S(v,x,r) = {1 \over d \omega_d r^{d-1}} \int_{\partial B(x, r)} {\partial \over \partial \nu} v(y)do(y)$$
I tried to write the integrand of RHS using the definition of divergence, and get it to look like:
$$\int_{\partial B(x, r)} {\partial \over \partial \nu} v(y)do(y)=\int_{\partial B(x, r)} v(y) \cdot \nu do(y)$$
But I am not understanding what would happen to $\xi ^i$, and how/when to make the substitution back to the original form of the spherical mean, over $B(x,r)$.
Any input/hints are appreciated.