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

Question

Let a=2i^+αj^+k^,b=i^+k^,c=βj^k^\vec{a}=2 \hat{i}+\alpha \hat{j}+\hat{k}, \vec{b}=-\hat{i}+\hat{k}, \vec{c}=\beta \hat{j}-\hat{k}, where α\alpha and β\beta are integers and αβ=6\alpha \beta=-6. Let the values of the ordered pair (α,β)(\alpha, \beta), for which the area of the parallelogram of diagonals a+b\vec{a}+\vec{b} and b+c\vec{b}+\vec{c} is 212\frac{\sqrt{21}}{2}, be (α1,β1)\left(\alpha_1, \beta_1\right) and (α2,β2)\left(\alpha_2, \beta_2\right). Then α12+β12α2β2\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 is equal to

Options

Solution

Key Concepts and Formulas

  • Area of a Parallelogram from Diagonals: If d1\vec{d_1} and d2\vec{d_2} are the diagonals of a parallelogram, its area is given by Area=12d1×d2\text{Area} = \frac{1}{2} |\vec{d_1} \times \vec{d_2}|.
  • Vector Addition: To add vectors, add their corresponding components. If u=uxi^+uyj^+uzk^\vec{u} = u_x \hat{i} + u_y \hat{j} + u_z \hat{k} and v=vxi^+vyj^+vzk^\vec{v} = v_x \hat{i} + v_y \hat{j} + v_z \hat{k}, then u+v=(ux+vx)i^+(uy+vy)j^+(uz+vz)k^\vec{u} + \vec{v} = (u_x+v_x)\hat{i} + (u_y+v_y)\hat{j} + (u_z+v_z)\hat{k}.
  • Cross Product: The cross product of two vectors u=uxi^+uyj^+uzk^\vec{u} = u_x \hat{i} + u_y \hat{j} + u_z \hat{k} and v=vxi^+vyj^+vzk^\vec{v} = v_x \hat{i} + v_y \hat{j} + v_z \hat{k} is given by the determinant: u×v=i^j^k^uxuyuzvxvyvz=(uyvzuzvy)i^(uxvzuzvx)j^+(uxvyuyvx)k^\vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ u_x & u_y & u_z \\ v_x & v_y & v_z \end{vmatrix} = (u_y v_z - u_z v_y)\hat{i} - (u_x v_z - u_z v_x)\hat{j} + (u_x v_y - u_y v_x)\hat{k}
  • Magnitude of a Vector: The magnitude of a vector v=vxi^+vyj^+vzk^\vec{v} = v_x \hat{i} + v_y \hat{j} + v_z \hat{k} is v=vx2+vy2+vz2|\vec{v}| = \sqrt{v_x^2 + v_y^2 + v_z^2}.

Step-by-Step Solution

Step 1: Determine the Diagonal Vectors d1\vec{d_1} and d2\vec{d_2} We are given the vectors a=2i^+αj^+k^\vec{a}=2 \hat{i}+\alpha \hat{j}+\hat{k}, b=i^+k^\vec{b}=-\hat{i}+\hat{k}, and c=βj^k^\vec{c}=\beta \hat{j}-\hat{k}. The diagonals of the parallelogram are given as d1=a+b\vec{d_1} = \vec{a}+\vec{b} and d2=b+c\vec{d_2} = \vec{b}+\vec{c}. We need to find these vectors in terms of α\alpha and β\beta.

  • Calculate d1=a+b\vec{d_1} = \vec{a}+\vec{b}: d1=(2i^+αj^+k^)+(i^+k^)\vec{d_1} = (2 \hat{i}+\alpha \hat{j}+\hat{k}) + (-\hat{i}+\hat{k}) d1=(21)i^+(α+0)j^+(1+1)k^\vec{d_1} = (2-1)\hat{i} + (\alpha+0)\hat{j} + (1+1)\hat{k} d1=i^+αj^+2k^\vec{d_1} = \hat{i} + \alpha \hat{j} + 2\hat{k}

  • Calculate d2=b+c\vec{d_2} = \vec{b}+\vec{c}: d2=(i^+k^)+(βj^k^)\vec{d_2} = (-\hat{i}+\hat{k}) + (\beta \hat{j}-\hat{k}) d2=(1+0)i^+(0+β)j^+(11)k^\vec{d_2} = (-1+0)\hat{i} + (0+\beta)\hat{j} + (1-1)\hat{k} d2=i^+βj^\vec{d_2} = -\hat{i} + \beta \hat{j}

Step 2: Compute the Cross Product of the Diagonals, d1×d2\vec{d_1} \times \vec{d_2} The area of the parallelogram depends on the cross product of its diagonals. We will compute d1×d2\vec{d_1} \times \vec{d_2} using the determinant formula.

d1×d2=i^j^k^1α21β0\vec{d_1} \times \vec{d_2} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & \alpha & 2 \\ -1 & \beta & 0 \end{vmatrix} Expanding the determinant: d1×d2=i^(α02β)j^(102(1))+k^(1βα(1))\vec{d_1} \times \vec{d_2} = \hat{i}(\alpha \cdot 0 - 2 \cdot \beta) - \hat{j}(1 \cdot 0 - 2 \cdot (-1)) + \hat{k}(1 \cdot \beta - \alpha \cdot (-1)) d1×d2=i^(02β)j^(0+2)+k^(β+α)\vec{d_1} \times \vec{d_2} = \hat{i}(0 - 2\beta) - \hat{j}(0 + 2) + \hat{k}(\beta + \alpha) d1×d2=2βi^2j^+(α+β)k^\vec{d_1} \times \vec{d_2} = -2\beta \hat{i} - 2\hat{j} + (\alpha+\beta)\hat{k}

Step 3: Find the Magnitude of the Cross Product, d1×d2|\vec{d_1} \times \vec{d_2}| The area formula requires the magnitude of the cross product vector.

d1×d2=(2β)2+(2)2+(α+β)2|\vec{d_1} \times \vec{d_2}| = \sqrt{(-2\beta)^2 + (-2)^2 + (\alpha+\beta)^2} d1×d2=4β2+4+(α+β)2|\vec{d_1} \times \vec{d_2}| = \sqrt{4\beta^2 + 4 + (\alpha+\beta)^2}

Step 4: Formulate and Solve the Area Equation We are given that the area of the parallelogram is 212\frac{\sqrt{21}}{2}. Using the area formula, we can set up an equation to find a relationship between α\alpha and β\beta.

Area=12d1×d2\text{Area} = \frac{1}{2} |\vec{d_1} \times \vec{d_2}| 212=124β2+4+(α+β)2\frac{\sqrt{21}}{2} = \frac{1}{2} \sqrt{4\beta^2 + 4 + (\alpha+\beta)^2} Multiplying both sides by 2: 21=4β2+4+(α+β)2\sqrt{21} = \sqrt{4\beta^2 + 4 + (\alpha+\beta)^2} Squaring both sides: 21=4β2+4+(α+β)221 = 4\beta^2 + 4 + (\alpha+\beta)^2 214=4β2+α2+2αβ+β221 - 4 = 4\beta^2 + \alpha^2 + 2\alpha\beta + \beta^2 17=α2+5β2+2αβ17 = \alpha^2 + 5\beta^2 + 2\alpha\beta We are also given that α\alpha and β\beta are integers and αβ=6\alpha \beta = -6. Substituting this into the equation: 17=α2+5β2+2(6)17 = \alpha^2 + 5\beta^2 + 2(-6) 17=α2+5β21217 = \alpha^2 + 5\beta^2 - 12 17+12=α2+5β217 + 12 = \alpha^2 + 5\beta^2 29=α2+5β229 = \alpha^2 + 5\beta^2

Step 5: Determine the Integer Pairs (α,β)(\alpha, \beta) We need to find integer pairs (α,β)(\alpha, \beta) that satisfy both αβ=6\alpha \beta = -6 and 29=α2+5β229 = \alpha^2 + 5\beta^2. The possible integer pairs for αβ=6\alpha \beta = -6 are: (1,6),(1,6),(2,3),(2,3),(3,2),(3,2),(6,1),(6,1)(1, -6), (-1, 6), (2, -3), (-2, 3), (3, -2), (-3, 2), (6, -1), (-6, 1).

Let's test each pair in the equation 29=α2+5β229 = \alpha^2 + 5\beta^2:

  • For (1,6)(1, -6): 12+5(6)2=1+5(36)=1+180=181291^2 + 5(-6)^2 = 1 + 5(36) = 1 + 180 = 181 \neq 29.
  • For (1,6)(-1, 6): (1)2+5(6)2=1+5(36)=1+180=18129(-1)^2 + 5(6)^2 = 1 + 5(36) = 1 + 180 = 181 \neq 29.
  • For (2,3)(2, -3): 22+5(3)2=4+5(9)=4+45=49292^2 + 5(-3)^2 = 4 + 5(9) = 4 + 45 = 49 \neq 29.
  • For (2,3)(-2, 3): (2)2+5(3)2=4+5(9)=4+45=4929(-2)^2 + 5(3)^2 = 4 + 5(9) = 4 + 45 = 49 \neq 29.
  • For (3,2)(3, -2): 32+5(2)2=9+5(4)=9+20=293^2 + 5(-2)^2 = 9 + 5(4) = 9 + 20 = 29. This pair satisfies the equation.
  • For (3,2)(-3, 2): (3)2+5(2)2=9+5(4)=9+20=29(-3)^2 + 5(2)^2 = 9 + 5(4) = 9 + 20 = 29. This pair also satisfies the equation.
  • For (6,1)(6, -1): 62+5(1)2=36+5(1)=36+5=41296^2 + 5(-1)^2 = 36 + 5(1) = 36 + 5 = 41 \neq 29.
  • For (6,1)(-6, 1): (6)2+5(1)2=36+5(1)=36+5=4129(-6)^2 + 5(1)^2 = 36 + 5(1) = 36 + 5 = 41 \neq 29.

The two ordered pairs (α,β)(\alpha, \beta) that satisfy all conditions are (3,2)(3, -2) and (3,2)(-3, 2). Let (α1,β1)=(3,2)(\alpha_1, \beta_1) = (3, -2) and (α2,β2)=(3,2)(\alpha_2, \beta_2) = (-3, 2).

Step 6: Calculate the Final Expression α12+β12α2β2\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 We need to compute the value of α12+β12α2β2\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 using the identified pairs.

α12+β12α2β2=(3)2+(2)2((3)2)\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 = (3)^2 + (-2)^2 - ((-3) \cdot 2) =9+4(6)= 9 + 4 - (-6) =13+6= 13 + 6 =19= 19

If we swap the assignments: (α1,β1)=(3,2)(\alpha_1, \beta_1) = (-3, 2) and (α2,β2)=(3,2)(\alpha_2, \beta_2) = (3, -2): α12+β12α2β2=(3)2+(2)2((3)(2))\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 = (-3)^2 + (2)^2 - ((3) \cdot (-2)) =9+4(6)= 9 + 4 - (-6) =13+6= 13 + 6 =19= 19 The result remains the same.

Common Mistakes & Tips

  • Cross Product Calculation: Be extremely careful with signs when computing the determinant for the cross product. A single sign error can lead to an incorrect result.
  • Algebraic Simplification: When squaring (α+β)2(\alpha+\beta)^2, expand it fully as α2+2αβ+β2\alpha^2 + 2\alpha\beta + \beta^2. Errors in this expansion are common.
  • Integer Pair Testing: Systematically test all possible integer factor pairs of αβ=6\alpha \beta = -6 to ensure no valid pairs are missed and no invalid ones are incorrectly included.

Summary The problem required us to find the integer values of α\alpha and β\beta that satisfy conditions related to the area of a parallelogram formed by vectors derived from a\vec{a}, b\vec{b}, and c\vec{c}. We first calculated the diagonal vectors, then their cross product and its magnitude. Using the given area, we derived an equation relating α\alpha and β\beta. By combining this equation with the condition αβ=6\alpha \beta = -6 and the fact that α,β\alpha, \beta are integers, we identified the two valid ordered pairs (α,β)(\alpha, \beta). Finally, we substituted these pairs into the expression α12+β12α2β2\alpha_1^2+\beta_1^2-\alpha_2 \beta_2 to find the required value.

The final answer is 19\boxed{19} which corresponds to option (C).

Practice More Vector Algebra Questions

View All Questions