Higher order derivative in two variables

41 Views Asked by At

Is there a closed form formula for $$\frac{d^n}{d t^n}F(x(t),y(t))$$ in terms of partial derivatives of $F$? I have worked out the expression partially: $$\frac{d^n}{d t^n}F(x(t),y(t))=\sum_{i=1}^{n}\sum_{j=0}^i f_{j,i-j}F^{(j,i-j)}(x(t),y(t))$$ and have formulas for $f_{1,0}$, $f_{0,1}$, $f_{2,0}$, $f_{0,2}$, $f_{1,1}$, but I don't see a way to generalize to the other coefficients without concatenating more sums, which I would like to avoid.