How do I know when it is ok to change a derivative into a partial derivative? For example there is something like:
(d/dt)∫f(x,t)dx
then they simplify it to:
∫[∂f(x,t)/∂t]dx
I mean, it sort of makes sense to me, because the integral will be a function of t only so the (d/dt) is fine, but when you...