If you want to find the partial derivative df/dt then your best bet is to apply the chain rule. With respect to t, your chain rule would be: df/dt = (df/dx)(dx/dt) + (df/dy)(dy/dt). I'm assuming your original function is f(x,y) = exy^3.
In which case df/dx = exy^3(y3) (normal chain rule with respect to x) and dx/dt = 2t
Also df/dy = exy^3(3xy2) (normal chain rule with respect to y) and dy/dt = 3t2
Putting all the pieces together you have df/dt = exy^3(y3)(2t) + exy^3(3xy2)(3t2).
If you'd like to have your final answer only in terms of s and t(which is probably what is requested), then you can substitute for x and y accordingly.
Sourav R.
thank you so much. yes the equation was same as you told06/14/22