Find an initial point A of a non-zero vector v=A->B with terminal point B(3, 4) such that v has the same direction as u = (2, 3). I don't want the answer, how do I find the answer? Thanks :D
2026-03-27 17:50:23.1774633823
Vectors, finding initial point from terminal point
2.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
One solution is $$ A+tu=B$$ thus $$A=B-tu$$ where t is a parameter which can be any non zero real number.
You have your $B$ and $u$, so you can find your $A$
Note that the answer is not unique because $u$ is the direction vector and we really need the norm of AB to find $A$ uniquely.