Analyzing the Setup
To find the centroid of the triangle, we must first determine the coordinates of the vertices B and C. We are given vertex A(1,2) and the midpoints of the sides AB and AC, which are M1(−1,1) and M2(2,3) respectively.
The midpoint formula states that the midpoint of a segment with endpoints (x1,y1) and (x2,y2) is given by:
Finding the Missing Vertices
Since M1 is the midpoint of AB, we can express B as B=2M1−A. Substituting the given coordinates:
xB=2(−1)−1=−3
yB=2(1)−2=0
Thus, vertex B is (−3,0). Similarly, for vertex C using midpoint M2:
xC=2(2)−1=3
yC=2(3)−2=4
Thus, vertex C is (3,4).
Calculating the Centroid
The centroid G of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is the arithmetic mean of the coordinates:
G=(3x1+x2+x3,3y1+y2+y3)
Substituting the vertices A(1,2), B(−3,0), and C(3,4) into the formula:
The final coordinates of the centroid are (31,2).