3D Vector Fields
A vector field \(\vec{F} = \langle f, g, h \rangle\) is conservative if there exists a scalar potential function \(\phi(x, y, z)\) such that:
\[\langle f, g, h \rangle = \vec{F} = \vec{\nabla}\phi = \langle \phi_x, \phi_y, \phi_z \rangle\]
This implies the following component relationships:
\[
\left.
\begin{aligned}
f &= \phi_x \\
g &= \phi_y \\
h &= \phi_z
\end{aligned}
\right\}
\]
Apply! Mixed partials are Same
\[ \phi_{xy} = \phi_{yx} \rightsquigarrow f_y = g_x \]
\[ \phi_{yz} = \phi_{zy} \rightsquigarrow g_z = h_y \]
\[ \phi_{zx} = \phi_{xz} \rightsquigarrow h_x = f_z \]
The vector field \(\vec{F} = \langle f, g, h \rangle\) is conservative when:
\[ f_y = g_x, \quad f_z = h_x \quad \text{and} \quad g_z = h_y \]