All the ideas of this section extend in unsurprising ways to functions of three or more variables. In a nutshell, the linear approximation of \(w=f(x,y,x)\) is
\begin{equation*}
f(x,y,z)
\approx
f(a,b,c)+f_x(a,b,c)(x-a)+f_y(a,b,c)(y-b)+f_z(a,b,c)(z-c),
\end{equation*}
the corresponding differential formula is
\begin{equation*}
dw = \frac{\partial w}{\partial x} dx +\frac{\partial w}{\partial y} dy +\frac{\partial w}{\partial z} dz,
\end{equation*}
and a function is differentiable if
\begin{align*}
f(a+\Delta x,b+\Delta y,c+\Delta z)
\amp= \amp \amp f(a,b,c) + f_x(a,b,c)\Delta x + f_y(a,b,c)\Delta y + f_z(a,b,c)\Delta z\\
\amp \amp \amp+ \epsilon_1 \Delta x + \epsilon_2 \Delta y + \epsilon_3 \Delta z\\
\amp= \amp \amp L(a+\Delta x,b+\Delta y,c+\Delta z)\\
\amp \amp \amp+ \epsilon_1 \Delta x + \epsilon_2 \Delta y + \epsilon_3 \Delta z
\end{align*}
with \(\epsilon_i(x,y,z) \to 0\) as \((x,y,z) \to 0\text{.}\)