I always find it difficult to simplify expressions or open brackets in expressions that have a 'Del' (or 'Nabla') in them.
For example, how would one go about simplifying this expression?:
$$\nabla\boldsymbol{\cdot}(\phi\nabla\psi)$$
($\phi$ and $\psi$ are both scalar fields)
I need it to become: $$[\phi\nabla^2\psi + (\nabla\phi)\boldsymbol{\cdot}(\nabla\psi)]$$
I would also love to know how to simplify those standard equations mentioned in Griffiths (for example - the expansion of the 'curl of the curl' of a vector field)
The only method I know is to
- find out every single term in the expression (in terms of $a_x$, $a_y$ etc.)
- and then cancel out the terms
- and then find patterns and regroup the terms in the remaining expression
Is there a faster way to approach these 'simplify' (or 'expand') problems? Maybe there are some tricks or formulas that I am unaware of (maybe something analogous to the uv-rule for differentiating the product of two functions in simple calculus) $$\frac{d}{dx}[u(x)v(x)] = u'(x)v(x) + u(x)v'(x)$$
I understand that the uv-rule seems to work on my original expression. But I would still love some sort of formalization. The problem I have is that, in simple calculus, multiplying two functions does not have two meanings.
With Nabla however, I have two choices - Dot product and Cross product.
And I also have three choices for differentiation - Gradient, Divergence and Curl
To explain my concern better, try answering what would have been the simplification if the original expression was - $$\nabla \times (\phi\nabla\psi)$$
or maybe $$\nabla(v\boldsymbol{\cdot}\nabla\psi)$$ where $v$ is a vector-field
For the analogy, these three questions become the same question -
"Differentiation of something multiplied by the differential of something else"
You are computing the divergence of the vector field $\left(\phi \frac{\partial \psi}{\partial x_i}\right)_{i=1,\cdots,n}$, so you just get $$ \sum_{i=1}^n \frac{\partial}{\partial x_i} \left(\phi \frac{\partial \psi}{\partial x_i}\right) $$
using the product rule you simply get $$ \sum_{i=1}^n \left(\frac{\partial \phi}{\partial x_i} \frac{\partial \psi}{\partial x_i} + \phi \frac{\partial^2 \psi}{\partial x_i^2}\right) = \nabla \phi \cdot \nabla \psi + \phi \nabla^2\psi $$
once you know the result, you can "build" some mnemonic related to the product rule, but you still need to know what first and second order operators you must use.