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

Question

If a vertex of a triangle is (1,1)(1, 1) and the mid points of two sides through this vertex are (1,2)(-1, 2) and (3,2)(3, 2) then the centroid of the triangle is :

Options

Solution

Key Concepts and Formulas

  • Midpoint Formula: The midpoint M(xm,ym)M(x_m, y_m) of a line segment joining points P1(x1,y1)P_1(x_1, y_1) and P2(x2,y2)P_2(x_2, y_2) has coordinates: xm=x1+x22,ym=y1+y22x_m = \frac{x_1 + x_2}{2}, \quad y_m = \frac{y_1 + y_2}{2}
  • Centroid Formula: The centroid G(xG,yG)G(x_G, y_G) of a triangle with vertices A(xA,yA)A(x_A, y_A), B(xB,yB)B(x_B, y_B), and C(xC,yC)C(x_C, y_C) has coordinates: xG=xA+xB+xC3,yG=yA+yB+yC3x_G = \frac{x_A + x_B + x_C}{3}, \quad y_G = \frac{y_A + y_B + y_C}{3}

Step-by-Step Solution

Step 1: Define the triangle and given points.

  • Why this step? To clearly define the problem and assign variables to the given information.
  • Let the triangle be ABCABC with vertex A=(1,1)A = (1, 1).
  • Let M1=(1,2)M_1 = (-1, 2) be the midpoint of side ABAB.
  • Let M2=(3,2)M_2 = (3, 2) be the midpoint of side ACAC.
  • We want to find the centroid G(xG,yG)G(x_G, y_G) of triangle ABCABC.

Step 2: Find the coordinates of vertex B.

  • Why this step? To use the centroid formula, we need the coordinates of all three vertices. We know AA, and we can find BB using the midpoint formula with AA and M1M_1.
  • Let B=(xB,yB)B = (x_B, y_B). Since M1(1,2)M_1(-1, 2) is the midpoint of ABAB: xM1=xA+xB2    1=1+xB2x_{M_1} = \frac{x_A + x_B}{2} \implies -1 = \frac{1 + x_B}{2} 2=1+xB    xB=3-2 = 1 + x_B \implies x_B = -3 yM1=yA+yB2    2=1+yB2y_{M_1} = \frac{y_A + y_B}{2} \implies 2 = \frac{1 + y_B}{2} 4=1+yB    yB=34 = 1 + y_B \implies y_B = 3
  • So, the coordinates of vertex BB are (3,3)(-3, 3).

Step 3: Find the coordinates of vertex C.

  • Why this step? We need CC to calculate the centroid. We use the midpoint formula with AA and M2M_2.
  • Let C=(xC,yC)C = (x_C, y_C). Since M2(3,2)M_2(3, 2) is the midpoint of ACAC: xM2=xA+xC2    3=1+xC2x_{M_2} = \frac{x_A + x_C}{2} \implies 3 = \frac{1 + x_C}{2} 6=1+xC    xC=56 = 1 + x_C \implies x_C = 5 yM2=yA+yC2    2=1+yC2y_{M_2} = \frac{y_A + y_C}{2} \implies 2 = \frac{1 + y_C}{2} 4=1+yC    yC=34 = 1 + y_C \implies y_C = 3
  • So, the coordinates of vertex CC are (5,3)(5, 3).

Step 4: Calculate the coordinates of the Centroid G.

  • Why this step? Now that we have all three vertices A(1,1)A(1, 1), B(3,3)B(-3, 3), and C(5,3)C(5, 3), we can directly apply the centroid formula.
  • Using the centroid formula: xG=xA+xB+xC3=1+(3)+53=33=1x_G = \frac{x_A + x_B + x_C}{3} = \frac{1 + (-3) + 5}{3} = \frac{3}{3} = 1 yG=yA+yB+yC3=1+3+33=73y_G = \frac{y_A + y_B + y_C}{3} = \frac{1 + 3 + 3}{3} = \frac{7}{3}
  • Therefore, the centroid GG of the triangle is (1,73)\left(1, \frac{7}{3}\right).

Alternative Method (Direct Centroid Formula using Given Points)

  • Why this step? This provides a faster method to calculate the centroid in this specific scenario.
  • The coordinates of the centroid GG can be directly calculated as: G=(xA+2xM1+2xM23xA3,yA+2yM1+2yM23yA3)G = \left( \frac{x_A + 2x_{M_1} + 2x_{M_2} - 3x_A}{3}, \frac{y_A + 2y_{M_1} + 2y_{M_2} - 3y_A}{3} \right) G=(xA+2xM1+2xM23,yA+2yM1+2yM23)G = \left( \frac{-x_A + 2x_{M_1} + 2x_{M_2} }{3}, \frac{-y_A + 2y_{M_1} + 2y_{M_2} }{3} \right)
  • Substituting the values with A(1,1)A(1, 1), M1(1,2)M_1(-1, 2), and M2(3,2)M_2(3, 2): xG=1+2(1)+2(3)3=12+63=33=1x_G = \frac{-1 + 2(-1) + 2(3)}{3} = \frac{-1 - 2 + 6}{3} = \frac{3}{3} = 1 yG=1+2(2)+2(2)3=1+4+43=73y_G = \frac{-1 + 2(2) + 2(2)}{3} = \frac{-1 + 4 + 4}{3} = \frac{7}{3}
  • This also yields the centroid G=(1,73)G = \left(1, \frac{7}{3}\right).

Common Mistakes & Tips:

  • Carefully read the problem statement to correctly identify which vertex and midpoints are given. Misinterpreting the given information will lead to an incorrect setup.
  • Double-check your arithmetic, especially when substituting negative values into the midpoint and centroid formulas.
  • Remember the direct formula to quickly find the centroid when given one vertex and the midpoints of the sides originating from that vertex.

Summary

To find the centroid of the triangle, we first found the coordinates of all three vertices using the midpoint formula. Then, we applied the centroid formula to find the coordinates of the centroid. An alternative, more direct method was also presented. Both methods yield the same centroid coordinates, which is (1,73)\left(1, \frac{7}{3}\right).

Final Answer The final answer is (1,73)\boxed{\left( { 1,{7 \over 3}} \right)}, which corresponds to option (C).

Practice More Straight Lines Questions

View All Questions