Welcome, student. Today, we are not just solving a problem; we are embarking on a journey through the elegant architecture of vector space. When you look at the expression ∣AB×CD+BC×AD+CA×BD∣, it is natural to feel a sense of unease.
In the world of JEE Advanced, complexity is often just a mask for a hidden, beautiful simplicity. Let us peel back that mask together.
The Power of Position Vectors
Imagine four points, A,B,C, and D, floating in the vast expanse of 3D space. To tame this chaos, we assign position vectors a,b,c, and d to these points.
By anchoring these points to an origin, we translate the geometric concept of a segment into the algebraic language of subtraction. We define our building blocks as follows:
AB=b−a,CD=d−c
BC=c−b,AD=d−a
CA=a−c,BD=d−b
With these definitions, we have successfully converted the geometric problem into an algebraic expression. We are no longer looking at lines in space; we are looking at a system of equations waiting to be solved.
The Algebraic Assault
Now, we substitute these definitions into our main expression:
∣(b−a)×(d−c)+(c−b)×(d−a)+(a−c)×(d−b)∣
Treat this like a standard algebraic expansion using the distributive property: (u−v)×(w−z)=u×w−u×z−v×w+v×z.
Expanding the first term, we get:
(b−a)×(d−c)=b×d−b×c−a×d+a×c
Repeating this for the second and third terms:
(c−b)×(d−a)=c×d−c×a−b×d+b×a
(a−c)×(d−b)=a×d−a×b−c×d+c×b
The Vanishing Act
Look at the sum of all these expanded terms. Notice that the terms involving d (such as b×d and −b×d) cancel out entirely.
The variable d—the point that seemed to define the complexity of the problem—vanishes. This tells us that the result is independent of the position of D.
After simplifying using the property x×y=−y×x, our expression collapses into:
2∣b×a+c×b+a×c∣
The Geometric Bridge
We connect this result to the area of triangle ABC. Recall the fundamental vector formula for the area of a triangle:
Area=21∣BC×BA∣
Substituting our position vectors, we get:
Area=21∣(c−b)×(a−b)∣=21∣c×a−c×b−b×a+b×b∣
Since b×b=0, this simplifies to:
Area=21∣c×a+b×c+a×b∣
Final Calculation
We have shown that our original sum is 2×∣b×a+c×b+a×c∣. Simultaneously, the area of the triangle is 21∣b×a+c×b+a×c∣.
Therefore, the original sum is equal to 4×Area(ΔABC).
This is the essence of mathematics: trusting the process, staying calm under pressure, and watching as the pieces of the puzzle fall perfectly into place. You have mastered this.