Skip to main content
Back to Matrices & Determinants
JEE Main 2020
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let A=[\matrixa1\cra2\cr]A = \left[ {\matrix{ {{a_1}} \cr {{a_2}} \cr } } \right] and B=[\matrixb1\crb2\cr]B = \left[ {\matrix{ {{b_1}} \cr {{b_2}} \cr } } \right] be two 2 ×\times 1 matrices with real entries such that A = XB, where X = {1 \over {\sqrt 3 }}\left[ {\matrix{ 1 & { - 1} \cr 1 & k \cr } } \right], and k\inR. If a12a_1^2 + a22a_2^2 = 23{2 \over 3}(b12_1^2 + b22_2^2) and (k 2 + 1) b22_2^2 \ne -2b 1 b 2 , then the value of k is __________.

Answer: 1

Solution

This problem combines matrix multiplication with algebraic manipulation of quadratic expressions. The core idea is to express the elements of matrix AA in terms of the elements of matrix BB and the unknown kk using the given matrix equation. Then, these expressions are substituted into the quadratic relationship between the elements to form an equation in terms of b1,b2,b_1, b_2, and kk. Finally, careful simplification and the use of the given inequality condition allow us to determine the unique value of kk.


1. Expressing a1a_1 and a2a_2 in terms of b1,b2,b_1, b_2, and kk

We are given the matrix equation A=XBA = XB. Let's perform the matrix multiplication to find a1a_1 and a2a_2: [a1a2]=13[111k][b1b2]\begin{bmatrix} a_1 \\ a_2 \end{bmatrix} = \frac{1}{\sqrt{3}}\begin{bmatrix} 1 & -1 \\ 1 & k \end{bmatrix} \begin{bmatrix} b_1 \\ b_2 \end{bmatrix} To multiply these matrices, we take the dot product of each row of XX with the column of BB: a1=13(1b1+(1)b2)=13(b1b2)a_1 = \frac{1}{\sqrt{3}}(1 \cdot b_1 + (-1) \cdot b_2) = \frac{1}{\sqrt{3}}(b_1 - b_2) a2=13(1b1+kb2)=13(b1+kb2)a_2 = \frac{1}{\sqrt{3}}(1 \cdot b_1 + k \cdot b_2) = \frac{1}{\sqrt{3}}(b_1 + kb_2) These expressions relate the elements of AA to BB and kk.


2. Substituting into the Given Quadratic Relation

Next, we use the given condition a12+a22=23(b12+b22)a_1^2 + a_2^2 = \frac{2}{3}(b_1^2 + b_2^2). We substitute the expressions for a1a_1 and a2a_2 derived in the previous step: (13(b1b2))2+(13(b1+kb2))2=23(b12+b22)\left(\frac{1}{\sqrt{3}}(b_1 - b_2)\right)^2 + \left(\frac{1}{\sqrt{3}}(b_1 + kb_2)\right)^2 = \frac{2}{3}(b_1^2 + b_2^2) Squaring the terms: 13(b1b2)2+13(b1+kb2)2=23(b12+b22)\frac{1}{3}(b_1 - b_2)^2 + \frac{1}{3}(b_1 + kb_2)^2 = \frac{2}{3}(b_1^2 + b_2^2) To simplify, we can multiply the entire equation by 3: (b1b2)2+(b1+kb2)2=2(b12+b22)(b_1 - b_2)^2 + (b_1 + kb_2)^2 = 2(b_1^2 + b_2^2) This step eliminates the fractional coefficient and sets up for further algebraic expansion.


3. Expanding and Simplifying the Equation

Now, we expand the squared terms and simplify the equation: (b122b1b2+b22)+(b12+2kb1b2+k2b22)=2b12+2b22(b_1^2 - 2b_1b_2 + b_2^2) + (b_1^2 + 2kb_1b_2 + k^2b_2^2) = 2b_1^2 + 2b_2^2 Combine like terms on the left side: (b12+b12)+(2b1b2+2kb1b2)+(b22+k2b22)=2b12+2b22(b_1^2 + b_1^2) + (-2b_1b_2 + 2kb_1b_2) + (b_2^2 + k^2b_2^2) = 2b_1^2 + 2b_2^2 2b12+2b1b2(k1)+b22(1+k2)=2b12+2b222b_1^2 + 2b_1b_2(k - 1) + b_2^2(1 + k^2) = 2b_1^2 + 2b_2^2 Subtract 2b122b_1^2 from both sides: 2b1b2(k1)+b22(1+k2)=2b222b_1b_2(k - 1) + b_2^2(1 + k^2) = 2b_2^2 Rearrange the terms to one side to form a quadratic-like equation in terms of b1,b2,b_1, b_2, and kk: 2b1b2(k1)+b22(1+k2)2b22=02b_1b_2(k - 1) + b_2^2(1 + k^2) - 2b_2^2 = 0 2b1b2(k1)+b22(1+k22)=02b_1b_2(k - 1) + b_2^2(1 + k^2 - 2) = 0 2b1b2(k1)+b22(k21)=02b_1b_2(k - 1) + b_2^2(k^2 - 1) = 0 We can factor k21k^2 - 1 as (k1)(k+1)(k-1)(k+1): 2b1b2(k1)+b22(k1)(k+1)=02b_1b_2(k - 1) + b_2^2(k - 1)(k + 1) = 0 Now, factor out the common term (k1)(k-1): (k1)[2b1b2+b22(k+1)]=0(k - 1)[2b_1b_2 + b_2^2(k + 1)] = 0 This equation gives us two possibilities: k1=0k-1=0 or 2b1b2+b22(k+1)=02b_1b_2 + b_2^2(k+1) = 0.


4. Analyzing the Given Inequality Condition

We are given the condition (k2+1)b222b1b2(k^2 + 1)b_2^2 \ne -2b_1b_2. This can be rewritten as: (k2+1)b22+2b1b20(k^2 + 1)b_2^2 + 2b_1b_2 \ne 0 This condition is crucial for determining the unique value of kk. It implies that the matrix XX is well-behaved or that we avoid trivial solutions.

First, let's consider if b2=0b_2 = 0. If b2=0b_2=0, the condition becomes (k2+1)(0)2+2b1(0)0(k^2+1)(0)^2 + 2b_1(0) \ne 0, which simplifies to 000 \ne 0. This is a contradiction. Therefore, b2b_2 cannot be zero.

Since b20b_2 \ne 0, we can divide the expression inside the bracket in our simplified equation by b2b_2: (k1)b2[2b1+b2(k+1)]=0(k - 1)b_2[2b_1 + b_2(k + 1)] = 0 Since b20b_2 \ne 0, we must have: (k1)[2b1+b2(k+1)]=0(k - 1)[2b_1 + b_2(k + 1)] = 0 This leads to two cases:

Case 1: k1=0    k=1k - 1 = 0 \implies k=1. Let's check if k=1k=1 satisfies the inequality condition (k2+1)b22+2b1b20(k^2 + 1)b_2^2 + 2b_1b_2 \ne 0. Substitute k=1k=1: (12+1)b22+2b1b20(1^2 + 1)b_2^2 + 2b_1b_2 \ne 0 2b22+2b1b202b_2^2 + 2b_1b_2 \ne 0 2b2(b2+b1)02b_2(b_2 + b_1) \ne 0 Since we established b20b_2 \ne 0, this condition further implies b1+b20b_1 + b_2 \ne 0. So, k=1k=1 is a valid solution if b1+b20b_1 + b_2 \ne 0.

Case 2: 2b1+b2(k+1)=02b_1 + b_2(k + 1) = 0. This implies 2b1=b2(k+1)2b_1 = -b_2(k+1). Let's substitute this into the inequality condition (k2+1)b22+2b1b20(k^2 + 1)b_2^2 + 2b_1b_2 \ne 0: (k2+1)b22+(b2(k+1))b20(k^2 + 1)b_2^2 + (-b_2(k+1))b_2 \ne 0 (k2+1)b22(k+1)b220(k^2 + 1)b_2^2 - (k+1)b_2^2 \ne 0 Factor out b22b_2^2: b22[(k2+1)(k+1)]0b_2^2[(k^2 + 1) - (k+1)] \ne 0 b22[k2+1k1]0b_2^2[k^2 + 1 - k - 1] \ne 0 b22[k2k]0b_2^2[k^2 - k] \ne 0 b22k(k1)0b_2^2 k(k-1) \ne 0 Since b20b_2 \ne 0, this implies k0k \ne 0 and k1k \ne 1. So, if 2b1+b2(k+1)=02b_1 + b_2(k+1) = 0, then for this to be a valid path to a solution for kk, we must have k0k \ne 0 and k1k \ne 1.


5. Determining the Unique Value of kk

We have two potential scenarios for kk:

  1. k=1k=1, which is valid if b1+b20b_1+b_2 \ne 0.
  2. 2b1+b2(k+1)=02b_1 + b_2(k+1) = 0, which is valid if k0k \ne 0 and k1k \ne 1. (This means k=12b1b2k = -1 - \frac{2b_1}{b_2})

The problem asks for "the value of k", implying a unique numerical value, independent of b1b_1 and b2b_2 (as long as they satisfy the conditions). Let's investigate if b1+b2=0b_1+b_2=0 is possible.

Assume for contradiction that b1+b2=0b_1+b_2=0. This means b1=b2b_1 = -b_2. If b1=b2b_1 = -b_2, then k=1k=1 is not a valid solution (from Case 1, as b1+b20b_1+b_2 \ne 0 would be violated). So, if b1=b2b_1=-b_2, we must fall into Case 2: 2b1+b2(k+1)=02b_1 + b_2(k+1) = 0. Substitute b1=b2b_1 = -b_2 into the equation for Case 2: 2(b2)+b2(k+1)=02(-b_2) + b_2(k+1) = 0 2b2+b2(k+1)=0-2b_2 + b_2(k+1) = 0 Factor out b2b_2: b2(2+k+1)=0b_2(-2 + k + 1) = 0 b2(k1)=0b_2(k - 1) = 0 Since we established b20b_2 \ne 0, this implies k1=0k-1=0, so k=1k=1. However, Case 2 explicitly requires k1k \ne 1. This creates a contradiction.

The assumption that b1+b2=0b_1+b_2=0 leads to a contradiction. Therefore, b1+b2b_1+b_2 cannot be zero. Since b1+b20b_1+b_2 \ne 0, Case 1 (k=1k=1) is always a valid solution. Furthermore, because b1+b20b_1+b_2 \ne 0, the scenario where 2b1+b2(k+1)=02b_1 + b_2(k+1) = 0 (which led to k=1k=1 when b1+b2=0b_1+b_2=0) is inconsistent with the condition k1k \ne 1 that must hold for Case 2. Specifically, if 2b1+b2(k+1)=02b_1 + b_2(k+1) = 0 and k=1k=1, it forces b1+b2=0b_1+b_2=0, which is forbidden. Thus, the only value of kk that consistently satisfies all conditions is k=1k=1.


Tips for Success & Common Mistakes

  • Systematic Approach: Break down the problem into smaller, manageable steps like matrix multiplication, substitution, and algebraic simplification.
  • Don't Forget All Conditions: The inequality condition is often overlooked but is crucial for eliminating extraneous solutions and pinpointing the unique answer, especially in "find the value of..." problems.
  • Factorization: Look for opportunities to factor expressions, as this often reveals the possible values of the unknown variable.
  • Handle Special Cases (like b2=0b_2=0): Always consider if denominators or common factors could be zero, as this might lead to contradictions or additional constraints. Here, b20b_2 \ne 0 was a critical deduction.
  • "The value of k": This phrase strongly suggests a unique numerical answer, implying that any solution dependent on b1,b2b_1, b_2 (like k=12b1b2k = -1 - \frac{2b_1}{b_2}) must be ruled out by the given conditions.

Summary

By performing matrix multiplication to relate a1,a2a_1, a_2 to b1,b2,b_1, b_2, and kk, and then substituting these into the given quadratic relationship, we obtained an equation (k1)[2b1b2+b22(k+1)]=0(k-1)[2b_1b_2 + b_2^2(k+1)] = 0. Analyzing this equation in conjunction with the inequality condition (k2+1)b222b1b2(k^2+1)b_2^2 \ne -2b_1b_2 (which simplified to 2b2(b1+b2)02b_2(b_1+b_2) \ne 0 for k=1k=1 and b22k(k1)0b_2^2k(k-1) \ne 0 for other kk values), we systematically eliminated all possibilities except k=1k=1. The key was demonstrating that the assumption b1+b2=0b_1+b_2=0 leads to a contradiction, thus ensuring b1+b20b_1+b_2 \ne 0, which validates k=1k=1 as the unique solution.

The final answer is 1\boxed{1}.

Practice More Matrices & Determinants Questions

View All Questions