Animated Solution for Mathematics - Three Dimensional Geometry: If the plane P passes through the intersection of two mutually perpendicular planes 2x+ky−5z=1 and 3kx−ky+z=5,k<3 and intercepts a unit length on positive x-axis, then the intercept made by the plane P on the y-axis is
Select Answer:
Visualized Solution
The Geometric Setup
Given Planes:
P1:2x+ky−5z=1
P2:3kx−ky+z=5
Condition: P1⊥P2
Condition for Perpendicular Planes
For perpendicular planes, the dot product of their normal vectors is zero.
n1⋅n2=0
Normal n1=(2,k,−5)
Normal n2=(3k,−k,1)
Applying the Dot Product
n1⋅n2=(2)(3k)+(k)(−k)+(−5)(1)=0
Solving for k
6k−k2−5=0
Rearranging: k2−6k+5=0
Factoring: (k−1)(k−5)=0
k=1 or k=5
Applying the Constraint
Given constraint: k<3
Therefore, we must choose k=1.
Updated P1:2x+y−5z−1=0
Updated P2:3x−y+z−5=0
The Intersection Line and Plane P
The two planes intersect along a straight line.
A new plane P passes through this exact intersection line.
Family of Planes
Equation of any plane passing through the intersection of P1 and P2:
P1+λP2=0
Substituting the Plane Equations
(2x+y−5z−1)+λ(3x−y+z−5)=0
Grouping the Variables
Grouping terms of x,y, and z:
(2+3λ)x+(1−λ)y+(−5+λ)z=1+5λ
The x-intercept Condition
The plane P intercepts the positive x-axis at a unit length.
This means the x-intercept is 1.
Point on the plane: (1,0,0)
Applying the x-intercept
To find the x-intercept, set y=0 and z=0.
x=2+3λ1+5λ
Given x=1:
2+3λ1+5λ=1
Solving for λ
1+5λ=2+3λ
5λ−3λ=2−1
2λ=1⟹λ=21
Finding the y-intercept
We need the intercept made by plane P on the y-axis.
To find the y-intercept, set x=0 and z=0 in the plane equation.
y=1−λ1+5λ
Final Calculation
Substitute λ=21:
y=1−211+5(21)
y=0.51+2.5=0.53.5
y=7
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Perpendicularity Constraint
We begin with two planes, P1:2x+ky−5z=1 and P2:3kx−ky+z=5. The problem states they are mutually perpendicular. In vector geometry, the normal vector n=(A,B,C) defines a plane's orientation.
For two planes to be perpendicular, their normal vectors must satisfy the dot product condition n1⋅n2=0. Calculating this, we obtain:
(2)(3k)+(k)(−k)+(−5)(1)=0
This simplifies to the quadratic equation 6k−k2−5=0, or equivalently, k2−6k+5=0. Factoring this expression yields (k−1)(k−5)=0.
We have two candidates for k: 1 and 5. However, the problem imposes the constraint k<3. Consequently, we reject 5 and accept k=1.
Our planes are now defined as:
P1:2x+y−5z−1=0P2:3x−y+z−5=0
The Family of Planes
Any plane passing through the line of intersection of P1 and P2 can be represented by the linear combination P1+λP2=0. This allows us to represent the entire family of planes using the parameter λ.
Substituting our specific equations, we get:
(2x+y−5z−1)+λ(3x−y+z−5)=0
By grouping the terms, the structure of our target plane P emerges:
(2+3λ)x+(1−λ)y+(−5+λ)z=1+5λ
The Intercept and the Final Reveal
The plane P makes a unit intercept on the positive x-axis. This implies that when y=0 and z=0, the value of x must be 1.
Plugging these coordinates into our equation:
(2+3λ)(1)=1+5λ
Solving for λ:
2+3λ=1+5λ⇒2λ=1⇒λ=21
With λ determined, we find the y-intercept by setting x=0 and z=0. The equation simplifies to (1−λ)y=1+5λ.