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

Question

Let Dk=12k2k1nn2+n+2n2nn2+nn2+n+2\mathrm{D}_{\mathrm{k}}=\left|\begin{array}{ccc}1 & 2 k & 2 k-1 \\ n & n^{2}+n+2 & n^{2} \\ n & n^{2}+n & n^{2}+n+2\end{array}\right|. If \sum_\limits{k=1}^{n} \mathrm{D}_{\mathrm{k}}=96, then nn is equal to _____________.

Answer: 1

Solution

Key Concept: Summation Property of Determinants

The foundation of solving this problem lies in a crucial property of determinants: If the elements of a single row or a single column of a determinant are expressed as a sum of functions of an index kk, while the elements of the other rows/columns are independent of kk, then the sum of such determinants can be written as a single determinant where the elements of that specific row/column are replaced by their respective sums. Mathematically, if Dk=f1(k)f2(k)f3(k)abcdefD_k = \left|\begin{array}{ccc} f_1(k) & f_2(k) & f_3(k) \\ a & b & c \\ d & e & f \end{array}\right|, then k=1nDk=k=1nf1(k)k=1nf2(k)k=1nf3(k)abcdef\sum_{k=1}^n D_k = \left|\begin{array}{ccc} \sum_{k=1}^n f_1(k) & \sum_{k=1}^n f_2(k) & \sum_{k=1}^n f_3(k) \\ a & b & c \\ d & e & f \end{array}\right|.

We will also use the standard summation formulas:

  1. k=1n1=n\sum_{k=1}^n 1 = n
  2. k=1nk=n(n+1)2\sum_{k=1}^n k = \frac{n(n+1)}{2}

Step-by-Step Solution

1. Apply the Summation Property to the Determinant

We are given the determinant Dk=12k2k1nn2+n+2n2nn2+nn2+n+2D_k=\left|\begin{array}{ccc}1 & 2 k & 2 k-1 \\ n & n^{2}+n+2 & n^{2} \\ n & n^{2}+n & n^{2}+n+2\end{array}\right|. Notice that only the elements in the first row depend on kk. The elements in the second and third rows are independent of kk. This allows us to apply the summation property directly.

We need to calculate k=1nDk\sum_{k=1}^{n} D_k: k=1nDk=k=1n1k=1n(2k)k=1n(2k1)nn2+n+2n2nn2+nn2+n+2\sum_{k=1}^{n} D_k = \left|\begin{array}{ccc} \sum_{k=1}^{n} 1 & \sum_{k=1}^{n} (2k) & \sum_{k=1}^{n} (2k-1) \\ n & n^{2}+n+2 & n^{2} \\ n & n^{2}+n & n^{2}+n+2 \end{array}\right|

Now, let's evaluate each sum in the first row:

  • For the first element: k=1n1=n\sum_{k=1}^{n} 1 = n.
  • For the second element: k=1n(2k)=2k=1nk=2n(n+1)2=n(n+1)\sum_{k=1}^{n} (2k) = 2 \sum_{k=1}^{n} k = 2 \cdot \frac{n(n+1)}{2} = n(n+1).
  • For the third element: k=1n(2k1)=2k=1nkk=1n1=2n(n+1)2n=n(n+1)n=n2+nn=n2\sum_{k=1}^{n} (2k-1) = 2 \sum_{k=1}^{n} k - \sum_{k=1}^{n} 1 = 2 \cdot \frac{n(n+1)}{2} - n = n(n+1) - n = n^2+n-n = n^2.

Substituting these sums back into the determinant, we get: k=1nDk=nn(n+1)n2nn2+n+2n2nn2+nn2+n+2\sum_{k=1}^{n} D_k = \left|\begin{array}{ccc} n & n(n+1) & n^2 \\ n & n^2+n+2 & n^2 \\ n & n^2+n & n^2+n+2 \end{array}\right| This is the first crucial step.

2. Simplify the Determinant using Row Operations

Our goal now is to evaluate this 3×33 \times 3 determinant. A common strategy to simplify determinants is to create as many zeros as possible in a row or column using elementary row/column operations. This makes the expansion of the determinant much easier.

Observe the first column: all elements are nn. This is a strong hint to perform row operations involving R1,R2,R3R_1, R_2, R_3 to create zeros in the first column.

  • Operation 1: Apply R1R1R2R_1 \leftarrow R_1 - R_2.

    • This operation aims to make the first element of the first row zero.
    • New R1R_1 elements:
      • nn=0n - n = 0
      • n(n+1)(n2+n+2)=(n2+n)(n2+n+2)=2n(n+1) - (n^2+n+2) = (n^2+n) - (n^2+n+2) = -2
      • n2n2=0n^2 - n^2 = 0
    • The determinant becomes: 020nn2+n+2n2nn2+nn2+n+2\left|\begin{array}{ccc} 0 & -2 & 0 \\ n & n^2+n+2 & n^2 \\ n & n^2+n & n^2+n+2 \end{array}\right|
  • Operation 2: Apply R2R2R3R_2 \leftarrow R_2 - R_3.

    • This operation aims to make the first element of the second row zero.
    • New R2R_2 elements:
      • nn=0n - n = 0
      • (n2+n+2)(n2+n)=2(n^2+n+2) - (n^2+n) = 2
      • n2(n2+n+2)=n2n^2 - (n^2+n+2) = -n-2
    • The determinant now simplifies to: 02002n2nn2+nn2+n+2\left|\begin{array}{ccc} 0 & -2 & 0 \\ 0 & 2 & -n-2 \\ n & n^2+n & n^2+n+2 \end{array}\right|
    • Tip: Row/column operations (RiRi+cRjR_i \leftarrow R_i + cR_j or CiCi+cCjC_i \leftarrow C_i + cC_j) do not change the value of the determinant. This is why we can perform them freely to simplify.

3. Expand the Determinant

Now that we have two zeros in the first column, expanding the determinant along the first column (C1C_1) is the most efficient way. The expansion is 0C11+0C21+nC310 \cdot C_{11} + 0 \cdot C_{21} + n \cdot C_{31}, where CijC_{ij} is the cofactor of the element at row ii, column jj.

02002n2nn2+nn2+n+2=n(1)3+1202n2\left|\begin{array}{ccc} 0 & -2 & 0 \\ 0 & 2 & -n-2 \\ n & n^2+n & n^2+n+2 \end{array}\right| = n \cdot (-1)^{3+1} \cdot \left|\begin{array}{cc} -2 & 0 \\ 2 & -n-2 \end{array}\right| (Note: (1)3+1(-1)^{3+1} is for the element nn in the third row, first column)

Now, calculate the 2×22 \times 2 determinant: 202n2=(2)(n2)(0)(2)=2(n+2)0=2(n+2)\left|\begin{array}{cc} -2 & 0 \\ 2 & -n-2 \end{array}\right| = (-2)(-n-2) - (0)(2) = 2(n+2) - 0 = 2(n+2)

So, the value of the determinant is n12(n+2)=2n(n+2)n \cdot 1 \cdot 2(n+2) = 2n(n+2).

4. Solve the Equation for nn

We are given that k=1nDk=96\sum_{k=1}^{n} D_k = 96. Substituting our calculated determinant value: 2n(n+2)=962n(n+2) = 96 Divide both sides by 2: n(n+2)=48n(n+2) = 48 Expand the left side: n2+2n=48n^2 + 2n = 48 Rearrange into a standard quadratic equation: n2+2n48=0n^2 + 2n - 48 = 0 Factor the quadratic equation: We need two numbers that multiply to -48 and add to 2. These numbers are 8 and -6. (n+8)(n6)=0(n+8)(n-6) = 0 This gives two possible values for nn: n=8orn=6n = -8 \quad \text{or} \quad n = 6

5. Validate the Solution

In the context of the problem, nn represents the upper limit of a summation k=1n\sum_{k=1}^n. This implies that nn must be a positive integer.

  • n=8n = -8 is not a positive integer, so we reject this solution.
  • n=6n = 6 is a positive integer, so this is the valid solution.

Therefore, n=6n = 6.


Summary and Key Takeaway

This problem effectively tests your understanding of determinant properties, specifically how summation interacts with determinants. The key steps were:

  1. Recognizing and applying the summation property of determinants: This allows converting a sum of determinants into a single determinant.
  2. Strategic use of row/column operations: Simplifying the determinant by creating zeros in a row or column is crucial for efficient calculation.
  3. Careful algebraic manipulation: Solving the resulting quadratic equation accurately.
  4. Contextual validation of the answer: Always remember to check if your mathematical solution makes sense in the problem's context (e.g., nn being a positive integer for a summation limit).

By following these steps, even complex-looking determinant problems can be systematically solved.

Practice More Matrices & Determinants Questions

View All Questions