Skip to main content
Back to Straight Lines
JEE Main 2024
Straight Lines
Straight Lines and Pair of Straight Lines
Hard

Question

If the orthocentre of the triangle formed by the lines 2x+3y1=0,x+2y1=02 x+3 y-1=0, x+2 y-1=0 and ax+by1=0a x+b y-1=0, is the centroid of another triangle, whose circumcentre and orthocentre respectively are (3,4)(3,4) and (6,8)(-6,-8), then the value of ab|a-b| is _________.

Answer: 1

Solution

Key Concepts and Formulas

  • Euler Line Property: For any triangle, its circumcentre (CC), centroid (GG), and orthocentre (HH) are collinear, and GG divides the line segment CHCH in the ratio 1:21:2, i.e., OG=OH+2OC3\vec{OG} = \frac{\vec{OH} + 2\vec{OC}}{3}.
  • Orthocentre of a Triangle: The orthocentre is the point of intersection of the altitudes of a triangle. An altitude is a line segment from a vertex perpendicular to the opposite side.
  • Perpendicular Lines: If two lines with slopes m1m_1 and m2m_2 are perpendicular, then m1m2=1m_1 m_2 = -1. The slope of a line Ax+By+C=0Ax+By+C=0 is given by AB-\frac{A}{B}.

Step-by-Step Solution

Step 1: Find the Centroid of the Second Triangle We are given the circumcentre C2=(3,4)C_2 = (3,4) and orthocentre H2=(6,8)H_2 = (-6,-8) of the second triangle. We need to find the coordinates of its centroid G2G_2. Using the Euler line property, we have: G2=(xH2+2xC23,yH2+2yC23)G_2 = \left( \frac{x_{H_2} + 2x_{C_2}}{3}, \frac{y_{H_2} + 2y_{C_2}}{3} \right) Substituting the given coordinates: G2=(6+2(3)3,8+2(4)3)=(6+63,8+83)=(0,0)G_2 = \left( \frac{-6 + 2(3)}{3}, \frac{-8 + 2(4)}{3} \right) = \left( \frac{-6+6}{3}, \frac{-8+8}{3} \right) = (0,0) Thus, the centroid of the second triangle is G2=(0,0)G_2 = (0,0). The problem states that this centroid is the orthocentre of the first triangle, so H1=(0,0)H_1 = (0,0).

Step 2: Find the Intersection Point of the First Two Lines The first triangle is formed by the lines L1:2x+3y1=0L_1: 2x+3y-1=0, L2:x+2y1=0L_2: x+2y-1=0, and L3:ax+by1=0L_3: ax+by-1=0. Let's find the intersection point AA of L1L_1 and L2L_2. From L2L_2, we have x=12yx = 1-2y. Substituting this into L1L_1: 2(12y)+3y1=02(1-2y) + 3y - 1 = 0 24y+3y1=02 - 4y + 3y - 1 = 0 1y=0    y=11 - y = 0 \implies y = 1 Substituting y=1y=1 back into x=12yx = 1-2y: x=12(1)=1x = 1 - 2(1) = -1 So, vertex A=(1,1)A = (-1,1).

Step 3: Use the Orthocentre Property for Altitude from A Since H1=(0,0)H_1 = (0,0) is the orthocentre, the line segment AH1AH_1 is perpendicular to the side L3L_3 (defined by ax+by1=0ax+by-1=0). The slope of AH1AH_1 is mAH1=1010=1m_{AH_1} = \frac{1-0}{-1-0} = -1. The slope of L3L_3 is mL3=abm_{L_3} = -\frac{a}{b}. Since AH1L3AH_1 \perp L_3, we have mAH1mL3=1m_{AH_1} \cdot m_{L_3} = -1, which implies: (1)(ab)=1(-1)\left(-\frac{a}{b}\right) = -1 ab=1    a=b\frac{a}{b} = -1 \implies a = -b

Step 4: Find the Intersection Point of the Second and Third Lines Let C=(xC,yC)C = (x_C, y_C) be the intersection of L2:x+2y1=0L_2: x+2y-1=0 and L3:ax+by1=0L_3: ax+by-1=0. Since H1=(0,0)H_1 = (0,0) is the orthocentre, the line segment CH1CH_1 is perpendicular to L1:2x+3y1=0L_1: 2x+3y-1=0. The slope of L1L_1 is mL1=23m_{L_1} = -\frac{2}{3}. Thus, the slope of CH1CH_1 is mCH1=32m_{CH_1} = \frac{3}{2}. Since H1=(0,0)H_1=(0,0), we have mCH1=yC0xC0=yCxC=32m_{CH_1} = \frac{y_C-0}{x_C-0} = \frac{y_C}{x_C} = \frac{3}{2}. So, yC=32xCy_C = \frac{3}{2}x_C. Substituting this into the equation of L2L_2: xC+2(32xC)1=0x_C + 2\left(\frac{3}{2}x_C\right) - 1 = 0 xC+3xC1=0x_C + 3x_C - 1 = 0 4xC=1    xC=144x_C = 1 \implies x_C = \frac{1}{4} Then yC=32(14)=38y_C = \frac{3}{2}\left(\frac{1}{4}\right) = \frac{3}{8}. So, C=(14,38)C = \left(\frac{1}{4}, \frac{3}{8}\right).

Step 5: Use the Fact that Point C Lies on Line L3L_3 Since CC lies on L3:ax+by1=0L_3: ax+by-1=0, we substitute the coordinates of CC into the equation: a(14)+b(38)1=0a\left(\frac{1}{4}\right) + b\left(\frac{3}{8}\right) - 1 = 0 Multiplying by 8, we get: 2a+3b8=02a + 3b - 8 = 0

Step 6: Solve for a and b We have the system of equations:

  1. a=ba = -b
  2. 2a+3b8=02a + 3b - 8 = 0 Substitute a=ba = -b into the second equation: 2(b)+3b8=02(-b) + 3b - 8 = 0 2b+3b8=0-2b + 3b - 8 = 0 b=8b = 8 Then a=b=8a = -b = -8.

Step 7: Calculate |a-b| We have a=8a = -8 and b=8b = 8. Then ab=88=16=16|a-b| = |-8 - 8| = |-16| = 16

Common Mistakes & Tips

  • Ensure the correct ratio for the Euler line property is used.
  • Carefully calculate slopes and apply the perpendicularity condition.
  • Pay attention to signs when substituting values and solving equations.

Summary We used the Euler line property to find the centroid of the second triangle, which was also the orthocentre of the first triangle. Using the orthocentre property and the equations of the lines, we found the values of aa and bb, and finally, we calculated ab|a-b|.

The final answer is \boxed{16}.

Practice More Straight Lines Questions

View All Questions