If the equation of plane passing through the mirror image of a point (2, 3, 1) with respect to line 2x+1=1y−3=−1z+2 and containing the line 3x−2=21−y=1z+1 is αx + βy + γz = 24, then α + β + γ is equal to :
Options
Solution
This problem involves two main steps: first, finding the mirror image of a point with respect to a line, and second, determining the equation of a plane that passes through this mirror image and contains another given line.
1. Key Concepts and Formulas
Mirror Image of a Point with respect to a Line: If a point A(x1,y1,z1) has a mirror image B(x2,y2,z2) with respect to a line L, then the foot of the perpendicular M from A to L is the midpoint of the segment AB. Additionally, the line segment AM is perpendicular to the line L.
To find M: Let M be a general point on L. Form the vector AM. Set the dot product of AM and the direction vector of L to zero to find the parameter for M.
To find B: Use the midpoint formula: M=(2x1+x2,2y1+y2,2z1+z2).
Equation of a Plane containing a Line and a Point: A plane containing a line (which passes through a point PL and has direction vector dL) and also passing through an external point PE can be found as follows:
Two vectors lying in the plane are dL and PLPE (or PEPL).
The normal vector to the plane, n, is perpendicular to both of these vectors. Thus, n=dL×PLPE.
The equation of the plane is n⋅(r−PE)=0 or Ax+By+Cz=D, where (A,B,C) are the components of n, and D is found by substituting the coordinates of PE (or PL) into the equation.
2. Step-by-Step Solution
Step 1: Identify the given points and lines.
Let the given point be A=(2,3,1).
The equation of the line L1 (with respect to which the mirror image is taken) is:
2x+1=1y−3=−1z+2
We can write a general point on L1 as M=(−1+2λ,3+λ,−2−λ).
The direction vector of L1 is d1=(2,1,−1).
The equation of the line L2 (contained in the plane) is:
3x−2=21−y=1z+1
To get it into standard form, we rewrite 1−y as −(y−1):
3x−2=−2y−1=1z+1
A point on L2 is PL2=(2,1,−1).
The direction vector of L2 is d2=(3,−2,1).
Step 2: Find the mirror image of point A with respect to line L1.
Let B(xB,yB,zB) be the mirror image of A(2,3,1).
Let M be the foot of the perpendicular from A to L1. M is a point on L1, so M=(−1+2λ,3+λ,−2−λ).
The vector AM is perpendicular to the direction vector d1 of L1.
AM=M−A=(−1+2λ−2,3+λ−3,−2−λ−1)=(2λ−3,λ,−λ−3).
Since AM⋅d1=0:
(2λ−3)(2)+(λ)(1)+(−λ−3)(−1)=04λ−6+λ+λ+3=06λ−3=0⟹λ=21
Substitute λ=21 into the coordinates of M:
M=(−1+2(21),3+21,−2−21)=(−1+1,27,−25)=(0,27,−25)
Since M is the midpoint of AB:
22+xB=0⟹2+xB=0⟹xB=−223+yB=27⟹3+yB=7⟹yB=421+zB=−25⟹1+zB=−5⟹zB=−6
So, the mirror image point is B=(−2,4,−6).
Step 3: Find the equation of the plane passing through B and containing line L2.
The plane passes through B(−2,4,−6) and contains line L2, which passes through PL2(2,1,−1) and has direction vector d2=(3,−2,1).
A vector lying in the plane is PL2B=B−PL2=(−2−2,4−1,−6−(−1))=(−4,3,−5).
The normal vector n to the plane is perpendicular to both d2 and PL2B. We can find n using the cross product:
n=d2×PL2B=(3,−2,1)×(−4,3,−5)n=i3−4j−23k1−5n=i((−2)(−5)−(1)(3))−j((3)(−5)−(1)(−4))+k((3)(3)−(−2)(−4))n=i(10−3)−j(−15+4)+k(9−8)n=7i−(−11)j+1k=(7,11,1)
The equation of the plane is of the form Ax+By+Cz=D, where (A,B,C) are the components of the normal vector. So, the equation is 7x+11y+z=D.
To find D, substitute the coordinates of point B(−2,4,−6) into the equation:
7(−2)+11(4)+(−6)=D−14+44−6=D24=D
Thus, the equation of the plane is 7x+11y+z=24.
Step 4: Determine α,β,γ and calculate their sum.
Comparing the obtained plane equation 7x+11y+z=24 with the given form αx+βy+γz=24, we get:
α=7β=11γ=1
Now, we calculate the sum α+β+γ:
α+β+γ=7+11+1=19
3. Common Mistakes & Tips
Sign Errors in Line Equations: Always rewrite line equations into the standard form {{x - x_0} \over l} = {{y - y_0} \over m} = {{z - z_0} \over n}} to correctly identify the point (x0,y0,z0) and the direction vector (l,m,n). For example, 1−y must be written as −(y−1), changing the sign of the corresponding direction component.
Cross Product Calculation: Be meticulous with the signs and order of terms when calculating the cross product, as a single error can propagate through the rest of the problem.
Perpendicularity Condition: Remember that the vector from the point to the foot of the perpendicular on the line is perpendicular to the line's direction vector. This is a crucial step in finding the mirror image.
4. Summary
We first found the mirror image of the given point (2,3,1) with respect to the first line by using the conditions of perpendicularity and midpoint. The mirror image point was found to be (−2,4,−6). Next, we determined the equation of the plane passing through this mirror image point and containing the second given line. We achieved this by finding two vectors in the plane (the direction vector of the line and a vector connecting the mirror image point to a point on the line) and calculating their cross product to get the normal vector of the plane. The equation of the plane was 7x+11y+z=24. Comparing this with the given form αx+βy+γz=24, we found α=7,β=11,γ=1. Finally, their sum was calculated as 7+11+1=19.
The final answer is 19, which corresponds to option (B).