let L be a straight line passing through the origin. Suppose that all the points on L are at a constant distance from the two planes `P_1 : x + 2y-z +1 = 0` and `P_2 : 2x-y + z-1 = 0`, Let M be the locus of the feet of the perpendiculars drawn from the points on L to the plane `P_1`. Which of the following points lie(s) on M?
let L be a straight line passing through the origin. Suppose that all the points on L are at a constant distance from the two planes `P_1 : x + 2y-z +1 = 0` and `P_2 : 2x-y + z-1 = 0`, Let M be the locus of the feet of the perpendiculars drawn from the points on L to the plane `P_1`. Which of the following points lie(s) on M?
A
`(0,-(5)/(6),-(2)/(3))`
B
`(-(1)/(6),-(1)/(3),(1)/(6))`
C
`(-(5)/(6),0,(1)/(6))`
D
`(-(1)/(3),0,(2)/(3))`
Text Solution
AI Generated Solution
The correct Answer is:
To solve the problem, we need to find the locus of the feet of the perpendiculars drawn from points on the line \( L \) to the plane \( P_1 \). The line \( L \) passes through the origin and is at a constant distance from the two given planes \( P_1 \) and \( P_2 \).
### Step 1: Identify the normal vectors of the planes
The equations of the planes are:
- \( P_1: x + 2y - z + 1 = 0 \)
- \( P_2: 2x - y + z - 1 = 0 \)
The normal vector of plane \( P_1 \) is \( \mathbf{n_1} = (1, 2, -1) \) and for plane \( P_2 \) it is \( \mathbf{n_2} = (2, -1, 1) \).
### Step 2: Find the direction ratios of line \( L \)
Since the line \( L \) is at a constant distance from both planes, it must be parallel to the line of intersection of the two planes. To find the direction ratios of this line, we can take the cross product of the normal vectors \( \mathbf{n_1} \) and \( \mathbf{n_2} \).
\[
\mathbf{d} = \mathbf{n_1} \times \mathbf{n_2} = \begin{vmatrix}
\mathbf{i} & \mathbf{j} & \mathbf{k} \\
1 & 2 & -1 \\
2 & -1 & 1
\end{vmatrix}
\]
Calculating the determinant, we get:
\[
\mathbf{d} = \mathbf{i} \left( 2 \cdot 1 - (-1) \cdot (-1) \right) - \mathbf{j} \left( 1 \cdot 1 - (-1) \cdot 2 \right) + \mathbf{k} \left( 1 \cdot (-1) - 2 \cdot 2 \right)
\]
\[
= \mathbf{i} (2 - 1) - \mathbf{j} (1 + 2) + \mathbf{k} (-1 - 4)
\]
\[
= \mathbf{i} (1) - \mathbf{j} (3) - \mathbf{k} (5)
\]
Thus, the direction ratios of line \( L \) are \( (1, -3, -5) \).
### Step 3: Parametric equations of line \( L \)
The parametric equations of line \( L \) passing through the origin are:
\[
x = t, \quad y = -3t, \quad z = -5t
\]
### Step 4: Find the foot of the perpendicular from a point on line \( L \) to plane \( P_1 \)
To find the foot of the perpendicular from a point \( (t, -3t, -5t) \) to the plane \( P_1 \), we use the formula for the foot of the perpendicular from a point \( (x_0, y_0, z_0) \) to the plane \( Ax + By + Cz + D = 0 \):
\[
\text{Foot} = \left( x_0 - \frac{A(Ax_0 + By_0 + Cz_0 + D)}{A^2 + B^2 + C^2}, y_0 - \frac{B(Ax_0 + By_0 + Cz_0 + D)}{A^2 + B^2 + C^2}, z_0 - \frac{C(Ax_0 + By_0 + Cz_0 + D)}{A^2 + B^2 + C^2} \right)
\]
For plane \( P_1 \):
- \( A = 1, B = 2, C = -1, D = 1 \)
- \( (x_0, y_0, z_0) = (t, -3t, -5t) \)
Calculating \( Ax_0 + By_0 + Cz_0 + D \):
\[
= 1(t) + 2(-3t) - 1(-5t) + 1 = t - 6t + 5t + 1 = 0 + 1 = 1
\]
Now, substituting into the foot of the perpendicular formula:
\[
\text{Foot} = \left( t - \frac{1(1)}{1^2 + 2^2 + (-1)^2}, -3t - \frac{2(1)}{1^2 + 2^2 + (-1)^2}, -5t - \frac{-1(1)}{1^2 + 2^2 + (-1)^2} \right)
\]
\[
= \left( t - \frac{1}{6}, -3t - \frac{2}{6}, -5t + \frac{1}{6} \right)
\]
\[
= \left( t - \frac{1}{6}, -3t - \frac{1}{3}, -5t + \frac{1}{6} \right)
\]
### Step 5: Determine the locus \( M \)
As \( t \) varies, the coordinates of the foot of the perpendicular describe a locus \( M \).
### Final Step: Check which points lie on locus \( M \)
To find specific points that lie on \( M \), we can substitute values into the parametric equations derived above and check against the options given in the problem.
To solve the problem, we need to find the locus of the feet of the perpendiculars drawn from points on the line \( L \) to the plane \( P_1 \). The line \( L \) passes through the origin and is at a constant distance from the two given planes \( P_1 \) and \( P_2 \).
### Step 1: Identify the normal vectors of the planes
The equations of the planes are:
- \( P_1: x + 2y - z + 1 = 0 \)
- \( P_2: 2x - y + z - 1 = 0 \)
The normal vector of plane \( P_1 \) is \( \mathbf{n_1} = (1, 2, -1) \) and for plane \( P_2 \) it is \( \mathbf{n_2} = (2, -1, 1) \).
...
|
Topper's Solved these Questions
JEE 2019
CENGAGE ENGLISH|Exercise chapter-2|1 VideosView PlaylistJEE 2019
CENGAGE ENGLISH|Exercise single correct answer type|1 VideosView PlaylistJEE 2019
CENGAGE ENGLISH|Exercise matching column type|2 VideosView PlaylistINVERSE TRIGONOMETRIC FUNCTIONS
CENGAGE ENGLISH|Exercise Archives (Numerical Value type)|2 VideosView PlaylistLIMITS
CENGAGE ENGLISH|Exercise Comprehension Type|4 VideosView Playlist
Similar Questions
Explore conceptually related problems
Find the foot of perpendicular drawn from the point P(0, 0, 0) to the plane x + 2y + 2z =13.
Watch solution
Let L_1 be a straight line passing through the origin and L_2 be the straight line x + y = 1 if the intercepts made by the circle x^2 + y^2-x+ 3y = 0 on L_1 and L_2 are equal, then which of the following equations can represent L_1 ?
Watch solution
Let two planes p _(1): 2x -y + z =2 and p _(2) : x + 2y - z=3 are given : Equation of the plane which passes through the point (-1,3,2) and is perpendicular to each of the plane is:
Watch solution
Let two planes p _(1): 2x -y + z =2 and p _(2) : x + 2y - z=3 are given : equation of the plane through the intersection of p _(1) and p_(2) and the point (3,2,1) is :
Watch solution
The equation of a plane passing through the line of intersection of the planes x+2y+3z = 2 and x -y+z = 3 and at a distance 2/ √ 3 from the point (3, 1, -1) is ?
Watch solution
Let P_(1):x-2y+3z=5 and P_(2):2x-3y+z+4=0 be two planes. The equation of the plane perpendicular to the line of intersection of P_(1)=0 and P_(2)=0 and passing through (1,1,1) is
Watch solution
Find the coordinates of the foot of the perpendicular and the perpendicular distance of the point P(3,2,1) from the plane 2x-y+z+1=0. Find also, the image of the point in the plane.
Watch solution
A line L lies in the plane 2x-y-z=4 such that it is perpendicular to the line (x-2)/(2)=(y-3)/(1)=(z-4)/(5) . The line L passes through the point of intersection of the given line and given plane. Which of the following points does not satisfy line L?
Watch solution
The image of plane p _(1) in the plane mirror p _(2) is : Let two planes p_(1): 2x -y +z =2 and p _(2) : x+ 2y -z=3 are given.
Watch solution
The equation of the plane which passes through the points (2, 1, -1) and (-1, 3, 4) and perpendicular to the plane x- 2y + 4z = 0 is
Watch solution