StemCET Logo

Maths Question 14 – JEE-MAIN 2025

Line L1 passes through the point (1,2,3) and is parallel to z-axis. Line L2 passes through the point (λ,5,6) and is parallel to y-axis. Let for λ=λ1,λ2<λ1, the shortest distance between the two lines be 3. Then the square of the distance of the point (λ1,λ2,7) from the line L1 is

Express the equations of lines L1 and L2 in vector form using the given point and direction vector.

🥷
Ninja StrategyGeometric Simplification for Distance

Recognize that line L1 is parallel to the z-axis. The distance of any point from L1 depends only on its x and y coordinates relative to the line's x and y coordinates, making the calculation straightforward without needing the full cross-product formula for point-line distance.

Step 1: Determine λ1 and λ2 from Shortest Distance✦ Active

Line L1 passes through A1=(1,2,3) and is parallel to the z-axis, so its direction vector is v1=(0,0,1). Line L2 passes through A2=(λ,5,6) and is parallel to the y-axis, so its direction vector is v2=(0,1,0). The vector connecting points on the lines is A1A2=A2A1=(λ1,3,3). The cross product of direction vectors is v1×v2=(0,0,1)×(0,1,0)=(1,0,0). The magnitude is ||v1×v2||=1. The shortest distance d is given by:

d=|A1A2(v1×v2)|||v1×v2||=|(λ1,3,3)(1,0,0)|1=|(λ1)|=|1λ|

Given d=3, we have |1λ|=3. This implies 1λ=3 or 1λ=3. Solving these gives λ=2 or λ=4. Since λ2<λ1, we have λ1=4 and λ2=2.

Step 2: Calculate Distance of Point from Line L1○ Expand

The point is P=(λ1,λ2,7)=(4,2,7). Line L1 passes through A1=(1,2,3) and has direction vector v1=(0,0,1). The distance of point P from line L1 can be found by considering the projection of A1P onto v1. Alternatively, since L1 is parallel to the z-axis, its equation is x=1,y=2,z=3+t. The distance of point P(x0,y0,z0) from such a line is simply the distance in the xy-plane.

D=(x0x1)2+(y0y1)2=(41)2+(22)2

Calculating the distance:

D=32+(4)2=9+16=25=5
💡 Teacher's Secret Hint

Remember that for a line parallel to an axis, the distance of a point from it simplifies significantly.

Step 3: Find the Square of the Distance○ Expand

The question asks for the square of the distance. The distance D=5.

D2=52=25
✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.