Do there exist three non null vectors $a,b,c$ with $$a.b=a.c$$ such that $b\ne c$?
My attempt:
a.(b-c)=0
But is it possible to say b-c=0 since a is non null?
Do there exist three non null vectors $a,b,c$ with $$a.b=a.c$$ such that $b\ne c$?
My attempt:
a.(b-c)=0
But is it possible to say b-c=0 since a is non null?
Consider $$a=\begin{bmatrix}1\\0\end{bmatrix}, b=\begin{bmatrix}0\\1\end{bmatrix},c=\begin{bmatrix}0\\2\end{bmatrix}.$$ As long as $a$ is perpendicular to $b-c$, you will get the equality $a\cdot b=a\cdot c$.