Three Dimensional Geometry: Mathematics | JEE Main
If the equation of the plane passing through the point (1,1,2) and perpendicular to the line x−3y+2z−1=0=4x−y+z is Ax+By+Cz=1, then 140(C−B+A) is equal to
Your answer stays private
What feels right?
Hint 1 of 4
How can the normal vector to the plane be determined from the given line equations?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Type the value - units or words beside it are fine.
Step-by-step solutionView
Correct answer
The value of 140(C - B + A) is -28.
Option analysis
Why each option works or fails
Reviewed route
Solution
StepWorking
01given
A plane passes through (1,1,2) and is perpendicular to the line given by x−3y+2z−1=0=4x−y+z. The equation of the plane is Ax+By+Cz=1.
02goal
Find the value of 140(C−B+A).
03approach
The line is given as the intersection of two planes with normals n1=⟨1,−3,2⟩ and n2=⟨4,−1,1⟩. The direction vector d of the line is along n1×n2. Since the required plane is perpendicular to the line, its normal vector n is parallel to d. With n and point (1,1,2), write the plane's equation, normalize it so that the constant on the right-hand side is 1, and determine A,B,C.
04execute
Compute the cross product: n=n1×n2=i^14j^−3−1k^21=i^((−3)(1)−(2)(−1))−j^((1)(1)−(2)(4))+k^((1)(−1)−(−3)(4))=−i^+7j^+11k^.
05execute
The plane equation through (1,1,2) with normal ⟨−1,7,11⟩ is −1(x−1)+7(y−1)+11(z−2)=0⟹−x+7y+11z=−1+7+22=28.
06execute
Divide by 28 to match Ax+By+Cz=1: −281x+287y+2811z=1, giving A=−281, B=287, C=2811.
Check that (1,1,2) lies on −x+7y+11z=28: −(1)+7(1)+11(2)=−1+7+22=28, which holds. Also, ⟨−1,7,11⟩⋅⟨1,−3,2⟩=−1−21+22=0 and ⟨−1,7,11⟩⋅⟨4,−1,1⟩=−4−7+11=0, confirming normality.
Hints that build this answer step by step
How can the normal vector to the plane be determined from the given line equations?
Calculate the cross product of the normal vectors of the two planes defining the line.
What is the cross product of the normals n₁ = (1, -3, 2) and n₂ = (4, -1, 1)?
(-1, 7, 11)
Using the normal vector (-1, 7, 11) and the point (1, 1, 2), what is the equation of the plane in the form Ax + By + Cz = 1?
(-1/28)x + (7/28)y + (11/28)z = 1
What is the value of 140(C - B + A) using A = -1/28, B = 7/28, and C = 11/28?
Why is the direction vector of the line given by the cross product of the normal vectors?
The line is the intersection of two planes, so it lies within both planes simultaneously. Thus, its direction must be perpendicular to the normal vectors of both planes.