Skip to main content
Back to Matrices & Determinants
JEE Main 2023
Matrices & Determinants
Matrices and Determinants
Hard

Question

Let A=[aij]=[log5128log45log58log425]A = \begin{bmatrix} a_{ij} \end{bmatrix} = \begin{bmatrix} \log_5 128 & \log_4 5 \\ \log_5 8 & \log_4 25 \end{bmatrix}. If AijA_{ij} is the cofactor of aija_{ij}, Cij=k=12aikAjk,1i,j2C_{ij} = \sum\limits_{k=1}^{2} a_{ik} A_{jk} , 1 \leq i, j \leq 2, and C=[Cij]C=[C_{ij}], then 8C8|C| is equal to :

Options

Solution

Key Concepts and Formulas

  1. Cofactor Expansion Theorem: For an n×nn \times n matrix AA with elements aija_{ij} and cofactors AijA_{ij}:

    • Property 1 (Expansion along a row/column): The sum of the products of the elements of any row (or column) with their corresponding cofactors is equal to the determinant of the matrix AA. Mathematically, for expansion along row ii: k=1naikAik=A\sum_{k=1}^{n} a_{ik} A_{ik} = |A|.
    • Property 2 (Expansion using cofactors of a different row/column): The sum of the products of the elements of any row (or column) with the cofactors of a different row (or column) is always zero. Mathematically, for elements of row ii multiplied by cofactors of row jj (where iji \neq j): k=1naikAjk=0\sum_{k=1}^{n} a_{ik} A_{jk} = 0.
  2. Logarithm Properties: These properties are essential for simplifying the elements of matrix AA:

    • logban=nlogba\log_b a^n = n \log_b a
    • logbman=nmlogba\log_{b^m} a^n = \frac{n}{m} \log_b a
    • logbalogab=1\log_b a \cdot \log_a b = 1 (This is a direct consequence of the change of base formula).
  3. Determinant of a 2×22 \times 2 Matrix: For a matrix M=[pqrs]M = \begin{bmatrix} p & q \\ r & s \end{bmatrix}, its determinant is M=psqr|M| = ps - qr.


Step-by-Step Solution

Step 1: Understand the definition of CijC_{ij} and its relation to the Cofactor Expansion Theorem. The problem defines the elements of matrix CC as Cij=k=12aikAjkC_{ij} = \sum_{k=1}^{2} a_{ik} A_{jk}. This expression directly corresponds to the Cofactor Expansion Theorem. Let's analyze the elements of CC based on the theorem:

  • For C11C_{11} (where i=1,j=1i=1, j=1): C11=k=12a1kA1k=a11A11+a12A12C_{11} = \sum_{k=1}^{2} a_{1k} A_{1k} = a_{11}A_{11} + a_{12}A_{12}. According to Property 1 of the Cofactor Expansion Theorem, this sum is equal to the determinant of AA, i.e., C11=AC_{11} = |A|.

  • For C12C_{12} (where i=1,j=2i=1, j=2): C12=k=12a1kA2k=a11A21+a12A22C_{12} = \sum_{k=1}^{2} a_{1k} A_{2k} = a_{11}A_{21} + a_{12}A_{22}. Here, the elements are from the first row (a1ka_{1k}), but the cofactors are from the second row (A2kA_{2k}). Since iji \neq j (i.e., 121 \neq 2), according to Property 2 of the Cofactor Expansion Theorem, this sum is zero. Thus, C12=0C_{12} = 0.

  • For C21C_{21} (where i=2,j=1i=2, j=1): C21=k=12a2kA1k=a21A11+a22A12C_{21} = \sum_{k=1}^{2} a_{2k} A_{1k} = a_{21}A_{11} + a_{22}A_{12}. Similarly, the elements are from the second row (a2ka_{2k}), but the cofactors are from the first row (A1kA_{1k}). Since iji \neq j (i.e., 212 \neq 1), this sum is zero by Property 2. Thus, C21=0C_{21} = 0.

  • For C22C_{22} (where i=2,j=2i=2, j=2): C22=k=12a2kA2k=a21A21+a22A22C_{22} = \sum_{k=1}^{2} a_{2k} A_{2k} = a_{21}A_{21} + a_{22}A_{22}. This sum involves elements of the second row (a2ka_{2k}) and their corresponding cofactors (A2kA_{2k}). By Property 1, this sum is equal to the determinant of AA, i.e., C22=AC_{22} = |A|.

From this analysis, we can deduce the structure of matrix CC: C=[C11C12C21C22]=[A00A]C = \begin{bmatrix} C_{11} & C_{12} \\ C_{21} & C_{22} \end{bmatrix} = \begin{bmatrix} |A| & 0 \\ 0 & |A| \end{bmatrix} This crucial insight simplifies the problem significantly, as we only need to calculate A|A|.

Step 2: Simplify the elements of Matrix A using Logarithm Properties. The given matrix is A=[log5128log45log58log425]A = \begin{bmatrix} \log_5 128 & \log_4 5 \\ \log_5 8 & \log_4 25 \end{bmatrix}. Let's simplify each element:

  • a11=log5128=log5(27)=7log52a_{11} = \log_5 128 = \log_5 (2^7) = 7 \log_5 2
  • a12=log45=log225=12log25a_{12} = \log_4 5 = \log_{2^2} 5 = \frac{1}{2} \log_2 5
  • a21=log58=log5(23)=3log52a_{21} = \log_5 8 = \log_5 (2^3) = 3 \log_5 2
  • a22=log425=log22(52)=22log25=log25a_{22} = \log_4 25 = \log_{2^2} (5^2) = \frac{2}{2} \log_2 5 = \log_2 5

Now, the simplified matrix AA is: A=[7log5212log253log52log25]A = \begin{bmatrix} 7 \log_5 2 & \frac{1}{2} \log_2 5 \\ 3 \log_5 2 & \log_2 5 \end{bmatrix}

Step 3: Calculate the Determinant of A, A|A|. Using the formula for a 2×22 \times 2 matrix determinant (A=a11a22a12a21|A| = a_{11}a_{22} - a_{12}a_{21}): A=(7log52)(log25)(12log25)(3log52)|A| = (7 \log_5 2)(\log_2 5) - \left(\frac{1}{2} \log_2 5\right)(3 \log_5 2) We apply the logarithm property logbalogab=1\log_b a \cdot \log_a b = 1: A=7(log52log25)32(log25log52)|A| = 7 (\log_5 2 \cdot \log_2 5) - \frac{3}{2} (\log_2 5 \cdot \log_5 2) A=7(1)32(1)|A| = 7(1) - \frac{3}{2}(1) A=732|A| = 7 - \frac{3}{2} To combine these terms, we find a common denominator: A=14232=112|A| = \frac{14}{2} - \frac{3}{2} = \frac{11}{2} So, the determinant of matrix AA is 112\frac{11}{2}.

Step 4: Determine the elements of Matrix C. From Step 1, we established that C=[A00A]C = \begin{bmatrix} |A| & 0 \\ 0 & |A| \end{bmatrix}. Substituting the value of A|A| we just calculated: C=[11200112]C = \begin{bmatrix} \frac{11}{2} & 0 \\ 0 & \frac{11}{2} \end{bmatrix}

Step 5: Calculate the Determinant of C, C|C|. For matrix C=[11200112]C = \begin{bmatrix} \frac{11}{2} & 0 \\ 0 & \frac{11}{2} \end{bmatrix}, its determinant is: C=(112)(112)(0)(0)|C| = \left(\frac{11}{2}\right)\left(\frac{11}{2}\right) - (0)(0) C=12140|C| = \frac{121}{4} - 0 C=1214|C| = \frac{121}{4}

Step 6: Calculate the final expression 8C8|C|. The problem asks for the value of 8C8|C|: 8C=8×12148|C| = 8 \times \frac{121}{4} 8C=2×1218|C| = 2 \times 121 8C=2428|C| = 242


Common Mistakes & Tips

  • Ignoring the Cofactor Expansion Theorem's second property: A common mistake is to explicitly calculate all cofactors AijA_{ij} for matrix AA and then perform the summations for each CijC_{ij}. This is very time-consuming for a 2×22 \times 2 matrix and misses the elegant shortcut provided by the theorem, which immediately tells us C12=0C_{12}=0 and C21=0C_{21}=0.
  • Errors in Logarithm Simplification: Ensure correct application of logarithm rules, especially changing bases or handling powers within the logarithm. Simplifying elements of AA at the beginning makes subsequent calculations much cleaner.
  • Arithmetic Errors: Double-check calculations, especially when dealing with fractions.

Summary

This problem effectively tested the understanding of the Cofactor Expansion Theorem in determinants, combined with fundamental logarithm properties. The most critical step was recognizing that the definition of CijC_{ij} directly maps to the properties of cofactor expansion. This insight revealed that matrix CC is a diagonal matrix where its diagonal elements are equal to the determinant of AA, i.e., C=diag(A,A)C = \text{diag}(|A|, |A|). After simplifying the logarithmic terms in matrix AA and calculating A|A|, we found A=112|A| = \frac{11}{2}. Subsequently, C=(112)2=1214|C| = \left(\frac{11}{2}\right)^2 = \frac{121}{4}, leading to the final answer 8C=2428|C| = 242.

The final answer is 242\boxed{242}, which corresponds to option (D).

Practice More Matrices & Determinants Questions

View All Questions