Let $ u$, $v$ and $ w$ be vectors in R3 such that $u* v = (1, 0,-1)$ and $w *u = (-1,0, 0).$ Find the area of the parallelogram defined by $u$ and $(v+w)$.
So my thought was: $u*(v+w) = u*v + u*w$. I know that the parallelogram defined by $uāv$ has area $\sqrt2$ but I can't find the area of the other one. Any help on this?