\documentclass[a4paper,12pt]{article}
\usepackage{epsfig}
\newcommand{\pa}{\partial}
\newcommand{\dci}{\rlap{$\displaystyle\int\!\!\!\int_{B_{a,b,c}}$}
{\hspace{2.2pt}\bigcirc} \ \ }
\newcommand{\un}{\underline}
\begin{document}
\parindent=0pt


\begin{center}
\textbf{Vector Calculus}

\textit{\textbf{Grad, Div and Curl Identities}}
\end{center}

\textbf{Question}

Given that $\phi$ and $\psi$ are both harmonic functions, show that
$$\phi\nabla\psi - \psi\nabla\phi$$
is solenoidal.


\textbf{Answer}

Given that $\nabla^2\phi=0$ and $\nabla^2\psi=)$
\begin{eqnarray*}
\Rightarrow \nabla\bullet(\phi\nabla\psi - \psi \nabla\phi) & = &
\nabla\phi \bullet \nabla\psi + \phi \nabla^2\psi\\
& & -\nabla\psi\bullet\nabla\phi - \psi \nabla^2\phi =0
\end{eqnarray*}
Therefore $\phi\nabla\psi - \psi\nabla\phi$ is solenoidal.
\end{document}
