All Exams Test series for 1 year @ ₹349 only
Question

Line $L_1$ passes through the point $(1, 2, 3)$ and is parallel to z-axis. Line $L_2$ passes through the point $(\lambda, 5, 6)$ and is parallel to y-axis. Let for $\lambda = \lambda_1, \lambda_2, \lambda_2 < \lambda_1$, the shortest distance between the two lines be 3. Then the square of the distance of the point $(\lambda_1, \lambda_2, 7)$ from the line $L_1$ is

The correct answer is

25

Calculating Distance Between Lines and Point from Line

We are given two lines, $L_1$ and $L_2$, and information about the shortest distance between them.

Line Representations

  • Line $L_1$: Passes through $P_1 = (1, 2, 3)$ and is parallel to the z-axis. Its direction vector is $\vec{d_1} = \langle 0, 0, 1 \rangle$.
  • Line $L_2$: Passes through $P_2 = (\lambda, 5, 6)$ and is parallel to the y-axis. Its direction vector is $\vec{d_2} = \langle 0, 1, 0 \rangle$.

Shortest Distance Between $L_1$ and $L_2$

The vector connecting the points $P_1$ and $P_2$ is $\vec{P_2} - \vec{P_1} = \langle \lambda - 1, 5 - 2, 6 - 3 \rangle = \langle \lambda - 1, 3, 3 \rangle$.

The cross product of the direction vectors is $\vec{d_1} \times \vec{d_2} = \langle 0, 0, 1 \rangle \times \langle 0, 1, 0 \rangle = \langle -1, 0, 0 \rangle$.

The magnitude of the cross product is $|\vec{d_1} \times \vec{d_2}| = \sqrt{(-1)^2 + 0^2 + 0^2} = 1$.

The shortest distance $D$ between two skew lines is given by the formula:

$ D = \frac{|(\vec{P_2} - \vec{P_1}) \cdot (\vec{d_1} \times \vec{d_2})|}{|\vec{d_1} \times \vec{d_2}|} $

Substituting the values:

$ D = \frac{|\langle \lambda - 1, 3, 3 \rangle \cdot \langle -1, 0, 0 \rangle|}{1} = |(\lambda - 1)(-1) + 3(0) + 3(0)| = |-( \lambda - 1 )| = |1 - \lambda| $

Finding $\lambda_1$ and $\lambda_2$

We are given that the shortest distance $D = 3$. Therefore:

$ |1 - \lambda| = 3 $

This leads to two possibilities:

  • $1 - \lambda = 3 \implies \lambda = 1 - 3 = -2$
  • $1 - \lambda = -3 \implies \lambda = 1 + 3 = 4$

Given that $\lambda_2 < \lambda_1$, we have $\lambda_1 = 4$ and $\lambda_2 = -2$.

Distance of Point $(\lambda_1, \lambda_2, 7)$ from Line $L_1$

The point is $P = (\lambda_1, \lambda_2, 7) = (4, -2, 7)$.

Line $L_1$ passes through $P_1 = (1, 2, 3)$ with direction vector $\vec{d_1} = \langle 0, 0, 1 \rangle$.

The vector from $P_1$ to $P$ is $\vec{P} - \vec{P_1} = \langle 4 - 1, -2 - 2, 7 - 3 \rangle = \langle 3, -4, 4 \rangle$.

The distance from point $P$ to line $L_1$ is given by:

$ \text{Dist} = \frac{|(\vec{P} - \vec{P_1}) \times \vec{d_1}|}{|\vec{d_1}|} $

Calculate the cross product:

$ (\vec{P} - \vec{P_1}) \times \vec{d_1} = \langle 3, -4, 4 \rangle \times \langle 0, 0, 1 \rangle = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ 3 & -4 & 4 \\ 0 & 0 & 1 \end{vmatrix} = \langle -4, -3, 0 \rangle $

The magnitude of the cross product is:

$ | \langle -4, -3, 0 \rangle | = \sqrt{(-4)^2 + (-3)^2 + 0^2} = \sqrt{16 + 9} = \sqrt{25} = 5 $

The magnitude of the direction vector $\vec{d_1}$ is $|\vec{d_1}| = \sqrt{0^2 + 0^2 + 1^2} = 1$.

The distance is $\text{Dist} = \frac{5}{1} = 5$.

Square of the Distance

The question asks for the square of the distance of the point $(\lambda_1, \lambda_2, 7)$ from line $L_1$.

$ \text{Square of Distance} = (\text{Dist})^2 = 5^2 = 25 $
Was this answer helpful?

Similar Questions

  1. The sum of all rational terms in the expansion of $(2+\sqrt{3})^8$ is

  2. The number of solutions of the equation $2x + 3\tan x = \pi$, $x \in [-2\pi, 2\pi]-\left\{ \pm \frac{\pi}{2}, \pm \frac{3\pi}{2} \right\}$ is:

  3. A line passes through the origin and makes equal angles with the positive coordinate axes. It intersects the lines $L_1: 2x + y + 6 = 0$ and $L_2: 4x+2y-p = 0$, $p > 0$, at the points A and B, respectively. If $AB = \frac{9}{\sqrt{2}}$ and the foot of the perpendicular from the point A on the line $L_2$ is M, then $\frac{AM}{BM}$ is equal to

  4. Let the product of the focal distances of the point $P(4,2\sqrt{3})$ on the hyperbola H: $\frac{x^2}{a^2} - \frac{y^2}{b^2}=1$ be 32. 

    Let the length of the conjugate axis of H be $p$ and the length of its latus rectum be $q$. Then $p^2 + q^2$ is equal to

  5. Let $\vec{a}=\hat{i}+\hat{j}+\hat{k}$, $\vec{b}=3\hat{i}+2\hat{j}-\hat{k}$, $\vec{c} = \lambda\hat{j} + \mu\hat{k}$ and $\vec{d}$ be a unit vector such that $\vec{a}\times\vec{d}=\vec{b}\times\vec{d}$ and $\vec{c}\cdot\vec{d} = 1$. If $\vec{c}$ is perpendicular to $\vec{a}$, then $|3 \lambda\vec{d} + \mu\vec{c}|^2$ is equal to

  6. Let the focal chord PQ of the parabola $y^2=4x$ make an angle of $60^\circ$ with the positive x-axis, where P lies in the first quadrant. If the circle, whose one diameter is PS, S being the focus of the parabola, touches the y-axis at the point (0, $\alpha$), then $5\alpha^2$ is equal to :

  7. If S and S' are the foci of the ellipse $\frac{x^2}{18} + \frac{y^2}{9} = 1$ and P be a point on the ellipse, then min $(SP \cdot S'P)$ + max $(SP \cdot S'P)$ is equal to :

  8. Let ABCD be a tetrahedron such that the edges AB, AC and AD are mutually perpendicular. Let the areas of the triangles ABC, ACD and ADB be 5, 6 and 7 square units respectively. Then the area (in square units) of the $\triangle BCD$ is equal to :
  9. Let one focus of the hyperbola H: $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$ be at $(\sqrt{10},0)$ and the corresponding directrix be $x = \frac{9}{\sqrt{10}}$. If e and l respectively are the eccentricity and the length of the latus rectum of H, then $9(e^2 + l)$ is equal to :
  10. If $\vec{a}$ is a nonzero vector such that its projections on the vectors $2\hat{i}-\hat{j}+2\hat{k}$, $\hat{i}+2\hat{j}-2\hat{k}$ and $\hat{k}$ are equal, then a unit vector along $\vec{a}$ is:

Important Questions from Coordinate Geometry

  1. The sum of all rational terms in the expansion of $(2+\sqrt{3})^8$ is

  2. The number of solutions of the equation $2x + 3\tan x = \pi$, $x \in [-2\pi, 2\pi]-\left\{ \pm \frac{\pi}{2}, \pm \frac{3\pi}{2} \right\}$ is:

  3. A line passes through the origin and makes equal angles with the positive coordinate axes. It intersects the lines $L_1: 2x + y + 6 = 0$ and $L_2: 4x+2y-p = 0$, $p > 0$, at the points A and B, respectively. If $AB = \frac{9}{\sqrt{2}}$ and the foot of the perpendicular from the point A on the line $L_2$ is M, then $\frac{AM}{BM}$ is equal to

  4. Let the product of the focal distances of the point $P(4,2\sqrt{3})$ on the hyperbola H: $\frac{x^2}{a^2} - \frac{y^2}{b^2}=1$ be 32. 

    Let the length of the conjugate axis of H be $p$ and the length of its latus rectum be $q$. Then $p^2 + q^2$ is equal to

  5. Let $\vec{a}=\hat{i}+\hat{j}+\hat{k}$, $\vec{b}=3\hat{i}+2\hat{j}-\hat{k}$, $\vec{c} = \lambda\hat{j} + \mu\hat{k}$ and $\vec{d}$ be a unit vector such that $\vec{a}\times\vec{d}=\vec{b}\times\vec{d}$ and $\vec{c}\cdot\vec{d} = 1$. If $\vec{c}$ is perpendicular to $\vec{a}$, then $|3 \lambda\vec{d} + \mu\vec{c}|^2$ is equal to

Need Expert Advice?
More Questions from JEE Main

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App