Analyzing the Setup
Imagine you are standing in a vast, open field, and you are given three lines:
L1:x−y+1=0
L2:x−2y+3=0
L3:2x−5y+11=0
These lines are not just arbitrary paths; they are the skeletal structure of a hidden triangle. The problem states that the intersection points of these lines are the midpoints of the sides of a larger triangle, ABC.
This is a classic JEE Advanced setup—it tests your ability to bridge the gap between algebraic equations and geometric properties. Let us embark on this journey together.
The Hunt for the Medial Triangle
Our first task is to uncover the vertices of the medial triangle, which we will call DEF. These vertices are simply the intersection points of our three lines. We solve the equations pairwise to find them.
For point
D, the intersection of
L1 and
L2, we subtract the equations:
(x−y+1)−(x−2y+3)=0
This simplifies to y−2=0, or y=2. Substituting y=2 back into L1, we find x=1. Thus, D(1,2).
For point
E, the intersection of
L2 and
L3, we multiply
L2 by
2 to get
2x−4y+6=0. Subtracting this from
L3 gives:
(2x−5y+11)−(2x−4y+6)=0
This yields −y+5=0, so y=5. Substituting back, we find x=7. Thus, E(7,5).
For point
F, the intersection of
L1 and
L3, we multiply
L1 by
2 to get
2x−2y+2=0. Subtracting this from
L3 yields:
(2x−5y+11)−(2x−2y+2)=0
This results in −3y+9=0, so y=3. Substituting back, we find x=2. Thus, F(2,3).
The Area of the Medial Triangle
Now that we have the coordinates of the medial triangle DEF as D(1,2), E(7,5), and F(2,3), we use the coordinate geometry formula for area:
Area=21∣x1(y2−y3)+x2(y3−y1)+x3(y1−y2)∣
Substituting our values into the formula:
Area=21∣1(5−3)+7(3−2)+2(2−5)∣
Area=21∣1(2)+7(1)+2(−3)∣=21∣2+7−6∣=23 square units.
Final Calculation
A fundamental theorem in geometry states that the triangle formed by joining the midpoints of a triangle divides the original triangle into four congruent triangles. Therefore, the area of the original triangle ABC is exactly 4 times the area of the medial triangle DEF.
Area(ΔABC)=4×23=6 square units.
By visualizing the geometry and applying the right theorems, we have conquered the problem. The final area of triangle ABC is 6 square units.