
Thomas M. answered 04/27/20
B.S. Chem Eng, M.S. Chem, Very Patient - Math and Chemistry
The standard equation for a circle in relation to it's diameter is Circumference = diameter x pi or C = D x pi
So how do you find the diameter from coordinates? It is easiest to remember by drawing them or picturing them on a graph so that you'll never have to remember this (coordinate difference) formula again, but it's just this:
We get distance between 2 points on a graph using the Pythagorean Theorem (This one you will have to remember) a2 + b2 = c2 with c being the length of the side of the triangle opposite the right angle.
So to get the distances from the other two sides from graphic coordinates is a = x1-x2 and b=y1-y2 or in this case -7-3,4-8 which equal -10,-4. These are our lengths for a and b. The + or - sign doesn't matter as we are only interested in the absolute distance between the points. So since a2 = b2 =c2, c = √a2+b2 and since c is the diameter of the circle we are interested in, C = √102+42 x pi , = √116 x pi, =10.77 x 3.14 = 33.83
So: C = pi x D
C = pi x √(x1-x2)+(y1-y2)