Suppose (x1,y1) ,(x2,y2) and (x3,y3) are three given points on a circle. Let its center be denoted by (h,k). Then,
h=21⋅(i=1,2,3)(j=2,3,1)∑xiyj − (i=1,2,3)(j=2,3,1)∑yixj(i=1,2,3)(j=2,3,1)(k=3,1,2)∑(yi−yj)(xk2+yk2)
k=21⋅(i=1,2,3)(j=2,3,1)∑yixj − (i=1,2,3)(j=2,3,1)∑xiyj(i=1,2,3)(j=2,3,1)(k=3,1,2)∑(xi−xj)(xk2+yk2)
And the equation of circle is:
(x−h)2+(y−k)2=(h−xa)2+(k−ya)2
where a=1,2,3.
The proof is very simple yet lengthy, so I'll leave it up to the reader to find it out. You can give your proof in the comments. The diagram given below might be helpful.
#Geometry
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Is there any intuition behind the equations?
Note: It is better to write the indices as xiyi+1 instead of trying to express what you mean via (i=1,2,3)(j=2,3,1).