Indicial Notation 2: Proving $\mathbf{a}\times\mathbf{b}\cdot\mathbf{a} = 0$

  • Context:
  • Thread starter Thread starter Dustinsfl
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Dustinsfl
Messages
2,217
Reaction score
5
Trying to show that $\mathbf{a}\times\mathbf{b}\cdot\mathbf{a} = 0$.
\begin{alignat}{3}
\mathbf{a}\times\mathbf{b}\cdot\mathbf{a} & = & \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot(a_1\hat{\mathbf{e}}_i + a_2\hat{\mathbf{e}}_j+a_3\hat{\mathbf{e}}_k)\\
& = & \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot a_1\hat{\mathbf{e}}_i + \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot a_2\hat{\mathbf{e}}_j + \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot a_3\hat{\mathbf{e}}_k\\
& = & \varepsilon_{ijk}a_jb_ka_1(\hat{\mathbf{e}}_i\cdot\hat{\mathbf{e}}_i) + \varepsilon_{ijk}a_jb_ka_2(\hat{\mathbf{e}}_i\cdot \hat{\mathbf{e}}_j) + \varepsilon_{ijk}a_jb_ka_3(\hat{\mathbf{e}}_i\cdot \hat{\mathbf{e}}_k)\\
& = & \varepsilon_{ijk}a_jb_ka_1
\end{alignat}
Why is this last term 0?
 
Physics news on Phys.org
dwsmith said:
Trying to show that $\mathbf{a}\times\mathbf{b}\cdot\mathbf{a} = 0$.
\begin{alignat}{3}
\mathbf{a}\times\mathbf{b}\cdot\mathbf{a} & = & \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot(a_1\hat{\mathbf{e}}_i + a_2\hat{\mathbf{e}}_j+a_3\hat{\mathbf{e}}_k)\\
& = & \varepsilon_{ijk}a_jb_k\hat{\mathbf{e}}_i\cdot a_i\hat{\mathbf{e}}_i
Again, a small error.

[tex]\overrightarrow{a} \times \overrightarrow{b} \cdot \overrightarrow{a} = \epsilon_{ijk}a_jb_k \hat{\mathbf{e}}_i \cdot a_i \hat{\mathbf{e}}_i[/tex]

[tex]\overrightarrow{a} \times \overrightarrow{b} \cdot \overrightarrow{a} = \epsilon _{ijk}a_i a_j b_k[/tex]

Now, [tex]a_i a_j[/tex] is symmetric in i and j, but we are taking an antisymmetric product (from the epsilon) and summing it over a symmetric expression. This will always be zero. So

[tex]\overrightarrow{a} \times \overrightarrow{b} \cdot \overrightarrow{a} = 0[/tex]

-Dan
 
topsquark said:
Now, [tex]a_i a_j[/tex] is symmetric in i and j, but we are taking an antisymmetric product (from the epsilon) and summing it over a symmetric expression. This will always be zero.

I see.
 
Last edited: