The distance of the point (−1, 2, −2) from the line of intersection of the planes 2x + 3y + 2z = 0 and x − 2y + z = 0 is :
Options
Solution
1. Key Concepts and Formulas
Equation of a Line in 3D: A line passing through a point a and parallel to a direction vector v can be represented as r=a+tv, where t is a scalar parameter.
Line of Intersection of Two Planes: The line of intersection of two planes P1:n1⋅r=d1 and P2:n2⋅r=d2 has a direction vector v that is perpendicular to both normal vectors n1 and n2. Thus, v can be found by taking the cross product n1×n2. To find a point on the line, we can set one coordinate to zero (e.g., z=0) and solve the resulting system of two linear equations for the other two coordinates.
Distance from a Point to a Line: The shortest distance d from a point P to a line passing through a point A with direction vector v is given by the formula:
d=∣v∣∣AP×v∣
2. Step-by-Step Solution
Let the given point be P(−1,2,−2).
The line L is the intersection of two planes:
Plane 1 (P1): 2x+3y+2z=0
Plane 2 (P2): x−2y+z=0
Step 1: Determine the Equation of the Line of Intersection (L)
To find the equation of the line, we need a point on the line and its direction vector.
1.1 Find the Direction Vector (v) of the Line:
The direction vector of the line of intersection is perpendicular to the normal vectors of both planes.
The normal vector to P1 is n1=2i^+3j^+2k^.
The normal vector to P2 is n2=i^−2j^+k^.
The direction vector v is given by the cross product of n1 and n2:
v=n1×n2=i^21j^3−2k^21v=i^((3)(1)−(2)(−2))−j^((2)(1)−(2)(1))+k^((2)(−2)−(3)(1))v=i^(3+4)−j^(2−2)+k^(−4−3)v=7i^−0j^−7k^=(7,0,−7)
We can use a simpler parallel vector by dividing by 7: v=(1,0,−1).
1.2 Find a Point (A) on the Line:
To find a point on the line of intersection, we can set one variable to zero and solve the system of equations. Let's set z=0:
From P1: 2x+3y+2(0)=0⇒2x+3y=0 (Equation 1)
From P2: x−2y+(0)=0⇒x−2y=0 (Equation 2)
From Equation 2, x=2y. Substitute this into Equation 1:
2(2y)+3y=04y+3y=07y=0⇒y=0
Since y=0 and x=2y, we have x=0.
Thus, a point on the line is A(0,0,0).
The equation of the line L can be written as r=(0,0,0)+t(1,0,−1), or r=(t,0,−t).
Step 2: Calculate the Distance from Point P to the Line L
We use the formula d=∣v∣∣AP×v∣.
The given point is P(−1,2,−2).
The point on the line is A(0,0,0).
The direction vector of the line is v=(1,0,−1).
2.1 Calculate the Vector AP:AP=P−A=(−1−0,2−0,−2−0)=(−1,2,−2)
2.2 Calculate the Cross Product AP×v:AP×v=i^−11j^20k^−2−1=i^((2)(−1)−(−2)(0))−j^((−1)(−1)−(−2)(1))+k^((−1)(0)−(2)(1))=i^(−2−0)−j^(1+2)+k^(0−2)=−2i^−3j^−2k^=(−2,−3,−2)
2.3 Calculate the Magnitudes:∣AP×v∣=(−2)2+(−3)2+(−2)2=4+9+4=17∣v∣=12+02+(−1)2=1+0+1=2
2.4 Calculate the Distance d:d=∣v∣∣AP×v∣=217
To rationalize the denominator:
d=2⋅217⋅2=234
3. Common Mistakes & Tips
Direction Vector Calculation: A common error is incorrectly calculating the cross product of the normal vectors. Double-check the signs and terms.
Point on the Line: Ensure the chosen point actually satisfies both plane equations. Setting one variable to zero is a straightforward way to find such a point, especially when the planes pass through the origin.
Distance Formula: Using the correct distance formula is crucial. Be careful with vector operations (dot product vs. cross product) and magnitudes.
Alternative Method (Foot of Perpendicular): While the cross product method is often quicker, finding the foot of the perpendicular Q from P to L and then calculating PQ is an equally valid approach. If time permits, using both methods can serve as a cross-check. For this problem, it would involve taking a general point Q(t,0,−t) on the line, forming PQ, and setting PQ⋅v=0 to find t. This would lead to t=1/2, giving Q(1/2,0,−1/2), and then PQ=(3/2)2+(−2)2+(3/2)2=9/4+16/4+9/4=34/4=234. This confirms the result.
4. Summary
First, we determined the equation of the line of intersection by finding its direction vector (cross product of normal vectors of the planes) and a point on the line (by setting z=0 in the plane equations). The line passes through the origin (0,0,0) and has a direction vector (1,0,−1). Then, we calculated the distance from the given point P(−1,2,−2) to this line using the formula d=∣v∣∣AP×v∣. The calculations yielded a distance of 234.
5. Final Answer
The final answer is 234, which corresponds to option (D).