You are not logged in.
i faced some problem with coordinate points, how can i get the points (x,y) with the given distance. For example, point A(-2,1) point B(1,5). The distance is 5. so, how am i going to get the point which distance is lets say 3 or 10 from point A?? thanks...
Offline
The distance formula is given by
√[(x2-x1)²+(y2-y1)²]
Hence, the point (x,y) will be at distance 5 from A(-2,1) if the point is C(0,2). The point D will be at a distance 5 from B(1,5) if D is (0,3). There are many more such points.
It appears to me that if one wants to make progress in mathematics, one should study the masters and not the pupils. - Niels Henrik Abel.
Nothing is better than reading and gaining more and more knowledge - Stephen William Hawking.
Offline
oh ya, i means i wanna find the point which 3 or 10 distance from point A which have the same M of line from A to B.. thanks..
Offline