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

Question

The straight lines l1\mathrm{l_{1}} and l2\mathrm{l_{2}} pass through the origin and trisect the line segment of the line L : 9x+5y=459 x+5 y=45 between the axes. If m1\mathrm{m}_{1} and m2\mathrm{m}_{2} are the slopes of the lines l1\mathrm{l_{1}} and l2\mathrm{l_{2}}, then the point of intersection of the line y=(m1+m2)x\mathrm{y=\left(m_{1}+m_{2}\right)}x with L lies on :

Options

Solution

Key Concepts and Formulas

  • Intercept Form of a Line: The equation of a line with x-intercept aa and y-intercept bb is given by xa+yb=1\frac{x}{a} + \frac{y}{b} = 1.
  • Section Formula: The coordinates of a point P(x,y)P(x, y) dividing the line segment joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) internally in the ratio m:nm:n are given by P(mx2+nx1m+n,my2+ny1m+n)P\left(\frac{mx_2 + nx_1}{m+n}, \frac{my_2 + ny_1}{m+n}\right).
  • Slope of a Line: The slope of a line passing through points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. A line passing through the origin (0,0)(0,0) and (x1,y1)(x_1, y_1) has slope m=y1x1m = \frac{y_1}{x_1}.

Step-by-Step Solution

Step 1: Find the x and y intercepts of the line L.

We are given the equation of line L as 9x+5y=459x + 5y = 45. To find the points where this line intersects the x and y axes, we set y=0y=0 and x=0x=0 respectively.

  • To find the x-intercept, set y=0y = 0: 9x+5(0)=459x + 5(0) = 45 9x=459x = 45 x=5x = 5 So, the x-intercept is the point A(5,0)A(5, 0).

  • To find the y-intercept, set x=0x = 0: 9(0)+5y=459(0) + 5y = 45 5y=455y = 45 y=9y = 9 So, the y-intercept is the point B(0,9)B(0, 9).

We need these intercepts to define the line segment that is being trisected.

Step 2: Find the coordinates of the trisection points P1 and P2.

We are given that lines l1l_1 and l2l_2 trisect the line segment AB. This means we need to find two points, P1P_1 and P2P_2, that divide the segment into three equal parts. Let P1P_1 divide AB in the ratio 1:2 and P2P_2 divide AB in the ratio 2:1.

  • To find P1P_1, use the section formula with m=1m = 1, n=2n = 2, A(5,0)A(5, 0) and B(0,9)B(0, 9): P1=(1(0)+2(5)1+2,1(9)+2(0)1+2)P_1 = \left(\frac{1(0) + 2(5)}{1+2}, \frac{1(9) + 2(0)}{1+2}\right) P1=(103,93)=(103,3)P_1 = \left(\frac{10}{3}, \frac{9}{3}\right) = \left(\frac{10}{3}, 3\right)

  • To find P2P_2, use the section formula with m=2m = 2, n=1n = 1, A(5,0)A(5, 0) and B(0,9)B(0, 9): P2=(2(0)+1(5)2+1,2(9)+1(0)2+1)P_2 = \left(\frac{2(0) + 1(5)}{2+1}, \frac{2(9) + 1(0)}{2+1}\right) P2=(53,183)=(53,6)P_2 = \left(\frac{5}{3}, \frac{18}{3}\right) = \left(\frac{5}{3}, 6\right)

These points P1P_1 and P2P_2 are necessary to determine the slopes of l1l_1 and l2l_2, which pass through the origin.

Step 3: Calculate the slopes m1 and m2 of lines l1 and l2.

Since l1l_1 and l2l_2 pass through the origin (0, 0) and the trisection points P1(103,3)P_1\left(\frac{10}{3}, 3\right) and P2(53,6)P_2\left(\frac{5}{3}, 6\right) respectively, we can find their slopes using the formula m=yxm = \frac{y}{x}.

  • The slope of l1l_1 is: m1=3103=3310=910m_1 = \frac{3}{\frac{10}{3}} = \frac{3 \cdot 3}{10} = \frac{9}{10}

  • The slope of l2l_2 is: m2=653=635=185m_2 = \frac{6}{\frac{5}{3}} = \frac{6 \cdot 3}{5} = \frac{18}{5}

These slopes are needed to find the equation of the line y=(m1+m2)xy = (m_1 + m_2)x.

Step 4: Calculate the sum of the slopes m1 + m2.

We need to find the sum m1+m2m_1 + m_2 to define the line y=(m1+m2)xy = (m_1 + m_2)x. m1+m2=910+185=910+3610=4510=92m_1 + m_2 = \frac{9}{10} + \frac{18}{5} = \frac{9}{10} + \frac{36}{10} = \frac{45}{10} = \frac{9}{2}

Step 5: Determine the equation of the line y = (m1 + m2)x.

Substituting the value of m1+m2m_1 + m_2 into the equation, we get: y=92xy = \frac{9}{2}x

This equation is required to find the intersection point with line L.

Step 6: Find the point of intersection of the lines 9x + 5y = 45 and y = (9/2)x.

Substitute y=92xy = \frac{9}{2}x into the equation 9x+5y=459x + 5y = 45: 9x+5(92x)=459x + 5\left(\frac{9}{2}x\right) = 45 9x+452x=459x + \frac{45}{2}x = 45 Multiply by 2 to eliminate the fraction: 18x+45x=9018x + 45x = 90 63x=9063x = 90 x=9063=107x = \frac{90}{63} = \frac{10}{7}

Now, substitute x=107x = \frac{10}{7} back into y=92xy = \frac{9}{2}x: y=92107=957=457y = \frac{9}{2} \cdot \frac{10}{7} = \frac{9 \cdot 5}{7} = \frac{45}{7}

The point of intersection is (107,457)\left(\frac{10}{7}, \frac{45}{7}\right).

This intersection point is what we'll use to find the line that passes through it.

Step 7: Check which of the given options the point of intersection lies on.

We test each option with the point (107,457)\left(\frac{10}{7}, \frac{45}{7}\right).

  • (A) 6xy=156x - y = 15 6(107)457=607457=157156\left(\frac{10}{7}\right) - \frac{45}{7} = \frac{60}{7} - \frac{45}{7} = \frac{15}{7} \neq 15

  • (B) 6x+y=106x + y = 10 6(107)+457=607+457=1057=15106\left(\frac{10}{7}\right) + \frac{45}{7} = \frac{60}{7} + \frac{45}{7} = \frac{105}{7} = 15 \neq 10

  • (C) yx=5y - x = 5 457107=357=5\frac{45}{7} - \frac{10}{7} = \frac{35}{7} = 5

  • (D) y2x=5y - 2x = 5 4572(107)=457207=2575\frac{45}{7} - 2\left(\frac{10}{7}\right) = \frac{45}{7} - \frac{20}{7} = \frac{25}{7} \neq 5

Only option (C) is satisfied by the point (107,457)\left(\frac{10}{7}, \frac{45}{7}\right).

Common Mistakes & Tips

  • Be careful with the section formula; ensure you use the correct ratio (m:n) and the correct coordinates of the endpoints.
  • When calculating slopes, remember the formula m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}. If one of the points is the origin, this simplifies to m=yxm = \frac{y}{x}.
  • Double-check arithmetic, especially when working with fractions, to avoid errors.

Summary

We found the x and y intercepts of the line L, then determined the coordinates of the trisection points using the section formula. These points, along with the origin, were used to calculate the slopes of lines l1l_1 and l2l_2. The sum of these slopes defined a new line, whose intersection point with L was found. Finally, we verified that the intersection point lies on the line yx=5y - x = 5.

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

Practice More Straight Lines Questions

View All Questions