What Does B · ∇ Mean in Curl Formula?

AI Thread Summary
The discussion centers on the interpretation of the term B · ∇ in the curl formula, specifically in the context of vector calculus. Participants clarify that B · ∇ acts as a mathematical operator rather than having a standalone meaning, similar to how the nabla symbol functions. It is explained that when applied to a vector or scalar, this operator distributes the derivatives across the components of the vector or function involved. The conversation also touches on the historical significance of the nabla symbol and its utility in simplifying calculations involving vector operations. Ultimately, the focus remains on understanding the mathematical implications of the operator rather than seeking deeper interpretations.
bobfei
Messages
29
Reaction score
0
Hello,

I would like to ask a question on curl.

The wikipedia page http://en.wikipedia.org/wiki/Vector_calculus_identities" gives formulas of various operations, among which:

\nabla \times (A \times B) = A(\nabla \cdot B) - B(\nabla \cdot A) + (\underbrace {B \cdot \nabla }_{{\rm{meaning?}}})A - (A \cdot \nabla )B

What does \underbrace {B \cdot \nabla }_{{\rm{meaning?}}} mean in this formula? It appears to me should not be the same as divergence, but besides that what can it stand for?

Can anyone explain this, and preferably give a reference to this?


Bob
 
Last edited by a moderator:
Physics news on Phys.org
Just use:
\nabla=\frac{\partial}{\partial x}\hat{i}+\frac{\partial}{\partial y}\hat{j}+\frac{\partial}{\partial z}\hat{k}

Then \vec{B}\cdot\nabla
is just:
B_{x}\frac{\partial}{\partial x}+B_{y}\frac{\partial}{\partial y}+B_{z}\frac{\partial}{\partial z}

I don't think it really has any sort of interpretation. It's easy to use mathematically but don't try to read too much into it's properties, just treat it as a mathematical operator.

So it looks similar to divergence as you said, but it is not anything like it. So then when this (\vec{B}\cdot\nabla) is multiplied by some function the function is just distributed to the partial derivatives.

The main difference coming from the fact that when the A is then distributed you are not taking the derivatives of the components, but the entire vector.. Because it then reads:
B_{x}\frac{\partial}{\partial x}\vec{A}+B_{y}\frac{\partial}{\partial y}\vec{A}+B_{z}\frac{\partial}{\partial z}\vec{A}
The B's are the components of B, but the A is the entire vector A.
 
Last edited:
Dear Oddbio,

I have checked and your answer is correct, they fit into the expansion of \nabla \times (A \times B).

In driving this, I actually find what really takes is some re-combination, which finally yields the B_{x}\frac{\partial}{\partial x}+B_{y}\frac{\partial}{\partial y}+B_{z}\frac{\partial}{\partial z} term which exist in each of the vector components. What is your opinion here?


Bob
 
Have you given this much thought as to what \nabla itself is?

It's a vector operator, it really doesn't mean much on its own. That is the same with what you have here
B_{x}\frac{\partial}{\partial x}+B_{y}\frac{\partial}{\partial y}+B_{z}\frac{\partial}{\partial z}
There are partial derivatives but they aren't taking the derivative of anything.
So we call it an operator. It really only has meaning when you multiply it by something.

You will never just have that as an answer, it will always be multiplied by something. Because of that, it is difficult to say what meaning it really has.

What you are doing is really like looking at something like:
\frac{dF}{dx}
and asking what is the meaning of
\frac{d}{dx}

So you could say that the real equation is:
B_{x}\frac{\partial}{\partial x}\vec{A}+B_{y}\frac{\partial}{\partial y}\vec{A}+B_{z}\frac{\partial}{\partial z}\vec{A}
But just to simplify it we define what \nabla is, and we can rewrite it as:
\left(\vec{B}\cdot\nabla\right)\vec{A}
It's just a nicer way of writing it. But you have to look at the whole thing, not just the dot product part.
 
Last edited:
Dear Oddbio,

This Wikipedia page http://en.wikipedia.org/wiki/Nabla_symbol" contains the information that William Hamilton first invented it. I actually have used these symbols for pretty some days, and from them, although I know little of Hamilton's other achievements, my humble view is that he was indeed, as its inventor, a first class mathematician in history as now recognized.

Symbols are not arbitrarily chosen. Although the underlying operation is really independent of the \nabla symbol or whatever else, by using this triangle, lots of calculations involving cross product can be greatly simplified. From this perspective, triangular symbols (\nabla or \Delta) are uniquely suited for these operations.

For operations other than cross product, http://en.wikipedia.org/wiki/Del" also has information on how matrix form can be used instead of lengthy derivative calculations.

The initial post was due to my unfamiliarity with the A \cdot \nabla operation. Besides that I am moderately familiar with them.Bob
 
Last edited by a moderator:
\left(\vec{B}\cdot\nabla\right){A}

(A is a scalar, B is a vector)

is the projection of the gradient of A along the vector B. (=Contracted tensor product between the gradient of a 0-tensor A and a 1-tensor B).

\left(\vec{B}\cdot\nabla\right)\vec{A}

(A is a vector, B is a vector)

is the projection of the gradient of A along the vector B. (=Contracted tensor product between the gradient of a 1-tensor A and a 1-tensor B).
 
This succinct word "projection" is everything.

Thanks,
Bob
 
Back
Top