Animated Solution for Mathematics - Three Dimensional Geometry: A plane P contains the line x+2y+3z+1=0=x−y−z−6, and is perpendicular to the plane −2x+y+z+8=0. Then which of the following points lies on P?
Select Answer:
Visualized Solution
Visualizing the Intersection
Given planes:
P1:x+2y+3z+1=0
P2:x−y−z−6=0
The plane P contains the line of intersection of P1 and P2.
The Family of Planes Concept
Equation of the family of planes passing through the intersection:
P1+λP2=0
Raw Setup (Substitution)
Substituting the given equations:
(x+2y+3z+1)+λ(x−y−z−6)=0
Grouping the Terms
Rearranging to group x,y,z:
(1+λ)x+(2−λ)y+(3−λ)z+(1−6λ)=0
Identifying the Normal Vector n1
The normal vector n1 of plane P is:
n1=(1+λ)i^+(2−λ)j^+(3−λ)k^
The Perpendicular Plane P3
Given perpendicular plane P3:
−2x+y+z+8=0
Normal vector n2 of P3 is:
n2=−2i^+1j^+1k^
Condition for Perpendicularity
Since P⊥P3, their normals must be perpendicular:
n1⋅n2=0
Setting up the Dot Product
Substituting the components:
−2(1+λ)+1(2−λ)+1(3−λ)=0
Solving for λ
Expanding the terms:
−2−2λ+2−λ+3−λ=0
−4λ+3=0⟹λ=43
Substituting λ back
Substitute λ=43 into the plane equation:
(1+43)x+(2−43)y+(3−43)z+(1−6(43))=0
Simplifying the Equation
Simplifying the coefficients:
47x+45y+49z−414=0
Multiplying by 4:
7x+5y+9z=14
Checking the Options
Check point (0,1,1) in 7x+5y+9z=14:
LHS: 7(0)+5(1)+9(1)=0+5+9=14
LHS = RHS. The point (0,1,1) lies on the plane.
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
The Hinge of Geometry
We begin with two planes, P1:x+2y+3z+1=0 and P2:x−y−z−6=0. They meet at a line.
Any plane passing through this line can be described by the linear combination P1+λP2=0.
If a point lies on both P1 and P2, it satisfies both equations, making the sum zero regardless of the value of λ. We are essentially creating a 'family' of infinite planes, and our goal is to find the specific member of this family that satisfies our condition.
The DNA of a Plane
Every plane has a unique signature: its normal vector. When we write our family equation as (x+2y+3z+1)+λ(x−y−z−6)=0, we group the terms to reveal the normal vector n1.
By collecting the coefficients, we obtain:
(1+λ)x+(2−λ)y+(3−λ)z+(1−6λ)=0
The normal vector is n1=(1+λ)i^+(2−λ)j^+(3−λ)k^. This vector is the 'DNA' of our target plane.
The Perpendicularity Test
The problem states that our plane is perpendicular to a third plane, P3:−2x+y+z+8=0. The normal vector of this third plane is n2=−2i^+1j^+1k^.
If two planes are perpendicular, their normal vectors must also be perpendicular. We test for this using the dot product: n1⋅n2=0.
This leads us to the following equation:
−2(1+λ)+1(2−λ)+1(3−λ)=0
The Victory Lap
Expanding the terms, we get −2−2λ+2−λ+3−λ=0. The constants simplify, leaving us with −4λ+3=0, which yields:
λ=43
Substituting λ=43 back into our family equation (x+2y+3z+1)+43(x−y−z−6)=0, we multiply by 4 to clear the fraction:
4(x+2y+3z+1)+3(x−y−z−6)=0
4x+8y+12z+4+3x−3y−3z−18=0
The final equation of the plane is:
7x+5y+9z−14=0
By plugging in the point (0,1,1), we see that 7(0)+5(1)+9(1)=14. It fits perfectly. You have successfully navigated the intersection of planes, mastered the normal vector, and applied the dot product to lock in the solution.