2
$\begingroup$

Consider a given vector $a$ and scalar $d$. What is the set $X$ such that for any $x \in X$ their dot product equals $d$ : $\forall x \in X: x \cdot a = d$ ?

  • 0
    Yeah, got it. It describes the intersection point.2011-01-27

1 Answers 1

2

It's easy to write down one point $p = \frac{a * d}{|a|^2}$ in this set. For any other point $q$, we have $(p - q) \cdot a = 0$, so the set of vectors $p - q$ is precisely the set of vectors orthogonal to $a$.