Definitions [3]
A circumcircle is a circle that passes through all three vertices of a triangle. The three vertices lie on the boundary of the circle.
The circumcenter is the center point of the circumcircle. It is the unique point where all three perpendicular bisectors of the triangle's sides meet.
- The circumcenter is equidistant from all three vertices of the triangle.
The circumradius is the radius of the circumcircle. It is the distance from the circumcenter to any vertex of the triangle.
Formulae [1]
The distance between P(x1, y1) and Q(x2, y2) is
\[\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}\]
The distance of a point P(x, y) from the origin is
\[\sqrt{x^2+y^2}\]
Theorems and Laws [1]
If the point (x, y) is equidistant from the points (a + b, b – a) and (a – b, a + b), prove that bx = ay.
Let P(x, y), Q(a + b, b – a) and R (a – b, a + b) be the given points. Then
PQ = PR ...(Given)
⇒ `sqrt({x - (a + b)}^2 + {y - (b - a)}^2) = sqrt({x - (a - b)}^2 + {y - (a + b)}^2`
⇒ `{x - (a + b)}^2 + {y - (b - a)}^2 = {x - (a - b)}^2 + {y - (a + b)}^2`
⇒ x2 – 2x(a + b) + (a + b)2 + y2 – 2y(b – a) + (b – a)2 = x2 + (a – b)2 – 2x(a – b) + y2 – 2(a + b) + (a + b)2
⇒ –2x(a + b) – 2y(b – a) = –2x(a – b) – 2y(a + b)
⇒ ax + bx + by – ay = ax – bx + ay + by
⇒ 2bx = 2ay
⇒ bx = ay
