Animated Solution for Mathematics - Three Dimensional Geometry: If the distance between the plane Ax−2y+z=d and the plane containing the lines 2x−1=3y−2=4z−3 and 3x−2=4y−3=5z−4 is 6, then find ∣d∣.
Enter Numerical Value:
Visualized Solution
Visualize the Geometry
Given lines: L1:2x−1=3y−2=4z−3
Given lines: L2:3x−2=4y−3=5z−4
Target: Find ∣d∣ where distance between plane containing L1,L2 and Ax−2y+z=d is 6.
Analyze Line L1
Line L1 passes through point P(1,2,3)
Direction vector of L1 is v1=2i^+3j^+4k^
Analyze Line L2
Line L2 passes through point Q(2,3,4)
Direction vector of L2 is v2=3i^+4j^+5k^
Finding the Normal Vector
Normal vector n=v1×v2
n=i^23j^34k^45
Computing the Normal Vector
i^-component: (3×5−4×4)=15−16=−1
j^-component: −(2×5−3×4)=−(10−12)=2
k^-component: (2×4−3×3)=8−9=−1
The Final Normal Vector
Normal vector n=−i^+2j^−k^
Direction ratios of normal: (−1,2,−1) or (1,−2,1)
Equation of the Plane P1
Equation form: a(x−x1)+b(y−y1)+c(z−z1)=0
Substitute n=(1,−2,1) and point P(1,2,3):
(1)(x−1)+(−2)(y−2)+(1)(z−3)=0
Simplifying the Equation
x−1−2y+4+z−3=0
Final Equation of Plane P1: x−2y+z=0
Comparing Parallel Planes
Given Plane P2:Ax−2y+z=d
For distance to exist, P1∥P2⇒A=1
Parallel planes: x−2y+z=0 and x−2y+z=d
Distance Formula for Parallel Planes
Distance D=a2+b2+c2∣d1−d2∣
Here a=1,b=−2,c=1,d1=0,d2=d
Substituting the Values
Distance = 12+(−2)2+12∣d−0∣=6
1+4+1∣d∣=6
Final Calculation for ∣d∣
6∣d∣=6
∣d∣=6×6
∣d∣=6
00:00 / 00:00
The Sigma Insight: Equation of a Plane
Solution Diagram
Analyzing the Setup
Imagine you are standing in a 3D coordinate space. You have two lines, L1 and L2, floating in front of you. These lines are coplanar, meaning they define a single, flat surface—a plane we shall call P1.
Our mission is to find the distance between this plane P1 and another plane P2, defined by Ax−2y+z=d. We are told this distance is 6.
Defining the Plane P1
To define a plane, we need a point on the plane and a normal vector perpendicular to it. Looking at L1:2x−1=3y−2=4z−3, we see it passes through P(1,2,3) with a direction vector v1=2i^+3j^+4k^.
Similarly, L2:3x−2=4y−3=5z−4 passes through Q(2,3,4) with direction vector v2=3i^+4j^+5k^. The normal vector n of our plane P1 must be perpendicular to both v1 and v2.
We find this using the cross product: n=v1×v2. Setting up the determinant, we calculate the components:
This yields n=−1i^+2j^−1k^. For simplicity, we can use the normal vector n=(1,−2,1).
The Equation of P1
Now, we use the point-normal form: 1(x−1)−2(y−2)+1(z−3)=0. Expanding this, we get:
x−1−2y+4+z−3=0
This simplifies beautifully to x−2y+z=0. This is the equation of our first plane.
The Parallelism Insight
We are given P2:Ax−2y+z=d. Since the distance between P1 and P2 is a constant 6, they must be parallel. This implies their normal vectors are proportional.
Comparing x−2y+z=0 and Ax−2y+z=d, we see that the coefficients of y and z match, implying A must be 1. Now we have two parallel planes: x−2y+z=0 and x−2y+z=d.
Final Calculation
The distance D between two parallel planes ax+by+cz=d1 and ax+by+cz=d2 is given by the formula:
D=a2+b2+c2∣d1−d2∣
Substituting our values, we have:
6=12+(−2)2+12∣d−0∣
This simplifies to 6=6∣d∣. Multiplying both sides by 6, we find ∣d∣=6.
We have navigated the geometry, conquered the cross product, and arrived at the elegant solution. The value of ∣d∣ is 6.