I have a question about the notation which I have decided to use. I'm writing lecture notes for my own Calculus course and I've introduced notation such as $[R_x-Q_y]_x$ and so on. It's supposed to mean the following
Find the first partial derivative of the argument in the brackets w.r.t the variable that appears after the brackets
Here is the text that I've written (below)
As always, let us define $\vec{F}(x,y,z)$ as $$\vec{F}(x,y,z)=P(x,y,z)\, \vec{i}+Q(x,y,z)\, \vec{j}+R(x,y,z)\, \vec{k}$$ Computing the curl, we get \begin{align*} \nabla \times \vec{F}&=\begin{vmatrix} \vec{i}& \vec{j}& \vec{k} \\ \partial_x & \partial_y & \partial_z \\ P&Q&R \end{vmatrix}\\ &=(R_y-Q_z)\vec{i}-(R_x-P_z)\vec{j}+(Q_x-P_y)\vec{k}\end{align*} Computing the divergence, \begin{align*} \nabla\cdot(\nabla\times\vec{F})&=[R_y-Q_z]_x- [R_x-P_z]_y+[Q_x-P_y]_z\\ &=R_{yx}-Q_{zx}-R_{xy}+P_{zy}+Q_{xz}-P_{yz} \\ &=(R_{yz}-R_{yx})+(Q_{xz}-Q_{xz})+(P_{zy}-P_{zy}) \qquad \text{(by Clairaut's theorem)} \\ &=0 \end{align*} (QED)
Is this a good notation to use? Thanks
$$(P_x-Q_x)_y\equiv\dfrac{\partial}{\partial y}(P_x-Q_x)$$ seems a natural convention.