The Geometry of Balance
Imagine you are standing at the vertex A(1,1) of a triangle. You are given two midpoints, M1(−1,2) and M2(3,2), which lie on the sides connected to your vertex.
This is a classic coordinate geometry puzzle. It is not just about plugging numbers into formulas; it is about understanding the hidden symmetry of a triangle.
The midpoint formula, M=2A+B, is your bridge to the unknown. It tells us that the midpoint is the average of the two endpoints. If we know the average and one endpoint, we can reverse the process to find the other endpoint.
Reverse Engineering the Vertices
We know that M1 is the midpoint of AB. Therefore, M1=2A+B. By rearranging this, we get B=2M1−A.
Let us calculate this carefully. We take 2×(−1,2), which gives us (−2,4). Now, we subtract the coordinates of A(1,1).
So, the x-coordinate of B is −2−1=−3, and the y-coordinate is 4−1=3. Thus, vertex B is at (−3,3).
We apply the same logic for vertex C using M2(3,2) where C=2M2−A. This gives us 2×(3,2)=(6,4).
Subtracting A(1,1) yields 6−1=5 and 4−1=3. So, vertex C is at (5,3). We have successfully reconstructed the triangle!
Finding the Centroid
Now that we have all three vertices—A(1,1), B(−3,3), and C(5,3)—we can find the centroid G. The centroid is the geometric center of the triangle, the point where the three medians intersect.
It is simply the average of the x-coordinates and the average of the y-coordinates:
G=(3xA+xB+xC,3yA+yB+yC)
Substituting our values, we get:
Simplifying the numerators, we find 1−3+5=3 and 1+3+3=7. Therefore, the centroid G is (33,37), which simplifies to:
G=(1,37)
This is the elegant balance point of our triangle. Remember, in JEE, always double-check your arithmetic, especially with negative signs. You have mastered the logic; now trust your process.