The decisive origin of vectors

I have two endpoints (xa, ya) and (xb, yb) of two vectors, respectively a and b, coming from the same point (xo, yo). In addition, I know that | a | = | b | + s, where s is a constant. I tried to calculate the beginning (xo, yo), but it seems to work at some point. How to solve this?

+3
source share
3 answers

Essentially, you have two line segments, and you know the position of one end for each and their difference in length. This easily leads to an infinite number of points where the ends can meet, and therefore do not uniquely identify your “origin”.

+1
source

. .

+2

The origin will be somewhere on a hyperbolic surface . Points a and b are foci.

0
source

Source: https://habr.com/ru/post/1739577/


All Articles