Let a=3i+2j+2k and b=i+2j−2k be two vectors. If a vector perpendicular to both the vectors a+b and a−b has the magnitude 12 then one such vector is :
Options
Solution
Key Concepts and Formulas
Vector Addition and Subtraction: To add or subtract vectors, we add or subtract their corresponding components. If u=u1i+u2j+u3k and v=v1i+v2j+v3k, then u+v=(u1+v1)i+(u2+v2)j+(u3+v3)k and u−v=(u1−v1)i+(u2−v2)j+(u3−v3)k.
Cross Product: A vector perpendicular to two given vectors u and v can be found using their cross product, u×v. The magnitude of the cross product is ∣∣u×v∣∣=∣∣u∣∣∣∣v∣∣sinθ, where θ is the angle between u and v. The direction of u×v is perpendicular to the plane containing u and v, following the right-hand rule.
The cross product can be calculated using a determinant:
u×v=iu1v1ju2v2ku3v3
Magnitude of a Vector: The magnitude of a vector v=xi+yj+zk is given by ∣∣v∣∣=x2+y2+z2.
Scalar Multiplication of a Vector: Multiplying a vector by a scalar k scales its magnitude by ∣k∣ and keeps its direction the same if k>0, or reverses its direction if k<0. If v=xi+yj+zk, then kv=(kx)i+(ky)j+(kz)k.
Step-by-Step Solution
1. Calculate the Vectors (a+b) and (a−b)
We are given two vectors a=3i+2j+2k and b=i+2j−2k. We need to find a vector perpendicular to the sum and difference of these two vectors.
First, let's compute a+b:
a+b=(3i+2j+2k)+(i+2j−2k)a+b=(3+1)i+(2+2)j+(2−2)ka+b=4i+4j+0k=4i+4j
Next, let's compute a−b:
a−b=(3i+2j+2k)−(i+2j−2k)a−b=(3−1)i+(2−2)j+(2−(−2))ka−b=2i+0j+4k=2i+4kWhy this step? The problem requires us to find a vector perpendicular to specific combinations of a and b. Calculating these combinations first provides the two vectors for which we need to find a common perpendicular.
2. Find a Vector Perpendicular to (a+b) and (a−b) using the Cross Product
Let u=a+b=4i+4j and v=a−b=2i+4k. A vector perpendicular to both u and v is given by their cross product u×v.
u×v=i42j40k04
Expanding the determinant:
u×v=i((4)(4)−(0)(0))−j((4)(4)−(0)(2))+k((4)(0)−(4)(2))u×v=i(16−0)−j(16−0)+k(0−8)u×v=16i−16j−8k
Let this perpendicular vector be P=16i−16j−8k. We can factor out a common term to simplify the vector for further calculations. The greatest common divisor of the components is 8.
P=8(2i−2j−k)Why this step? The cross product is the standard method to find a vector orthogonal to two given vectors. Factoring out a common scalar simplifies the vector's components, making the magnitude calculation easier and aligning it with the form of the answer options.
3. Scale the Perpendicular Vector to the Desired Magnitude
We need a vector with a magnitude of 12. The vector P=16i−16j−8k is in the correct direction. Let the required vector be r. Then r must be a scalar multiple of P.
r=kP=k(16i−16j−8k)
We are given that ∣∣r∣∣=12. Let's calculate the magnitude of P:
∣∣P∣∣=∣∣16i−16j−8k∣∣=162+(−16)2+(−8)2∣∣P∣∣=256+256+64=576=24
Now, we relate the magnitudes:
∣∣r∣∣=∣∣kP∣∣=∣k∣∣∣P∣∣12=∣k∣⋅24
Solving for ∣k∣:
∣k∣=2412=21
This means k=21 or k=−21.
Why this step? The cross product gives a vector of the correct direction but not necessarily the correct magnitude. Scalar multiplication is used to adjust the magnitude to the required value. Considering both positive and negative values for the scalar k accounts for the two possible directions of a vector with a given magnitude.
4. Construct the Final Vector
We have two possible values for k: 21 and −21.
Case 1: k=21r=21(16i−16j−8k)=8i−8j−4k
We can factor out 4 from this vector:
r=4(2i−2j−k)
Case 2: k=−21r=−21(16i−16j−8k)=−8i+8j+4k
We can factor out -4 from this vector:
r=−4(2i−2j−k)
Now, let's compare these results with the given options.
Option (A) is 4(2i−2j−k). This matches our result from Case 1.
Why this step? This step involves substituting the determined scalar multiplier(s) back into the vector expression to obtain the final answer(s), ensuring both the correct direction and magnitude are achieved.
Common Mistakes & Tips
Order of Cross Product: The order of vectors in the cross product matters: u×v=−(v×u). However, both u×v and v×u are perpendicular to both u and v. Since the question asks for "one such vector," either direction is valid if it leads to one of the options.
Magnitude Calculation: Be careful when squaring negative components during magnitude calculations (e.g., (−16)2=256).
Scalar Multiplier Sign: When scaling a vector to a specific magnitude, remember that the scalar multiplier can be positive or negative, leading to two possible vectors pointing in opposite directions but having the same magnitude.
Summary
To find a vector perpendicular to two given vectors with a specific magnitude, we first compute the two vectors in question, (a+b) and (a−b). Then, we find a vector perpendicular to these two using their cross product. This cross product gives us the direction. Finally, we scale this direction vector by a scalar factor to achieve the desired magnitude of 12. This involves calculating the magnitude of the cross product vector and then determining the appropriate scalar multiplier, which can be positive or negative.