document.write( "Question 851763: I have a circle of which I know the center (0,0), the radius (360) and two dynamic coordinates ((x1,y1) & (x2,y2)).
\n" );
document.write( "What I need to be able to figure out (as both(x,y) coordinates are moveable) is the mid-point coordinates along the arc.
\n" );
document.write( "To clarify: the mid-point coordinate along the ARC, not the line! \n" );
document.write( "
Algebra.Com's Answer #512982 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Polar coordinates might work better here. \n" ); document.write( "R is always the same, only theta changes. \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |