Three Dimensional Geometry: Mathematics | JEE Main
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
Your answer stays private
What feels right?
Hint 1 of 4
What is the normal vector n2 to the given plane r=(i^−j^)+λ(i^+j^+k^)+μ(i^−2j^+3k^)?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
Using the family of planes P1+λP2=0 and the orthogonality condition with the normal vector of the given parametric plane, we find λ=−1, yielding the plane x−y−4z−9=0; normalizing to the form ax+by+cz=4 gives a−b+c=22.
Option analysis
Why each option works or fails
A · 20
The student introduces a sign error when expanding the normal vector dot product (1+2λ)(5)+(2+λ)(−2)+(3−λ)(−3)=0, leading to an incorrect parameter λ. Carefully track negative signs in the dot product: 5(1+2λ)−2(2+λ)−3(3−λ)=0 simplifies to 11λ−8=0 if miscalculated, instead of 11λ+11=0.
B · 24
The student calculates a+b+c or computes a−b+c before scaling the equation to match the right-hand constant of 4. Ensure the constant term matches the form ax+by+cz=4 before reading off coefficients a, b, and c.
C · 22
None. The student correctly applies the family of planes, determines the normal to the parametric plane via the cross product, solves for λ=−1, scales the plane to have a constant of 4, and computes a−b+c=22. Correct.
D · 18
The student makes an arithmetic mistake when evaluating (a−b+c) after scaling, or slips during the cross product of the direction vectors. Recalculate the cross product (i^+j^+k^)×(i^−2j^+3k^)=5i^−2j^−3k^ and verify each component.
Reviewed route
Solution
StepWorking
01given
Line of intersection: P1:x+2y+3z−4=0 and P2:2x+y−z+5=0. Plane is perpendicular to the plane r=(i^−j^)+λ(i^+j^+k^)+μ(i^−2j^+3k^). The resulting plane equation is ax+by+cz=4.
02goal
Find the coefficients a,b,c when the constant term on the right-hand side is 4, and calculate a−b+c.
03approach
Write the family of planes containing the line as P1+kP2=0. Find the normal vector n of the given perpendicular plane using the cross product of its spanning vectors. Impose the orthogonality condition nplane⋅n=0 to determine k, scale the equation to match the constant term 4, and compute a−b+c.
04execute
The normal vector to the second plane is n3=(i^+j^+k^)×(i^−2j^+3k^)=5i^−2j^−3k^.
The family of planes is (1+2k)x+(2+k)y+(3−k)z+(5k−4)=0.
Since the planes are perpendicular:
5(1+2k)−2(2+k)−3(3−k)=0⟹11k−8=0⟹k=118.
05execute
Substitute k=118 into the plane equation:
11(x+2y+3z−4)+8(2x+y−z+5)=027x+30y+25z−4=0⟹27x+30y+25z=4.
Thus, a=27, b=30, c=25, and a−b+c=27−30+25=22.
✓verify
Check orthogonality: (27)(5)+(30)(−2)+(25)(−3)=135−60−75=0. The constant term is −4, matching the right-hand side 4.
Hints that build this answer step by step
What is the normal vector n2 to the given plane r=(i^−j^)+λ(i^+j^+k^)+μ(i^−2j^+3k^)?
n2=5i^−2j^−3k^
Any plane containing the line of intersection can be written as (x+2y+3z−4)+λ(2x+y−z+5)=0. What equation determines λ so that this plane is perpendicular to n2=5i^−2j^−3k^?
5(1+2λ)−2(2+λ)−3(3−λ)=0
Solving 5(1+2λ)−2(2+λ)−3(3−λ)=0 gives λ=−1. What is the resulting equation of the plane?
−x+y+4z−9=0
Writing −x+y+4z=9 in the required form ax+by+cz=4, what is the value of (a−b+c)?
Why do we scale the equation before finding a,b,c?
The problem specifically matches the equation to ax+by+cz=4. If the constant term on the right is anything other than 4, the values of a,b,c must be scaled proportionally.