Solveeit Logo

Question

Question: Find the circumcenter of the triangle formed by the lines \(x + y + 2 = 0\), \(5x - y - 2 = 0\) and ...

Find the circumcenter of the triangle formed by the lines x+y+2=0x + y + 2 = 0, 5xy2=05x - y - 2 = 0 and x2y+5=0x - 2y + 5 = 0.

Explanation

Solution

Solve the given equations pairwise to obtain the vertices of the triangle. Substitute the coordinates of the vertices in the general equation of a circle (xh)2+(yk)2=r2{\left( {x - h} \right)^2} + {\left( {y - k} \right)^2} = {r^2} with (h,k)\left( {h,k} \right) as its center. Solve the equations thus obtained to get (h,k)\left( {h,k} \right) which is the required answer.

Complete step by step answer:
We are given the equation of the lines which form the sides of the triangle.
\Rightarrow Line 1: x+y+2=0x + y + 2 = 0
\Rightarrow Line 2: 5xy2=05x - y - 2 = 0
\Rightarrow Line 3: x2y+5=0x - 2y + 5 = 0
We need to find the circumcenter of the triangle.

In the above figure, consider O as the circumcenter of ΔABC\Delta ABC.
Consider the system of linear equations,
Transform line 1 in slope-intercept form,
y=x2\Rightarrow y = - x - 2 ….. (1)
Transform line 2 in slope-intercept form,
y=5x2\Rightarrow y = 5x - 2 ….. (2)
Transform line 3 in slope-intercept form,
y=12(x+5)\Rightarrow y = \dfrac{1}{2}\left( {x + 5} \right) ….. (3)
As can be understood from the figure, every pair of lines has a point of intersection, and these 3 points of intersection form the vertices of the triangle.
Equate equation (1) and (2),
x2=5x2\Rightarrow - x - 2 = 5x - 2
Move the variable part on one side and constant part on another side,
5x+x=22\Rightarrow 5x + x = 2 - 2
Simplify the term,
6x=0\Rightarrow 6x = 0
Divide both sides by 6,
x=0\Rightarrow x = 0
Substitute the value in equation (1),
y=02\Rightarrow y = - 0 - 2
Simplify the terms,
y=2\Rightarrow y = - 2
Thus, we get one of the vertices of the triangle. Call this vertex as A.
A(0,2)A \equiv \left( {0, - 2} \right)
Now, equate equation (2) and (3),
5x2=12(x+5)\Rightarrow 5x - 2 = \dfrac{1}{2}\left( {x + 5} \right)
Cross multiply the terms,
10x4=x+5\Rightarrow 10x - 4 = x + 5
Move the variable part on one side and constant part on another side,
10xx=5+4\Rightarrow 10x - x = 5 + 4
Simplify the term,
9x=9\Rightarrow 9x = 9
Divide both sides by 9,
x=1\Rightarrow x = 1
Substitute the value in equation (2),
y=5×12\Rightarrow y = 5 \times 1 - 2
Simplify the terms,
y=3\Rightarrow y = 3
Thus, we get the second vertices of the triangle. Call this vertex as B.
B(1,3)B \equiv \left( {1,3} \right)
Now, equate equation (1) and (3),
x2=12(x+5)\Rightarrow - x - 2 = \dfrac{1}{2}\left( {x + 5} \right)
Cross multiply the terms,
2x4=x+5\Rightarrow - 2x - 4 = x + 5
Move the variable part on one side and constant part on another side,
2xx=5+4\Rightarrow - 2x - x = 5 + 4
Simplify the term,
3x=9\Rightarrow - 3x = 9
Divide both sides by -3,
x=3\Rightarrow x = - 3
Substitute the value in equation (1),
y=(3)2\Rightarrow y = - \left( { - 3} \right) - 2
Simplify the terms,
y=1\Rightarrow y = 1
Thus, we get the third vertices of the triangle. Call this vertex as C.
B(3,1)B \equiv \left( { - 3,1} \right)
Now, these vertices of ΔABC\Delta ABC lie on the circle and we need only 3 points to construct a circle.
The center of the circle formed by the vertices A, B, C is the required circumcenter.
We will construct the equation of the circle using A, B, and C.
Let (h,k)\left( {h,k} \right) be the circumcenter.
Then the equation of the circle with radius r and center (h,k)\left( {h,k} \right) is given by,
(xh)2+(yk)2=r2{\left( {x - h} \right)^2} + {\left( {y - k} \right)^2} = {r^2}
As the points A, B, and C lie on the circle, they will satisfy the above equation.
For point A,
(0h)2+(2k)2=r2\Rightarrow {\left( {0 - h} \right)^2} + {\left( { - 2 - k} \right)^2} = {r^2} ….. (4)
For point B,
(1h)2+(3k)2=r2\Rightarrow {\left( {1 - h} \right)^2} + {\left( {3 - k} \right)^2} = {r^2} ….. (5)
For point C,
(3h)2+(1k)2=r2\Rightarrow {\left( { - 3 - h} \right)^2} + {\left( {1 - k} \right)^2} = {r^2} ….. (6)
Comparing the equations (4) and (5), we get,
(0h)2+(2k)2=(1h)2+(3k)2\Rightarrow {\left( {0 - h} \right)^2} + {\left( { - 2 - k} \right)^2} = {\left( {1 - h} \right)^2} + {\left( {3 - k} \right)^2}
Expand the terms,
h2+4+k2+4k=1+h2+2h+9+k26k\Rightarrow {h^2} + 4 + {k^2} + 4k = 1 + {h^2} + 2h + 9 + {k^2} - 6k
Simplify the terms,
2h10k=6\Rightarrow 2h - 10k = - 6 ….. (7)
Comparing the equations (4) and (6), we get,
(0h)2+(2k)2=(3h)2+(1k)2\Rightarrow {\left( {0 - h} \right)^2} + {\left( { - 2 - k} \right)^2} = {\left( { - 3 - h} \right)^2} + {\left( {1 - k} \right)^2}
Expand the terms,
h2+4+k2+4k=9+h2+6h+1+k22k\Rightarrow {h^2} + 4 + {k^2} + 4k = 9 + {h^2} + 6h + 1 + {k^2} - 2k
Simplify the terms,
6h6k=6\Rightarrow 6h - 6k = - 6
Divide both sides by 6,
hk=1\Rightarrow h - k = - 1
Move k on the right side,
h=k1\Rightarrow h = k - 1 ….. (8)
Substitute the value in equation (7),
2(k1)10k=6\Rightarrow 2\left( {k - 1} \right) - 10k = - 6
Expand the bracket,
2k210k=6\Rightarrow 2k - 2 - 10k = - 6
Simplify the term,
8k=4\Rightarrow - 8k = - 4
Divide both sides by -8,
k=12\Rightarrow k = \dfrac{1}{2}
Substitute the value in equation (8),
h=121\Rightarrow h = \dfrac{1}{2} - 1
Simplify the terms,
h=12\Rightarrow h = - \dfrac{1}{2}
So, (h,k)(12,12)\left( {h,k} \right) \equiv \left( { - \dfrac{1}{2},\dfrac{1}{2}} \right)

Hence, the circumcenter is (12,12)\left( { - \dfrac{1}{2},\dfrac{1}{2}} \right).

Note: In the given ΔABC\Delta ABC, the line passing through the circumcenter and the vertex A is the perpendicular bisector of its opposite side BC. This holds for all the vertices.
The circumcenter of a triangle is defined as the point of intersection of the perpendicular bisectors of the sides of the triangle.