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

Question

Let (α,β)(\alpha, \beta) be the centroid of the triangle formed by the lines 15xy=82,6x5y=415 x-y=82,6 x-5 y=-4 and 9x+4y=179 x+4 y=17. Then α+2β\alpha+2 \beta and 2αβ2 \alpha-\beta are the roots of the equation :

Options

Solution

Key Concepts and Formulas

  • Intersection of Lines: The point of intersection of two lines a1x+b1y=c1a_1x + b_1y = c_1 and a2x+b2y=c2a_2x + b_2y = c_2 can be found by solving the system of equations.
  • Centroid of a Triangle: The centroid 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 (x1+x2+x33,y1+y2+y33)\left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}\right).
  • Quadratic Equation from Roots: A quadratic equation with roots r1r_1 and r2r_2 can be written as x2(r1+r2)x+r1r2=0x^2 - (r_1 + r_2)x + r_1r_2 = 0.

Step-by-Step Solution

Let the three given lines be: (L1) 15xy=8215x - y = 82 (L2) 6x5y=46x - 5y = -4 (L3) 9x+4y=179x + 4y = 17

Step 1: Finding Vertex A (Intersection of L1 and L2)

We need to solve the system of equations:

  1. 15xy=8215x - y = 82
  2. 6x5y=46x - 5y = -4
  • Strategy: Multiply equation (1) by 5 to eliminate yy.
  • Multiply (1) by 5: 5(15xy)=5(82)    75x5y=410(Equation 1’)5(15x - y) = 5(82) \implies 75x - 5y = 410 \quad \text{(Equation 1')}
  • Subtract equation (2) from equation (1'): (75x5y)(6x5y)=410(4)(75x - 5y) - (6x - 5y) = 410 - (-4) 69x=41469x = 414
  • Solve for xx: x=41469=6x = \frac{414}{69} = 6
  • Substitute x=6x = 6 into equation (1): 15(6)y=8215(6) - y = 82 90y=8290 - y = 82 y=9082=8y = 90 - 82 = 8
  • Vertex A is (6,8)(6, 8).

Step 2: Finding Vertex B (Intersection of L1 and L3)

We need to solve the system of equations:

  1. 15xy=8215x - y = 82
  2. 9x+4y=179x + 4y = 17
  • Strategy: Multiply equation (1) by 4 to eliminate yy.
  • Multiply (1) by 4: 4(15xy)=4(82)    60x4y=328(Equation 1”)4(15x - y) = 4(82) \implies 60x - 4y = 328 \quad \text{(Equation 1'')}
  • Add equation (3) to equation (1''): (60x4y)+(9x+4y)=328+17(60x - 4y) + (9x + 4y) = 328 + 17 69x=34569x = 345
  • Solve for xx: x=34569=5x = \frac{345}{69} = 5
  • Substitute x=5x = 5 into equation (3): 9(5)+4y=179(5) + 4y = 17 45+4y=1745 + 4y = 17 4y=1745=284y = 17 - 45 = -28 y=284=7y = \frac{-28}{4} = -7
  • Vertex B is (5,7)(5, -7).

Step 3: Finding Vertex C (Intersection of L2 and L3)

We need to solve the system of equations: 2) 6x5y=46x - 5y = -4 3) 9x+4y=179x + 4y = 17

  • Strategy: Multiply equation (2) by 4 and equation (3) by 5 to eliminate yy.
  • Multiply (2) by 4: 4(6x5y)=4(4)    24x20y=16(Equation 2’)4(6x - 5y) = 4(-4) \implies 24x - 20y = -16 \quad \text{(Equation 2')}
  • Multiply (3) by 5: 5(9x+4y)=5(17)    45x+20y=85(Equation 3’)5(9x + 4y) = 5(17) \implies 45x + 20y = 85 \quad \text{(Equation 3')}
  • Add equation (2') and equation (3'): (24x20y)+(45x+20y)=16+85(24x - 20y) + (45x + 20y) = -16 + 85 69x=6969x = 69
  • Solve for xx: x=6969=1x = \frac{69}{69} = 1
  • Substitute x=1x = 1 into equation (2): 6(1)5y=46(1) - 5y = -4 65y=46 - 5y = -4 5y=10-5y = -10 y=105=2y = \frac{-10}{-5} = 2
  • Vertex C is (1,2)(1, 2).

Step 4: Calculating the Centroid (α,β)(\alpha, \beta)

The vertices are A(6,8)A(6, 8), B(5,7)B(5, -7), and C(1,2)C(1, 2).

  • α=6+5+13=123=4\alpha = \frac{6 + 5 + 1}{3} = \frac{12}{3} = 4
  • β=8+(7)+23=33=1\beta = \frac{8 + (-7) + 2}{3} = \frac{3}{3} = 1
  • The centroid is (α,β)=(4,1)(\alpha, \beta) = (4, 1).

Step 5: Determining the Specific Roots

We need to find α+2β\alpha + 2\beta and 2αβ2\alpha - \beta.

  • r1=α+2β=4+2(1)=4+2=6r_1 = \alpha + 2\beta = 4 + 2(1) = 4 + 2 = 6
  • r2=2αβ=2(4)1=81=7r_2 = 2\alpha - \beta = 2(4) - 1 = 8 - 1 = 7
  • The roots are 6 and 7.

Step 6: Forming the Quadratic Equation

The quadratic equation is x2(r1+r2)x+r1r2=0x^2 - (r_1 + r_2)x + r_1r_2 = 0.

  • r1+r2=6+7=13r_1 + r_2 = 6 + 7 = 13
  • r1r2=6×7=42r_1r_2 = 6 \times 7 = 42
  • The quadratic equation is x213x+42=0x^2 - 13x + 42 = 0.

Common Mistakes & Tips

  • Double-check arithmetic when solving systems of equations, especially with negative numbers.
  • Ensure the centroid formula is applied correctly (sum of coordinates divided by 3).
  • Carefully calculate the sum and product of the roots for the quadratic equation.

Summary

We found the vertices of the triangle by solving pairs of linear equations, then calculated the centroid using the vertex coordinates. Finally, we used the centroid's coordinates to find the two specific roots and formed the quadratic equation. The equation is x213x+42=0x^2 - 13x + 42 = 0.

The final answer is x213x+42=0\boxed{x^{2}-13 x+42=0}, which corresponds to option (B).

Practice More Straight Lines Questions

View All Questions