I have a very short and probably very stupid question. While doing an exercise I bumped into the following relation:
If two vectors $\vec{x}$ and $\vec{y}$ are parallel, then $\vec{x} =$ $ <\vec{x},\vec{y}>\vec{y}$.
I don't know if this relation always holds, but if it does, can someone maybe verify for me how? It looks super easy but I can't seem to figure it out.
Thanks in advance!
The relation $$\vec{x} =<\vec{x},\vec{y}>\vec{y}$$ is not true in general even if the vectors are parallel because the norms do not match.
However we can fix it by slightly changing it to $$\vec{x} =\frac {<\vec{x},\vec{y}>}{||y||^2}\vec{y}$$ which is true if the vectors are parallel.
Note that the vectors the same directions and and in case of being parallel they also have the same norm.