Animated Solution for Mathematics - Vector Algebra: Let O be the origin. Let OP=xi^+yj^−k^ and OQ=−i^+2j^+3xk^, x,y∈R,x>0, be such that ∣PQ∣=20 and the vector OP is perpendicular to OQ. If OR=3i^+zj^−7k^, z∈R, is coplanar with OP and OQ, then the value of x2+y2+z2 is equal to
Welcome, future engineer. Today, we are not just solving a problem; we are navigating the architecture of three-dimensional space. When you look at a problem involving vectors like OP, OQ, and OR, do not see them as mere collections of numbers.
See them as arrows piercing through the fabric of space, originating from the origin O. Our mission is to uncover the hidden values of x, y, and z that define these vectors, and ultimately, to find the sum of their squares. Let us embark on this journey step by step.
The Perpendicularity Dance
The problem begins with a powerful constraint: OP is perpendicular to OQ. In the language of physics and mathematics, perpendicularity is synonymous with the dot product being zero.
Because the dot product is defined as A⋅B=∣A∣∣B∣cos(θ), if the angle θ is 90∘, then cos(90∘)=0, and the entire product vanishes. We are given:
OP=xi^+yj^−k^
OQ=−i^+2j^+3xk^
Applying the dot product condition OP⋅OQ=0, we multiply the corresponding components:
(x)(−1)+(y)(2)+(−1)(3x)=0
This simplifies to −x+2y−3x=0, which further reduces to 2y−4x=0. With a simple algebraic step, we find the beautiful relationship y=2x. This is our first major breakthrough, as we have reduced the number of unknowns by linking y directly to x.
The Magnitude Constraint
Now, we turn our attention to the magnitude of the vector PQ. The problem tells us that ∣PQ∣=20. First, we must construct the vector PQ using the triangle law of vector addition: PQ=OQ−OP.
Subtracting the components, we get:
PQ=(−1−x)i^+(2−y)j^+(3x+1)k^
To find the magnitude, we square the components and sum them. Since ∣PQ∣=20, it follows that ∣PQ∣2=20:
(−1−x)2+(2−y)2+(3x+1)2=20
Here is where our earlier discovery, y=2x, becomes our best friend. We substitute y with 2x to create an equation entirely in terms of x:
(x+1)2+(2−2x)2+(3x+1)2=20
Expanding these binomials requires patience:
(x2+2x+1)+(4−8x+4x2)+(9x2+6x+1)=20
Grouping the terms, we get 14x2+0x+6=20. This simplifies to 14x2=14, or x2=1.
Since the problem states x>0, we must reject x=−1 and accept x=1. With x=1, we immediately find y=2(1)=2. We have conquered the first two variables!
The Coplanarity Mystery
Finally, we address the condition that OR=3i^+zj^−7k^ is coplanar with OP and OQ. When three vectors are coplanar, they lie in the same flat plane. Mathematically, this means the volume of the parallelepiped formed by them is zero, expressed by the scalar triple product being zero:
[OPOQOR]=0
We set up the determinant using the components of our vectors:
We have arrived at the finish line. We have found x=1, y=2, and z=−2. The question asks for the value of x2+y2+z2.
Substituting our values:
x2+y2+z2=(1)2+(2)2+(−2)2
=1+4+4=9
And there it is—the value is 9. You have navigated the perpendicularity, the magnitude, and the coplanarity conditions with precision. Remember, in JEE Advanced, the math is just the language; the real skill is in the logical flow and the careful execution.