Let u=i+j,v=i−j and w=i+2j+3k. If n is a unit vector such that u.n=0 and v.n=0, then w.n is equal to :
Options
Solution
Key Concepts and Formulas
Perpendicular Vectors and Dot Product: Two non-zero vectors a and b are perpendicular if and only if their dot product is zero, i.e., a⋅b=0.
Vector Perpendicular to Two Vectors: A vector that is perpendicular to two non-parallel vectors u and v is parallel to their cross product, u×v.
Unit Vector: A unit vector n in the direction of a non-zero vector a is given by n=∣a∣a.
Scalar Triple Product: The scalar triple product of three vectors w, u, and v is given by w⋅(u×v), which can be computed as the determinant of the matrix formed by their components.
Step-by-Step Solution
Step 1: Understand the Perpendicularity Conditions
We are given that u⋅n=0 and v⋅n=0. This directly implies that the unit vector n is perpendicular to both u and v.
Step 2: Determine the Direction of n using Cross Product
A vector that is perpendicular to two non-parallel vectors must be parallel to their cross product. Therefore, n is parallel to u×v.
Given u=i+j and v=i−j.
We calculate the cross product:
u×v=(i+j)×(i−j)u×v=(i×i)−(i×j)+(j×i)−(j×j)
Using the properties i×i=0, j×j=0, i×j=k, and j×i=−k:
u×v=0−k−k−0u×v=−2k
This vector, −2k, points in the direction of n.
Step 3: Calculate the Magnitude of the Cross Product
To find the unit vector n, we need to normalize the vector u×v by dividing it by its magnitude.
∣u×v∣=∣−2k∣=02+02+(−2)2=4=2
Step 4: Form the Unit Vector n
Now we can find n by dividing the cross product vector by its magnitude. There are two possible unit vectors, pointing in opposite directions. We can choose either one, as the final answer involves a magnitude.
n=∣u×v∣u×v=2−2k=−k
Alternatively, we could have chosen n=k.
Step 5: Calculate the Dot Product w⋅n
We are given w=i+2j+3k. We need to compute w⋅n.
Using n=−k:
w⋅n=(i+2j+3k)⋅(−k)
Using the properties of dot products of unit vectors (i⋅k=0, j⋅k=0, k⋅k=1):
w⋅n=(1)(0)+(2)(0)+(3)(−1)w⋅n=0+0−3=−3
Step 6: Calculate the Magnitude ∣w⋅n∣.
The problem asks for the absolute value of the dot product:
∣w⋅n∣=∣−3∣=3
Alternative Method using Scalar Triple Product:
The expression w⋅n can be written as w⋅(∣u×v∣u×v)=∣u×v∣w⋅(u×v).
The numerator is the scalar triple product, which can be calculated as a determinant:
w⋅(u×v)=11121−1300
Expanding along the third column:
=3111−1−0+0=3((1)(−1)−(1)(1))=3(−1−1)=3(−2)=−6
We already found ∣u×v∣=2.
Therefore,
w⋅n=2−6=−3
And ∣w⋅n∣=∣−3∣=3.
Common Mistakes & Tips
Forgetting to Normalize: When forming a unit vector n, ensure you divide the direction vector by its magnitude.
Sign Errors in Cross Product: Be careful with the order of vectors in the cross product and the signs of the unit vectors (i×j=k, but j×i=−k).
Magnitude vs. Value: The question asks for the magnitude ∣w⋅n∣, so the sign of the dot product is irrelevant to the final answer. If n were chosen as k, w⋅n would be 3, and its magnitude would still be 3.
Summary
The problem requires finding a unit vector n that is perpendicular to two given vectors u and v. This direction is found using the cross product u×v. After normalizing this cross product to obtain n, we compute its dot product with a third vector w. Finally, we take the absolute value of this dot product. The scalar triple product provides an alternative and often more efficient way to calculate the required value.