I was playing around with non-central second moments, and noticed that $E[x(y-\mu_y)] = E[(x-\mu_x + \mu_x)(y-\mu_y)] = COV[x,y] + E[\mu_x(y-\mu_y) = COV[x,y] + 0$.
I find this very surprising. It appears that as long as either variable is a central moment, then you can move the other variable arbitrarily without changing the value of the cross-moment.
I was trying to intuit this geometrically by making MATLAB surface plots of the integrand $x(y-\mu_y)$ with some correlated multivariate normal pdf to understand why shifting x arbitrarily doesn't change the integral, and it... seems very puzzling to me.
Any thoughts?
Thanks.