Animated Solution for Mathematics - Three Dimensional Geometry: The distance of line 3y−2z−1=0=3x−z+4 from the point (2,−1,6) is :
Select Answer:
Visualized Solution
Visualizing the Setup
Given point: P(2,−1,6)
The line is the intersection of two planes:
Plane 1 (P1): 3y−2z−1=0
Plane 2 (P2): 3x−z+4=0
The Strategy for the Line's Direction
The line lies on both planes, so it is perpendicular to both normal vectors n1 and n2.
Direction of line: b=n1×n2
Extracting the Normal Vectors
Normal to P1: n1=0i^+3j^−2k^
Normal to P2: n2=3i^+0j^−1k^
Calculating Direction Vector b
b=i^03j^30k^−2−1
b=−3i^−6j^−9k^
Simplified direction ratios: (1,2,3)
Finding a Point A on the Line
We need a specific point A(x,y,z) on the line.
Let's assume z=4 to simplify the equations.
Solving for Coordinates of A
Substitute z=4 in P1: 3y−2(4)−1=0⟹y=3
Substitute z=4 in P2: 3x−(4)+4=0⟹x=0
Point A is (0,3,4)
Constructing Vector AP
Point A(0,3,4) and Point P(2,−1,6)
AP=(2−0)i^+(−1−3)j^+(6−4)k^
AP=2i^−4j^+2k^
The Distance Formula
The perpendicular distance d from a point to a line is given by:
d=∣b∣∣AP×b∣
Setting up AP×b
AP×b=i^21j^−42k^23
Computing the Cross Product
=i^(−12−4)−j^(6−2)+k^(4−(−4))
=−16i^−4j^+8k^
Calculating Magnitudes
∣AP×b∣=(−16)2+(−4)2+82=256+16+64=336
∣b∣=12+22+32=1+4+9=14
Final Distance Calculation
d=14336=14336
d=24=26
00:00 / 00:00
The Sigma Insight: Equation of a Line in Space
Solution Diagram
Analyzing the Setup
Welcome, future engineers. Today, we are going to demystify a classic JEE Advanced problem. Imagine you are standing in a vast, empty 3D room with a fixed point P(2,−1,6) floating in the air.
Somewhere in that room, there is a "ghost line." It is defined as the intersection of two planes:
P1:3y−2z−1=0
P2:3x−z+4=0
This is a classic trap designed to test if you can see the underlying structure of space.
Decoding the Line's Direction
To find the distance from a point to a line, we need two things: the line's direction and a point on the line. Geometrically, if a line lies on a plane, it must be perpendicular to that plane's normal vector.
Since our line lies on both planes, it must be perpendicular to both normal vectors, n1 and n2. We extract these normals from the plane equations:
For P1, n1=0i^+3j^−2k^.
For P2, n2=3i^+0j^−1k^.
The direction vector b of our line is the cross product: b=n1×n2. Calculating this determinant:
b=i^03j^30k^−2−1=−3i^−6j^−9k^
To simplify, we can use the direction ratios (1,2,3) by dividing by −3. Remember, direction is about the ratio, not the magnitude.
Anchoring the Line
Now that we have the direction, we need an anchor point A on the line. Since the line is infinite, we have the freedom to choose. Let's set z=4.
Plugging z=4 into P1:
3y−8−1=0⇒3y=9⇒y=3
Plugging z=4 into P2:
3x−4+4=0⇒3x=0⇒x=0
Our anchor point A is (0,3,4).
The Distance Formula
We now have point A(0,3,4) on the line and point P(2,−1,6) in space. The vector AP is:
AP=(2−0)i^+(−1−3)j^+(6−4)k^=2i^−4j^+2k^
The shortest distance d from a point to a line is given by:
d=∣b∣∣AP×b∣
Think of the numerator ∣AP×b∣ as the area of a parallelogram formed by AP and b. Since the area is base × height, and the base is ∣b∣, dividing by ∣b∣ gives us the height—the perpendicular distance.
Final Calculation
We compute the cross product AP×b using the direction vector b=(1,2,3):
AP×b=i^21j^−42k^23=−16i^−4j^+8k^
The magnitude of the cross product is:
∣AP×b∣=(−16)2+(−4)2+82=256+16+64=336
The magnitude of b is:
∣b∣=12+22+32=14
Finally, the distance d is:
d=14336=24=26
There it is. The complexity of the planes collapses into a simple, elegant result. Keep practicing this visualization, and you will master 3D geometry.