Del operator - order of operations

In summary, the conversation discusses the use of the del-operator and its priority over the dot-product in differentiation, leading to different formulas for the divergence in different coordinate systems. The speakers also touch on the concept of viewing the del-operator as an operator and the importance of differentiating unit vectors in calculations. They also mention the use of a calculative formalism, known as "dyadic formalism," to derive correct relationships for arbitrary coordinate systems.
  • #1
Nikitin
735
27
Hey! Is it true that when you dot the del-operator on another vector, the differentiation has priority over the dot-product? That's why you get all those weird formulas for the divergence in circular and cylindrical coordinates (which are very different to the Cartesian ones)?

So in the case of a 2 dimensional vector in cartesian coordinates it actually goes like this?

[tex] \nabla \cdot \vec{V} = i \frac{\partial \vec{V}}{\partial x} + j \frac{\partial \vec{V}}{\partial y} [/tex]
 
Last edited:
Physics news on Phys.org
  • #2
Remember when you were taught that it's best to look at ##\frac {dy}{dx}## not as a fraction but as some operator ##\frac d{dx}## applied to the function ##y(x)## ?

The same applies here. It's best to look at ##\nabla\cdot## as an operator. Or maybe as a convenient abuse of notation. (The same applies to ##\nabla\times##) Don't look at these as ##\nabla\cdot\vec v## as involving a pair of operators that are somehow magically combined with some weird order of operations rule.
 
  • #3
thanks for the reply :), but I don't fully understand your point.

Are you saying I should be rigorous when applying (ie taking the dot-product) the del-operator on a vector? Ie, I should think like I did in the latex-equation in the OP, instead of just saying

## \nabla \cdot \vec{V} = \frac{\partial V_x}{\partial x} + \frac{\partial V_y}{\partial y} ##?

And what exactly do you mean by
It's best to look at ##\nabla\cdot## as an operator
?
 
  • #4
Consider an operator, let's call it "D" which acts on a vector, and is defined by
$$\operatorname{D}( \vec V ) = \frac{\partial \vec V}{\partial x} + \frac{\partial \vec V}{\partial y}.$$

No wait, let me change my mind and instead of "D" let me call it "div". Also, I will leave out the brackets as this is pretty common for operators; so I have defined
$$\operatorname{div} \vec V = \frac{\partial \vec V}{\partial x} + \frac{\partial \vec V}{\partial y}.$$

This is what DH is trying to tell you: view it as an operator, defined in this way; how you call it is irrelevant. Actually, we can change our mind again, and instead of "D" or "div" we can expand our alphabet and call it ##\operatorname{\Large\spadesuit \tilde\ast}## and write
$$\operatorname{\Large\spadesuit \tilde\ast} \vec V = \frac{\partial \vec V}{\partial x} + \frac{\partial \vec V}{\partial y}$$
or we could call it ##\nabla \cdot## and write
$$\nabla \cdot \vec V = \frac{\partial \vec V}{\partial x} + \frac{\partial \vec V}{\partial y}.$$
Hmm, actually that last one uses a symbol we already know. Conveniently it has some things in common with what we normally use it for, so let's stick to this one.

(Actually, "div" is also used quite regularly; probably by authors who try not to confuse people like yourself :-) )

Similarly, you could define an operator "grad" by
##\operatorname{grad} \vec V = \hat i \frac{\partial V}{\partial x} + \hat j \frac{\partial V}{\partial y} + \hat k \frac{\partial V}{\partial z}##. If you are too lazy to write "grad" and prefer shortening it to a scribble looking like ##\nabla## be my guest (in fact, most of us mathematicians do that). But again, view it as shorthand notation and not as some vector ##\nabla = \hat i \frac{\partial}{\partial x} + \hat j \frac{\partial}{\partial y} + \hat z \frac{\partial}{\partial z}## forming some strange product with ##\vec V = \hat i V_x + \hat j V_y + \hat k V_z##.
 
  • #5
Here's how I think of ##\nabla \cdot \vec V## (in Cartesian coordinates), for what it's worth:

$$\nabla \cdot \vec V = \left( \hat i \frac {\partial}{\partial x} + \hat j \frac {\partial}{\partial y} + \hat k \frac {\partial}{\partial z} \right)
\cdot \left( \hat i V_x + \hat j V_y + \hat k V_z \right)\\

= \frac {\partial V_x}{\partial x} + \frac {\partial V_y}{\partial y} + \frac {\partial V_z}{\partial z}$$

[Added] To see this (if necessary), distribute the dot product completely and note that ##\hat i \cdot \hat i = 1##, ##\hat i \cdot \hat j = 0##, etc.
 
Last edited:
  • #6
This only works, because in Cartesian coordinates the basis vectors are constant in space.

It's much better to remember the coordinate-free definitions of the operators. For the divergence it reads
[tex]\vec{\nabla} \cdot \vec{V}=\lim_{\Delta V \rightarrow 0} \int_{\partial \Delta V} \mathrm{d}^2 \vec{F} \cdot \vec{V},[/tex]
where the limit is taken in the sense of that the volume [itex]\Delta V[/itex] is shrunk to the point at which you want to get the divergence.

To get the expression for specific coordinates, you take [itex]\Delta V[/itex] to be spanned by the coordinate lines in the neighborhood of the point in question.
 
  • #7
It is quite possible to establish a calculative formalism (which I learned was called "dyadic formalism"), in which you may derive the correct relationships for arbitrary coordinate systems, as long as you let "differentiation" have precedence to other operations.
Let us for example, see how the Laplacian operator for 2-D polar coordinates can be derived:
We have:
[tex]\nabla=\vec{i}_{r} \frac{\partial}{\partial{r}}+\vec{i}_{\theta} \frac{\partial}{r\partial\theta}[/tex]
The Laplacian operator can now be written as:
[tex]\nabla^{2}=\nabla\cdot\nabla=\vec{i}_{r}\cdot\frac{\partial}{\partial{r}}(\vec{i}_{r}\frac{\partial}{\partial{r}} + \vec{i}_{\theta}\frac{\partial}{r\partial\theta}) + \vec{i}_{\theta}\cdot\frac{\partial}{r\partial\theta}(\vec{i}_{r}\frac{\partial}{\partial{r}} + \vec{i}_{\theta}\frac{\partial}{r\partial\theta})[/tex]
Now, computing all differentiations, including most importantly, those of unit vectors, we gain the correct result for the Laplacian operatior:
[tex]\nabla^{2}=\frac{\partial^{2}}{\partial{r}^{2}}+\frac{1}{r} \frac{\partial}{\partial{r}}+\frac{\partial^{2}}{r^{2}\partial\theta^{2}}[/tex]

Suitably formulated, this can be used for other coordinate systems as wll, for example 3-D spherical coordinates.

When calculating the divergence or cross product of a vector, proceed in a perfectly similar way, but DO remember to differentiate those pesky unit vectors prior to the product operations; otherwise, you'll get wrong results.

----------------------------------------
Obviously, this calculation method doesn't constitute any "proof", or strict derivation on its own, but is a clever formalism that gives the correct results that, for example, the method vanhees71 describes, yields in a more rigorous manner.
 
Last edited:

Question 1: What is the "Del operator" and what does it do?

The Del operator, also known as the gradient operator, is a mathematical symbol used in vector calculus to represent the vector derivative of a scalar field. It is used to calculate the rate of change or slope of a function at any given point.

Question 2: What is the order of operations for using the Del operator?

The order of operations for using the Del operator is as follows: 1. Evaluate any constants or coefficients.2. Calculate any derivatives using the Del operator.3. Perform any algebraic operations, such as addition or multiplication.4. Simplify the final expression.

Question 3: Can the Del operator be used with both scalar and vector fields?

Yes, the Del operator can be used with both scalar and vector fields. When used with a scalar field, it represents the gradient or slope of the function. When used with a vector field, it represents the vector derivative of the function.

Question 4: How is the Del operator different from the regular derivative symbol?

The Del operator is different from the regular derivative symbol in that it represents the gradient or vector derivative of a function, rather than just the derivative. It also operates on multiple variables at once, whereas the regular derivative symbol operates on one variable at a time.

Question 5: What are some practical applications of the Del operator?

The Del operator has many practical applications in fields such as physics, engineering, and economics. It is commonly used to calculate electric and magnetic fields, fluid flow, and optimization problems. It is also used in the study of heat transfer, elasticity, and quantum mechanics.

Similar threads

  • Calculus
Replies
1
Views
1K
Replies
2
Views
1K
  • Calculus
Replies
9
Views
2K
Replies
2
Views
1K
Replies
2
Views
2K
Replies
14
Views
1K
Replies
8
Views
2K
Replies
2
Views
2K
  • Advanced Physics Homework Help
Replies
6
Views
306
Back
Top