Key Concepts and Formulas
- Midpoint Formula: The midpoint M(xm,ym) of a line segment joining points P1(x1,y1) and P2(x2,y2) has coordinates:
xm=2x1+x2,ym=2y1+y2
- Centroid Formula: The centroid G(xG,yG) of a triangle with vertices A(xA,yA), B(xB,yB), and C(xC,yC) has coordinates:
xG=3xA+xB+xC,yG=3yA+yB+yC
Step-by-Step Solution
Step 1: Define the triangle and given points.
- Why this step? To clearly define the problem and assign variables to the given information.
- Let the triangle be ABC with vertex A=(1,1).
- Let M1=(−1,2) be the midpoint of side AB.
- Let M2=(3,2) be the midpoint of side AC.
- We want to find the centroid G(xG,yG) of triangle ABC.
Step 2: Find the coordinates of vertex B.
- Why this step? To use the centroid formula, we need the coordinates of all three vertices. We know A, and we can find B using the midpoint formula with A and M1.
- Let B=(xB,yB). Since M1(−1,2) is the midpoint of AB:
xM1=2xA+xB⟹−1=21+xB
−2=1+xB⟹xB=−3
yM1=2yA+yB⟹2=21+yB
4=1+yB⟹yB=3
- So, the coordinates of vertex B are (−3,3).
Step 3: Find the coordinates of vertex C.
- Why this step? We need C to calculate the centroid. We use the midpoint formula with A and M2.
- Let C=(xC,yC). Since M2(3,2) is the midpoint of AC:
xM2=2xA+xC⟹3=21+xC
6=1+xC⟹xC=5
yM2=2yA+yC⟹2=21+yC
4=1+yC⟹yC=3
- So, the coordinates of vertex C are (5,3).
Step 4: Calculate the coordinates of the Centroid G.
- Why this step? Now that we have all three vertices A(1,1), B(−3,3), and C(5,3), we can directly apply the centroid formula.
- Using the centroid formula:
xG=3xA+xB+xC=31+(−3)+5=33=1
yG=3yA+yB+yC=31+3+3=37
- Therefore, the centroid G of the triangle is (1,37).
Alternative Method (Direct Centroid Formula using Given Points)
- Why this step? This provides a faster method to calculate the centroid in this specific scenario.
- The coordinates of the centroid G can be directly calculated as:
G=(3xA+2xM1+2xM2−3xA,3yA+2yM1+2yM2−3yA)
G=(3−xA+2xM1+2xM2,3−yA+2yM1+2yM2)
- Substituting the values with A(1,1), M1(−1,2), and M2(3,2):
xG=3−1+2(−1)+2(3)=3−1−2+6=33=1
yG=3−1+2(2)+2(2)=3−1+4+4=37
- This also yields the centroid G=(1,37).
Common Mistakes & Tips:
- Carefully read the problem statement to correctly identify which vertex and midpoints are given. Misinterpreting the given information will lead to an incorrect setup.
- Double-check your arithmetic, especially when substituting negative values into the midpoint and centroid formulas.
- Remember the direct formula to quickly find the centroid when given one vertex and the midpoints of the sides originating from that vertex.
Summary
To find the centroid of the triangle, we first found the coordinates of all three vertices using the midpoint formula. Then, we applied the centroid formula to find the coordinates of the centroid. An alternative, more direct method was also presented. Both methods yield the same centroid coordinates, which is (1,37).
Final Answer
The final answer is (1,37), which corresponds to option (C).