this formula just pop up in textbook I'm reading without any explanation
$ (\vec{A} \times \vec{B}) \times \vec{C} = (\vec{A}\cdot\vec{C})\vec{B}-(\vec{B}\cdot\vec{C})\vec{A}$
I did some "vector arithmetic" using the determinant method
but I'm not getting the answer to agreed with above formula.
I'm wondering if anyone saw this formula before and know the proof of it?
the final result that i get is
$b_{1}(a_{3}c_{3}+a_{2}c_{2})-a_{1}(b_{2}c_{2}+b_{3}c_{3})i$
$b_{2}(a_{3}c_{3}+a_{1}c_{1})-a_{2}(b_{3}c_{3}+b_{1}c_{1})j$
$b_{3}(a_{2}c_{2}+a_{1}c_{1})-a_{3}(b_{2}c_{2}+b_{1}c_{1})k$
But I failed to see any correlation for $(\vec{A}\cdot\vec{C})$ and $(\vec{B}\cdot\vec{C})$ part...
Let $a=\begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix}$ and likewise for $b,c.$ The first component of $a\times (b \times c)$ is seen by applying the definition to be $a_2(b_1c_2 - b_2c_1) - a_3(b_3c_1-b_1c_3).$ With some algebra, this is seen to be $(a_2c_2+a_3c_3)b_1 - (a_2b_2+a_3b_3)c_1.$ The tricky transformation to apply here is simulataneously adding and subtracting the quantity $a_1b_1c_1.$ This allows us now to write the first component as $(a_1c_1 + a_2c_2 +a_3c_3)b_1 - (a_1b_1 + a_2b_2 + a_3b_3)c_1.$ Applying similar arguments to the second and third coordinates, we see that $a\times (b\times c) = \begin{pmatrix}(a_1c_1 + a_2c_2 +a_3c_3)b_1 - (a_1b_1 + a_2b_2 + a_3b_3)c_1 \\ (a_1c_1 + a_2c_2 +a_3c_3)b_2 - (a_1b_1 + a_2b_2 + a_3b_3)c_2 \\ (a_1c_1 + a_2c_2 +a_3c_3)b_3 - (a_1b_1 + a_2b_2 + a_3b_3)c_3 \end{pmatrix} = (a\cdot c)b - (a\cdot b)c$