Why is the directional derivative zero at any point of the level curve along the direction of the tangent line to the level curve at that point

multivariable-calculusproof-writing

Let $f : \Bbb R^2 \longrightarrow \Bbb R$ be a scalar function defined over the plane $\Bbb R^2.$ Let $l$ be a level curve of the function $f$ where $f(x,y) = k$ for all $(x,y) \in l.$ Let $(x_0,y_0) \in l$ and consider the unit tangent vector $(u,v)$ to $l$ at $(x_0,y_0).$ Suppose that the directional derivative of $f$ exists at $(x_0,y_0).$ Show that the directional derivative of $f$ at $(x_0,y_0)$ in the direction of $(u,v)$ is zero.

So what I need to show is that the limit $$\lim\limits_{h \to 0} \frac {f(x_0+hu,y_0+hv) – f(x_0,y_0)} {h} = 0.$$ Now I observe that the point $(x_0+hu,y_0+hv)$ is a point on the tangent to $l$ at $(x_0,y_0).$ Also I know that $f(x_0,y_0)=k.$ Now how do I compute the limit? Any help in this regard is highly appreciated.

Thank you very much.

Best Answer

The only assumption on $f$ which is identifiable in your question seems to be that it has a directional derivative at some point $w_0 \in l$ in the direction of a unit tangent $u$ to $l$ at $w_0$. Let us call this the minimal assumption. We shall see that it is too weak to get the desired result.

For a general function $f$ the level set $l = f^{-1}(k)$ may be any subset of $\mathbb R^2$. Even if $f$ is assumed to be continuous, $l$ may be any closed subset of $\mathbb R^2$, thus it still may be really weird. We must not think it is a $1$-dimensional $C^1$-submanifold of $\mathbb R^2$. If it is, this would be a strong additional assumption on $f$. A convenient condition assuring this is that $f$ is smooth and $k$ is a regular value of $f$. However, this would be far too restrictive.

Let us first clarify what it means to consider a tangent vector to $l$. In the general case the only reasonable interpretation seems to be the following:

Let $w_0 = (x_0,y_0) \in l$ and $\phi : (-a,a) \to \mathbb R^2$ be a $C^1$-curve such that $\phi(0) = w_0$ and $\phi((-a,a)) \subset l$. Then $\phi'(0)$ is a tangent vector to $l$ at $w_0$. If $\phi'(0) \ne 0$ we may re-parameterize $\phi$ to get a unit tangent vector. There may be many unit tangent vectors to $l$ at $w_0$. But if $l$ is a $1$-dimensional $C^1$-submanifold of $\mathbb R^2$, there is only one up to sign. It may also happen that zero is the only tangent vector, for example if $w_0$ is an isolated point of $l$.

The following two examples show that the minimal assumption is too weak.

Example 1: $$f(x,y) = \begin{cases} 0 & y = x^2 \\ x & y = 0 \\ 1 & \text{else} \end{cases}$$ This is a non-continuous function whose level set $l = f^{-1}(0)$ is the parabola $y = x^2$ (in particular it is a $1$-dimensional $C^1$-submanifold of $\mathbb R^2$). A unit tangent vector at $(0,0)$ to $P$ is $(1,0)$, and $f$ has a directional derivative at $(0,0)$ in direction $(1,0)$. We have $f(x,0) = x$, thus this directional derivative has the value $1 \ne 0$.

Example 2: Let $\Delta$ be the set of all $(x,y)$ such that $\lvert y \rvert = x^2$. This "double" parobola is not a $1$-dimensional $C^1$-submanifold of $\mathbb R^2$.

$$f(x,y) = \begin{cases} x - \frac{\lvert y \rvert}{x} & x \ne 0, \lvert y \rvert \le x^2 \\ 0 & x = y = 0 \\ d(\Delta,(x,y)) & \text{else} \end{cases}$$ Here $d(\Delta,(x,y))$ denotes the Euclidean distance of $(x,y)$ to $\Delta$. Clearly $f$ is a continuous function whose level set $f^{-1}(0)$ is $\Delta$. It has two unit tangent vectors at $(0,0)$. Taking $(1,0)$, we see that $f$ has a directional derivative at $(0,0)$ in this direction. We have $f(x,0) = x$, thus this directional derivative has the value $1 \ne 0$.

I think these examples show that some differentiability assumption is necessary to obtain the desired result.

So let us assume that $f$ is differentiable at $w_0$ with derivative $df(w_0)$ (which is a linear map).

Then the directional derivative of $f$ at $w_0$ in any direction $\omega \in \mathbb R^2$ exists and has the value $df(w_0)(\omega)$. This is of course much stronger than assumimg that some directional derivative of $f$ exists.

Now let $\phi : (-a,a) \to \mathbb R^2$ be a $C^1$-curve such that $\phi(0) = w_0$ and $\phi((-a,a)) \subset l$. Its tangent vector at $w_0$ is $\omega = \phi'(0)$. We claim that $df(w_0)(\omega) = 0$ which is the desired result. It is trivial for $\omega = 0$. If $\omega \ne 0$, we know that $\lVert \frac{\phi(t) - \phi(0)}{t} \rVert > 0$ for $\lvert t \rvert < \epsilon$. Thus $\phi(t) \ne \phi(0)$ for $\lvert t \rvert < \epsilon$. We know that

$$\lim\limits_{w \to w_0} \frac {f(w) - f(w_0) - df(w_0)(w-w_0)} {\lVert w - w_0 \rVert} = 0 .$$ This implies $$\lim\limits_{t \to 0} df(w_0)\left(\frac{\phi(t) -\phi(0)}{\lVert \phi(t) -\phi(0) \rVert} \right) = \lim\limits_{t \to 0} \frac {f(\phi(t)) - f(\phi(0)) - df(w_0)(\phi(t) -\phi(0))} {\lVert \phi(t) -\phi(0) \rVert} = 0 .$$ We know that $\lim\limits_{t \to 0} \frac{\phi(t) -\phi(0)}{t} = \omega$, thus $\lim\limits_{t \to 0} \lVert \frac{\phi(t) -\phi(0) }{t} \rVert = \lVert \omega \rVert$ and $\lim\limits_{t \to 0} \frac{\phi(t) -\phi(0)}{\lVert \phi(t) -\phi(0) \rVert} = \frac{\omega}{\lVert \omega \rVert}$. Hence $$0 = \lim\limits_{t \to 0} df(w_0)\left(\frac{\phi(t) -\phi(0)}{\lVert \phi(t) -\phi(0) \rVert} \right) = df(w_0)\left(\lim\limits_{t \to 0}\frac{\phi(t) -\phi(0)}{\lVert \phi(t) -\phi(0) \rVert} \right) = df(w_0)\left(\frac{\omega}{\lVert \omega \rVert}\right) \\ = \frac{1}{\lVert \omega \rVert}df(w_0)(\omega) .$$

Related Question