Skip to main content
Back to Straight Lines
JEE Main 2023
Straight Lines
Straight Lines and Pair of Straight Lines
Easy

Question

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 Δ\Delta ABC. Then, the area of the Δ\Delta ABC is _____________.

Answer: 1

Solution

Key Concepts and Formulas

  • Intersection of Lines: The intersection of two lines a1x+b1y+c1=0a_1x + b_1y + c_1 = 0 and a2x+b2y+c2=0a_2x + b_2y + c_2 = 0 is found by solving the system of equations.
  • Area of a Triangle (Determinant Form): The area of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) is given by: Area=12det(x1y11x2y21x3y31)\text{Area} = \frac{1}{2} \left| \det \begin{pmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{pmatrix} \right|
  • Area Relationship: Medial Triangle: If D,E,FD, E, F are the midpoints of the sides of ABC\triangle ABC, then Area(DEF)=14Area(ABC)\text{Area}(\triangle DEF) = \frac{1}{4} \text{Area}(\triangle ABC), which implies Area(ABC)=4×Area(DEF)\text{Area}(\triangle ABC) = 4 \times \text{Area}(\triangle DEF).

Step-by-Step Solution

Step 1: Understand the Given Information

We have three lines:

  1. L1:xy+1=0L_1: x - y + 1 = 0
  2. L2:x2y+3=0L_2: x - 2y + 3 = 0
  3. L3:2x5y+11=0L_3: 2x - 5y + 11 = 0

The intersection points of these lines are the midpoints of the sides of a triangle ABC\triangle ABC. We need to find the area of ABC\triangle 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 L1L_1 and L2L_2: We solve the system: xy+1=0x - y + 1 = 0 ...(1) x2y+3=0x - 2y + 3 = 0 ...(2) Subtracting (2) from (1), we get: (xy+1)(x2y+3)=0(x - y + 1) - (x - 2y + 3) = 0 y2=0y - 2 = 0 y=2y = 2 Substituting y=2y = 2 into (1), we get: x2+1=0x - 2 + 1 = 0 x=1x = 1 So, the intersection point is (1,2)(1, 2).

  • Intersection of L1L_1 and L3L_3: We solve the system: xy+1=0x - y + 1 = 0 ...(3) 2x5y+11=02x - 5y + 11 = 0 ...(4) Multiply (3) by 2: 2x2y+2=02x - 2y + 2 = 0 ...(5) Subtract (5) from (4): (2x5y+11)(2x2y+2)=0(2x - 5y + 11) - (2x - 2y + 2) = 0 3y+9=0-3y + 9 = 0 y=3y = 3 Substituting y=3y = 3 into (3), we get: x3+1=0x - 3 + 1 = 0 x=2x = 2 So, the intersection point is (2,3)(2, 3).

  • Intersection of L2L_2 and L3L_3: We solve the system: x2y+3=0x - 2y + 3 = 0 ...(6) 2x5y+11=02x - 5y + 11 = 0 ...(7) Multiply (6) by 2: 2x4y+6=02x - 4y + 6 = 0 ...(8) Subtract (8) from (7): (2x5y+11)(2x4y+6)=0(2x - 5y + 11) - (2x - 4y + 6) = 0 y+5=0-y + 5 = 0 y=5y = 5 Substituting y=5y = 5 into (6), we get: x2(5)+3=0x - 2(5) + 3 = 0 x10+3=0x - 10 + 3 = 0 x=7x = 7 So, the intersection point is (7,5)(7, 5).

Therefore, the vertices of the medial triangle DEF\triangle DEF are D(1,2)D(1, 2), E(2,3)E(2, 3), and F(7,5)F(7, 5).

Step 3: Calculate the Area of the Medial Triangle DEF\triangle DEF

Using the determinant formula for the area of a triangle: Area(DEF)=12det(121231751)\text{Area}(\triangle DEF) = \frac{1}{2} \left| \det \begin{pmatrix} 1 & 2 & 1 \\ 2 & 3 & 1 \\ 7 & 5 & 1 \end{pmatrix} \right| Area(DEF)=121(35)2(27)+1(1021)\text{Area}(\triangle DEF) = \frac{1}{2} \left| 1(3 - 5) - 2(2 - 7) + 1(10 - 21) \right| Area(DEF)=121(2)2(5)+1(11)\text{Area}(\triangle DEF) = \frac{1}{2} \left| 1(-2) - 2(-5) + 1(-11) \right| Area(DEF)=122+1011\text{Area}(\triangle DEF) = \frac{1}{2} \left| -2 + 10 - 11 \right| Area(DEF)=123\text{Area}(\triangle DEF) = \frac{1}{2} \left| -3 \right| Area(DEF)=32\text{Area}(\triangle DEF) = \frac{3}{2}

Step 4: Calculate the Area of the Original Triangle ABC\triangle ABC

Since Area(DEF)=14Area(ABC)\text{Area}(\triangle DEF) = \frac{1}{4} \text{Area}(\triangle ABC), we have: Area(ABC)=4×Area(DEF)\text{Area}(\triangle ABC) = 4 \times \text{Area}(\triangle DEF) Area(ABC)=4×32\text{Area}(\triangle ABC) = 4 \times \frac{3}{2} Area(ABC)=6\text{Area}(\triangle 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\triangle ABC. These intersection points form the vertices of the medial triangle DEF\triangle DEF. We calculated the area of DEF\triangle DEF using the determinant formula and then used the relationship Area(ABC)=4×Area(DEF)\text{Area}(\triangle ABC) = 4 \times \text{Area}(\triangle DEF) to find the area of ABC\triangle ABC.

The final answer is \boxed{6}.

Practice More Straight Lines Questions

View All Questions