All Exams Test series for 1 year @ ₹349 only
Question

If \(\rm \begin{vmatrix} a & -b & a - b - c\\ -a & b & -a + b - c\\ -a & -b & -a - b + c \end{vmatrix} - kabc = 0\)  (a ≠ 0, b ≠ 0, c ≠ 0)then what is the value of k?

This question was previously asked in
NDA I 2021 GAT Previous Year Paper (18-Apr-2021)
The correct answer is

-4

Calculating the Determinant and Finding k

The question asks us to find the value of \(k\) given a determinant equation. We are given the equation \(\rm \begin{vmatrix} a & -b & a - b - c\\ -a & b & -a + b - c\\ -a & -b & -a - b + c \end{vmatrix} - kabc = 0\), where \(a \ne 0, b \ne 0, c \ne 0\). To find \(k\), we first need to evaluate the given determinant.

Evaluating the Determinant

Let the determinant be denoted by \(D\). The matrix is:

Column 1 Column 2 Column 3
Row 1 \(a\) \(-b\) \(a - b - c\)
Row 2 \(-a\) \(b\) \(-a + b - c\)
Row 3 \(-a\) \(-b\) \(-a - b + c\)

We can simplify the determinant calculation by using row operations. Applying elementary row operations does not change the value of the determinant.

  • Operation 1: Add Row 1 to Row 2 (\(R_2 \leftarrow R_2 + R_1\))
  • Operation 2: Add Row 1 to Row 3 (\(R_3 \leftarrow R_3 + R_1\))

Let's perform these operations:

New Row 2:

  • Column 1: \(-a + a = 0\)
  • Column 2: \(b + (-b) = 0\)
  • Column 3: \((-a + b - c) + (a - b - c) = -a + b - c + a - b - c = -2c\)

New Row 3:

  • Column 1: \(-a + a = 0\)
  • Column 2: \(-b + (-b) = -2b\)
  • Column 3: \((-a - b + c) + (a - b - c) = -a - b + c + a - b - c = -2b\)

The determinant becomes:

Column 1 Column 2 Column 3
Row 1 \(a\) \(-b\) \(a - b - c\)
Row 2 \(0\) \(0\) \(-2c\)
Row 3 \(0\) \(-2b\) \(-2b\)

Now we can easily expand the determinant along the first column (Column 1), as it has two zero entries. The determinant is given by:

\(D = a \times \begin{vmatrix} 0 & -2c \\ -2b & -2b \end{vmatrix} - 0 \times (\text{minor}) + 0 \times (\text{minor})\)

Now we calculate the 2x2 determinant:

\(\begin{vmatrix} 0 & -2c \\ -2b & -2b \end{vmatrix} = (0 \times (-2b)) - ((-2c) \times (-2b)) = 0 - (4bc) = -4bc\)

So, the value of the determinant \(D\) is:

\(D = a \times (-4bc) = -4abc\)

Solving for k

The given equation is \(\rm \begin{vmatrix} a & -b & a - b - c\\ -a & b & -a + b - c\\ -a & -b & -a - b + c \end{vmatrix} - kabc = 0\).

Substitute the calculated value of the determinant, \(D = -4abc\), into the equation:

\(-4abc - kabc = 0\)

We are given that \(a \ne 0, b \ne 0, c \ne 0\). This means \(abc \ne 0\). We can divide the entire equation by \(abc\):

\(-4 - k = 0\)

Now, solve for \(k\):

\(-k = 4\)

\(k = -4\)

Thus, the value of \(k\) is -4.

Comparing with Options

Let's compare our result with the given options:

  • Option 1: -4
  • Option 2: -2
  • Option 3: 2
  • Option 4: 4

Our calculated value \(k = -4\) matches Option 1.

Revision Table: Determinant Calculation Key Points

Concept Description Application in Problem
Determinant of a 3x3 Matrix A scalar value calculated from the elements of a square matrix. The problem requires calculating the determinant of a specific 3x3 matrix.
Elementary Row Operations Operations like swapping rows, multiplying a row by a non-zero scalar, or adding a multiple of one row to another. These do not change the determinant value. Used \(R_2 \leftarrow R_2 + R_1\) and \(R_3 \leftarrow R_3 + R_1\) to simplify the matrix.
Expansion by Minors/Cofactors Calculating the determinant by summing the products of elements of a row/column with their respective cofactors. Simplest when a row/column has zeros. Expanded along the first column after row operations due to presence of zeros.
Solving Linear Equations Finding the value of an unknown variable in an equation. Solved \(-4abc - kabc = 0\) for \(k\).

Additional Information: Properties of Determinants

Determinants have several useful properties that can simplify calculations:

  • The determinant of a matrix is equal to the determinant of its transpose (\(\det(A) = \det(A^T)\)).
  • If any row or column consists entirely of zeros, the determinant is zero.
  • If two rows or two columns are identical or proportional, the determinant is zero.
  • If a row or column is multiplied by a scalar \(c\), the determinant is multiplied by \(c\).
  • If two rows or columns are swapped, the determinant changes sign.
  • The determinant of a product of matrices is the product of their determinants (\(\det(AB) = \det(A) \det(B)\)).
  • The determinant of an upper or lower triangular matrix is the product of its diagonal elements. The simplified matrix we obtained after row operations was an upper triangular matrix after swapping R2 and R3 (or considering the effective structure for expansion).
Was this answer helpful?

Similar Questions

  1. The value of the determinant \(\left| {\begin{array}{*{20}{c}} {1 - {\rm{\alpha }}}&{{\rm{\alpha }} - {{\rm{\alpha }}^2}}&{{{\rm{\alpha }}^2}}\\ {1 - {\rm{\beta }}}&{{\rm{\beta }} - {{\rm{\beta }}^2}}&{{{\rm{\beta }}^2}}\\ {1 - {\rm{\gamma }}}&{{\rm{\gamma }} - {{\rm{\gamma }}^2}}&{{{\rm{\gamma }}^2}} \end{array}} \right|\) is equal to

  2. The element in the i th row and the j th column of a determinant of third order is equal to 2(i + j). What is the value of the determinant?

  3. Let p, q and r be three distinct positive real numbers. If \(\rm D = \left| {\begin{array}{*{20}{c}} \rm p&\rm q&\rm r\\ \rm q&\rm r&\rm p\\ \rm r&\rm p&\rm q \end{array}} \right|,\)  then which one of the following is correct?

  4. If a 1, a 2, a 3, _ _ _ _ _, a 9are in GP, then what is the value of the following determinant?

    \(\left| {\begin{array}{*{20}{c}} {{ln\:a_1}}&{{ln\:a_2}}&{{ln\:a_3}}\\ {{ln\:a_4}}&{{ln\:a_5}}&{{ln\:a_6}}\\ {{ln\:a_7}}&{{ln\:a_8}}&{{ln\:a_9}} \end{array}} \right|\)

  5. What is the value of the determinant \(\left| {\begin{array}{*{20}{c}} {\rm{i}}&{{{\rm{i}}^2}}&{{{\rm{i}}^3}}\\ {{{\rm{i}}^4}}&{{{\rm{i}}^6}}&{{{\rm{i}}^8}}\\ {{{\rm{i}}^9}}&{{{\rm{i}}^{12}}}&{{{\rm{i}}^{15}}} \end{array}} \right|\)  where \(\rm i = \sqrt {-1}\) ?

  6. If
     then what is f(-1) + f(0) + f(1) equal to?
  7. If a + b + c = 4 and ab + bc + ca = 0, then what is the value of the following determinant?

    \(\left| {\begin{array}{*{20}{c}} {{a}}&{{b}}&{{c}}\\ {{b}}&{{c}}&{{a}}\\ {{c}}&{{a}}&{{b}} \end{array}} \right|\)

  8. Let \(A = \left| {\begin{array}{*{20}{c}} p&q\\ r&s \end{array}} \right|\)

    where p, q, r and s are any four different prime numbers less than 20. What is the maximum value of the determinant?

  9. If \(\left| {\begin{array}{*{20}{c}} x&-3i&1\\ y&1&{i}\\ 0&2i&-i \end{array}} \right|=6+11i\)  , then what are the values of x and y respectively?

  10. If \(\left| {\begin{array}{*{20}{c}} {\rm{x}}&{\rm{y}}&0\\ 0&{\rm{x}}&{\rm{y}}\\ {\rm{y}}&0&{\rm{x}} \end{array}} \right| = 0\) , then which one of the following is correct?


Important Questions from Evaluation of Determinants

  1. The value of the determinant \(\left| {\begin{array}{*{20}{c}} {1 - {\rm{\alpha }}}&{{\rm{\alpha }} - {{\rm{\alpha }}^2}}&{{{\rm{\alpha }}^2}}\\ {1 - {\rm{\beta }}}&{{\rm{\beta }} - {{\rm{\beta }}^2}}&{{{\rm{\beta }}^2}}\\ {1 - {\rm{\gamma }}}&{{\rm{\gamma }} - {{\rm{\gamma }}^2}}&{{{\rm{\gamma }}^2}} \end{array}} \right|\) is equal to

  2. The element in the i th row and the j th column of a determinant of third order is equal to 2(i + j). What is the value of the determinant?

  3. If x, y, z are distinct real numbers and \(\left| {\begin{array}{*{20}{c}} x&{{x^2}}&{2 + {x^3}}\\ y&{{y^2}}&{2 + {y^3}}\\ z&{{z^2}}&{2 + {z^3}} \end{array}} \right| = 0\), then xyz =

  4. If A + B + C = \(\pi \), then, the value of \(\left| {\begin{array}{*{20}{c}} {\sin \left( {A + B + C} \right)}&{\sin B}&{\cos C}\\ { - \sin B}&0&{\tan A}\\ {\cos \left( {A + B} \right)}&{ - \tan A}&0 \end{array}} \right|\) is

  5. Let p, q and r be three distinct positive real numbers. If \(\rm D = \left| {\begin{array}{*{20}{c}} \rm p&\rm q&\rm r\\ \rm q&\rm r&\rm p\\ \rm r&\rm p&\rm q \end{array}} \right|,\)  then which one of the following is correct?

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App