Suppose we have a line $x = 5$, and the vector $v_x<1, 0,-5>$.
How do I know which side of the line the vector is pointing to?
I am sorry if this has been asked before, I know it must be very trivial but I haven't managed to find a proper explanation anywhere.
Note that $x=5$ is not a line but a plane parallel to $yz$ plane passin through the point $(5,0,0)$. The vector $v_x<1, 0,-5>$ lies in the $xz$ plane with the $x$ component positive and $z$ component negative.