Derivative of Symmetric Tensor with Respect to a Component

  • Thread starter Thread starter JohanL
  • Start date Start date
  • Tags Tags
    Derivative Tensor
AI Thread Summary
The discussion focuses on calculating the derivative of a symmetric tensor expression with respect to a component, specifically a_{ij}x^ix^j. The participants clarify the application of the Leibniz rule and the summation convention, emphasizing the importance of distinguishing between dummy and free indices. They confirm that the components of the tensor a_{ij} are constant, and the correct derivative involves the delta-Kronecker invariant tensor. The final expression for the derivative with k=2 is established as 2 a_{i2}^S x^i, aligning with the original post's result. The conversation highlights the significance of clarity in notation and the symmetry of the tensor involved.
JohanL
Messages
154
Reaction score
0
the derivative of a tensor

<br /> a_{ij}x^ix^j<br />

with respect to x^k, k=2 and i,j = 1,2,3.

solution:

<br /> \frac {d} {dx^k}a_{ij}x^ix^j =<br /> a_{ij}\frac {dx^i} {dx^k}x^j + a_{ij}x^i \frac {dx^j} {dx^k} =<br /> a_{2j}x^j + a_{i2}x^i =<br /> a_{21}x^1 + a_{22}x^2 + a_{23}x^3 + a_{12}x^1 + a_{22}x^2 + a_{32}x^3<br /> <br />

is that correct?
 
Physics news on Phys.org
That's not a tensor,but a scalar.

Are u familiar with the delta-Kronecker invariant tensor ??

Daniel.
 
My misstake...the problem was to calculate the derivative of that _expression_...not tensor.
Did i do it correct?
yes...i am familiar with the delta-Kronecker invariant tensor.
 
\frac{\partial x^{i}}{\partial x^{k}} =...?

If you know that,u could just apply the Leibniz rule and then the summation convention.

Daniel.
 
Are you given that the components of the tensor aij are constant? You seem to be assuming that.
 
yes the components of a_{ij} is constant.

i used that

\frac{\partial x^{i}}{\partial x^{k}} = \delta^i{}_{k}

and Leibnitz rule and the summation convention.

i thought i had the right answer?
 
Note that
\frac {d} {dx^k}a_{ij}x^ix^j has two "dummy-indices [involved in summation]", namely, i and j, and one "free-index [not involved in summation]", k. So, the right-hand side must also have the free-index k.
 
That's actually \delta_{i}^{k},because it is a symmetric invariant tensor.

Daniel.
 
dextercioby said:
That's actually \delta_{i}^{k},because it is a symmetric invariant tensor.

Daniel.

I think the indices are flipped. They should be
\displaystyle\frac{\partial x^{i}}{\partial x^{k}} = \delta_{k}^{i}
... but it's a good idea to preserve the "slots" and write \delta_{k}{}^{i} or \delta^{i}{}_{k}.
 
  • #10
robphy said:
Note that
\frac {d} {dx^k}a_{ij}x^ix^j has two "dummy-indices [involved in summation]", namely, i and j, and one "free-index [not involved in summation]", k. So, the right-hand side must also have the free-index k.

k=2...but maybe that doesn't matter.
 
  • #11
Ok, I see now that it's a issue of clarity of presentation.
You are correct, but I would have written your initial post as

<br /> \begin{align*}<br /> \frac {d} {dx^k}a_{ij}x^ix^j &amp;=<br /> a_{ij}\frac {dx^i} {dx^k}x^j + a_{ij}x^i \frac {dx^j} {dx^k} \\<br /> &amp;=a_{ij} \delta^i{}_k x^j + a_{ij}x^i \delta^j{}_k\\<br /> &amp;=a_{kj} x^j + a_{ik}x^i \mbox{ which is a co-vector.}<br /> \\<br /> \intertext{Now, with k=2,}<br /> \frac {d} {dx^2}a_{ij}x^ix^j <br /> &amp;=<br /> a_{2j}x^j + a_{i2}x^i <br /> \\&amp;=<br /> a_{21}x^1 + a_{22}x^2 + a_{23}x^3 + a_{12}x^1 + a_{22}x^2 + a_{32}x^3 \mbox{ which is the 2-component of that co-vector}<br /> \end{align*}<br />
 
  • #12
Incidentally that matrix "a" is symmetrical (or if it isn't,the contracted tensor product selects the symmetrical part),so in the final result there should be a 2...

Daniel.
 
  • #13
dextercioby said:
Incidentally that matrix "a" is symmetrical (or if it isn't,the contracted tensor product selects the symmetrical part),so in the final result there should be a 2...

Daniel.

I think what you mean is this:

\begin{align*}\frac {d} {dx^k}a_{ij}x^ix^j &amp;=a_{ij}\frac {dx^i} {dx^k}x^j + a_{ij}x^i \frac {dx^j} {dx^k} \\<br /> &amp;=a_{ij} \delta^i{}_k x^j + a_{ij}x^i \delta^j{}_k\\<br /> &amp;=a_{kj} x^j + a_{ik}x^i\\<br /> &amp;=a_{k\color{red}{i}} x^{\color{red}{i}} + a_{ik}x^i\\<br /> &amp;=\left( a_{ki} + a_{ik} \right) x^i\\<br /> &amp;=\left( 2 a_{ik}^S \right) x^i = 2 a_{ik}^Sx^i \\<br /> \end{align*}
So, with k=2,
\begin{align*}<br /> \frac {d} {dx^2}a_{ij}x^ix^j <br /> &amp;= 2 a_{i2}^Sx^i = 2\left( a_{12}^Sx^1 + a_{22}^Sx^2 + a_{32}^Sx^3\right)<br /> \end{align*}
which is equal to what is in the original post.
 
Back
Top