[Math] If $u$ is perpendicular to $v$ and $w$, then $u$ is perpendicular to $v + 2 w$

linear algebravectors

True or false (give a reason if true or a counterexample if false):

(a) If $u$ is perpendicular (in three dimensions) to $v$ and $w$, those vectors $v$ and $w$ are parallel.

(b) If $u$ is perpendicular to $v$ and $w$, then $u$ is perpendicular to $v + 2 w$,

(c) If $u$ and $v$ are perpendicular unit vectors then $\lVert u – v \rVert =\sqrt2$

For (a) I think the answer is false because $v$ and $w$ could be going in different directions which means they can't be parallel.

But I have no idea how to firgure out b and c. Any ideas?

Best Answer

Do you know the dot product? That can answer both questions.

(b) We have $u\cdot v=0$ and $u\cdot w=0$. Now expand $u\cdot (v+2w)$.

(c) We have $u\cdot v=0$, $u\cdot u=1$, $v\cdot v=1$. Now expand $\sqrt{(u-v)\cdot (u-v)}=\| u-v\|$.

As for (a), consider $u=(1,0,0),\ v=(0,1,0),\ w=(0,0,1)$.