Animated Solution for Mathematics - Three Dimensional Geometry: The distance of the point (7,−3,−4) from the plane passing through the points (2,−3,1), (−1,1,−2) and (3,−4,2) is :
Select Answer:
Visualized Solution
The Geometric Setup
Three points on a plane: A(2,−3,1), B(−1,1,−2), C(3,−4,2)
A point in space: P(7,−3,−4)
Goal: Find the perpendicular distance from P to the plane.
Equation of a Plane through 3 Points
To find the distance, we first need the equation of the plane.
Imagine you are floating in a vast, three-dimensional void. Before you, there is a flat, infinite sheet of paper—a plane. This plane is anchored by three specific points in space: A(2,−3,1), B(−1,1,−2), and C(3,−4,2).
Hovering above this plane is a target point, P(7,−3,−4). Our mission is to find the shortest possible distance from P to the plane.
In the world of JEE Advanced, this is a classic problem of spatial intuition. We are not just calculating numbers; we are defining the relationship between a point and a surface.
The Mathematical Address
Finding the Plane
To measure the distance, we first need to know exactly where our plane is. We need its 'mathematical address'—the Cartesian equation ax+by+cz+d=0.
Since we have three points, we can use the elegant determinant method. By setting the determinant of the vectors formed by these points to zero, we lock the plane in place:
Let's substitute our points A, B, and C into this structure. Using A(2,−3,1) as our reference point, we get:
x−2−31y+34−1z−1−31=0
Notice how the arithmetic simplifies beautifully. The second row becomes (−3,4,−3) and the third row becomes (1,−1,1). This is the moment where the complexity starts to melt away.
The Vanishing Act
Simplifying the Equation
Now, let's expand this determinant along the first row. For the (x−2) term, we have (4)(1)−(−1)(−3)=4−3=1.
For the (y+3) term, we have (−3)(1)−(1)(−3)=−3+3=0. For the (z−1) term, we have (−3)(−1)−(1)(4)=3−4=−1.
Look at that! The middle term, the one with y, completely vanishes because −3+3=0. This leaves us with a beautifully simple equation:
(x−2)(1)−(y+3)(0)+(z−1)(−1)=0
This simplifies to x−2−z+1=0, or simply x−z−1=0. This is the exact equation of our plane.
The Final Drop
Calculating the Distance
Now that we have our plane x−z−1=0, we return to our target point P(7,−3,−4). The perpendicular distance d from a point (x0,y0,z0) to a plane ax+by+cz+d=0 is given by the formula:
d=a2+b2+c2∣ax0+by0+cz0+d∣
Plugging in our values, where a=1,b=0,c=−1,d=−1, and our point P(7,−3,−4), we get:
d=(1)2+(0)2+(−1)2∣(1)(7)+(0)(−3)+(−1)(−4)−1∣
The numerator becomes ∣7+0+4−1∣=∣10∣=10. The denominator is 1+0+1=2.
Thus, d=210. To finish, we rationalize the denominator:
d=2102=52
And there it is! The shortest distance from our point to the plane is 52 units. It is a perfect example of how, with a clear geometric strategy and careful algebraic execution, even the most daunting 3D problems collapse into elegant, simple solutions.