If the equation of the plane containing the line x+2y+3z−4=0=2x+y−z+5 and perpendicular to the plane r=(i^−j^)+λ(i^+j^+k^)+μ(i^−2j^+3k^) is ax+by+cz=4, then (a−b+c) is equal to :
Options
Solution
Key Concepts and Formulas
To solve this problem, we'll utilize several fundamental concepts from 3D Geometry:
Equation of a Plane Containing the Line of Intersection of Two Planes: If two planes are given by P1:A1x+B1y+C1z+D1=0 and P2:A2x+B2y+C2z+D2=0, then any plane containing their line of intersection can be represented by the equation P1+λP2=0, where λ is a scalar constant.
Normal Vector of a Plane:
For a plane in Cartesian form Ax+By+Cz+D=0, its normal vector is n=Ai^+Bj^+Ck^.
For a plane in parametric vector form r=a+λb+μc, where b and c are two non-parallel vectors lying in the plane, its normal vector can be found by their cross product: n=b×c.
Condition for Perpendicular Planes: Two planes are perpendicular if and only if their normal vectors are orthogonal (perpendicular). Mathematically, if n1 and n2 are the normal vectors of the two planes, then their dot product must be zero: n1⋅n2=0.
Step-by-Step Solution
Step 1: Formulate the Equation of the Required Plane (P)
The problem states that the required plane, let's call it P, contains the line of intersection of two given planes:
P1:x+2y+3z−4=0P2:2x+y−z+5=0
According to the key concept, the equation of plane P can be written as P1+λP2=0:
(x+2y+3z−4)+λ(2x+y−z+5)=0
To identify the normal vector of this plane, we rearrange the equation into the standard Cartesian form Ax+By+Cz+D=0:
(1+2λ)x+(2+λ)y+(3−λ)z+(−4+5λ)=0
The normal vector of plane P, denoted as nP, consists of the coefficients of x,y,z:
nP=(1+2λ)i^+(2+λ)j^+(3−λ)k^
Step 2: Determine the Normal Vector of the Second Given Plane (P')
The second given plane, P′, is provided in parametric vector form:
r=(i^−j^)+λ(i^+j^+k^)+μ(i^−2j^+3k^)
In this form, a=i^−j^ is a position vector of a point on the plane, and b=i^+j^+k^ and c=i^−2j^+3k^ are two direction vectors that lie within the plane.
The normal vector nP′ to this plane is perpendicular to both b and c, and thus can be found by their cross product:
nP′=b×c=(i^+j^+k^)×(i^−2j^+3k^)
We calculate the cross product using a determinant:
nP′=i^11j^1−2k^13nP′=i^((1)(3)−(1)(−2))−j^((1)(3)−(1)(1))+k^((1)(−2)−(1)(1))nP′=i^(3+2)−j^(3−1)+k^(−2−1)nP′=5i^−2j^−3k^
Step 3: Apply the Perpendicularity Condition to Find λ
We are given that plane P is perpendicular to plane P′. This means their normal vectors, nP and nP′, must be orthogonal. The dot product of orthogonal vectors is zero:
nP⋅nP′=0
Substitute the expressions for nP and nP′:
((1+2λ)i^+(2+λ)j^+(3−λ)k^)⋅(5i^−2j^−3k^)=0
Perform the dot product:
5(1+2λ)−2(2+λ)−3(3−λ)=0
Now, solve this linear equation for λ:
5+10λ−4−2λ−9+3λ=0
Combine like terms:
(5−4−9)+(10λ−2λ+3λ)=0−8+11λ=011λ=8λ=118
Step 4: Substitute λ to Obtain the Final Plane Equation
Substitute the value of λ=118 back into the equation of plane P from Step 1:
(1+2λ)x+(2+λ)y+(3−λ)z+(−4+5λ)=0
Calculate the coefficients:
Coefficient of x: 1+2(118)=1+1116=1111+16=1127
So the equation of plane P is:
1127x+1130y+1125z−114=0
To clear the denominators, multiply the entire equation by 11:
27x+30y+25z−4=0
Rearrange this to match the given form ax+by+cz=4:
27x+30y+25z=4
Step 5: Calculate the Required Expression (a−b+c)
By comparing our derived equation 27x+30y+25z=4 with the general form ax+by+cz=4, we can identify the coefficients:
a=27b=30c=25
Now, substitute these values into the expression (a−b+c):
a−b+c=27−30+25a−b+c=−3+25a−b+c=22
Common Mistakes & Tips
Arithmetic Errors: Solving for λ involves several terms and fractions. Be meticulous with calculations, especially when combining terms or performing dot products. A small error can propagate and invalidate the final answer.
Vector Operations: Ensure correct calculation of the cross product for the normal vector and the dot product for the perpendicularity condition. Remember the order of terms in the cross product determinant.
Matching Equation Format: After finding the plane equation, ensure it matches the target form ax+by+cz=4. If your constant term is different (e.g., 27x+30y+25z=8), you must divide or multiply the entire equation by a scalar to make the constant term equal to 4, which would then change a,b,c accordingly. In this problem, it directly matched.
Summary
We first established the general equation of the plane containing the line of intersection of the two given planes in terms of an unknown parameter λ. Then, we found the normal vector of this plane. Next, we determined the normal vector of the second given plane from its parametric form using the cross product. By applying the condition that the two planes are perpendicular (their normal vectors' dot product is zero), we solved for λ. Finally, substituting the value of λ back into the plane equation and matching it to the given form ax+by+cz=4, we identified a,b,c and calculated the required expression (a−b+c).
The final answer is 22, which corresponds to option (B).