Solving the Mystery of the Operator: $\partial^2$

  • Context: Graduate 
  • Thread starter Thread starter Mentz114
  • Start date Start date
  • Tags Tags
    Mystery Operator
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Mentz114
Messages
5,429
Reaction score
292
Has anyone come across this operator ?

[tex]\frac{\partial^2}{\partial_x\partial_y} + \frac{\partial^2}{\partial_x\partial_z} + \frac{\partial^2}{\partial_z\partial_y}[/tex]

I've never seen it until it came up in a field theory context. What can it mean ?
 
Physics news on Phys.org
Mentz114 said:
Has anyone come across this operator ?

[tex]\frac{\partial^2}{\partial_x\partial_y} + \frac{\partial^2}{\partial_x\partial_z} + \frac{\partial^2}{\partial_z\partial_y}[/tex]

I've never seen it until it came up in a field theory context. What can it mean ?

Hm, I've never seen it used in any context before. Where did you see it, maybe it's interesting to me, as well.:smile:
 
I was just fiddling around a bit and I noticed that the operator above equals

[tex]\frac{1}{2} \left ( \begin{bmatrix}<br /> 0 &1 &1\\<br /> 1 &0 &1\\<br /> 1 &1 &0<br /> \end{bmatrix} \nabla \right ) \cdot \nabla[/tex]

which kind of reminds me of the scalar triple product

[tex]\frac{1}{2} \nabla \cdot \left ( \begin{bmatrix} 1\\ 1\\ 1\end{bmatrix} \times \nabla \right )[/tex]
 
The operator is half the divergence of a 3D symmetric curl,

[tex]\nabla^{i} \cdot ( s_{ijk}\partial^{j}A^{k})[/tex].

where s is a symmetric permutation operator, which is like the Levi-Civita symbol, but with positive value where the L-C has a negative.( I can't write this in vector notation just now)

I'm not sure it has any physical interpretation. Given that the divergence of the usual curl is identically zero, I thought this thing might mean something.

foxjwill, you are right, I noticed also what you say. I haven't come across that weird matrix in other context.

M
 
Last edited:
foxjwill,

I've realized that this

[tex]\frac{1}{2} \left ( \begin{bmatrix}0 &1 &1\\1 &0 &1\\1 &1 &0\end{bmatrix} \nabla \right )[/tex]

is another way to write the symmetric curl.