Let L be the line of intersection of planes r.(i−j+2k)=2 and r.(2i+j−k)=2. If P(α,β,γ) is the foot of perpendicular on L from the point (1, 2, 0), then the value of 35(α+β+γ) is equal to :
Options
Solution
Key Concepts and Formulas
Line of Intersection of Two Planes:
Given two planes P1:r⋅n1=d1 and P2:r⋅n2=d2, the direction vector a of their line of intersection L is perpendicular to both normal vectors n1 and n2. Thus, a=n1×n2.
To find a point Q(x0,y0,z0) on L, substitute x=0 (or y=0 or z=0) into both Cartesian plane equations and solve the resulting system of two linear equations for the other two coordinates.
The equation of the line L in symmetric form is ax−x0=by−y0=cz−z0=λ, where a=ai+bj+ck.
Foot of Perpendicular from a Point to a Line:
Given an external point A(x1,y1,z1) and a line L:ax−x0=by−y0=cz−z0=λ, any point P(α,β,γ) on L can be expressed parametrically as (x0+aλ,y0+bλ,z0+cλ).
The vector AP connecting the external point A to the foot of the perpendicular P is perpendicular to the line L. Therefore, its dot product with the direction vector a of L must be zero: AP⋅a=0.
Solving this equation for λ gives the specific parameter value for the foot of the perpendicular. Substituting this λ back into the parametric coordinates yields the coordinates of P.
Step-by-Step Solution
Step 1: Convert Plane Equations to Cartesian Form
We are given the vector equations of two planes:
Plane 1 (P1): r.(i−j+2k)=2
Plane 2 (P2): r.(2i+j−k)=2
Let r=xi+yj+zk. Substituting this into the equations:
For P1: (xi+yj+zk)⋅(i−j+2k)=2P1:x−y+2z=2
For P2: (xi+yj+zk)⋅(2i+j−k)=2P2:2x+y−z=2
These are the Cartesian equations of the two planes.
Step 2: Find the Direction Vector of the Line of Intersection (L)
The normal vector to P1 is n1=i−j+2k=⟨1,−1,2⟩.
The normal vector to P2 is n2=2i+j−k=⟨2,1,−1⟩.
The direction vector a of the line of intersection L is perpendicular to both n1 and n2. We find it using the cross product:
a=n1×n2=i12j−11k2−1a=i((−1)(−1)−(2)(1))−j((1)(−1)−(2)(2))+k((1)(1)−(−1)(2))a=i(1−2)−j(−1−4)+k(1+2)a=−i+5j+3k=⟨−1,5,3⟩
Step 3: Find a Point on the Line of Intersection (L)
To find a point on L, we can set one coordinate to zero. Let's set z=0 in the Cartesian equations from Step 1:
From P1:x−y+2(0)=2⇒x−y=2(Equation 1)
From P2:2x+y−(0)=2⇒2x+y=2(Equation 2)
Now, solve this system of linear equations:
Add (Equation 1) and (Equation 2):
(x−y)+(2x+y)=2+23x=4⇒x=34
Substitute x=34 into (Equation 1):
34−y=2y=34−2=34−6=−32
So, a point on the line of intersection is Q(34,−32,0).
Step 4: Write the Equation of the Line of Intersection (L)
Using the point Q(34,−32,0) and the direction vector a=⟨−1,5,3⟩, the symmetric form of the line L is:
L:−1x−34=5y−(−32)=3z−0
Let this ratio be equal to a parameter λ:
−1x−34=5y+32=3z=λ
Thus, any point P(α,β,γ) on the line L can be expressed parametrically as:
P(α,β,γ)=(−λ+34,5λ−32,3λ)
Step 5: Find the Foot of the Perpendicular P from Point A(1,2,0) to Line L
The given external point is A(1,2,0). The foot of the perpendicular P(α,β,γ) is on L.
Form the vector AP:
AP=⟨(−λ+34−1),(5λ−32−2),(3λ−0)⟩AP=⟨(−λ+31),(5λ−38),3λ⟩
Since AP is perpendicular to the line L, it must be perpendicular to the direction vector a=⟨−1,5,3⟩. Their dot product must be zero:
AP⋅a=0(−λ+31)(−1)+(5λ−38)(5)+(3λ)(3)=0(λ−31)+(25λ−340)+9λ=0
Combine terms with λ and constant terms:
(1+25+9)λ+(−31−340)=035λ−341=0
Solve for λ:
35λ=341⇒λ=3×3541=10541
Step 6: Calculate the Coordinates of P and the Final Value
Substitute the value of λ=10541 back into the parametric coordinates of P:
α=−10541+34=105−41+4×35=105−41+140=10599=3533β=5(10541)−32=2141−32=2141−2×7=2141−14=2127=79γ=3(10541)=3541
So, the foot of the perpendicular is P(3533,79,3541).
We need to find the value of 35(α+β+γ).
First, calculate the sum α+β+γ:
α+β+γ=3533+79+3541
To add these fractions, find a common denominator, which is 35:
α+β+γ=3533+359×5+3541=3533+45+41=35119
Finally, multiply this sum by 35:
35(α+β+γ)=35×35119=119
Common Mistakes & Tips
Cross Product Errors: Be very careful with signs and calculations when computing the cross product of normal vectors. A single sign error will propagate through the entire solution.
Arithmetic with Fractions: Calculations involving fractions for the point on the line, λ, and the final coordinates are prone to errors. Double-check all fraction additions, subtractions, and multiplications.
Incorrect Direction Vector for Dot Product: Ensure that the direction vector used in the dot product condition AP⋅a=0 is indeed the direction vector of the line L, not one of the normal vectors of the planes.
Verification: After finding a point on the line of intersection, quickly substitute its coordinates back into the original plane equations to verify it satisfies both. This catches errors early.
Summary
This problem required a systematic approach combining two key 3D geometry concepts. We first transformed the plane equations into Cartesian form to easily extract their normal vectors. The cross product of these normal vectors yielded the direction vector of the line of intersection. By setting one coordinate to zero, we found a specific point on this line, allowing us to write its parametric equation. Finally, using the condition that the vector from the external point to the foot of the perpendicular on the line is orthogonal to the line's direction vector, we solved for the parameter λ. Substituting λ back into the parametric equations gave the coordinates of the foot of the perpendicular, and from there, the required value of 35(α+β+γ). Our calculations consistently lead to a value of 119.
The final answer is 119 which corresponds to option (B).