The vector a=αi+2j+βk lies in the plane of the vectors b=i+j and c=j+k and bisects the angle between b and c.Then which one of the following gives possible values of α and β ?
Options
Solution
Key Concepts and Formulas
Coplanarity of Vectors: Three vectors a, b, and c are coplanar if and only if their scalar triple product is zero: [abc]=0. This can be computed as the determinant of the matrix formed by their components.
Angle Bisector of Two Vectors: A vector v that bisects the angle between two non-zero vectors b and c is parallel to ∣b∣b±∣c∣c. The '+' sign corresponds to the internal angle bisector, and the '-' sign corresponds to the external angle bisector.
Vector Equality: Two vectors are equal if and only if their corresponding components are equal.
Step-by-Step Solution
Given vectors:
a=αi+2j+βkb=i+jc=j+k
Step 1: Apply the Coplanarity Condition
The vector a lies in the plane of b and c. This means a, b, and c are coplanar. We use the scalar triple product condition: [abc]=0.
The components of the vectors are a=(α,2,β), b=(1,1,0), and c=(0,1,1).
The scalar triple product is given by the determinant:
α10211β01=0
Expanding the determinant along the first row:
α(1⋅1−0⋅1)−2(1⋅1−0⋅0)+β(1⋅1−1⋅0)=0α(1)−2(1)+β(1)=0α−2+β=0α+β=2(1)
This equation establishes a relationship between α and β required for coplanarity.
Step 2: Apply the Angle Bisector Condition
The vector a bisects the angle between b and c.
First, we find the magnitudes of b and c:
∣b∣=12+12+02=2∣c∣=02+12+12=2
Since ∣b∣=∣c∣, the angle bisector vector is parallel to b+c (internal bisector) or b−c (external bisector).
Case 1: a is parallel to the internal angle bisector (b+c).
b+c=(i+j)+(j+k)=i+2j+k
If a is parallel to b+c, then a=k(b+c) for some scalar k.
αi+2j+βk=k(i+2j+k)αi+2j+βk=ki+2kj+kk
Equating the coefficients of i, j, and k:
For j: 2=2k⟹k=1.
For i: α=k⟹α=1.
For k: β=k⟹β=1.
So, from the internal bisector condition, we get α=1 and β=1.
Case 2: a is parallel to the external angle bisector (b−c).
b−c=(i+j)−(j+k)=i−k
If a is parallel to b−c, then a=k′(b−c) for some scalar k′.
αi+2j+βk=k′(i−k)αi+2j+βk=k′i+0j−k′k
Equating the coefficients of i, j, and k:
For j: 2=0⋅k′. This implies 2=0, which is a contradiction.
Therefore, a cannot be parallel to the external angle bisector.
So, the only possibility from the angle bisector condition is α=1 and β=1.
Step 3: Verify with the Coplanarity Condition
We found α=1 and β=1 from the angle bisector condition. We must check if these values satisfy the coplanarity condition derived in Step 1, which is α+β=2.
Substituting α=1 and β=1:
1+1=22=2
The coplanarity condition is satisfied.
Thus, the values α=1 and β=1 satisfy both conditions.
Common Mistakes & Tips
Forgetting to Normalize: When dealing with angle bisectors, always remember to divide the vectors by their magnitudes unless their magnitudes are equal. If magnitudes are equal, the bisector is parallel to their sum or difference.
Ignoring External Bisector: Always consider both the internal and external angle bisectors, as the problem statement does not specify which one.
Confusing Coplanarity Conditions: Ensure you use the correct condition for coplanarity (scalar triple product is zero or one vector is a linear combination of the other two).
Summary
We first used the condition that vector a lies in the plane of b and c, which translates to their scalar triple product being zero, yielding the relation α+β=2. Then, we applied the condition that a bisects the angle between b and c. Since ∣b∣=∣c∣, a must be parallel to either b+c or b−c. By comparing components, we found that a must be parallel to b+c, leading to α=1 and β=1. Finally, we verified that these values satisfy the coplanarity condition.