Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Medium

Question

Let A,B,CA, B, C be three points in xy-plane, whose position vector are given by 3i^+j^,i^+3j^\sqrt{3} \hat{i}+\hat{j}, \hat{i}+\sqrt{3} \hat{j} and ai^+(1a)j^a \hat{i}+(1-a) \hat{j} respectively with respect to the origin O . If the distance of the point C from the line bisecting the angle between the vectors OA\overrightarrow{\mathrm{OA}} and OB\overrightarrow{\mathrm{OB}} is 92\frac{9}{\sqrt{2}}, then the sum of all the possible values of aa is :

Options

Solution

Key Concepts and Formulas

  • Unit Vector: A unit vector in the direction of a vector v\vec{v} is v^=vv\hat{v} = \frac{\vec{v}}{|\vec{v}|}.
  • Direction of Angle Bisector: The direction vector of the internal angle bisector of two vectors u\vec{u} and v\vec{v} originating from the same point is proportional to uu+vv\frac{\vec{u}}{|\vec{u}|} + \frac{\vec{v}}{|\vec{v}|}.
  • Equation of a Line Through Origin: A line passing through the origin (0,0)(0,0) with a direction vector dxi^+dyj^d_x \hat{i} + d_y \hat{j} has the Cartesian equation dyxdxy=0d_y x - d_x y = 0.
  • Distance of a Point from a Line: The distance DD of a point (x0,y0)(x_0, y_0) from a line Ax+By+C=0Ax+By+C=0 is D=Ax0+By0+CA2+B2D = \frac{|Ax_0+By_0+C|}{\sqrt{A^2+B^2}}.

Step-by-Step Solution

Step 1: Calculate the magnitudes of OA\overrightarrow{\mathrm{OA}} and OB\overrightarrow{\mathrm{OB}}. This is necessary to find the unit vectors along these directions. OA=3i^+j^=(3)2+12=3+1=4=2|\overrightarrow{\mathrm{OA}}| = |\sqrt{3}\hat{i} + \hat{j}| = \sqrt{(\sqrt{3})^2 + 1^2} = \sqrt{3+1} = \sqrt{4} = 2 OB=i^+3j^=12+(3)2=1+3=4=2|\overrightarrow{\mathrm{OB}}| = |\hat{i} + \sqrt{3}\hat{j}| = \sqrt{1^2 + (\sqrt{3})^2} = \sqrt{1+3} = \sqrt{4} = 2

Step 2: Find the unit vectors along OA\overrightarrow{\mathrm{OA}} and OB\overrightarrow{\mathrm{OB}}. The unit vectors are found by dividing each vector by its magnitude. u^OA=OAOA=3i^+j^2=32i^+12j^\hat{u}_{OA} = \frac{\overrightarrow{\mathrm{OA}}}{|\overrightarrow{\mathrm{OA}}|} = \frac{\sqrt{3}\hat{i} + \hat{j}}{2} = \frac{\sqrt{3}}{2}\hat{i} + \frac{1}{2}\hat{j} u^OB=OBOB=i^+3j^2=12i^+32j^\hat{u}_{OB} = \frac{\overrightarrow{\mathrm{OB}}}{|\overrightarrow{\mathrm{OB}}|} = \frac{\hat{i} + \sqrt{3}\hat{j}}{2} = \frac{1}{2}\hat{i} + \frac{\sqrt{3}}{2}\hat{j}

Step 3: Determine the direction vector of the angle bisector. The direction vector of the angle bisector is the sum of the unit vectors. dbisector=u^OA+u^OB=(32i^+12j^)+(12i^+32j^)\vec{d}_{bisector} = \hat{u}_{OA} + \hat{u}_{OB} = \left(\frac{\sqrt{3}}{2}\hat{i} + \frac{1}{2}\hat{j}\right) + \left(\frac{1}{2}\hat{i} + \frac{\sqrt{3}}{2}\hat{j}\right) dbisector=(3+12)i^+(1+32)j^\vec{d}_{bisector} = \left(\frac{\sqrt{3}+1}{2}\right)\hat{i} + \left(\frac{1+\sqrt{3}}{2}\right)\hat{j} We can simplify this direction vector by taking out a common factor of 3+12\frac{\sqrt{3}+1}{2}. The simplified direction vector is i^+j^\hat{i} + \hat{j}.

Step 4: Find the equation of the angle bisector line. Since the original vectors are position vectors originating from O, the angle bisector line passes through the origin (0,0)(0,0). With a direction vector i^+j^\hat{i} + \hat{j} (i.e., dx=1,dy=1d_x=1, d_y=1), the equation of the line is 1y1x=01 \cdot y - 1 \cdot x = 0, which simplifies to yx=0y-x=0, or xy=0x-y=0.

Step 5: Identify the coordinates of point C. The position vector of C is OC=ai^+(1a)j^\overrightarrow{\mathrm{OC}} = a \hat{i} + (1-a)\hat{j}. Thus, the coordinates of C are (xC,yC)=(a,1a)(x_C, y_C) = (a, 1-a).

Step 6: Calculate the distance of point C from the angle bisector line. The line is xy=0x-y=0, so A=1A=1, B=1B=-1, C=0C=0. The point is (a,1a)(a, 1-a). The distance DD is given by the formula: D=AxC+ByC+CA2+B2=1a+(1)(1a)+012+(1)2D = \frac{|A x_C + B y_C + C|}{\sqrt{A^2+B^2}} = \frac{|1 \cdot a + (-1) \cdot (1-a) + 0|}{\sqrt{1^2 + (-1)^2}} D=a(1a)1+1=a1+a2=2a12D = \frac{|a - (1-a)|}{\sqrt{1+1}} = \frac{|a - 1 + a|}{\sqrt{2}} = \frac{|2a-1|}{\sqrt{2}}

Step 7: Set up and solve the equation for 'a'. We are given that the distance is 92\frac{9}{\sqrt{2}}. 2a12=92\frac{|2a-1|}{\sqrt{2}} = \frac{9}{\sqrt{2}} Multiplying both sides by 2\sqrt{2}, we get: 2a1=9|2a-1| = 9 This absolute value equation yields two possibilities: Case 1: 2a1=92a-1 = 9 2a=102a = 10 a=5a = 5

Case 2: 2a1=92a-1 = -9 2a=82a = -8 a=4a = -4

Step 8: Calculate the sum of all possible values of 'a'. The possible values of aa are 55 and 4-4. Sum of possible values of a=5+(4)=1a = 5 + (-4) = 1.

Common Mistakes & Tips

  • Internal vs. External Bisector: The problem typically implies the internal angle bisector. If the external bisector were intended, the direction vector would be uuvv\frac{\vec{u}}{|\vec{u}|} - \frac{\vec{v}}{|\vec{v}|}.
  • Absolute Value: Always remember to solve absolute value equations by considering both positive and negative cases.
  • Line Equation: Ensure the line equation is in the standard form Ax+By+C=0Ax+By+C=0 before applying the distance formula.

Summary

The problem requires finding the equation of the line that bisects the angle between two given vectors originating from the origin. This involves calculating unit vectors, summing them to get the direction of the bisector, and then forming the Cartesian equation of the line. Subsequently, the distance of point C from this line is used to form an absolute value equation in terms of 'a'. Solving this equation yields the possible values of 'a', and their sum is then computed. The derived possible values of aa are 55 and 4-4, leading to a sum of 11.

The final answer is 1\boxed{1}.

Practice More Vector Algebra Questions

View All Questions