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

Question

If α,β0,\alpha ,\beta \ne 0, and f(n)=αn+βnf\left( n \right) = {\alpha ^n} + {\beta ^n} and \left| {\matrix{ 3 & {1 + f\left( 1 \right)} & {1 + f\left( 2 \right)} \cr {1 + f\left( 1 \right)} & {1 + f\left( 2 \right)} & {1 + f\left( 3 \right)} \cr {1 + f\left( 2 \right)} & {1 + f\left( 3 \right)} & {1 + f\left( 4 \right)} \cr } } \right| =K(1α)2(1β)2(αβ)2, = K{\left( {1 - \alpha } \right)^2}{\left( {1 - \beta } \right)^2}{\left( {\alpha - \beta } \right)^2}, then KK is equal to :

Options

Solution

1. Key Concept: Sum of Powers Determinant and Vandermonde Determinants

This problem involves evaluating a determinant whose elements are sums of powers. A powerful technique for such determinants is to express them as the product of two matrices, typically a matrix and its transpose, where one of these matrices is a Vandermonde matrix.

A Vandermonde determinant for distinct elements x1,x2,,xnx_1, x_2, \dots, x_n is given by: V(x1,x2,,xn)=1x1x12x1n11x2x22x2n11xnxn2xnn1=1i<jn(xjxi)V(x_1, x_2, \dots, x_n) = \left| \begin{matrix} 1 & x_1 & x_1^2 & \dots & x_1^{n-1} \\ 1 & x_2 & x_2^2 & \dots & x_2^{n-1} \\ \vdots & \vdots & \vdots & \ddots & \vdots \\ 1 & x_n & x_n^2 & \dots & x_n^{n-1} \end{matrix} \right| = \prod_{1 \le i < j \le n} (x_j - x_i) For a 3×33 \times 3 matrix with elements x1,x2,x3x_1, x_2, x_3, this simplifies to V(x1,x2,x3)=(x2x1)(x3x1)(x3x2)V(x_1, x_2, x_3) = (x_2-x_1)(x_3-x_1)(x_3-x_2).

A key identity for determinants whose elements are sums of powers is: If DD is an n×nn \times n determinant with elements Dij=k=1mxki+j2D_{ij} = \sum_{k=1}^m x_k^{i+j-2}, then D=det(AAT)D = \det(A A^T) where AA is an n×mn \times m matrix with Aik=xki1A_{ik} = x_k^{i-1}. If m=nm=n, then D=(detA)2D = (\det A)^2, where AA is a Vandermonde-like matrix.

2. Step 1: Expressing Elements in Terms of Powers

We are given f(n)=αn+βnf(n) = \alpha^n + \beta^n. The determinant elements are of the form 1+f(k)1 + f(k). Let's list the elements of the given determinant: D = \left| {\matrix{ 3 & {1 + f\left( 1 \right)} & {1 + f\left( 2 \right)} \cr {1 + f\left( 1 \right)} & {1 + f\left( 2 \right)} & {1 + f\left( 3 \right)} \cr {1 + f\left( 2 \right)} & {1 + f\left( 3 \right)} & {1 + f\left( 4 \right)} \cr } } \right| Substitute the definition of f(n)f(n):

  • 1+f(1)=1+α1+β11 + f(1) = 1 + \alpha^1 + \beta^1
  • 1+f(2)=1+α2+β21 + f(2) = 1 + \alpha^2 + \beta^2
  • 1+f(3)=1+α3+β31 + f(3) = 1 + \alpha^3 + \beta^3
  • 1+f(4)=1+α4+β41 + f(4) = 1 + \alpha^4 + \beta^4 The first element is a11=3a_{11} = 3. We can express this as 1+α0+β0=10+α0+β01 + \alpha^0 + \beta^0 = 1^0 + \alpha^0 + \beta^0. Notice that each element aija_{ij} in the determinant can be written as 1i+j2+αi+j2+βi+j21^{i+j-2} + \alpha^{i+j-2} + \beta^{i+j-2}. Let x1=1x_1 = 1, x2=αx_2 = \alpha, x3=βx_3 = \beta. Then aij=x1i+j2+x2i+j2+x3i+j2a_{ij} = x_1^{i+j-2} + x_2^{i+j-2} + x_3^{i+j-2}.

3. Step 2: Recognizing the Determinant as a Matrix Product

The general form Dij=k=1nxki+j2D_{ij} = \sum_{k=1}^n x_k^{i+j-2} for an n×nn \times n matrix is known to be the determinant of the product of a matrix and its transpose. Specifically, let AA be a matrix defined by its elements Aik=xki1A_{ik} = x_k^{i-1}. For our 3×33 \times 3 determinant and variables x1=1,x2=α,x3=βx_1=1, x_2=\alpha, x_3=\beta, the matrix AA is: A=(x10x20x30x11x21x31x12x22x32)=(1111αβ1α2β2)A = \begin{pmatrix} x_1^0 & x_2^0 & x_3^0 \\ x_1^1 & x_2^1 & x_3^1 \\ x_1^2 & x_2^2 & x_3^2 \end{pmatrix} = \begin{pmatrix} 1 & 1 & 1 \\ 1 & \alpha & \beta \\ 1 & \alpha^2 & \beta^2 \end{pmatrix} The transpose of AA is: AT=(1111αα21ββ2)A^T = \begin{pmatrix} 1 & 1 & 1 \\ 1 & \alpha & \alpha^2 \\ 1 & \beta & \beta^2 \end{pmatrix} Now, let's compute the product AATA A^T: AAT=(1111αβ1α2β2)(1111αα21ββ2)A A^T = \begin{pmatrix} 1 & 1 & 1 \\ 1 & \alpha & \beta \\ 1 & \alpha^2 & \beta^2 \end{pmatrix} \begin{pmatrix} 1 & 1 & 1 \\ 1 & \alpha & \alpha^2 \\ 1 & \beta & \beta^2 \end{pmatrix} The element at position (i,j)(i,j) of AATA A^T is k=13Aik(AT)kj=k=13xki1xkj1=k=13xki+j2\sum_{k=1}^3 A_{ik} (A^T)_{kj} = \sum_{k=1}^3 x_k^{i-1} x_k^{j-1} = \sum_{k=1}^3 x_k^{i+j-2}. Let's verify a few elements:

  • (AAT)11=11+11+11=3(A A^T)_{11} = 1 \cdot 1 + 1 \cdot 1 + 1 \cdot 1 = 3
  • (AAT)12=11+1α+1β=1+α+β(A A^T)_{12} = 1 \cdot 1 + 1 \cdot \alpha + 1 \cdot \beta = 1+\alpha+\beta
  • (AAT)22=11+αα+ββ=1+α2+β2(A A^T)_{22} = 1 \cdot 1 + \alpha \cdot \alpha + \beta \cdot \beta = 1+\alpha^2+\beta^2 This confirms that the given determinant DD is equal to det(AAT)\det(A A^T). From the property of determinants, det(AAT)=det(A)det(AT)\det(A A^T) = \det(A) \det(A^T). Since det(AT)=det(A)\det(A^T) = \det(A), we have D=(det(A))2D = (\det(A))^2.

4. Step 3: Evaluating the Determinant of the Vandermonde Matrix

Now we need to calculate det(A)\det(A): det(A)=1111αβ1α2β2\det(A) = \left| \begin{matrix} 1 & 1 & 1 \\ 1 & \alpha & \beta \\ 1 & \alpha^2 & \beta^2 \end{matrix} \right| This is a Vandermonde determinant with elements 1,α,β1, \alpha, \beta (in the order of columns). Using the formula 1i<jn(xjxi)\prod_{1 \le i < j \le n} (x_j - x_i), with x1=1,x2=α,x3=βx_1=1, x_2=\alpha, x_3=\beta, we get: det(A)=(α1)(β1)(βα)\det(A) = (\alpha - 1)(\beta - 1)(\beta - \alpha) To explicitly show the calculation: R2R2R1R_2 \to R_2 - R_1 and R3R3R1R_3 \to R_3 - R_1: det(A)=1110α1β10α21β21\det(A) = \left| \begin{matrix} 1 & 1 & 1 \\ 0 & \alpha-1 & \beta-1 \\ 0 & \alpha^2-1 & \beta^2-1 \end{matrix} \right| Expand along the first column: det(A)=1α1β1(α1)(α+1)(β1)(β+1)\det(A) = 1 \cdot \left| \begin{matrix} \alpha-1 & \beta-1 \\ (\alpha-1)(\alpha+1) & (\beta-1)(\beta+1) \end{matrix} \right| Factor out (α1)(\alpha-1) from the first column and (β1)(\beta-1) from the second column of the 2×22 \times 2 matrix: det(A)=(α1)(β1)11α+1β+1\det(A) = (\alpha-1)(\beta-1) \left| \begin{matrix} 1 & 1 \\ \alpha+1 & \beta+1 \end{matrix} \right| det(A)=(α1)(β1)[(β+1)(α+1)]\det(A) = (\alpha-1)(\beta-1) [ (\beta+1) - (\alpha+1) ] det(A)=(α1)(β1)(βα)\det(A) = (\alpha-1)(\beta-1) (\beta - \alpha)

5. Step 4: Calculating the Determinant D

We found that D=(det(A))2D = (\det(A))^2. D=[(α1)(β1)(βα)]2D = [ (\alpha-1)(\beta-1)(\beta-\alpha) ]^2 We can rewrite the terms to match the form given in the problem:

  • (α1)2=((1α))2=(1α)2(\alpha-1)^2 = (-(1-\alpha))^2 = (1-\alpha)^2
  • (β1)2=((1β))2=(1β)2(\beta-1)^2 = (-(1-\beta))^2 = (1-\beta)^2
  • (βα)2=((αβ))2=(αβ)2(\beta-\alpha)^2 = (-(\alpha-\beta))^2 = (\alpha-\beta)^2 Substituting these back into the expression for DD: D=(1α)2(1β)2(αβ)2D = (1-\alpha)^2 (1-\beta)^2 (\alpha-\beta)^2

6. Step 5: Comparing with the Given Expression

The problem states that D=K(1α)2(1β)2(αβ)2D = K{\left( {1 - \alpha } \right)^2}{\left( {1 - \beta } \right)^2}{\left( {\alpha - \beta } \right)^2}. Comparing our derived expression for DD with the given expression: (1α)2(1β)2(αβ)2=K(1α)2(1β)2(αβ)2(1-\alpha)^2 (1-\beta)^2 (\alpha-\beta)^2 = K{\left( {1 - \alpha } \right)^2}{\left( {1 - \beta } \right)^2}{\left( {\alpha - \beta } \right)^2} By direct comparison, we find that K=1K=1.

Tips and Common Mistakes:

  • Recognizing the pattern: The most crucial step is to identify the determinant as a sum of powers, which points to the Vandermonde determinant and the AATAA^T factorization. Look for elements aija_{ij} that are sums of xki+j2x_k^{i+j-2} or similar power forms.
  • Vandermonde determinant formula: Remember the formula for a Vandermonde determinant. The order of subtraction matters for the sign, but since we are squaring the determinant in this problem, the sign ultimately doesn't affect the final result for KK.
  • Careful with indexing: Ensure you correctly identify the xkx_k values (here 1,α,β1, \alpha, \beta) and the powers (here 0,1,2,0, 1, 2, \dots).
  • Verification: If time permits, try a simple numerical example (e.g., α=2,β=3\alpha=2, \beta=3) to cross-check your determinant calculation. This can quickly reveal errors. For α=2,β=3\alpha=2, \beta=3, D=(12)2(13)2(23)2=(1)2(2)2(1)2=141=4D = (1-2)^2(1-3)^2(2-3)^2 = (-1)^2(-2)^2(-1)^2 = 1 \cdot 4 \cdot 1 = 4. Direct calculation of the determinant in the problem for these values also yields 44, confirming K=1K=1.

7. Summary/Key Takeaway

This problem demonstrates a standard technique for evaluating determinants whose entries are sums of powers. By recognizing the structure aij=k=1mxki+j2a_{ij} = \sum_{k=1}^m x_k^{i+j-2}, the determinant can be factored as det(AAT)\det(A A^T), where AA is a matrix whose columns are powers of xkx_k. In this specific case, the determinant simplified to the square of a Vandermonde determinant involving 1,α,1, \alpha, and β\beta, leading to K=1K=1.

The final answer is C\boxed{\text{C}}.

Practice More Matrices & Determinants Questions

View All Questions