A vector a=αi+2j+βk(α,β∈R) lies in the plane of the vectors, b=i+j and c=i−j+4k. If a bisects the angle between b and c, then:
Options
Solution
1. Key Concepts and Formulas
Vector Angle Bisector: A vector v that bisects the angle between two non-zero vectors u and w is parallel to the sum of their unit vectors: v∝(u+w), where u=∣u∣u and w=∣w∣w. This typically refers to the internal angle bisector.
Coplanarity of Vectors: Three vectors a, b, and c are coplanar if their scalar triple product is zero: [abc]=0. Equivalently, a can be expressed as a linear combination of b and c: a=xb+yc for some scalars x,y.
Dot Product: The dot product of two vectors p=p1i+p2j+p3k and q=q1i+q2j+q3k is p⋅q=p1q1+p2q2+p3q3.
2. Step-by-Step Solution
We are given a=αi+2j+βk, b=i+j, and c=i−j+4k.
Step 1: Calculate the Unit Vectors b and c
To find the direction of the angle bisector, we first need the unit vectors along b and c.
For b:
∣b∣=12+12+02=2b=∣b∣b=21(i+j)
For c:
∣c∣=12+(−1)2+42=1+1+16=18=32c=∣c∣c=321(i−j+4k)Explanation: Calculating unit vectors is essential for the angle bisector formula, as it ensures that the direction of the bisector is determined by the relative orientations of b and c, not their magnitudes.
Step 2: Determine the Direction Vector of the Angle Bisector
Since a bisects the angle between b and c, it must be parallel to the sum of their unit vectors (representing the internal angle bisector). Let d be the direction vector of the bisector.
d=b+cd=21(i+j)+321(i−j+4k)
To add these, we find a common denominator:
d=323(i+j)+32i−j+4kd=323i+3j+i−j+4kd=324i+2j+4kExplanation: The sum of unit vectors gives a vector that lies exactly along the angle bisector. Any vector along this bisector will be a scalar multiple of this sum.
Step 3: Express a in terms of the Bisector Direction Vector
Since a lies in the plane of b and c and bisects the angle between them, a must be parallel to d. Therefore, a=kd for some scalar k.
a=k(324i+2j+4k)a=324ki+322kj+324kk
We are given a=αi+2j+βk. By comparing the coefficients of j:
2=322k
Solving for k:
1=32k⟹k=32Explanation: The given j component of a (which is 2) provides a direct way to find the scalar multiplier k, which scales the direction vector to match a.
Step 4: Find the Components α and β of a
Now that we have k=32, we can substitute it back into the expressions for the coefficients of i and k:
For α (coefficient of i):
α=324k=324(32)=4
For β (coefficient of k):
β=324k=324(32)=4
So, the vector a is:
a=4i+2j+4kExplanation: With the scalar k determined, we can now fully define the vector a by finding its unknown components.
Step 5: Verify Coplanarity (Optional but Recommended)
The problem states that a lies in the plane of b and c. This implies their scalar triple product is zero.
[abc]=41121−1404=4(4−0)−2(4−0)+4(−1−1)=16−8−8=0
The condition is satisfied, confirming our vector a is valid.
Explanation: This step confirms that our derived a is consistent with the coplanarity requirement, acting as a self-check.
Step 6: Check the Given Options
We now test the calculated vector a=4i+2j+4k against each option.
Option (B) is the only one that holds true for our derived vector a.
3. Common Mistakes & Tips
Forgetting to Normalize: Using b and c directly instead of their unit vectors in the angle bisector formula will lead to an incorrect direction.
Confusing Internal/External Bisector: The problem usually implies the internal bisector unless stated otherwise. If multiple options seem plausible, re-check the problem wording or assume the standard interpretation.
Algebraic Errors: Vector algebra, especially with fractions and square roots, can be prone to arithmetic mistakes. Double-check calculations, especially when solving for scalar multipliers.
4. Summary
The problem requires us to find a vector a that lies in the plane of two given vectors b and c, and also bisects the angle between them. We first found the unit vectors of b and c, then formed the direction vector of the internal angle bisector by summing these unit vectors. By equating a to a scalar multiple of this bisector direction vector and using the known j component of a, we determined the scalar multiplier. This allowed us to find the components α and β of a. Finally, we substituted the derived vector a into the given options to find the correct one.