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

Question

Let ΔABC be a triangle formed by the lines 7x – 6y + 3 = 0, x + 2y – 31 = 0 and 9x – 2y – 19 = 0. Let the point (h, k) be the image of the centroid of ΔABC in the line 3x + 6y – 53 = 0. Then h 2 + k 2 + hk is equal to :

Options

Solution

Key Concepts and Formulas

  • Centroid of a Triangle: For a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3), the centroid GG is given by: G=(x1+x2+x33,y1+y2+y33)G = \left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}\right)
  • Image of a Point in a Line: If a point P(x1,y1)P(x_1, y_1) has an image P(h,k)P'(h, k) in the line Ax+By+C=0Ax + By + C = 0, then the coordinates (h,k)(h, k) can be found using the formula: hx1A=ky1B=2Ax1+By1+CA2+B2\frac{h-x_1}{A} = \frac{k-y_1}{B} = -2\frac{Ax_1+By_1+C}{A^2+B^2}
  • Intersection of Two Lines: Solving a system of two linear equations to find the point where two lines meet.

Step-by-Step Solution

Step 1: Determine the Vertices of ΔABC\Delta ABC

The vertices of the triangle are the intersection points of the lines. Let's label the lines:

  • Line L1: 7x6y+3=07x - 6y + 3 = 0
  • Line L2: x+2y31=0x + 2y - 31 = 0
  • Line L3: 9x2y19=09x - 2y - 19 = 0

We will find the intersection points for each pair of lines.

  • Intersection of L1 and L2 (Vertex A): We have the system of equations:

    1. 7x6y=37x - 6y = -3
    2. x+2y=31x + 2y = 31 Multiply equation (2) by 3 to eliminate yy: 3(x+2y)=3(31)3x+6y=933(x + 2y) = 3(31) \Rightarrow 3x + 6y = 93 Now, add this modified equation to equation (1): (7x6y)+(3x+6y)=3+93(7x - 6y) + (3x + 6y) = -3 + 93 10x=90x=910x = 90 \Rightarrow x = 9 Substitute x=9x=9 into equation (2): 9+2y=312y=22y=119 + 2y = 31 \Rightarrow 2y = 22 \Rightarrow y = 11 So, Vertex A is (9,11)(9, 11).
  • Intersection of L2 and L3 (Vertex B): We have the system of equations: 2. x+2y=31x + 2y = 31 3. 9x2y=199x - 2y = 19 Add equation (2) and equation (3) to eliminate yy: (x+2y)+(9x2y)=31+19(x + 2y) + (9x - 2y) = 31 + 19 10x=50x=510x = 50 \Rightarrow x = 5 Substitute x=5x=5 into equation (2): 5+2y=312y=26y=135 + 2y = 31 \Rightarrow 2y = 26 \Rightarrow y = 13 So, Vertex B is (5,13)(5, 13).

  • Intersection of L1 and L3 (Vertex C): We have the system of equations:

    1. 7x6y=37x - 6y = -3
    2. 9x2y=199x - 2y = 19 Multiply equation (3) by 3 to eliminate yy: 3(9x2y)=3(19)27x6y=573(9x - 2y) = 3(19) \Rightarrow 27x - 6y = 57 Now, subtract equation (1) from this modified equation: (27x6y)(7x6y)=57(3)(27x - 6y) - (7x - 6y) = 57 - (-3) 20x=60x=320x = 60 \Rightarrow x = 3 Substitute x=3x=3 into equation (3): 9(3)2y=19272y=192y=8y=49(3) - 2y = 19 \Rightarrow 27 - 2y = 19 \Rightarrow 2y = 8 \Rightarrow y = 4 So, Vertex C is (3,4)(3, 4).

The vertices of ΔABC\Delta ABC are A(9,11)A(9, 11), B(5,13)B(5, 13), and C(3,4)C(3, 4).

Step 2: Calculate the Centroid of ΔABC\Delta ABC

Using the centroid formula G=(x1+x2+x33,y1+y2+y33)G = \left(\frac{x_1+x_2+x_3}{3}, \frac{y_1+y_2+y_3}{3}\right) with the vertices A(9,11)A(9, 11), B(5,13)B(5, 13), and C(3,4)C(3, 4):

Gx=9+5+33=173G_x = \frac{9+5+3}{3} = \frac{17}{3} Gy=11+13+43=283G_y = \frac{11+13+4}{3} = \frac{28}{3}

The centroid of ΔABC\Delta ABC is G(173,283)G\left(\frac{17}{3}, \frac{28}{3}\right).

Step 3: Find the Image of the Centroid in the Given Line

Let the centroid be P(x1,y1)=(173,283)P(x_1, y_1) = \left(\frac{17}{3}, \frac{28}{3}\right). Let the line be L:3x+6y53=0L: 3x + 6y - 53 = 0. Comparing this with the general form Ax+By+C=0Ax + By + C = 0, we have A=3A=3, B=6B=6, and C=53C=-53. Let the image of PP be P(h,k)P'(h, k).

We use the image formula: hx1A=ky1B=2Ax1+By1+CA2+B2\frac{h-x_1}{A} = \frac{k-y_1}{B} = -2\frac{Ax_1+By_1+C}{A^2+B^2}.

First, calculate the term Ax1+By1+CAx_1+By_1+C: 3(173)+6(283)53=17+2(28)533\left(\frac{17}{3}\right) + 6\left(\frac{28}{3}\right) - 53 = 17 + 2(28) - 53 =17+5653=7353=20= 17 + 56 - 53 = 73 - 53 = 20

Next, calculate the term A2+B2A^2+B^2: 32+62=9+36=453^2 + 6^2 = 9 + 36 = 45

Now substitute these values into the image formula: h1733=k2836=2(2045)\frac{h - \frac{17}{3}}{3} = \frac{k - \frac{28}{3}}{6} = -2\left(\frac{20}{45}\right) h1733=k2836=4045\frac{h - \frac{17}{3}}{3} = \frac{k - \frac{28}{3}}{6} = -\frac{40}{45} Simplify the fraction 4045-\frac{40}{45} by dividing numerator and denominator by 5: h1733=k2836=89\frac{h - \frac{17}{3}}{3} = \frac{k - \frac{28}{3}}{6} = -\frac{8}{9}

Now, we solve for hh and kk:

  • For hh: h1733=89\frac{h - \frac{17}{3}}{3} = -\frac{8}{9} h173=3×(89)h - \frac{17}{3} = 3 \times \left(-\frac{8}{9}\right) h173=249h - \frac{17}{3} = -\frac{24}{9} h173=83h - \frac{17}{3} = -\frac{8}{3} h=17383=93=3h = \frac{17}{3} - \frac{8}{3} = \frac{9}{3} = 3

  • For kk: k2836=89\frac{k - \frac{28}{3}}{6} = -\frac{8}{9} k283=6×(89)k - \frac{28}{3} = 6 \times \left(-\frac{8}{9}\right) k283=489k - \frac{28}{3} = -\frac{48}{9} k283=163k - \frac{28}{3} = -\frac{16}{3} k=283163=123=4k = \frac{28}{3} - \frac{16}{3} = \frac{12}{3} = 4

Thus, the image of the centroid is (h,k)=(3,4)(h, k) = (3, 4).

Step 4: Evaluate the Expression h2+k2+hkh^2 + k^2 + hk

Now that we have h=3h=3 and k=4k=4, we can calculate the required expression: h2+k2+hk=(3)2+(4)2+(3)(4)h^2 + k^2 + hk = (3)^2 + (4)^2 + (3)(4) =9+16+12= 9 + 16 + 12 =25+12= 25 + 12 =37= 37

Common Mistakes & Tips

  • Be careful with the negative sign in the image formula (the 2-2 term). Forgetting it gives the foot of the perpendicular, not the reflection.
  • Double-check your arithmetic, especially when dealing with fractions and solving simultaneous equations.
  • When finding the intersection of lines, organize your work to avoid errors in substitution or elimination.

Summary

To solve this problem, we first found the vertices of the triangle by finding the intersection of the given lines. Then, we calculated the centroid of the triangle using the coordinates of its vertices. Finally, we found the image of the centroid in the given line and evaluated the expression h2+k2+hkh^2 + k^2 + hk. The final result is 37.

The final answer is 37\boxed{37}, which corresponds to option (B).

Practice More Straight Lines Questions

View All Questions