Animated Solution for Mathematics - Vector Algebra: The unit vector perpendicular to the plane determined by P(1,−1,2), Q(2,0,−1) and R(0,2,1) is .........
Visualized Solution
P,Q,R and the Plane
Given points: P(1,−1,2), Q(2,0,−1), and R(0,2,1)
Goal: Find a unit vectorn^ perpendicular to the plane containing P,Q,R.
PQ and PR
To find the normal, we first need two vectors lying in the plane.
Let's define PQ and PR as our base vectors.
PQ=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^
PQ=(2−1)i^+(0−(−1))j^+(−1−2)k^
PQ=1i^+1j^−3k^
PR=(x3−x1)i^+(y3−y1)j^+(z3−z1)k^
PR=(0−1)i^+(2−(−1))j^+(1−2)k^
PR=−1i^+3j^−1k^
n=PQ×PR
The cross product of two vectors gives a vector perpendicular to both.
n=i^1−1j^13k^−3−1
i^ component
i^(1×(−1)−(−3)×3)
=i^(−1+9)=8i^
j^ component
−j^(1×(−1)−(−3)×(−1))
=−j^(−1−3)=4j^
k^ component
k^(1×3−1×(−1))
=k^(3+1)=4k^
n=8i^+4j^+4k^
∣n∣=x2+y2+z2
∣n∣=82+42+42
∣n∣=64+16+16=96
∣n∣=16×6=46
n^=±∣n∣n
n^=±468i^+4j^+4k^
n^=±62i^+j^+k^
00:00 / 00:00
The Sigma Insight: Vector (Cross) Product
Solution Diagram
The Geometry of Three Points
Defining Your Plane
Welcome, fellow traveler in the realm of three-dimensional space! Today, we are not just solving a problem; we are sculpting a plane out of the void.
Imagine you are floating in a vast, empty coordinate system. You have three points: P(1,−1,2), Q(2,0,−1), and R(0,2,1).
These points are like stars in the night sky. In geometry, any three non-collinear points act as a tripod, defining a perfectly flat, infinite surface—a plane.
Our mission is to find a 'normal'—a vector that stands perfectly upright, perpendicular to this surface. It is the ultimate test of your spatial intuition.
Phase 1
Building the Foundation
Before we can find the perpendicular, we must first understand the surface itself. We cannot simply 'see' the plane; we must define it using vectors.
Think of vectors as arrows that live on this plane. If we can find two such arrows, we have captured the essence of the plane's orientation.
Let us anchor ourselves at point P. We create our first vector, PQ, by traveling from P to Q. The math is simple subtraction: we subtract the coordinates of P from Q.
PQ=(2−1)i^+(0−(−1))j^+(−1−2)k^=1i^+1j^−3k^
Now, we need a second vector to span the plane. Let us travel from P to R. Again, we subtract the coordinates of P from R:
PR=(0−1)i^+(2−(−1))j^+(1−2)k^=−1i^+3j^−1k^
We now have two vectors, PQ and PR, lying flat on our plane. We have successfully translated the geometry of points into the algebra of vectors.
This is the first step of every great JEE problem: translating the abstract into the concrete.
Phase 2
The Magic of the Cross Product
Now, we reach the heart of the problem. We need a vector that is perpendicular to both PQ and PR.
In the toolkit of a mathematician, there is one tool designed specifically for this: the cross product. The cross product n=PQ×PR is not just a calculation; it is a geometric generator.
It creates a new vector that is orthogonal to the plane formed by the original two. We set this up using a determinant:
n=i^1−1j^13k^−3−1
Let us expand this carefully. For the i^ component, we ignore the first row and column, leaving us with (1×−1)−(−3×3)=−1+9=8. So, we have 8i^.
For the j^ component, we must remember the alternating sign rule. We ignore the first row and second column, leaving us with (1×−1)−(−3×−1)=−1−3=−4.
Applying the negative sign, we get −(−4)j^=4j^. Finally, for the k^ component, we ignore the first row and third column, leaving us with (1×3)−(1×−1)=3+1=4.
Thus, we have 4k^. Our normal vector is n=8i^+4j^+4k^.
This vector is perpendicular to our plane, but it is not yet a unit vector. It is just a direction.
Phase 3
The Final Normalization
To make this a 'unit' vector, we must strip away its magnitude, leaving only the direction. The magnitude ∣n∣ is calculated using the Pythagorean theorem in 3D:
∣n∣=82+42+42=64+16+16=96
We can simplify 96 as 16×6=46. Now, we divide our vector n by its magnitude 46.
But wait! Remember that a perpendicular vector can point in two directions—up or down. This is why we include the ± sign.
n^=±468i^+4j^+4k^
Dividing each term by 4, we arrive at our elegant final answer:
n^=±62i^+j^+k^
Look at that result. It is clean, precise, and perfectly aligned with the geometry of the problem.
You have taken three arbitrary points and derived a fundamental property of the plane they inhabit. This is the power of vector algebra. Keep practicing, keep visualizing, and never lose that curiosity!