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

The sum of all values of $\alpha$, for which the shortest distance between the lines $\frac{x + 1}{\alpha} = \frac{y - 2}{-1} = \frac{z - 4}{-\alpha}$ and $\frac{x}{\alpha} = \frac{y - 1}{2} = \frac{z - 1}{2\alpha}$ is $\sqrt{2}$, is

The correct answer is
6

Shortest Distance Between Lines Calculation

We are asked to find the sum of all values of $\alpha$ for which the shortest distance between the two given lines is $\sqrt{2}$.

Line 1: $\frac{x + 1}{\alpha} = \frac{y - 2}{-1} = \frac{z - 4}{-\alpha}$ This line passes through point $P_1 = (-1, 2, 4)$ and has direction vector $\vec{d_1} = (\alpha, -1, -\alpha)$.

Line 2: $\frac{x}{\alpha} = \frac{y - 1}{2} = \frac{z - 1}{2\alpha}$ This line passes through point $P_2 = (0, 1, 1)$ and has direction vector $\vec{d_2} = (\alpha, 2, 2\alpha)$.

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

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

Step-by-Step Calculation

  1. Calculate the vector connecting the points $P_1$ and $P_2$:

    $P_2 - P_1 = (0 - (-1), 1 - 2, 1 - 4) = (1, -1, -3)$

  2. Calculate the cross product of the direction vectors $\vec{d_1} \times \vec{d_2}$: $ \vec{d_1} \times \vec{d_2} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \alpha & -1 & -\alpha \\ \alpha & 2 & 2\alpha \end{vmatrix} $ $ = \mathbf{i}(-1(2\alpha) - (-\alpha)(2)) - \mathbf{j}(\alpha(2\alpha) - (-\alpha)(\alpha)) + \mathbf{k}(\alpha(2) - (-1)(\alpha)) $ $ = \mathbf{i}(-2\alpha + 2\alpha) - \mathbf{j}(2\alpha^2 + \alpha^2) + \mathbf{k}(2\alpha + \alpha) $ $ = 0\mathbf{i} - 3\alpha^2\mathbf{j} + 3\alpha\mathbf{k} = (0, -3\alpha^2, 3\alpha) $
  3. Calculate the magnitude of the cross product: $ |\vec{d_1} \times \vec{d_2}| = \sqrt{0^2 + (-3\alpha^2)^2 + (3\alpha)^2} = \sqrt{9\alpha^4 + 9\alpha^2} $ $ = \sqrt{9\alpha^2(\alpha^2 + 1)} = |3\alpha|\sqrt{\alpha^2 + 1} $ (Note: The line representation implies $\alpha \neq 0$)
  4. Calculate the scalar triple product $(P_2 - P_1) \cdot (\vec{d_1} \times \vec{d_2})$: $ (1, -1, -3) \cdot (0, -3\alpha^2, 3\alpha) = 1(0) + (-1)(-3\alpha^2) + (-3)(3\alpha) $ $ = 0 + 3\alpha^2 - 9\alpha = 3\alpha^2 - 9\alpha $
  5. Set up the distance equation and solve for $\alpha$: $ D = \frac{|3\alpha^2 - 9\alpha|}{|3\alpha|\sqrt{\alpha^2 + 1}} = \sqrt{2} $ $ \frac{|3\alpha(\alpha - 3)|}{|3\alpha|\sqrt{\alpha^2 + 1}} = \sqrt{2} $ Since $\alpha \neq 0$, we can simplify $|3\alpha|$: $ \frac{3|\alpha||\alpha - 3|}{3|\alpha|\sqrt{\alpha^2 + 1}} = \sqrt{2} $ $ \frac{|\alpha - 3|}{\sqrt{\alpha^2 + 1}} = \sqrt{2} $ Square both sides: $ \frac{(\alpha - 3)^2}{\alpha^2 + 1} = (\sqrt{2})^2 = 2 $ $ \alpha^2 - 6\alpha + 9 = 2(\alpha^2 + 1) $ $ \alpha^2 - 6\alpha + 9 = 2\alpha^2 + 2 $ $ \alpha^2 + 6\alpha - 7 = 0 $ Factor the quadratic equation: $ (\alpha + 7)(\alpha - 1) = 0 $ The possible values for $\alpha$ are $\alpha = 1$ and $\alpha = -7$.
  6. Calculate the sum of the values of $\alpha$: Sum = $1 + (-7) = -6$.

The sum of all values of $\alpha$ is $-6$, which corresponds to Option 2.

Was this answer helpful?

Similar Questions

  1. If the line $\alpha x + 2y = 1$, where $\alpha \in \mathbb{R}$, does not meet the hyperbola $x^2 - 9y^2 = 9$, then a possible value of $\alpha$ is:
  2. Let $P(10, 2\sqrt{15})$ be a point on the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$, whose foci are S and $S'$. If the length of its latus rectum is 8, then the square of the area of $\Delta PSS'$ is equal to :
  3. Let the locus of the mid-point of the chord through the origin O of the parabola $y^2 = 4x$ be the curve S. Let P be any point on S. Then the locus of the point, which internally divides OP in the ratio 3:1, is :
  4. Let a circle of radius 4 pass through the origin O, the points $A(-\sqrt{3}a, 0)$ and $B(0, -\sqrt{2}b)$, where $a$ and $b$ are real parameters and $ab \neq 0$. Then the locus of the centroid of $\Delta OAB$ is a circle of radius
  5. Let a line L passing through the point $P(1, 1, 1)$ be perpendicular to the lines $\frac{x-4}{4} = \frac{y-1}{1} = \frac{z-1}{1}$ and $\frac{x-17}{1} = \frac{y-71}{1} = \frac{z}{0}$. Let the line L intersect the yz-plane at the point Q. Another line parallel to L and passing through the point $S(1, 0, -1)$ intersects the yz-plane at the point R. Then the square of the area of the parallelogram PQRS is equal to ______.
  6. Let the angles made with the positive $x$-axis by two straight lines drawn from the point $P(2, 3)$ and meeting the line $x + y = 6$ at a distance $\sqrt{\frac{2}{3}}$ from the point $P$ be $\theta_1$ and $\theta_2$. Then the value of $(\theta_1 + \theta_2)$ is:
  7. Let the length of the latus rectum of an ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, (a > b)$, be 30. If its eccentricity is the maximum value of the function $f(t) = -\frac{3}{4} + 2t - t^2$, then $(a^2 + b^2)$ is equal to
  8. Let $\vec{a} = 2\hat{i} - \hat{j} - \hat{k}$, $\vec{b} = \hat{i} + 3\hat{j} - \hat{k}$ and $\vec{c} = 2\hat{i} + \hat{j} + 3\hat{k}$. Let $\vec{v}$ be the vector in the plane of the vectors $\vec{a}$ and $\vec{b}$, such that the length of its projection on the vector $\vec{c}$ is $\frac{1}{\sqrt{14}}$. Then $|\vec{v}|$ is equal to
  9. Let $\vec{a} = 2\hat{i} - 5\hat{j} + 5\hat{k}$ and $\vec{b} = \hat{i} - \hat{j} + 3\hat{k}$. If $\vec{c}$ is a vector such that $2(\vec{a} \times \vec{c}) + 3(\vec{b} \times \vec{c}) = \vec{0}$ and $(\vec{a} - \vec{b}) \cdot \vec{c} = -97$, then $|\vec{c} \times \hat{k}|^2$ is equal to
  10. Let the image of parabola $x^2 = 4y$, in the line $x - y = 1$ be $(y + a)^2 = b(x - c)$, $a, b, c \in \mathbb{N}$. Then $a + b + c$ is equal to

Important Questions from Coordinate Geometry

  1. If the line $\alpha x + 2y = 1$, where $\alpha \in \mathbb{R}$, does not meet the hyperbola $x^2 - 9y^2 = 9$, then a possible value of $\alpha$ is:
  2. Let $P(10, 2\sqrt{15})$ be a point on the hyperbola $\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1$, whose foci are S and $S'$. If the length of its latus rectum is 8, then the square of the area of $\Delta PSS'$ is equal to :
  3. Let the locus of the mid-point of the chord through the origin O of the parabola $y^2 = 4x$ be the curve S. Let P be any point on S. Then the locus of the point, which internally divides OP in the ratio 3:1, is :
  4. Let a circle of radius 4 pass through the origin O, the points $A(-\sqrt{3}a, 0)$ and $B(0, -\sqrt{2}b)$, where $a$ and $b$ are real parameters and $ab \neq 0$. Then the locus of the centroid of $\Delta OAB$ is a circle of radius
  5. Let a line L passing through the point $P(1, 1, 1)$ be perpendicular to the lines $\frac{x-4}{4} = \frac{y-1}{1} = \frac{z-1}{1}$ and $\frac{x-17}{1} = \frac{y-71}{1} = \frac{z}{0}$. Let the line L intersect the yz-plane at the point Q. Another line parallel to L and passing through the point $S(1, 0, -1)$ intersects the yz-plane at the point R. Then the square of the area of the parallelogram PQRS 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