A differentiable multivariable function

100 Views Asked by At

I know the chain rule for the multivariable functions works when the partial derivatives are continous but if the function is just differentiable does the chain rule work ? I mean if $z = f(x,y)$ is differentiable function and $x = g(t) , y = h(t)$ are also differentiable functions can we write :

$\frac{dz}{dt} = \frac{\partial f}{\partial x}\times \frac{dx}{dt} + \frac{\partial f}{\partial y}\times \frac{dy}{dt}$

1

There are 1 best solutions below

0
On

The derivative, if it exists, of a function $f:\mathbb R^n\to \mathbb R^m$ at a point $x$ is a $\textit{linear transformation}\ f'(x):\mathbb R^n\to \mathbb R^m$ that satisifies

$\tag 1 f(x+h)-f(x)=f'(x)h+r(h)\ \text{where}\ r=o(|h|)$.

Now, suppose $\phi:\mathbb R\to \mathbb R^2:t\mapsto (g(t),h(t))$ and $f:\mathbb R^2\to \mathbb R$. If $\phi $ is differentiable at $t=t_0$ and $f$ is differentiable at $(g(t_0),h(t_0))$, then we can apply the chain rule to assert that $f\circ \phi:\mathbb R \to \mathbb R$ is differentiable at $t=t_0$ and

$(f\circ \phi)'(t_0):\mathbb R\to \mathbb R$ exists and is equal to $f'(\phi(t_0))\circ \phi'(t_0).$

So far, nothing to do with partials.

Of course, it turns out that if the derivative exists then it matches your formula.

And if the relevant partial derivatives are continuous, the derivative exists and the formula is also satisfied.

On the other hand, if one or more of the partials is $not$ continuous at a given point, the derivative may or may not exist there, and you need to check directly to see if $(1)$ is satisfied.