Double Curl Identity: Vector or Scalar?

  • Thread starter Thread starter ShamelessGit
  • Start date Start date
  • Tags Tags
    Curl Identity
Click For Summary
The discussion centers on the vector identity rot(rot(E)) = grad(div(E)) - div(grad(E)), with participants questioning the compatibility of vector and scalar quantities in the equation. There is confusion about whether grad(div(E)) is a vector and div(grad(E)) a scalar, leading to concerns about their addition or subtraction. Clarifications reveal that the Laplacian can be applied component-wise to vectors, making it consistent with the operations described. The term "vector Laplacian" is acknowledged as valid, indicating that the Laplacian is applied to each component of a vector. Overall, the conversation emphasizes understanding the mathematical definitions and operations involving vectors and scalars in vector calculus.
ShamelessGit
Messages
38
Reaction score
0
This isn't a homework problem, but it won't let me post on the other page.

A well known vector identity is that rot(rot(E)) = grad(div(E)) - div(grad(E)).
I've actually used this before without encountering any problems, so I don't know if I'm just having a brain fart or something, but shouldn't grad(div(E)) be equal to a vector and div(grad(E)) be equal to a scalar? How can you add or subtract them? It doesn't make any sense.
 
Physics news on Phys.org
ShamelessGit said:
This isn't a homework problem, but it won't let me post on the other page.

A well known vector identity is that rot(rot(E)) = grad(div(E)) - div(grad(E)).
I've actually used this before without encountering any problems, so I don't know if I'm just having a brain fart or something, but shouldn't grad(div(E)) be equal to a vector and div(grad(E)) be equal to a scalar? How can you add or subtract them? It doesn't make any sense.

Hi ShamelessGit! :smile:

In that identity E is a vector and grad(E) is a component wise gradient yielding a matrix.
The divergence is taken of the gradient of each of the components of E.
 
ShamelessGit said:
This isn't a homework problem, but it won't let me post on the other page.

A well known vector identity is that rot(rot(E)) = grad(div(E)) - div(grad(E)).
I've actually used this before without encountering any problems, so I don't know if I'm just having a brain fart or something, but shouldn't grad(div(E)) be equal to a vector and div(grad(E)) be equal to a scalar? How can you add or subtract them? It doesn't make any sense.

Isn't it ∇ × ∇ × E = ∇ (∇ · E) - ∇ ^2 E, where ∇ ^2 is the vector Laplacian (as in, ∇ ^2 E instead of ∇ · (∇ E) or the scalar Laplacian)? That way they are both vectors. At least that's what I've been told.
 
Last edited:
DeIdeal said:
Isn't it ∇ × ∇ × E = ∇ (∇ · E) - ∇ ^2 E, where ∇ ^2 is the vector Laplacian (as in, ∇ ^2 E instead of ∇ · (∇ E) or the scalar Laplacian)? That way they are both vectors. At least that's what I've been told.

The Laplacian is defined as the divergence of the gradient.
It's just a shorthand notation.
 
I like Serena said:
The Laplacian is defined as the divergence of the gradient.
It's just a shorthand notation.

(I'm sure you're correct, don't get me wrong. I just want to understand this myself. I don't actually know that much about the maths behind this, I've only had to use nablas in physics and haven't even encountered partial derivatives in actual mathematics classes yet.)

Yeah, I know that using ∇ is just a shorter notation, but isn't ∇ ^2 A for a vector field A defined as the vector Laplacian

\nabla^2 \overline{A} = \frac{\partial^2 A_{x}}{\partial^2 x}\hat{i} + \frac{\partial^2 A_{y}}{\partial^2 y}\hat{j} + \frac{\partial^2 A_{z}}{\partial^2 z}\hat{k}

and ∇ ^2 A for a scalar field A separately defined as the scalar Laplacian

\nabla^2 {A} = \nabla \cdot (\nabla A) = \frac{\partial^2 A_{x}}{\partial^2 x} + \frac{\partial^2 A_{y}}{\partial^2 y} + \frac{\partial^2 A_{z}}{\partial^2 z}

Or have I just understood something wrong?
 
Last edited:
Yes, I'm afraid you've misunderstood.

\Delta \mathbf{A} = \nabla^2 \mathbf{A} = (\frac{\partial^2 A_{x}}{\partial^2 x} + \frac{\partial^2 A_{x}}{\partial^2 y} + \frac{\partial^2 A_{x}}{\partial^2 z})\hat{i} + (\frac{\partial^2 A_{y}}{\partial^2 x} + \frac{\partial^2 A_{y}}{\partial^2 y} + \frac{\partial^2 A_{y}}{\partial^2 z})\hat{j} + (\frac{\partial^2 A_{z}}{\partial^2 x} + \frac{\partial^2 A_{z}}{\partial^2 y} + \frac{\partial^2 A_{z}}{\partial^2 z})\hat{k}

The vector laplacian is the same as the scalar laplacian, but it is applied component-wise on the vector.
 
Last edited:
I like Serena said:
Yes, I'm afraid you've misunderstood.

\nabla^2 \overline{A} = (\frac{\partial^2 A_{x}}{\partial^2 x} + \frac{\partial^2 A_{x}}{\partial^2 y} + \frac{\partial^2 A_{x}}{\partial^2 z})\hat{i} + (\frac{\partial^2 A_{y}}{\partial^2 x} + \frac{\partial^2 A_{y}}{\partial^2 y} + \frac{\partial^2 A_{y}}{\partial^2 z})\hat{j} + (\frac{\partial^2 A_{z}}{\partial^2 x} + \frac{\partial^2 A_{z}}{\partial^2 y} + \frac{\partial^2 A_{z}}{\partial^2 z})\hat{k}

The vector laplacian is the same as the scalar laplacian, but it is applied component wise on the vector.

Ok, thanks a lot for the clarification! :smile:

IIRC my lecturer actually used the word 'vector Laplacian' (not in English, but still), when deriving the wave equation for electromagnetic waves. I might just remember wrong, though, or it might've been a careless mistake by him. Now I know better, so thanks!
 
I like Serena said:
The word 'vector Laplacian' is not wrong.
It just means that the Laplacian is applied component-wise to a vector.

Yeah, that's what I figured from your previous post.

I like Serena said:
Did your lecturer use the vector Laplacian as you defined it in your previous post?

I thought he did, in the very same "curl of the curl"-sense, when taking the curl of Maxwell's third and fourth equations. But I tried to search our lecture notes for the word and couldn't find it, so now I'm starting to think I just remember wrong or something. Nevertheless, sorry for the trouble I caused (apologies to OP as well!) & thanks for explaining this to me.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
10K
  • · Replies 1 ·
Replies
1
Views
510