Solveeit Logo

Question

Question: The orthocentre of the triangle formed by the pair of lines $2x^2 - xy - y^2 + x + 2y - 1 = 0$ and t...

The orthocentre of the triangle formed by the pair of lines 2x2xyy2+x+2y1=02x^2 - xy - y^2 + x + 2y - 1 = 0 and the line x+y+1=0x + y + 1 = 0 is:

A

(-1, 0)

B

(0, 1)

C

(-1, 1)

D

None of these

Answer

(-1, 0)

Explanation

Solution

  1. Decompose the given quadratic equation 2x2xyy2+x+2y1=02x^2 - xy - y^2 + x + 2y - 1 = 0 into two linear equations L1:2x+y1=0L_1: 2x+y-1=0 and L2:xy+1=0L_2: x-y+1=0.
  2. Identify the third line L3:x+y+1=0L_3: x+y+1=0.
  3. Calculate the vertices of the triangle by finding the intersection points of these lines: V1=L1L2=(0,1)V_1 = L_1 \cap L_2 = (0,1), V2=L1L3=(2,3)V_2 = L_1 \cap L_3 = (2,-3), V3=L2L3=(1,0)V_3 = L_2 \cap L_3 = (-1,0).
  4. Determine the slopes of the sides: m(V1V2)=2m(V_1V_2)=-2, m(V2V3)=1m(V_2V_3)=-1, m(V3V1)=1m(V_3V_1)=1.
  5. Observe that m(V2V3)×m(V3V1)=(1)×1=1m(V_2V_3) \times m(V_3V_1) = (-1) \times 1 = -1, indicating that the triangle is right-angled at V3(1,0)V_3(-1,0).
  6. The orthocentre of a right-angled triangle is the vertex where the right angle is formed. Therefore, the orthocentre is V3(1,0)V_3(-1,0).

Alternatively, find the equations of two altitudes.

  • Altitude from V1(0,1)V_1(0,1) is perpendicular to V2V3V_2V_3 (slope -1), so its slope is 1. Equation: y1=1(x0)    xy+1=0y-1=1(x-0) \implies x-y+1=0 (L2L_2).
  • Altitude from V2(2,3)V_2(2,-3) is perpendicular to V3V1V_3V_1 (slope 1), so its slope is -1. Equation: y(3)=1(x2)    x+y+1=0y-(-3)=-1(x-2) \implies x+y+1=0 (L3L_3).
  • The intersection of altitudes L2L_2 and L3L_3 is (1,0)(-1,0), which is the orthocentre.