Use the formula for the angle between two vectors $v$ and $u$ to show $$|v \times(u \times v)|=\sqrt{((u.u)(v.v)^2-(v.v)(u.v)^2}$$
I have endlessly used $u.v = |u||v|\cos(\theta)$ but to no avail:
This was my square root after simplifying
$$ \sqrt{\cos^3(\theta)|u|^2|v|^4-\cos^3(\theta)|v|^3|u|^2} $$
But I don't know how to continue further...
Use the angle formula $| u\times v| = |u| \cdot | v| |\sin(\theta )|$
Then we have \begin{eqnarray} | v\times (u\times v)| &&= | v| \cdot | u\times v| \\ &&= | v|^2| u||\sin(\theta)|\\ &&= | v|^2| u|\sqrt{1-\cos^2(\theta)}\\ &&= | v|^2| u|\sqrt{1-\big(\frac{u\cdot v}{ | u| \cdot | v|}\big)^2}\\ &&= \sqrt{(u\cdot u) (v\cdot v)^2 - (u\cdot v)^2(v\cdot v)} \end{eqnarray}