We wish to find the partial derivative with respect to \(s\) of \(F(s,t)=f\big(x(s,t)\,,\,y(s,t)\big)\text{.}\) By definition
\begin{align*}
\pdiff{F}{s}(s,t)
&=\lim_{h\rightarrow 0}\frac{F(s+h,t)-F(s,t)}{h}\\
&=\lim_{h\rightarrow 0}\frac{f\big(x(s+h,t)\,,\,y(s+h,t)\big)
-f\big(x(s,t)\,,\,y(s,t)\big)}{h}
\end{align*}
The numerator is the difference of \(f(x,y)\) evaluated at two nearby values of \((x,y)\text{,}\) namely \((x_1,y_1)=\big(x(s+h,t)\,,\,y(s+h,t)\big)\) and \((x_0,y_0)=\big(x(s,t)\,,\,y(s,t)\big)\text{.}\) In going from \((x_0,y_0)\) to \((x_1,y_1)\text{,}\) both the \(x\) and \(y\)-coordinates change. By adding and subtracting we can separate the change in the \(x\)-coordinate from the change in the \(y\)-coordinate.
\begin{gather*}
f(x_1,y_1) - f(x_0,y_0)
=\big\{f(x_1,y_1) - f(x_0,y_1)\big\} + \big\{f(x_0,y_1) - f(x_0,y_0)\big\}
\end{gather*}
The first half,
\(\big\{f(x_1,y_1) - f(x_0,y_1)\big\}\text{,}\) has the same
\(y\) argument in both terms and so is the difference of the function of one variable
\(g(x) = f(x,y_1)\) (viewing
\(y_1\) just as a constant) evaluated at the two nearby values,
\(x_0\text{,}\) \(x_1\text{,}\) of
\(x\text{.}\) Consequently, we can make use of the mean value theorem as we did in §
2.4.3 above. There is a
\(c_{x,h}\) between
\(x_0=x(s,t)\) and
\(x_1=x(s+h,t)\) such that
\begin{align*}
f(x_1,y_1) - f(x_0,y_1)
&=g(x_1) - g(x_0)
=g'(c_{x,h}) [x_1-x_0]
=\pdiff{f}{x}(c_{x,h}\,,\,y_1)\,[x_1-x_0]\\
&=\pdiff{f}{x}\big(c_{x,h}\,,\,y(s+h,t)\big)\,\big[x(s+h,t)-x(s,t)\big]
\end{align*}
We have introduced the two subscripts in \(c_{x,h}\) to remind ourselves that it may depend on \(h\) and that it lies between the two \(x\)-values \(x_0\) and \(x_1\text{.}\)
Similarly, the second half, \(\big\{f(x_0,y_1) - f(x_0,y_0)\big\}\text{,}\) is the difference of the function of one variable \(h(y) = f(x_0,y)\) (viewing \(x_0\) just as a constant) evaluated at the two nearby values, \(y_0\text{,}\) \(y_1\text{,}\) of \(y\text{.}\) So, by the mean value theorem,
\begin{align*}
f(x_0,y_1) - f(x_0,y_0)
&=h(y_1) - h(y_0)
=h'(c_{y,h}) [y_1-y_0]
=\pdiff{f}{y}(x_0,c_{y,h})\,[y_1-y_0]\\
&=\pdiff{f}{y}\big(x(s,t)\,,\,c_{y,h}\big)\,\big[y(s+h,t)-y(s,t)\big]
\end{align*}
for some (unknown) \(c_{y,h}\) between \(y_0=y(s,t)\) and \(y_1=y(s+h,t)\text{.}\) Again, the two subscripts in \(c_{y,h}\) remind ourselves that it may depend on \(h\) and that it lies between the two \(y\)-values \(y_0\) and \(y_1\text{.}\) So, noting that, as \(h\) tends to zero, \(c_{x,h}\text{,}\) which is trapped between \(x(s,t)\) and \(x(s+h,t)\text{,}\) must tend to \(x(s,t)\text{,}\) and \(c_{y,h}\text{,}\) which is trapped between \(y(s,t)\) and \(y(s+h,t)\text{,}\) must tend to \(y(s,t)\text{,}\)
\begin{align*}
\pdiff{F}{s}(s,t))
&= \lim_{h\rightarrow 0}\frac{f\big(x(s+h,t)\,,\,y(s+h,t)\big)
-f\big(x(s,t)\,,\,y(s,t)\big)}{h}\\
&= \lim_{h\rightarrow 0}\frac{
\pdiff{f}{x}\big(c_{x,h}\,,\,y(s+h,t)\big)\,\big[x(s+h,t)-x(s,t)\big]
}{h}\\
&\hskip0.75in+ \lim_{h\rightarrow 0}\frac{
\pdiff{f}{y}\big(x(s,t)\,,\,c_{y,h}\big)\,\big[y(s+h,t)-y(s,t)\big] }{h}\\
&= \lim_{h\rightarrow 0}
\pdiff{f}{x}\big(c_{x,h}\,,\,y(s+h,t)\big)\
\lim_{h\rightarrow 0}\frac{x(s+h,t)-x(s,t)}{h}\\
&\hskip0.75in+ \lim_{h\rightarrow 0}
\pdiff{f}{y}\big(x(s,t)\,,\,c_{y,h}\big)
\lim_{h\rightarrow 0}\frac{y(s+h,t)-y(s,t) }{h}\\
&= \pdiff{f}{x}\big(x(s,t)\,,\,y(s,t)\big)\, \pdiff{x}{s}(s,t)
+\pdiff{f}{y}\big(x(s,t)\,,\,y(s,t)\big)\, \pdiff{y}{s}(s,t)
\end{align*}
We can of course follow the same procedure to evaluate the partial derivative with respect to
\(t\text{.}\) This concludes the proof of Theorem
2.4.1.