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

Question

Let C be the centroid of the triangle with vertices (3, –1), (1, 3) and (2, 4). Let P be the point of intersection of the lines x + 3y – 1 = 0 and 3x – y + 1 = 0. Then the line passing through the points C and P also passes through the point :

Options

Solution

Key Concepts and Formulas

  • 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 the coordinates: C=(x1+x2+x33,y1+y2+y33)C = \left( \frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3} \right)
  • Intersection of Two Lines: To find the point of intersection of two lines, we solve their equations simultaneously.
  • Equation of a Line: Given two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2), the equation of the line passing through them is: yy1xx1=y2y1x2x1\frac{y - y_1}{x - x_1} = \frac{y_2 - y_1}{x_2 - x_1} Equivalently, a point (x,y)(x, y) lies on the line if and only if the equation holds.

Step-by-Step Solution

Step 1: Find the coordinates of the centroid C.

We are given the vertices of the triangle as (3, –1), (1, 3), and (2, 4). Using the centroid formula:

C=(3+1+23,1+3+43)=(63,63)=(2,2)C = \left( \frac{3+1+2}{3}, \frac{-1+3+4}{3} \right) = \left( \frac{6}{3}, \frac{6}{3} \right) = (2, 2)

Therefore, the centroid C has coordinates (2, 2).

Step 2: Find the coordinates of the point of intersection P.

We are given the equations of the lines as x+3y1=0x + 3y - 1 = 0 and 3xy+1=03x - y + 1 = 0. We need to solve these equations simultaneously. From the first equation, we have x=13yx = 1 - 3y. Substituting this into the second equation gives:

3(13y)y+1=03(1 - 3y) - y + 1 = 0 39yy+1=03 - 9y - y + 1 = 0 410y=04 - 10y = 0 10y=410y = 4 y=410=25y = \frac{4}{10} = \frac{2}{5}

Now, substitute y=25y = \frac{2}{5} back into x=13yx = 1 - 3y:

x=13(25)=165=565=15x = 1 - 3\left(\frac{2}{5}\right) = 1 - \frac{6}{5} = \frac{5 - 6}{5} = -\frac{1}{5}

Therefore, the point of intersection P has coordinates (15,25)\left(-\frac{1}{5}, \frac{2}{5}\right).

Step 3: Find the equation of the line passing through C and P.

We have C(2, 2) and P(15,25)\left(-\frac{1}{5}, \frac{2}{5}\right). Using the equation of a line passing through two points:

y2x2=252152=21051105=811=811\frac{y - 2}{x - 2} = \frac{\frac{2}{5} - 2}{-\frac{1}{5} - 2} = \frac{\frac{2 - 10}{5}}{\frac{-1 - 10}{5}} = \frac{-8}{-11} = \frac{8}{11}

So, y2x2=811\frac{y - 2}{x - 2} = \frac{8}{11}

11(y2)=8(x2)11(y - 2) = 8(x - 2) 11y22=8x1611y - 22 = 8x - 16 8x11y+6=08x - 11y + 6 = 0

Step 4: Check which of the given points lies on the line 8x11y+6=08x - 11y + 6 = 0.

(A) (–9, –7): 8(9)11(7)+6=72+77+6=1108(-9) - 11(-7) + 6 = -72 + 77 + 6 = 11 \neq 0

(B) (9, 7): 8(9)11(7)+6=7277+6=108(9) - 11(7) + 6 = 72 - 77 + 6 = 1 \neq 0

(C) (7, 6): 8(7)11(6)+6=5666+6=408(7) - 11(6) + 6 = 56 - 66 + 6 = -4 \neq 0

(D) (–9, –6): 8(9)11(6)+6=72+66+6=08(-9) - 11(-6) + 6 = -72 + 66 + 6 = 0

Upon closer inspection, there's an arithmetic error in option (C). It should be: (C) (7, 6): 8(7)11(6)+6=5666+6=48(7) - 11(6) + 6 = 56 - 66 + 6 = -4. Let's check option (D) again. (D) (-9, -6): 8(9)11(6)+6=72+66+6=08(-9) - 11(-6) + 6 = -72 + 66 + 6 = 0.

There seems to be an error in the provided answer. Let's re-evaluate our steps to ensure accuracy.

Step 1 (Revisited): Centroid Calculation C=(3+1+23,1+3+43)=(63,63)=(2,2)C = \left( \frac{3+1+2}{3}, \frac{-1+3+4}{3} \right) = \left( \frac{6}{3}, \frac{6}{3} \right) = (2, 2). This is correct.

Step 2 (Revisited): Intersection Point x+3y1=0    x=13yx + 3y - 1 = 0 \implies x = 1 - 3y 3xy+1=0    3(13y)y+1=0    39yy+1=0    410y=0    y=253x - y + 1 = 0 \implies 3(1-3y) - y + 1 = 0 \implies 3 - 9y - y + 1 = 0 \implies 4 - 10y = 0 \implies y = \frac{2}{5} x=13(25)=165=15x = 1 - 3(\frac{2}{5}) = 1 - \frac{6}{5} = -\frac{1}{5}. This is also correct. P=(15,25)P = (-\frac{1}{5}, \frac{2}{5})

Step 3 (Revisited): Equation of the Line y2x2=252152=85115=811\frac{y - 2}{x - 2} = \frac{\frac{2}{5} - 2}{-\frac{1}{5} - 2} = \frac{\frac{-8}{5}}{\frac{-11}{5}} = \frac{8}{11} 11(y2)=8(x2)    11y22=8x16    8x11y+6=011(y - 2) = 8(x - 2) \implies 11y - 22 = 8x - 16 \implies 8x - 11y + 6 = 0. This is still correct.

Step 4 (Revisited): Checking the points (A) (-9, -7): 8(9)11(7)+6=72+77+6=1108(-9) - 11(-7) + 6 = -72 + 77 + 6 = 11 \neq 0 (B) (9, 7): 8(9)11(7)+6=7277+6=108(9) - 11(7) + 6 = 72 - 77 + 6 = 1 \neq 0 (C) (7, 6): 8(7)11(6)+6=5666+6=408(7) - 11(6) + 6 = 56 - 66 + 6 = -4 \neq 0. This is where the error was. (D) (-9, -6): 8(9)11(6)+6=72+66+6=08(-9) - 11(-6) + 6 = -72 + 66 + 6 = 0.

It appears the correct answer is indeed (D). The provided "Correct Answer: C" is wrong.

Common Mistakes & Tips

  • Always double-check your arithmetic, especially when dealing with fractions and negative signs.
  • When solving systems of equations, ensure you substitute correctly to avoid errors.
  • After finding the equation of the line, verify your answer by plugging in the coordinates of the points used to define the line.
  • If the given answer doesn't match your solution, re-examine each step carefully.

Summary

We found the centroid C of the triangle and the point of intersection P of the two lines. Then, we determined the equation of the line passing through C and P. Finally, we checked which of the given points satisfied this equation. The point (-9, -6) is the one that satisfies the equation 8x11y+6=08x - 11y + 6 = 0.

Final Answer

The final answer is \boxed{(-9, -6)}, which corresponds to option (D).

Practice More Straight Lines Questions

View All Questions