Animated Solution for Mathematics - Three Dimensional Geometry: The vector equation of the plane through the line of intersection of the planes x+y+z=1 and 2x+3y+4z=5 which is perpendicular to the plane x−y+z=0 is :
Select Answer:
Visualized Solution
Visualizing the Intersecting Planes
Given Planes:
P1:x+y+z−1=0
P2:2x+3y+4z−5=0
The line of intersection is the common path shared by both P1 and P2.
The Family of Planes
Equation of the family of planes:
P1+λP2=0
This represents infinite planes passing through the line of intersection.
Substituting the Equations
Substituting the given equations:
(x+y+z−1)+λ(2x+3y+4z−5)=0
Extracting the Normal Vector
Rearranging terms to group x, y, and z:
(1+2λ)x+(1+3λ)y+(1+4λ)z−(1+5λ)=0
The normal vector is n=(1+2λ)i^+(1+3λ)j^+(1+4λ)k^
The Perpendicularity Constraint
Given perpendicular plane P3: x−y+z=0
Normal vector of P3: n3=i^−j^+k^
Dot Product Condition
Condition for two planes to be perpendicular:
Their normal vectors must be perpendicular.
n⋅n3=0
Setting up the Dot Product
Applying n⋅n3=0:
(1+2λ)(1)+(1+3λ)(−1)+(1+4λ)(1)=0
Solving for λ
Expanding the equation:
1+2λ−1−3λ+1+4λ=0
Simplifying:
1+3λ=0⟹λ=−31
Substituting λ Back
Substituting λ=−31 into P1+λP2=0:
(x+y+z−1)−31(2x+3y+4z−5)=0
Multiplying the entire equation by 3:
3(x+y+z−1)−(2x+3y+4z−5)=0
Simplifying to Cartesian Form
Expanding:
3x+3y+3z−3−2x−3y−4z+5=0
Combining like terms:
(3x−2x)+(3y−3y)+(3z−4z)+(−3+5)=0
Final Cartesian Equation: x−z+2=0
Converting to Vector Form
Converting x−z+2=0 to vector form:
Recall: x=r⋅i^, y=r⋅j^, z=r⋅k^
Equation: 1(r⋅i^)+0(r⋅j^)−1(r⋅k^)+2=0
Final Vector Equation: r⋅(i^−k^)+2=0
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
The Geometry of the Hinge
Mastering the Family of Planes
Imagine you are standing in a room, holding two large sheets of paper. You hold them at an angle, letting them intersect. Where they meet, they form a sharp, distinct line.
In the world of 3D geometry, this is the line of intersection. Our goal today is to find a third plane that passes through this exact line, but with a twist: it must be perfectly perpendicular to a third, given plane. This is a classic JEE Advanced challenge that tests your ability to visualize space and manipulate algebraic constraints.
Phase 1
The Family of Planes
We start with two planes:
P1:x+y+z−1=0
P2:2x+3y+4z−5=0
We need a plane that passes through their intersection. Instead of trying to find the line itself, we use the elegant concept of the 'family of planes.'
We define this family as P1+λP2=0. Think of λ as a steering wheel. As you turn this wheel (change the value of λ), the plane rotates around the line of intersection like a door on a hinge. Every value of λ gives us a unique plane, but all of them share that same, fixed line of intersection.
Phase 2
The DNA of the Plane
To find the specific plane we need, we must understand its orientation. The orientation of any plane is defined by its normal vector—the vector perpendicular to its surface.
Let's substitute our equations into the family formula:
(x+y+z−1)+λ(2x+3y+4z−5)=0
By grouping the terms, we get:
(1+2λ)x+(1+3λ)y+(1+4λ)z−(1+5λ)=0
The coefficients of x, y, and z are the components of our normal vector:
n=(1+2λ)i^+(1+3λ)j^+(1+4λ)k^
This vector is the 'DNA' of our new plane; it tells us exactly how the plane is tilted in space.
Phase 3
The Perpendicularity Constraint
Now, we introduce the constraint. Our new plane must be perpendicular to P3:x−y+z=0. The normal vector of P3 is n3=i^−j^+k^.
For two planes to be perpendicular, their normal vectors must be orthogonal. We apply the dot product test: n⋅n3=0.
Substituting our components, we get:
(1+2λ)(1)+(1+3λ)(−1)+(1+4λ)(1)=0
Expanding this, we get:
1+2λ−1−3λ+1+4λ=0
The constants 1−1+1 leave us with 1, and the λ terms 2λ−3λ+4λ give us 3λ. Thus, 1+3λ=0, leading us to the elegant result:
λ=−31
Phase 4
The Final Transformation
With λ=−31 in hand, we substitute it back into our family equation:
(x+y+z−1)−31(2x+3y+4z−5)=0
Multiplying by 3 to clear the fraction, we get:
3(x+y+z−1)−(2x+3y+4z−5)=0
Expanding this, we find:
3x+3y+3z−3−2x−3y−4z+5=0
Notice the beauty of the cancellation: the y terms vanish, leaving us with x−z+2=0.
Finally, we convert this to vector form. Since x=r⋅i^, y=r⋅j^, and z=r⋅k^, our equation becomes:
r⋅(i^−k^)+2=0
You have successfully navigated the geometry, constrained the orientation, and arrived at the solution. Keep this logic in your toolkit—it is the key to unlocking any problem involving intersecting planes.