Gradient of a tensor? Del operator on tensor?

In summary, the gradient of a tensor is a complicated operator that is specific to differentiable manifolds.
  • #1
hanson
319
0
hi all,
do you know what is the gradient of a tensor looks like?
I mean the del operator on a second order tensor, not the divergence of the tensor.
And actually I need them in polar coordinates..
I have been searching so hard in web, but I can't find anything useful.
Please help.
 
Physics news on Phys.org
  • #2
I think what you're looking for is the covariant derivative, which is often written using the del notation. The covariant derivative is an operator acting on tensors in the tangent spaces of a differentiable manifold, defined by means of a construction called a connection. Given an arbitrary connection, there's no relation between the covariant derivative and the familiar del operator on Euclidean space. However, if the connection is the Levi-Civita connection (see <http://en.wikipedia.org/wiki/Levi-Civita_connection>), then the covariant derivative can be viewed as a generalization of the flat-space del operator.

If you're working in flat space, finding a usable expression for the covariant derivative of a (0,2) tensor is simple, even in spherical coordinates. If Tab is a (0,2) tensor, then D(T), its covariant derivative, has three indices, and we denote D(T) by Tab;c. Regular partial differentiation is denoted by Tab,c (i.e., the partial derivative of the ab-component of T wrt the variable numbered c). Then
Tab;c = Tab,c - CkacTkb - CkbcTak ,
where Cabc is a Christoffel symbol and the Einstein summation convention is being used. (This looks much more complicated than it really is.) In spherical coordinates (I'm using p = phi, t = theta, and r = r), the nonvanishing Christoffel symbols are
Crpp = -r
Crtt = -r sin2(t)
Cptt = -sin(p) cos(p)
Ctrt = 1/r
Ctpt = cot(p)
If T happens to be totally antisymmetric (i.e., a differential form), then there are other nice notions of "differentiation" for T. The most important of these is the exterior derivative, denoted dT. (A nice formula for the exterior derivative is dT = Alt(D(T)), where D(T) is the covariant derivative.) The exterior derivative can be combined with the Hodge dual operator to yield more del-like operators; in particular, the natural generalization of the Laplacian on flat space is the Laplace-Beltrami operator is given by (bd + db), where d is the exterior derivative and b is the codifferential, defined by b = *d* (* is the Hodge operator). The Laplace-Beltrami operator occurs in the curved-space version of the wave equation for electromagnetic fields. You can learn more about these operators here: <http://en.wikipedia.org/wiki/Codifferential#The_codifferential> (or in any good book on general relativity or differential geometry).
 
Last edited by a moderator:
  • #3
VKint said:
I think what you're looking for is the covariant derivative, which is often written using the del notation. The covariant derivative is an operator acting on tensors in the tangent spaces of a differentiable manifold, defined by means of a construction called a connection. Given an arbitrary connection, there's no relation between the covariant derivative and the familiar del operator on Euclidean space. However, if the connection is the Levi-Civita connection (see <http://en.wikipedia.org/wiki/Levi-Civita_connection>), then the covariant derivative can be viewed as a generalization of the flat-space del operator.

If you're working in flat space, finding a usable expression for the covariant derivative of a (0,2) tensor is simple, even in spherical coordinates. If Tab is a (0,2) tensor, then D(T), its covariant derivative, has three indices, and we denote D(T) by Tab;c. Regular partial differentiation is denoted by Tab,c (i.e., the partial derivative of the ab-component of T wrt the variable numbered c). Then
Tab;c = Tab,c - CkacTkb - CkbcTak ,
where Cabc is a Christoffel symbol and the Einstein summation convention is being used. (This looks much more complicated than it really is.) In spherical coordinates (I'm using p = phi, t = theta, and r = r), the nonvanishing Christoffel symbols are
Crpp = -r
Crtt = -r sin2(t)
Cptt = -sin(p) cos(p)
Ctrt = 1/r
Ctpt = cot(p)
If T happens to be totally antisymmetric (i.e., a differential form), then there are other nice notions of "differentiation" for T. The most important of these is the exterior derivative, denoted dT. (A nice formula for the exterior derivative is dT = Alt(D(T)), where D(T) is the covariant derivative.) The exterior derivative can be combined with the Hodge dual operator to yield more del-like operators; in particular, the natural generalization of the Laplacian on flat space is the Laplace-Beltrami operator is given by (bd + db), where d is the exterior derivative and b is the codifferential, defined by b = *d* (* is the Hodge operator). The Laplace-Beltrami operator occurs in the curved-space version of the wave equation for electromagnetic fields. You can learn more about these operators here: <http://en.wikipedia.org/wiki/Codifferential#The_codifferential> (or in any good book on general relativity or differential geometry).

Hello, can I just use the normal product rules to differentiate the tensor? I mean treat the tensor as a "dyandic product" of the two basis vectors and differentiate those vectors?

And I am working in a 2D polar coordinates...
I am wondering if you have the formula?

I have derived it but I am not sure if it is correct...
 
Last edited by a moderator:
  • #4
[itex]
\nabla \equiv \mathbf{e^j} \frac{\partial }{\partial u^j}[/itex]
Hence

[itex]
\nabla \mathbf{T} = \mathbf{e^j} \frac{\partial \mathbf{T}}{\partial u^j}[/itex]

If T is a second order tensor, then

[itex]\nabla \mathbf{T} = \mathbf{e^j} \frac{\partial \mathbf{T}}{\partial u^j}=\mathbf{e^j} \frac{\partial ( T^m ,_n \mathbf{e_me^n} ) }{\partial u^j}[/itex]

In Polar coordinates, being an orthogonal reference system, the covariant and contravariant bases coincide, and you don't have to worry about sub- or superindices, so you can just write:

[itex]\nabla \mathbf{T} = \mathbf{e_j} \frac{\partial \mathbf{T}}{\partial u_j}=\mathbf{e_j} \frac{\partial ( T_m _n \mathbf{e_me_n} ) }{\partial u_j}[/itex]

By all means use the product rule to differentiate the term in brackets, just remember that for Polar coordinates, the basis vectors are themselves functions of the coordinates and so must be differentiated.

Also note that the result is a third order tensor.

Lol can you tell me what this is for, I'm curious . . . I've only ever had to consider gradients of scalars or vectors before:P

Hope this helps.

O: I don't even know what a manifold is :S I wish I could follow VKint's post, who seems to know so much more . . .
 
Last edited:
  • #5
NB I forgot to say, some authors define

[itex]
\nabla
[/itex]

as
[itex]

\nabla \equiv \frac{\partial ( . ) }{\partial u^j}\mathbf{e^j}
[/itex]

in which case you'd have

[itex]
\nabla \mathbf{T} = \frac{\partial \mathbf{T}}{\partial u^j} \mathbf{e^j}
[/itex]

which is not the same unless the tensor is symmetric.

Note that

[itex]
\nabla
[/itex]

is a symbolic notation, as is vector notation in general (vector product, etc), a sort of shorthand notation. Writing things out in indicial notation leaves no room for ambiguity :)
 
  • #6
Knowing the gradient of a tensor in cylindrical or spherical coordinates is extremely useful. Are you still in need of the answer? I have had to work it in both systems, both using physical components and using covariant/contravariant index notation. I can search my notes to find it if anybody wants it.
 

Related to Gradient of a tensor? Del operator on tensor?

1. What is the gradient of a tensor?

The gradient of a tensor is a mathematical operation that is used to calculate the rate of change of a tensor field in space. It is a vector that represents the direction and magnitude of the steepest slope of the tensor field at a particular point.

2. How is the gradient of a tensor different from the gradient of a scalar?

The gradient of a scalar is a vector that represents the direction and magnitude of the steepest slope of a scalar field. However, the gradient of a tensor is a more complex concept as it involves taking the gradient of each component of the tensor field and combining them to form a multidimensional vector.

3. What is the significance of the gradient of a tensor in physics?

The gradient of a tensor is an essential tool in physics as it allows us to calculate the rate of change of a physical quantity, such as velocity or stress, at a given point in space. This information is crucial for understanding the behavior of physical systems.

4. How is the del operator applied to a tensor?

The del operator, also known as the nabla operator, is applied to a tensor by taking the partial derivative of each component of the tensor field with respect to each coordinate axis and combining them using the dot product. This results in a vector that represents the gradient of the tensor field.

5. Can the gradient of a tensor be visualized?

Yes, the gradient of a tensor can be visualized by plotting vector arrows at different points within the tensor field. The direction of the arrows represents the direction of the gradient, and the length of the arrows represents the magnitude of the gradient at that point.

Similar threads

  • Calculus
Replies
1
Views
1K
  • Calculus
Replies
1
Views
1K
Replies
16
Views
3K
  • Calculus
Replies
9
Views
2K
  • Special and General Relativity
Replies
22
Views
2K
  • Science and Math Textbooks
Replies
5
Views
2K
  • Linear and Abstract Algebra
Replies
2
Views
962
  • Special and General Relativity
Replies
10
Views
2K
  • General Math
Replies
1
Views
1K
  • STEM Academic Advising
Replies
10
Views
953
Back
Top