How to find a vector $v$ with a magnitude $m$ that starts at $(0, 0, 0)$ (or any other arbitrary coordinate) and points towards a coordinate $(x, y, z)$. For example, let $m$ be 100, and the coordinate be $(200, 0, 0)$. $v$ would then be $(100, 0, 0)$.
2026-03-25 19:00:19.1774465219
Finding a vector that points towards a coordinate
447 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You may first find the vector which points from your initial, call it $C_0$, coordinate in the direction of the desired, call it $C_d$, coordinate by subtracting: $C_d-C_0$. Then you can divide this vector by its magnitude (assuming you haven’t just created the 0-vector) and multiply the result by your desired magnitude $m$.