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 OQ. If OR = 3i+zj−7k, z∈R, is coplanar with OP and OQ, then the value of x 2 + y 2 + z 2 is equal to :
Options
Solution
Key Concepts and Formulas
Dot Product: Two vectors a and b are perpendicular if and only if their dot product is zero: a⋅b=0. If a=a1i+a2j+a3k and b=b1i+b2j+b3k, then a⋅b=a1b1+a2b2+a3b3.
Vector Subtraction and Magnitude: The vector from point P to point Q is PQ=OQ−OP. The magnitude of a vector v=vxi+vyj+vzk is ∣v∣=vx2+vy2+vz2.
Scalar Triple Product (Coplanarity): Three vectors a,b,c are coplanar if and only if their scalar triple product is zero: [a,b,c]=0. This can be computed as the determinant of the matrix formed by their components.
Step-by-Step Solution
Step 1: Utilize the perpendicularity condition.
We are given that OP is perpendicular to OQ. This means their dot product is zero.
OP⋅OQ=(xi+yj−k)⋅(−i+2j+3xk)=0x(−1)+y(2)+(−1)(3x)=0−x+2y−3x=0−4x+2y=0
Dividing by 2, we get a relationship between x and y:
2y=4x⟹y=2x(∗)
Step 2: Utilize the magnitude condition.
We are given that ∣PQ∣=20. First, we find the vector PQ.
PQ=OQ−OPPQ=(−i+2j+3xk)−(xi+yj−k)PQ=(−1−x)i+(2−y)j+(3x+1)k
Now, we use the magnitude condition: ∣PQ∣2=20.
(−1−x)2+(2−y)2+(3x+1)2=20(1+x)2+(2−y)2+(3x+1)2=20
Substitute y=2x from equation (∗):
(1+x)2+(2−2x)2+(3x+1)2=20
Expand the terms:
(1+2x+x2)+(4−8x+4x2)+(9x2+6x+1)=20
Combine like terms:
(x2+4x2+9x2)+(2x−8x+6x)+(1+4+1)=2014x2+0x+6=2014x2=14x2=1
Since we are given x>0, we have x=1.
Now, find y using y=2x:
y=2(1)⟹y=2
Step 3: Utilize the coplanarity condition.
We are given that OR is coplanar with OP and OQ. This means their scalar triple product is zero.
The vectors are:
OP=xi+yj−k=1i+2j−kOQ=−i+2j+3xk=−i+2j+3(1)k=−i+2j+3kOR=3i+zj−7k
The scalar triple product is given by the determinant:
[OP,OQ,OR]=1−1322z−13−7=0
Expand the determinant:
12z3−7−2−133−7+(−1)−132z=01((2)(−7)−(3)(z))−2((−1)(−7)−(3)(3))−1((−1)(z)−(2)(3))=01(−14−3z)−2(7−9)−1(−z−6)=0−14−3z−2(−2)+z+6=0−14−3z+4+z+6=0
Combine terms:
(−14+4+6)+(−3z+z)=0−4−2z=0−2z=4⟹z=−2
Step 4: Calculate the final expression.
We need to find the value of x2+y2+z2.
We have x=1, y=2, and z=−2.
x2+y2+z2=(1)2+(2)2+(−2)2x2+y2+z2=1+4+4x2+y2+z2=9
Common Mistakes & Tips
Sign Errors in Determinants: Be extremely careful with signs when expanding determinants, especially when dealing with negative components. Double-checking each term can prevent errors.
Algebraic Simplification: Always simplify equations as much as possible. For instance, y=2x is much easier to work with than −4x+2y=0.
Using the Constraint x>0: Remember to use all given constraints. The condition x>0 is crucial for selecting the correct value of x from x2=1.
Summary
The problem was solved by systematically applying the conditions of vector perpendicularity, vector magnitude, and vector coplanarity. The perpendicularity condition gave a relationship between x and y. The magnitude condition, along with the derived relationship, allowed us to solve for x and then y. Finally, the coplanarity condition was used to find the value of z. Substituting these values into the expression x2+y2+z2 yielded the final answer.