4
$\begingroup$

I have two points, approximately we take values for that:

Point $A = (50, 150)$; Point $B = (150, 50)$;

So the distance should be calculated here, $\text{distance} = \sqrt{(B_x - A_x)(B_x - A_x) + (B_y - A_y)(B_y - A_y)}$;

Now I want any one poins which is far from Second point B at specific distance (Example, 10).

            B(x,y)            /           /          C(x,y)         /        /       /      /     /      /   A(x,y) 

Point c on Line Segment and its specific distance from point B(Ex, 10)..

Which formula would be better to calculate C point here ?

Please help me about that.

  • 0
    thanks Gigili, hey how could write this Sqrt in mathematics looks, let know also these types of tools, plz..2012-06-08
  • 0
    I think he wants the 2nd component to be 10.2012-06-08
  • 0
    Point c on Line Segment and its specific distance from point B.. let me update question.. Thanks..2012-06-08
  • 0
    Its specific distance from second Point B, for an example it may be 10.2012-06-08
  • 0
    Ohh god, 10 is not a distance of the two points, i write 10 only for example, that 10 is the distance of point C from point B.2012-06-08

3 Answers 3