1
$\begingroup$

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?

  • 0
    you have $u*v$ and $w*u$ what more do you need? – 2017-01-22

1 Answers 1

1

You have $u*v$ and $w*u$. Remember that $u*w=-w*u$.

Now, calculate the vector:

$$u*v-w*u=(1,0,-1)-(-1,0,0)=(2,0,-1)$$

The area will bee then

$$|(2,0,-1)|=\sqrt{5}$$

  • 0
    Ok, did not know that. But the area of $-(w*u)$ is the same as $u*w$, right? So how is the answer $\sqrt5$? – 2017-01-22