Analyzing the Setup
Imagine you are standing on a coordinate plane, looking at a triangle ABC. You know one corner, A(1,2), but the other two corners, B and C, are shrouded in mystery.
However, you have two clues: the equations of the medians passing through B and C. This is a detective story where we use the properties of geometry to uncover the hidden vertices.
The Centroid Discovery
The first step in our investigation is to find the meeting point of our two clues. The medians of a triangle intersect at a very special point called the Centroid, denoted by G.
By solving the system of equations x+y=5 and x=4, we find the intersection. Substituting x=4 into the first equation, we get 4+y=5, which simplifies to y=1.
Thus, our Centroid G is located at (4,1). We have found our first major landmark.
The Art of Parameterization
Now, we need to find the vertices B and C. We know B lies on the line x+y=5.
Instead of treating B as two unknown variables (x1,y1), we can use the line equation to express y1 as 5−x1. So, B becomes (x1,5−x1).
Similarly, C lies on the vertical line x=4. This means its x-coordinate is fixed at 4, so C is (4,y2). We have successfully reduced our unknowns to just two variables, x1 and y2.
The Centroid Bridge
The Centroid formula is our bridge between the vertices and the center. It states that:
G=(3xA+xB+xC,3yA+yB+yC)
Let's apply this to the x-coordinates:
Multiplying by 3, we get 12=5+x1, which gives us x1=7. Now we know B=(7,5−7)=(7,−2).
Next, we apply it to the y-coordinates:
Substituting x1=7, we get 1=32+(−2)+y2, which simplifies to 1=3y2, so y2=3. Our vertices are A(1,2), B(7,−2), and C(4,3).
The Final Calculation
With the vertices in hand, the area is just a calculation away. Using the area formula:
Area=21∣xA(yB−yC)+xB(yC−yA)+xC(yA−yB)∣
We substitute our values:
Area=21∣1(−2−3)+7(3−2)+4(2−(−2))∣
This becomes:
Area=21∣1(−5)+7(1)+4(4)∣=21∣−5+7+16∣=21∣18∣=9
The area of our triangle is 9 square units. We have solved the mystery!