Is $A \cdot \nabla B$ the same as $(A \cdot \nabla) B$?

370 Views Asked by At

In my book about fluid dynamics there's the vector identity

$A \times (\nabla \times B) = (\nabla B) \cdot A - (A \cdot \nabla) B$

with $A$ and $B$ vectors. But I always thought that $(A \cdot \nabla) B = A \cdot \nabla B$, which would mean that the left hand side is $0$ so I must be mistaken.

Since $B$ is a vector, $\nabla B$ is a tensor or something like that, but I have never learned about tensors so I'm stuck here...

Thanks for any help in advance!

3

There are 3 best solutions below

2
On BEST ANSWER

The $i^{\text{th}}$ component of $A \cdot \nabla B$ is $$\sum_{j=1}^3 A_j \dfrac{\partial B_j}{\partial x_i}$$ whereas the $i^{\text{th}}$ component of $(A \cdot \nabla)B$ is $$\sum_{j=1}^3 A_j \dfrac{\partial B_i}{\partial x_j}$$

In summation convention (but ignoring co-/contra-variance), this is to say that $$(A \cdot \nabla B)_i = A_j\partial_iB_j \quad \text{and} \quad ((A \cdot \nabla)B)_i = A_j\partial_jB_i$$

Here's a derivation of your identity: $$\begin{align*} (A \times (\nabla \times B))_i &= \varepsilon_{ijk} A_j (\nabla \times B)_k \\ &= \varepsilon_{ijk} A_j \varepsilon_{kmn} \partial_mB_n \\ &= \varepsilon_{kij} \varepsilon_{kmn} A_j \partial_m B_n \\ &= (\delta_{im}\delta_{jn} - \delta_{in}\delta_{jm})A_j \partial_m B_n \\ &= A_j\partial_iB_j - A_j\partial_jB_i \\ &= (A \cdot \nabla B - (A \cdot \nabla)B)_i \end{align*}$$

0
On

$$[(A\cdot\nabla)B]_i=A_j\frac{\partial}{\partial x_j}(B_i)\\\nabla B=\left(\begin{matrix}\nabla B_1\\\nabla B_2\\\nabla B_3\end{matrix}\right) \implies[A\cdot\nabla B]_i=A_j\frac{\partial}{\partial x_i} (B_j)$$ So the two expressions are different.

0
On

It's best to avoid the expression $A \cdot \nabla B$ where $A$ and $B$ are vector fields. It's unclear whether it means that $(A \cdot \nabla B)_i = \sum_j A_j \, \partial_j B$ or $(A \cdot \nabla B)_i = \sum_j A_j \, \partial_i B_j$.

Because of similarity with $(A \cdot \nabla) B,$ which is well-defined, you expect the first interpretation of $A \cdot \nabla B.$ But using the other interpretation you can write $\nabla (A \cdot B) = \nabla A \cdot B + A \cdot \nabla B$ if you also define $(\nabla A \cdot B)_i = \sum_j \partial_i A_j \, B_j.$