Question
Question: If the coordinates of the mid points of a triangle be \[\left( {3, - 2} \right)\] , \[\left( { - 3,1...
If the coordinates of the mid points of a triangle be (3,−2) , (−3,1) and (4,−3) , then find the coordinates of its vertices.
Solution
Hint : To find the vertices of the triangle, we firstly let the three vertices to be in variable form and then use the midpoint for finding the midpoints of the sides of the triangle using the considered points. After that, we just solve for both the x and y coordinates and obtain the vertices of the triangle.
The midpoint formula,
P(X,Y)=(2x1+x2,2y1+y2)
Where, x1 and x2 are the x coordinates of the end points of the line segment and y1 and y2 are the y coordinates of the end points of the segment.
Complete step-by-step answer :
It is given that the coordinates of the mid points of the triangle are (3,−2) , (−3,1) and (4,−3) ,
Let the vertices be (x,y) , (a,b) and (d,e)
Now, in order to find the coordinates of the vertices,
We use the midpoint formula, i.e.
P(X,Y)=(2x1+x2,2y1+y2)
So, for the side AB , the midpoint, D is given by
(3,−2)=(2x+a,2y+b) ⇒x+a=6 y+b=−4−−−−(1)
For the side AC , the midpoint F is given by
(−3,1)=(2x+d,2y+e) ⇒x+d=−6 y+e=2−−−−−(2)
For side BC , the midpoint E is given by
(4,−3)=(2a+d,2b+e) ⇒a+d=8 b+e=−6−−−−−−(3)
Solving equations (2)and(3) ,
x+d=−6 y+e=2 a+d=8 b+e=−6 ⇒−6−x=8−a ⇒a−x=14−−−−(4) and2−y=−6−b ⇒b−y=−8−−−−−(5)
Using (4) and (5) in (1)
x+a=6 a−x=14 ⇒2a=20 ⇒a=10 ∴x=6−a=6−10=−4
Solving for the values of y and b
y+b=−4 b−y=−8 ⇒2b=−12 ⇒b=−6 ∴y=−4−b=−4+6=2
Hence the points A and B are (−4,2) and (10,−6) respectively.
Finding the vertex C ,
From (3) ,
d=8−a=8−10=−2
And
e=−6−b=−6+6=0
So, the vertex C is (−2,0)
Therefore, the coordinates of the vertices of the triangle are:
(−4,2),(10,−6),(−2,0)
So, the correct answer is “ (−4,2),(10,−6),(−2,0) ”.
Note : The midpoint formula is used to find the middle point of a line segment and is obtained simply by adding the coordinates and dividing it by 2 . This same thing is done for the x coordinates and the y coordinates of the end points of the segment.