Let the points of intersections of the lines x − y + 1 = 0, x − 2y + 3 = 0 and 2x − 5y + 11 = 0 are the mid points of the sides of a triangle ΔABC. Then, the area of the ΔABC is _____________.
Answer: 1
Solution
Key Concepts and Formulas
Intersection of Lines: The intersection of two lines a1x+b1y+c1=0 and a2x+b2y+c2=0 is found by solving the system of equations.
Area of a Triangle (Determinant Form): The area of a triangle with vertices (x1,y1), (x2,y2), and (x3,y3) is given by:
Area=21detx1x2x3y1y2y3111
Area Relationship: Medial Triangle: If D,E,F are the midpoints of the sides of △ABC, then Area(△DEF)=41Area(△ABC), which implies Area(△ABC)=4×Area(△DEF).
Step-by-Step Solution
Step 1: Understand the Given Information
We have three lines:
L1:x−y+1=0
L2:x−2y+3=0
L3:2x−5y+11=0
The intersection points of these lines are the midpoints of the sides of a triangle △ABC. We need to find the area of △ABC.
Step 2: Find the Intersection Points
We find the intersection points by solving the equations of the lines pairwise. These intersection points will be the vertices of the medial triangle.
Intersection of L1 and L2:
We solve the system:
x−y+1=0 ...(1)
x−2y+3=0 ...(2)
Subtracting (2) from (1), we get:
(x−y+1)−(x−2y+3)=0y−2=0y=2
Substituting y=2 into (1), we get:
x−2+1=0x=1
So, the intersection point is (1,2).
Intersection of L1 and L3:
We solve the system:
x−y+1=0 ...(3)
2x−5y+11=0 ...(4)
Multiply (3) by 2:
2x−2y+2=0 ...(5)
Subtract (5) from (4):
(2x−5y+11)−(2x−2y+2)=0−3y+9=0y=3
Substituting y=3 into (3), we get:
x−3+1=0x=2
So, the intersection point is (2,3).
Intersection of L2 and L3:
We solve the system:
x−2y+3=0 ...(6)
2x−5y+11=0 ...(7)
Multiply (6) by 2:
2x−4y+6=0 ...(8)
Subtract (8) from (7):
(2x−5y+11)−(2x−4y+6)=0−y+5=0y=5
Substituting y=5 into (6), we get:
x−2(5)+3=0x−10+3=0x=7
So, the intersection point is (7,5).
Therefore, the vertices of the medial triangle △DEF are D(1,2), E(2,3), and F(7,5).
Step 3: Calculate the Area of the Medial Triangle △DEF
Using the determinant formula for the area of a triangle:
Area(△DEF)=21det127235111Area(△DEF)=21∣1(3−5)−2(2−7)+1(10−21)∣Area(△DEF)=21∣1(−2)−2(−5)+1(−11)∣Area(△DEF)=21∣−2+10−11∣Area(△DEF)=21∣−3∣Area(△DEF)=23
Step 4: Calculate the Area of the Original Triangle △ABC
Since Area(△DEF)=41Area(△ABC), we have:
Area(△ABC)=4×Area(△DEF)Area(△ABC)=4×23Area(△ABC)=6
Common Mistakes & Tips
Double-check the signs when calculating determinants to avoid errors.
Remember the relationship between the areas of a triangle and its medial triangle.
Be careful when solving the systems of linear equations; a small arithmetic error can lead to a wrong answer.
Summary
We found the intersection points of the three given lines, which are the midpoints of the sides of triangle △ABC. These intersection points form the vertices of the medial triangle △DEF. We calculated the area of △DEF using the determinant formula and then used the relationship Area(△ABC)=4×Area(△DEF) to find the area of △ABC.