The plane $B$ in $\mathbb{R}^3$ is passing through points $(1,0,0), (0,1,0), (0,0,-1)$. Determine the unit vectors which are perpendicular/orthogonal to the plane $B$.
This is one of problem given by my teacher before. Only this I can't solve. Recalling that two vectors are said to be orthogonal if their dot products is zero. Yes, this is easy to apply to most problem I encounter, but how can I apply to this one? Do you have some nice idea?
Denote $p_i$ the given points for $i=1,2,3$ so $u_1=p_1-p_2=(1,-1,0)$ and $u_2=p_1-p_3=(1,0,1)$ are two vectors which span the plane. A vector $v=(x,y,z)$ orthogonal to the plane iff it's orthogonal to $u_i$ so $$v\cdot u_1=0\quad \text{and}\quad v\cdot u_2=0$$ hence we get $x-y=x+z=0\iff v\in\operatorname{span}(1,1,-1)$. Since $v$ is unit vector then
$$v=\pm\frac1{\sqrt3}(1,1,-1)$$