Proving the Trace of a Tensor Equation Using Dot and Cross Products

Click For Summary

Homework Help Overview

The discussion revolves around proving a tensor equation involving the trace of a tensor and the dot and cross products of vectors. The original poster seeks guidance on demonstrating the identity involving a tensor \( A \) and vectors \( a, b, c \), specifically the equation \( \text{Tr}(A) a \cdot (b \times c) = Aa \cdot (b \times c) + a \cdot (Ab \times c) + a \cdot (b \times Ac) \).

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss various attempts to manipulate the tensor equation using index notation and properties of tensors. Some express confusion about the notation and the independence of indices in the tensor and vector products. Others suggest relabeling dummy indices to align with the left-hand side of the equation.

Discussion Status

The conversation is ongoing, with participants providing different perspectives on the proof and questioning the validity of certain steps. Some have offered guidance on using LaTeX for clarity, while others have pointed out potential issues with notation and the interpretation of the tensor products. There is no explicit consensus on the correctness of the approaches presented.

Contextual Notes

Participants note that the definition of the trace of a tensor may vary, and there is a discussion about whether the identity being proven holds for all tensors or is specific to certain cases. The original poster references a textbook for context, indicating that the proof is not provided there, which adds to the complexity of the discussion.

volcano5683
Messages
12
Reaction score
0

Homework Statement



Could someone guide me to proof following equation.

For any A is a tensor; a, b, c are vectors. Proof that:

Tr (A) a.(b x c) = Aa.(b x c) + a.(Ab x c) + a. (b x Ac)

with (.) is dot product, and (x) is cross product of vector

Homework Equations





The Attempt at a Solution



My proof is below:

(1): Aa.(b x c) = Ai1(ei [itex]\otimes e1[/itex] aiei. (bjej x ckek) = Ai1δi1aiei.(bjej x ckek) = A11aiei.(bjej x ckek)

similar to two remain part

(2): a.(Ab x c) = A22aiei. (bjej x ckek)
(3): a. (b x Ac) = A33aiei.(bjej x ckek)

from (1), (2), and (3) I get the result.

But there may have something wrong. Could anybody check for me?

Thanks
 
Physics news on Phys.org
Write what you know:
[tex] \mathbf{A}\mathbf{a}=A_{ij}a_{j}\quad (\mathbf{b}\times\mathbf{c})_{i}=\varepsilon_{ijk}b_{j}c_{k}[/tex]
And so:
[tex] \mathbf{A}\mathbf{a}\cdot (\mathbf{b}\times\mathbf{c})=A_{il}a_{l} \varepsilon_{ijk} b_{j}c_{k}=A_{il}\varepsilon_{ijk}a_{l}b_{j}c_{k}[/tex]
Do these for the other two and then add. The trick is then to relabel the dummy indicies to get the required LHS.
 
Thanks to Hunt mat

Could I derive Aa.(b x c) as following:

Aa.(b x c) = Amn(em [itex]\otimes[/itex] en) aiei.(bjej x ckek)
= Amnδniaiem.(bjej x ckek)
= Amiaiem.εijkbjckei
= Amiδmiεijkaibjck
= Ammεijkaibjck

Is it similar to your guidance?

Thanks
 
Can you use LaTeX please, I can't read all that.
 
Hi Hunt mat
Here I just type using Latex. Could you check it for me?

Aa.(b x c) = Amn(em [itex]\otimes[/itex] en)aiei . (bjej [itex]\times[/itex] ckek) = Amn(en.ei)aiem) . [itex]\epsilon[/itex]ijkbjckei = Amiem.ei[itex]\epsilon[/itex]ijkaibjck = Amm[itex]\epsilon[/itex]ijkaibjck

Thanks
 
I don't think this is right as you have no contraction between the A and the a.
 
It's still kind of hard to follow your notation. If the same index appears more than twice in the same product of tensors, you're doing something wrong. The ones that are being summed over should appear exactly twice.

I don't think you need to mention the basis vectors all the time. For example, the left-hand side is ##(\operatorname{Tr} A)(a\cdot(b\times c))=A_{ii}a_j(b\times c)_j=A_{ii}a_j\varepsilon_{jkl}b_k c_l##. No need to mention basis vectors here.

You may want to check out the LaTeX guide for the forum.
 
Thanks to Hunt mat, and Fredrik

I think for any tensor A and vector a, b, c. We should write in their component as:
[tex] \mathbf{A}\mathbf{a}=A_{mn}a_{i}\quad (\mathbf{b}\times\mathbf{c})_{i}=\varepsilon_{ijk}b_{j}c_{k}[/tex]
And so:
[tex] \mathbf{A}\mathbf{a}\cdot (\mathbf{b}\times\mathbf{c})=A_{mn}a_{i} \varepsilon_{ijk} b_{j}c_{k}=A_{mn}\varepsilon_{ijk}a_{i}b_{j}c_{k}[/tex]

Because indicies of the tensor A and the vector a should be independent.

I want to mention the basic vectors here to make it clearly to my understanding. I am not good in calculus then easy to confuse. I will rewrite my opinion as:

[tex] \mathbf{A}\mathbf{a}\cdot (\mathbf{b}\times\mathbf{c})=A_{mn}(e_{m}\otimes e_{n})a_{i}e_{i}\cdot (\mathbf{b}\times\mathbf{c}) = A_{mi}a_{i}e_{m}\cdot (\mathbf{b}\times\mathbf{c})[/tex]

Follow my derive, I don't know how to continue the operation to get the result. Please help me to understand.

Thanks
 
Last edited:
Are you sure that Aa isn't supposed to be interpreted as the product of an n×n matrix and an n×1 matrix? That would make more sense to me, because what's the dot product of a tensor with 3 indices and a tensor with 1 index?
 
  • #10
To Fredrik,

Yeah, the Aa is supposed to be interpreted as the dot product of an n x n and nx 1 but that is special case. I would like to make a proof in general case then indices of tenor A and a should be independent.

Thanks
 
  • #11
I think that if A completely independent that the identity not actually true.
 
  • #12
Hi Hunt mat,

You can find that identity on the book "Introduction to Continuum mechanics for engineers, revised edition 2007 by Ray M.Bowen". The equatuion is placed on page 266, Appendix A, equation No. A.5.37, but without proof.

That why I can not understand.
 
  • #13
I found a first edition. It says that the trace of an endomorphism of V is defined by
$$(\operatorname{tr} \mathbf{A})\mathbf{u} \cdot(\mathbf{v}\times\mathbf{w}) = (\mathbf{Au})\cdot(\mathbf{v}\times\mathbf{w}) +\cdots$$ This equality has number (A.5.37) in the first edition.

If it's definition, it it wouldn't make sense to try to prove it.

Edit: OK, maybe I should have read a few more lines. The next thing he does is to prove that ##\operatorname{tr}\mathbf A=A_{ii}##. Is that what you want to do?
 
  • #14
I understand trA = Aii. But I want to proof this definition. Because the definition from most other book is: trA = Aii
 
  • #15
Definitions can't be proved. I guess what you want to do is to prove that the two definitions are equivalent, i.e. that they assign the same meaning to the notation "tr A". Didn't the author do that immediately after that formula?
 
  • #16
I think the proof can be made for general equation when we use definition TrA = Aii. The author prove the equation using 3 basic vector only. Could the author's definition be true for any tensor A, vetors a, b, and c? That is what I want to know.
Thanks
 
  • #17
It doesn't make sense to ask if a definition is true. A definition assigns a meaning to a term or a notation. This definition assigns a meaning to the notation tr A. The author proves that if tr A is defined by (A.5.37), then tr A=Aii. I don't understand your concern about using the fact that he used the basis vectors instead of arbitrary vectors in the proof he did. The definition is a "for all" statement. If the equality holds for all u,v,w, then it holds for i1, i2
, i3.

However, it makes sense to be concerned about whether the definition makes sense at all. What he should have proved (preferably before the definition), but didn't, is that there's a unique real number r such that ##r\mathbf{u} \cdot(\mathbf{v}\times\mathbf{w}) = (\mathbf{Au})\cdot(\mathbf{v}\times\mathbf{w}) +\cdots## for all ##\mathbf{u},\mathbf{v},\mathbf{w}\in\mathbb R^3##. Then it makes sense to define tr A to be that number.

Alternatively, and equivalently, he could have proved that if tr A is defined by tr A=Aii, then ##(\operatorname{tr} \mathbf{A})\mathbf{u} \cdot(\mathbf{v}\times\mathbf{w}) = (\mathbf{Au})\cdot(\mathbf{v}\times\mathbf{w}) +\cdots## for all ##\mathbf{u},\mathbf{v},\mathbf{w}\in\mathbb R^3##. It appears that what he did prove tells us that if tr A=Aii, then ##(\operatorname{tr} \mathbf{A})\mathbf{i}_1 \cdot(\mathbf{i}_2\times\mathbf{i}_3) = (\mathbf{A i}_1)\cdot(\mathbf{i}_2\times\mathbf{i}_3) +\cdots##

I'm saying "appears" because I'm having some trouble understanding his definitions. Obviously, it's at least partially because I haven't read them all. Is V=ℝ3? First he says that A is an endomorphism of V. (At least I think that's what he says). Then he says that ##\mathbf{A}=A_{kj}\mathbf{i}_k\otimes\mathbf{i}_j##, something I would interpret as a function from V×V into ℝ, not from V into V. But I suppose he may have defined ##\mathbf{i}_k\otimes\mathbf{i}_j## as the map that takes ##\mathbf u## to ##(\mathbf{i}_k\mathbf{u})\mathbf{i}_j##, where ##\mathbf{i}_k## is interpreted as a cotangent vector and ##\mathbf{i}_j## as a tangent vector. This would mean that ##(\mathbf{i}_k\otimes\mathbf{i}_j)(\mathbf u)=u_3\mathbf{i}_j##, and that ##\mathbf{Ai}_1=A_{kj}(\mathbf{i}_k \mathbf{i}_1)\mathbf{i}_j=A_{kj}\delta_{k1}\mathbf{i}_j=A_{1j}\mathbf{i}_j##. Uh, that's not the result he's getting. However, if I instead guess that ##\mathbf{i}_k\otimes\mathbf{i}_j## is the map that takes ##\mathbf u## to ##(\mathbf{i}_j\mathbf u)\mathbf{i}_k##, I get the result he does. Is that really how he defines ##\otimes##?

If you want us to help you figure this out, you need to first figure out what the definitions are, and then show us an attempt to use them to prove what you need to prove. I'm assuming that what you need to prove is that if tr A=Aii, then tr A satisfies (A.5.37).

By the way, I don't see how to prove that (A.5.37) follows from the simpler definition of the trace. I'm actually having a hard time believing that it can be true.
 
  • #18
Thanks to your help,

The author define that
##(\operatorname{tr} \mathbf{A})\mathbf{u} \cdot(\mathbf{v}\times\mathbf{w}) = (\mathbf{Au})\cdot(\mathbf{v}\times\mathbf{w}) +\cdots## for all ##\mathbf{u},\mathbf{v},\mathbf{w}\in\mathbb R^3##.

And he proved the TrA = Aii using the properties of unit basic vectors. I understand what he proved. And I think we can follow the method that he used to proof the prove the his definition.

I think can use below operation
[tex] \mathbf{a}\cdot (\mathbf{b}\times\mathbf{c})=\varepsilon_{ijk}a_{i}b_{j}c_{k}[/tex]

1. If i,j,k = 1,2,3 and using the author's proof, I can get the right - hand side as:
$$(\mathbf{Aa})\cdot(\mathbf{b}\times\mathbf{c}) + (\mathbf{a})\cdot(\mathbf{Ab}\times\mathbf{c}) + (\mathbf{a})\cdot(\mathbf{b}\times\mathbf{Ac}) = (a_{1}b_{2}c_{3})(\operatorname{tr} \mathbf{A}).$$

2. I can continue with the other notation of i,j,k following the permutation symbol. Then I take summation all situation of i,j,k; I can get the result.

What do you think about this way to prove?

Thanks
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
4K
Replies
1
Views
2K
Replies
1
Views
1K
Replies
3
Views
2K
  • · Replies 16 ·
Replies
16
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
10
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
1K