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

Question

Let two straight lines drawn from the origin O\mathrm{O} intersect the line 3x+4y=123 x+4 y=12 at the points P\mathrm{P} and Q\mathrm{Q} such that OPQ\triangle \mathrm{OPQ} is an isosceles triangle and POQ=90\angle \mathrm{POQ}=90^{\circ}. If l=OP2+PQ2+QO2l=\mathrm{OP}^2+\mathrm{PQ}^2+\mathrm{QO}^2, then the greatest integer less than or equal to ll is :

Options

Solution

Key Concepts and Formulas

  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
  • Homogenization: To find the equation of a pair of straight lines passing through the origin and intersecting a given line, we can homogenize the equation of a conic (or any other curve) using the equation of the line.
  • Perpendicular Lines: The condition for the lines ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0 to be perpendicular is a+b=0a + b = 0.
  • Pythagorean Theorem: In a right-angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

Step-by-Step Solution

Step 1: Represent the lines OP and OQ

Let the equation of the line 3x+4y=123x + 4y = 12 be L=0L = 0. We want to find the equation of two lines passing through the origin and intersecting L=0L = 0 at points P and Q. Since OP and OQ are perpendicular, we can represent them using a homogeneous equation of degree 2.

Step 2: Homogenize the equation

The equation of the line is 3x+4y=123x + 4y = 12, so we can write 1=3x+4y121 = \frac{3x + 4y}{12}. Let the equation of the pair of lines OP and OQ be y=m1xy = m_1x and y=m2xy = m_2x, where m1m2=1m_1m_2 = -1 since OP and OQ are perpendicular. We can represent the pair of straight lines as ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0. We want to homogenize this using the equation of the line 3x+4y=123x + 4y = 12. Since we don't have a specific curve to homogenize, we can consider a general second-degree equation Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0. However, the problem statement implies there's an easier route. We want a pair of lines through the origin intersecting 3x+4y=123x+4y=12. The key is that OPQ\triangle OPQ is right-angled isosceles at OO, so OP=OQOP = OQ and OPOQOP \perp OQ.

Let's consider the pair of lines y=mxy = m x and y=1mxy = -\frac{1}{m} x. These lines are perpendicular. Let the combined equation be (ymx)(y+1mx)=0(y - mx)(y + \frac{1}{m} x) = 0. Then y2mxy+1mxyx2=0y^2 - mx y + \frac{1}{m} xy - x^2 = 0, or my2m2xy+xymx2=0my^2 - m^2xy + xy - mx^2 = 0, so mx2+(m21)xymy2=0m x^2 + (m^2 - 1) xy - my^2 = 0.

Instead, let the combined equation of OP and OQ be ax2+2hxy+by2=0ax^2 + 2hxy + by^2 = 0. Since OP and OQ are perpendicular, a+b=0a + b = 0, so b=ab = -a. The equation becomes ax2+2hxyay2=0ax^2 + 2hxy - ay^2 = 0, or x2+2haxyy2=0x^2 + \frac{2h}{a}xy - y^2 = 0. Let 2ha=k\frac{2h}{a} = k, so x2+kxyy2=0x^2 + kxy - y^2 = 0. Now, homogenize x2+kxyy2=0x^2 + kxy - y^2 = 0 using 3x+4y=123x + 4y = 12, or 3x+4y12=1\frac{3x + 4y}{12} = 1. This doesn't seem like the right approach.

Let P=(x1,y1)P = (x_1, y_1) and Q=(x2,y2)Q = (x_2, y_2). Since PP and QQ lie on the line 3x+4y=123x + 4y = 12, we have 3x1+4y1=123x_1 + 4y_1 = 12 and 3x2+4y2=123x_2 + 4y_2 = 12. Also, since POQ=90\angle POQ = 90^\circ, the slopes of OP and OQ multiply to -1. Thus, y1x1y2x2=1\frac{y_1}{x_1} \cdot \frac{y_2}{x_2} = -1, so y1y2=x1x2y_1y_2 = -x_1x_2. Since OP=OQOP = OQ, x12+y12=x22+y22x_1^2 + y_1^2 = x_2^2 + y_2^2.

Step 3: Calculate OP², OQ², and PQ²

We have OP2=x12+y12OP^2 = x_1^2 + y_1^2 and OQ2=x22+y22OQ^2 = x_2^2 + y_2^2. Since OP=OQOP = OQ, OP2=OQ2OP^2 = OQ^2. Also, PQ2=(x2x1)2+(y2y1)2=x12+x222x1x2+y12+y222y1y2=(x12+y12)+(x22+y22)2(x1x2+y1y2)=2OP22(x1x2+y1y2)PQ^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2 = x_1^2 + x_2^2 - 2x_1x_2 + y_1^2 + y_2^2 - 2y_1y_2 = (x_1^2 + y_1^2) + (x_2^2 + y_2^2) - 2(x_1x_2 + y_1y_2) = 2OP^2 - 2(x_1x_2 + y_1y_2). Since y1y2=x1x2y_1y_2 = -x_1x_2, PQ2=2OP22(x1x2x1x2)=2OP2PQ^2 = 2OP^2 - 2(x_1x_2 - x_1x_2) = 2OP^2.

Step 4: Find l

We are given l=OP2+PQ2+OQ2=OP2+2OP2+OP2=4OP2l = OP^2 + PQ^2 + OQ^2 = OP^2 + 2OP^2 + OP^2 = 4OP^2. We want to minimize OP2OP^2. Let P=(x1,y1)P = (x_1, y_1). Then OP2=x12+y12OP^2 = x_1^2 + y_1^2. We want to minimize x12+y12x_1^2 + y_1^2 subject to 3x1+4y1=123x_1 + 4y_1 = 12. Using Cauchy-Schwarz inequality, (32+42)(x12+y12)(3x1+4y1)2(3^2 + 4^2)(x_1^2 + y_1^2) \ge (3x_1 + 4y_1)^2, so 25(x12+y12)122=14425(x_1^2 + y_1^2) \ge 12^2 = 144, so x12+y1214425x_1^2 + y_1^2 \ge \frac{144}{25}. Thus, OP214425OP^2 \ge \frac{144}{25}. Therefore, l=4OP2414425=57625=23.04l = 4OP^2 \ge 4 \cdot \frac{144}{25} = \frac{576}{25} = 23.04. This doesn't match the given answer.

Since OP=OQOP = OQ and POQ=90\angle POQ = 90^\circ, we have PQ2=OP2+OQ2=2OP2PQ^2 = OP^2 + OQ^2 = 2OP^2. Thus, l=OP2+PQ2+OQ2=OP2+2OP2+OP2=4OP2l = OP^2 + PQ^2 + OQ^2 = OP^2 + 2OP^2 + OP^2 = 4OP^2. Let P=(x1,y1)P = (x_1, y_1) and Q=(x2,y2)Q = (x_2, y_2). Then OP2=x12+y12OP^2 = x_1^2 + y_1^2 and OQ2=x22+y22OQ^2 = x_2^2 + y_2^2. Since OP=OQOP = OQ, we have x12+y12=x22+y22x_1^2 + y_1^2 = x_2^2 + y_2^2. Also, since OPOQOP \perp OQ, we have x1x2+y1y2=0x_1x_2 + y_1y_2 = 0.

Let P=(rcosθ,rsinθ)P = (r \cos \theta, r \sin \theta) and Q=(rcos(θ+90),rsin(θ+90))=(rsinθ,rcosθ)Q = (r \cos (\theta + 90^\circ), r \sin (\theta + 90^\circ)) = (-r \sin \theta, r \cos \theta). Since PP and QQ lie on the line 3x+4y=123x + 4y = 12, we have 3rcosθ+4rsinθ=123r \cos \theta + 4r \sin \theta = 12 and 3rsinθ+4rcosθ=12-3r \sin \theta + 4r \cos \theta = 12. Squaring and adding these equations, we get 9r2cos2θ+24r2cosθsinθ+16r2sin2θ+9r2sin2θ24r2cosθsinθ+16r2cos2θ=144+1449r^2 \cos^2 \theta + 24r^2 \cos \theta \sin \theta + 16r^2 \sin^2 \theta + 9r^2 \sin^2 \theta - 24r^2 \cos \theta \sin \theta + 16r^2 \cos^2 \theta = 144 + 144, so 25r2=28825r^2 = 288. Thus, r2=28825r^2 = \frac{288}{25}. Then OP2=OQ2=r2=28825OP^2 = OQ^2 = r^2 = \frac{288}{25}. l=4OP2=428825=115225=46.08l = 4OP^2 = 4 \cdot \frac{288}{25} = \frac{1152}{25} = 46.08. The greatest integer less than or equal to ll is 46.

Common Mistakes & Tips

  • Remember to use the condition for perpendicular lines correctly.
  • Applying Cauchy-Schwarz may require clever manipulation to relate to the given conditions.
  • Using a parametric representation of the points P and Q based on the given angle can simplify the problem.

Summary

We used the properties of an isosceles right-angled triangle and the equation of a straight line to find the value of OP2OP^2. Then we calculated l=OP2+PQ2+OQ2=4OP2l = OP^2 + PQ^2 + OQ^2 = 4OP^2. Using a parametric representation of the points P and Q, we found OP2=28825OP^2 = \frac{288}{25}, which gives l=115225=46.08l = \frac{1152}{25} = 46.08. The greatest integer less than or equal to ll is 46.

Final Answer

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

Practice More Straight Lines Questions

View All Questions