Question
Question: In \({{R}^{3}}\) , let L be a straight line passing through the origin. Suppose that all the points ...
In R3 , 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 P1:x+2y−z+1=0 and P2: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 P1 . Find the equation M.
Solution
Hint : As the line is at a constant distance from the given two planes, we can say that the line is parallel to both the planes. We know that for a general plane ax+by+cz+d=0, ai+bj+ck represents the vector normal to the given plane, so from the equation of the two planes, we can easily find two vectors which are perpendicular to the planes and hence the line L. Take their cross product to find a vector along the line L, hence its direction cosines. Also, we know that the line passes through origin so get the equation of line, followed by a general point on it and use the formula of foot perpendicular to plane one to get the locus.
Complete step by step solution :
It is given that all the points on L are at a constant distance from the two planes P1:x+2y−z+1=0 and P2:2x−y+z−1=0 , so the line is parallel to the planes. We know that for a general plane ax+by+cz+d=0, ai+bj+ck represents the vector normal to the given plane. Therefore, normal vector to the plane P1:x+2y−z+1=0 is i+2j−k and the normal to the plane P2:2x−y+z−1=0 is 2i−j+k .
Therefore, the vector along line L is the cross product of the two normal vectors.
(2i−j+k)×(i+2j−k)
For finding the cross product we need to form the determinant, in which the first row is i,j and k , second row is the coefficients of i,j and k in first vector and third row consists of the coefficient of i,j and k in second vector.
i 2 1 j−12k1−1=i(1−2)−j(−2−1)+k(4+1)=−i+3j+5k
Therefore, DRs of the line L is -1, 3, 5. Also, the line passes through the origin.
Now we know that the equation of line with DRs as l,m,n and passing through origin is given by:
lx=my=nz .
Therefore, the equation of line L is:
−1x=3y=5z
Now the general point lying on Line L is:
−1x=3y=5z=λ
x=−λ
z=5λ
y=3λ
The general point comes out as: (−λ,3λ,5λ) .
Now we know that the foot of perpendicular (g,h,k) of a point (p,q,r) to a general plane is given by:
ag−p=bh−q=ck−r=a2+b2+c2−(ap+bq+cr+d)
So, let the general point on L be (−λ,3λ,5λ) , so the foot of perpendicular on the plane P1:x+2y−z+1=0 be (x,y,z), which will be general point for M.
1x−(−λ)=2y−3λ=−1z−5λ=12+22+(−1)2−(1×(−λ)+2×(3λ)−1×(5λ)+1)
⇒x+λ=2y−3λ=−1z−5λ=4−1
x+λ=4−1
⇒x+41=λ
2y−3λ=4−1
⇒3y+21=λ
−1z−5λ=4−1
⇒5z−41=λ
Therefore, we can conclude that the equation M is:
x+41=3y+21=5z−41
Note : In questions related to lines and planes the key thing is to remember the important formulas, like the foot of perpendicular to the plane, image of a point etc. Also, the other key point was to interpret the statement that the distance of each point is constant, which means they are parallel.