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

Question

Let the distance between two parallel lines be 5 units and a point PP lie between the lines at a unit distance from one of them. An equilateral triangle PQRP Q R is formed such that QQ lies on one of the parallel lines, while R lies on the other. Then (QR)2(Q R)^2 is equal to _________.

Answer: 0

Solution

Key Concepts and Formulas

  • Rotation of a Point: Rotating a point (x,y)(x, y) about the origin by an angle θ\theta results in a new point (x,y)(x', y') where x=xcosθysinθx' = x \cos \theta - y \sin \theta and y=xsinθ+ycosθy' = x \sin \theta + y \cos \theta. For rotation about a point (x0,y0)(x_0, y_0), translate to the origin, rotate, and translate back.
  • Equilateral Triangle: All sides are equal in length, and all interior angles are 60 degrees.
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by (x2x1)2+(y2y1)2\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. The square of the distance is (x2x1)2+(y2y1)2(x_2 - x_1)^2 + (y_2 - y_1)^2.

Step-by-Step Solution

Step 1: Setting up the Coordinate System

We establish a convenient coordinate system to represent the given geometric configuration.

  • Let the two parallel lines be L1:y=0L_1: y = 0 and L2:y=5L_2: y = 5. This simplifies calculations as the lines are parallel to the x-axis.
  • The point PP lies between the lines at a unit distance from L1L_1. Thus, let P=(0,1)P = (0, 1).
    • Why this choice? Choosing the lines as y=0y=0 and y=5y=5, and placing P on the y-axis simplifies the coordinates and leverages symmetry, without loss of generality.

Step 2: Defining the Coordinates of Points Q and R

We define the coordinates of points QQ and RR based on the problem statement.

  • QQ lies on L1:y=0L_1: y = 0, so Q=(a,0)Q = (a, 0) for some unknown aa.
  • RR lies on L2:y=5L_2: y = 5, so R=(b,5)R = (b, 5) for some unknown bb.
  • We aim to find (QR)2(QR)^2, which is the square of the side length of the equilateral triangle PQRPQR.

Step 3: Applying the Rotation Principle

We use the rotation formula to find the coordinates of RR by rotating QQ about PP by 6060^\circ.

  • Vector PQPQ relative to PP: The coordinates of QQ relative to PP are (xQxP,yQyP)=(a0,01)=(a,1)(x_Q - x_P, y_Q - y_P) = (a - 0, 0 - 1) = (a, -1).
  • Rotating this vector by 6060^\circ: Let the rotated vector be (xR,yR)(x'_R, y'_R). Using the rotation formulas with θ=60\theta = 60^\circ: xR=acos60(1)sin60x'_R = a \cos 60^\circ - (-1) \sin 60^\circ yR=asin60+(1)cos60y'_R = a \sin 60^\circ + (-1) \cos 60^\circ Substitute cos60=12\cos 60^\circ = \frac{1}{2} and sin60=32\sin 60^\circ = \frac{\sqrt{3}}{2}: xR=a(12)+32=a+32x'_R = a \left(\frac{1}{2}\right) + \frac{\sqrt{3}}{2} = \frac{a + \sqrt{3}}{2} yR=a(32)12=a312y'_R = a \left(\frac{\sqrt{3}}{2}\right) - \frac{1}{2} = \frac{a\sqrt{3} - 1}{2}
  • Finding the absolute coordinates of RR: Translate back by adding the coordinates of P(0,1)P(0,1): R=(xP+xR,yP+yR)=(0+a+32,1+a312)R = (x_P + x'_R, y_P + y'_R) = \left(0 + \frac{a+\sqrt{3}}{2}, 1 + \frac{a\sqrt{3}-1}{2}\right) R=(a+32,a3+12)R = \left(\frac{a+\sqrt{3}}{2}, \frac{a\sqrt{3}+1}{2}\right)
    • Why this step? The rotation formula gives the coordinates relative to the center of rotation (PP). To get the actual coordinates of RR in our established coordinate system, we must add PP's coordinates back.

Step 4: Using the Condition for R

We use the fact that RR lies on the line y=5y=5 to solve for aa.

  • Since RR lies on y=5y = 5, its y-coordinate must be 5: a3+12=5\frac{a\sqrt{3} + 1}{2} = 5 Solving for aa: a3+1=10a\sqrt{3} + 1 = 10 a3=9a\sqrt{3} = 9 a=93=33a = \frac{9}{\sqrt{3}} = 3\sqrt{3}
    • Why solve for 'a'? The variable 'a' defines the position of point Q. Once 'a' is known, we have the full coordinates of Q, which allows us to calculate the side length of the equilateral triangle.

Step 5: Calculating (QR)2(QR)^2

We calculate (QR)2(QR)^2 using the fact that QR=PQQR = PQ in an equilateral triangle.

  • Since PQRPQR is equilateral, QR=PQQR = PQ, so (QR)2=(PQ)2(QR)^2 = (PQ)^2.
  • We have P=(0,1)P = (0, 1) and Q=(a,0)=(33,0)Q = (a, 0) = (3\sqrt{3}, 0).
  • Using the distance formula: (PQ)2=(330)2+(01)2(PQ)^2 = (3\sqrt{3} - 0)^2 + (0 - 1)^2 (PQ)2=(33)2+(1)2(PQ)^2 = (3\sqrt{3})^2 + (-1)^2 (PQ)2=27+1(PQ)^2 = 27 + 1 (PQ)2=28(PQ)^2 = 28 Therefore, (QR)2=28(QR)^2 = 28.

Step 6: Checking for the other rotation direction

Let us consider rotating by 60-60^\circ.

  • Rotating this vector by 60-60^\circ: Let the rotated vector be (xR,yR)(x'_R, y'_R). Using the rotation formulas with θ=60\theta = -60^\circ: xR=acos(60)(1)sin(60)x'_R = a \cos (-60^\circ) - (-1) \sin (-60^\circ) yR=asin(60)+(1)cos(60)y'_R = a \sin (-60^\circ) + (-1) \cos (-60^\circ) Substitute cos(60)=12\cos (-60^\circ) = \frac{1}{2} and sin(60)=32\sin (-60^\circ) = -\frac{\sqrt{3}}{2}: xR=a(12)(1)(32)=a232=a32x'_R = a \left(\frac{1}{2}\right) - (-1) \left(-\frac{\sqrt{3}}{2}\right) = \frac{a}{2} - \frac{\sqrt{3}}{2} = \frac{a-\sqrt{3}}{2} yR=a(32)+(1)(12)=a3212=a312y'_R = a \left(-\frac{\sqrt{3}}{2}\right) + (-1) \left(\frac{1}{2}\right) = -\frac{a\sqrt{3}}{2} - \frac{1}{2} = \frac{-a\sqrt{3}-1}{2}
  • Finding the absolute coordinates of RR: Translate back by adding the coordinates of P(0,1)P(0,1): R=(xP+xR,yP+yR)=(0+a32,1+a312)R = (x_P + x'_R, y_P + y'_R) = \left(0 + \frac{a-\sqrt{3}}{2}, 1 + \frac{-a\sqrt{3}-1}{2}\right) R=(a32,a3+12)R = \left(\frac{a-\sqrt{3}}{2}, \frac{-a\sqrt{3}+1}{2}\right)
  • Since RR lies on y=5y = 5, its y-coordinate must be 5: a3+12=5\frac{-a\sqrt{3} + 1}{2} = 5 Solving for aa: a3+1=10-a\sqrt{3} + 1 = 10 a3=9-a\sqrt{3} = 9 a=93=33a = \frac{-9}{\sqrt{3}} = -3\sqrt{3}
  • We have P=(0,1)P = (0, 1) and Q=(a,0)=(33,0)Q = (a, 0) = (-3\sqrt{3}, 0).
  • Using the distance formula: (PQ)2=(330)2+(01)2(PQ)^2 = (-3\sqrt{3} - 0)^2 + (0 - 1)^2 (PQ)2=(33)2+(1)2(PQ)^2 = (-3\sqrt{3})^2 + (-1)^2 (PQ)2=27+1(PQ)^2 = 27 + 1 (PQ)2=28(PQ)^2 = 28 Therefore, (QR)2=28(QR)^2 = 28.

Common Mistakes & Tips:

  • Sign Errors: Be careful with signs when applying the rotation formulas, especially when rotating about a point other than the origin.
  • Coordinate System Choice: A well-chosen coordinate system can simplify calculations. Placing one line along the x-axis is often a good starting point.
  • Alternative Approaches: While the rotation method is elegant, the problem can also be solved using the distance formula and setting up a system of equations. However, this is generally more computationally intensive.

Summary

By setting up a convenient coordinate system and utilizing the rotation formula to represent the coordinates of point RR in terms of point QQ, we were able to use the condition that RR lies on the line y=5y=5 to solve for the unknown coordinate aa. This allowed us to find the coordinates of QQ and subsequently calculate the side length of the equilateral triangle, (QR)2(QR)^2, which is equal to 28.

Final Answer

The final answer is \boxed{28}.

Practice More Straight Lines Questions

View All Questions