Partial derivatives chain rule

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sid9221
Messages
110
Reaction score
0
Suppose we have a function [tex]V(x,y)=x^2 + axy + y^2[/tex]
how do we write
[tex]\frac{dV}{dt}[/tex]


For instance if [tex]V(x,y)=x^2 + y^2[/tex], then [tex]\frac{dV}{dt} = 2x \frac{dx}{dt} + 2y \frac{dy}{dt}[/tex]

So, is the solution

[tex]\frac{dV}{dt} = 2x \frac{dx}{dt} + ay\frac{dx}{dt} + ax\frac{dy}{dt} + 2y \frac{dy}{dt}[/tex]
 
Physics news on Phys.org
Just for generality, whenever you have a function [itex]F(x(t),y(t),...,z(t), t)[/itex] (it is a function of some functions of t, and also depends explicitly on t, for example:
[itex]F= x(t)+y(t)^{2}+...+lnz(t) + (t^{3}-t^{2})[/itex]
and you want to find its derivative, you have:
[itex]\frac{dF}{dt}= \frac{\partial F}{\partial x}|_{y,...,z=const}\frac{dx}{dt}+\frac{\partial F}{\partial y}|_{x,...,z=const}\frac{dy}{dt}+...+\frac{\partial F}{\partial z}|_{x,y,...=const}\frac{dz}{dt} + \frac{\partial F}{\partial t}|_{x,y,...,z=const}[/itex]