0
$\begingroup$

I'm trying to solve $n\times(n \times (n\times x))$, I know that this can be achieved by simply using the definition of the cross product and I understand that it should equal $- n \times x$ conceptually, however I was wondering if there was a simplier way?

So some additional information is that n is a unit vector

  • 1
    use $a\times b\perp a$2017-01-01
  • 0
    @Max can you elaborate I'm not sure what ⊥ is2017-01-01
  • 0
    it means perpendicular. the vector $a\times b$ is perpendiculat to $a$. EDIT: and if $c \perp d$ you know something: $\left\| c\times d\right\|=\left\| c\right\|\cdot \left\|d\right\|$2017-01-01

1 Answers 1

0

Expansion with the Grassmann Identity gives us

\begin{align} n\times (n\times(n\times x)) &= n\times(n(n\cdot x)-n^2x)\\ &= n\times(n\cdot x)n - n\times n^2x\\ &=n^2(n\times x) \end{align}