Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

how to find a point on arc if start point P1, End point P2 and its center C are given?

I have the following inputs.

1. Center of arc C = (xc, yc)

2. Start Point of arc P1 = (xs, ys)

3. End point of arc P2 = (xe,ye)

I need a point on the arc which can be on the bisecting line of points P1 & P2.

Update:

I need the simplified values of X & Y of the point in the arc.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    first we find the average point between p1 & p2. it is xa=(xs+xe)/2 and ya=(ys+ye)/2.

    then we should find the bisecting line of p1 and p2 which is :

    y-ya=[ -(xs-xe)/(ys-ye) ] * (x-xa)

    we shoul also find equation of arc which is:

    (x-xc)^2 + (y-yc)^2 = [ (xs-xc)^2 + (ys-yc)^2 ]

    (don't afraid from these equations , by substituting number they will simplify!! )

    in the last step solve for interception point of these 2 equation.

    this is exactly the point you want!

Still have questions? Get your answers by asking now.