Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

4.1 Q-16

Question Statement

Find the point which is equidistant from the points A(5,3)A(5, 3), B(βˆ’2,2)B(-2, 2), and C(4,2)C(4, 2). Additionally, determine the radius of the circumcircle of the triangle Ξ”ABC\Delta ABC.


Background and Explanation

In this problem, we need to find a point that is equidistant from three given points. The point equidistant from all three vertices of a triangle is known as the circumcenter, and it lies at the intersection of the perpendicular bisectors of the sides of the triangle.

To solve this, we’ll use the fact that the distance from the circumcenter to each vertex is the same. This gives us a system of equations that we can solve to find the coordinates of the circumcenter.


Solution

Let the point P(x1,y1)P(x_1, y_1) be the required point, which is equidistant from A(5,3)A(5, 3), B(βˆ’2,2)B(-2, 2), and C(4,2)C(4, 2). This means:

∣PA∣2=∣PB∣2=∣PC∣2\left|PA\right|^2 = \left|PB\right|^2 = \left|PC\right|^2

Expanding these distances:

(xβˆ’5)2+(yβˆ’3)2=(x+2)2+(yβˆ’2)2=(xβˆ’4)2+(yβˆ’2)2(1)(x - 5)^2 + (y - 3)^2 = (x + 2)^2 + (y - 2)^2 = (x - 4)^2 + (y - 2)^2 \tag{1}

Step 1: Solve for xx and yy by setting up two equations

From equation (1), first equate the distances between PP and AA and PP and BB:

(xβˆ’5)2+(yβˆ’3)2=(x+2)2+(yβˆ’2)2(x - 5)^2 + (y - 3)^2 = (x + 2)^2 + (y - 2)^2

Expanding both sides:

x2βˆ’10x+25+y2βˆ’6y+9=x2+4x+4+y2βˆ’4y+4x^2 - 10x + 25 + y^2 - 6y + 9 = x^2 + 4x + 4 + y^2 - 4y + 4

Simplifying:

7x+yβˆ’13=0(2)7x + y - 13 = 0 \tag{2}

Next, equate the distances between PP and BB and PP and CC:

(x+2)2+(yβˆ’2)2=(xβˆ’4)2+(yβˆ’2)2(x + 2)^2 + (y - 2)^2 = (x - 4)^2 + (y - 2)^2

Expanding both sides:

x2+4x+4+y2βˆ’4y+4=x2βˆ’8x+16+y2βˆ’4y+4x^2 + 4x + 4 + y^2 - 4y + 4 = x^2 - 8x + 16 + y^2 - 4y + 4

Simplifying:

12xβˆ’8=012x - 8 = 0

Solving for xx:

x=23x = \frac{2}{3}

Step 2: Solve for yy

Substitute x=23x = \frac{2}{3} into equation (2):

7(23)+yβˆ’13=07 \left(\frac{2}{3}\right) + y - 13 = 0

Simplifying:

143+yβˆ’13=0β‡’y=13βˆ’143=393βˆ’143=253\frac{14}{3} + y - 13 = 0 \quad \Rightarrow \quad y = 13 - \frac{14}{3} = \frac{39}{3} - \frac{14}{3} = \frac{25}{3}

Thus, the point PP is located at P(1, 0).


Key Formulas or Methods Used

  • Distance Formula:
    The square of the distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by:
∣P1P2∣2=(x2βˆ’x1)2+(y2βˆ’y1)2 \left|P_1P_2\right|^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2
  • Circumcenter: The point equidistant from the three vertices of a triangle lies at the intersection of the perpendicular bisectors of the sides.

Summary of Steps

  1. Set up the distance equations: Use the fact that the point is equidistant from AA, BB, and CC to create distance equations.
  2. Simplify and solve for xx and yy: Solve the system of equations to find the coordinates of the point PP.
  3. Find the radius of the circumcircle: The radius is the distance from the circumcenter to any of the vertices. Use the distance formula to find this radius.

Thus, the point P(1,0)P(1, 0) is equidistant from AA, BB, and CC, and the radius of the circumcircle is 5.