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

Question

If a + x = b + y = c + z + 1, where a, b, c, x, y, z are non-zero distinct real numbers, then \left| {\matrix{ x & {a + y} & {x + a} \cr y & {b + y} & {y + b} \cr z & {c + y} & {z + c} \cr } } \right| is equal to :

Options

Solution

This problem tests your understanding of determinant properties, especially row and column operations, and how to effectively use given algebraic conditions to simplify expressions. The key is to strategically apply operations to create zeros and common factors, which greatly simplifies the determinant calculation.

Key Concepts and Formulas

  1. Properties of Determinants:
    • Row/Column Operations: The value of a determinant remains unchanged if we apply the operation RiRi+kRjR_i \to R_i + k R_j (or CiCi+kCjC_i \to C_i + k C_j), where RiR_i (or CiC_i) denotes the ii-th row (or column). This is invaluable for simplifying determinants by introducing zeros.
    • Factoring Common Elements: If all elements of a row or column have a common factor, it can be taken out of the determinant.
    • Expansion of a Determinant: A 3×33 \times 3 determinant can be expanded along any row or column. For an element aija_{ij}, its cofactor is Cij=(1)i+jMijC_{ij} = (-1)^{i+j} M_{ij}, where MijM_{ij} is the minor obtained by deleting the ii-th row and jj-th column. The determinant is the sum of the products of elements of any row/column with their corresponding cofactors.

Step-by-Step Solution

Let the given determinant be DD. D = \left| {\matrix{ x & {a + y} & {x + a} \cr y & {b + y} & {y + b} \cr z & {c + y} & {z + c} \cr } } \right|

Step 1: Simplify the Third Column (C3C3C1C_3 \to C_3 - C_1)

  • Why this step? We observe that the elements in the third column (x+ax+a, y+by+b, z+cz+c) contain the corresponding elements of the first column (xx, yy, zz). Subtracting C1C_1 from C3C_3 will eliminate x,y,zx, y, z from the third column, leaving behind simpler terms (a,b,ca, b, c). This makes the determinant easier to manage.

Applying the operation C3C3C1C_3 \to C_3 - C_1: D = \left| {\matrix{ x & {a + y} & {(x+a) - x} \cr y & {b + y} & {(y+b) - y} \cr z & {c + y} & {(z+c) - z} \cr } } \right| D = \left| {\matrix{ x & {a + y} & a \cr y & {b + y} & b \cr z & {c + y} & c \cr } } \right|

Step 2: Simplify the Second Column (C2C2C3C_2 \to C_2 - C_3)

  • Why this step? Now that the third column contains a,b,ca, b, c, we notice that the second column elements are a+y,b+y,c+ya+y, b+y, c+y. By subtracting C3C_3 from C2C_2, we can eliminate a,b,ca, b, c from the second column, leaving a common term 'yy' in each element. This creates a common factor, which is highly beneficial for further simplification.

Applying the operation C2C2C3C_2 \to C_2 - C_3: D = \left| {\matrix{ x & {(a+y) - a} & a \cr y & {(b+y) - b} & b \cr z & {(c+y) - c} & c \cr } } \right| D = \left| {\matrix{ x & y & a \cr y & y & b \cr z & y & c \cr } } \right|

Step 3: Create Zeros in the Second Column (R2R2R1R_2 \to R_2 - R_1, R3R3R1R_3 \to R_3 - R_1)

  • Why this step? To efficiently evaluate a determinant, it's best to expand it along a row or column that contains the maximum number of zeros. Here, the second column has a common element 'yy'. By subtracting R1R_1 from R2R_2 and R3R_3, we can make the elements a22a_{22} and a32a_{32} zero, leaving only one non-zero element in C2C_2.

First, apply R2R2R1R_2 \to R_2 - R_1: D = \left| {\matrix{ x & y & a \cr {y - x} & {y - y} & {b - a} \cr z & y & c \cr } } \right| = \left| {\matrix{ x & y & a \cr {y - x} & 0 & {b - a} \cr z & y & c \cr } } \right| Next, apply R3R3R1R_3 \to R_3 - R_1: D = \left| {\matrix{ x & y & a \cr {y - x} & 0 & {b - a} \cr {z - x} & {y - y} & {c - a} \cr } } \right| D = \left| {\matrix{ x & y & a \cr {y - x} & 0 & {b - a} \cr {z - x} & 0 & {c - a} \cr } } \right|

Step 4: Expand the Determinant along the Second Column (C2C_2)

  • Why this step? We have successfully created two zeros in the second column. Expanding along this column will involve only one term, simplifying the calculation significantly. Remember the sign convention for expansion: for an element aija_{ij}, its cofactor has a sign of (1)i+j(-1)^{i+j}. For the element yy at position (1,2)(1,2), the sign factor is (1)1+2=1(-1)^{1+2} = -1.

Expanding DD along C2C_2: D = y \cdot (-1)^{1+2} \left| {\matrix{ {y - x} & {b - a} \cr {z - x} & {c - a} \cr } } \right| + 0 \cdot C_{22} + 0 \cdot C_{32} D=y[(yx)(ca)(ba)(zx)]D = -y \left[ (y - x)(c - a) - (b - a)(z - x) \right]

Step 5: Utilize the Given Condition and Substitute

  • Why this step? The problem provides a crucial relationship between a,b,c,x,y,za, b, c, x, y, z: a+x=b+y=c+z+1a + x = b + y = c + z + 1. We must use this condition to simplify the expression and match one of the options. Let's denote the common value by kk: a+x=k    x=kaa + x = k \implies x = k - a b+y=k    y=kbb + y = k \implies y = k - b c+z+1=k    z=kc1c + z + 1 = k \implies z = k - c - 1

Now, substitute these expressions into the terms (yx)(y-x) and (zx)(z-x):

  • yx=(kb)(ka)=kbk+a=aby - x = (k - b) - (k - a) = k - b - k + a = a - b
  • zx=(kc1)(ka)=kc1k+a=ac1z - x = (k - c - 1) - (k - a) = k - c - 1 - k + a = a - c - 1

Substitute these simplified terms back into the determinant expression: D=y[(ab)(ca)(ba)(ac1)]D = -y \left[ (a - b)(c - a) - (b - a)(a - c - 1) \right]

Step 6: Final Simplification

  • Why this step? We need to simplify the algebraic expression to match one of the given options. Notice that (ba)(b-a) is the negative of (ab)(a-b). We can use this to factor out a common term.

Replace (ba)(b-a) with (ab)-(a-b): D=y[(ab)(ca)((ab))(ac1)]D = -y \left[ (a - b)(c - a) - (-(a - b))(a - c - 1) \right] D=y[(ab)(ca)+(ab)(ac1)]D = -y \left[ (a - b)(c - a) + (a - b)(a - c - 1) \right] Now, factor out (ab)(a-b) from the bracketed expression: D=y(ab)[(ca)+(ac1)]D = -y (a - b) \left[ (c - a) + (a - c - 1) \right] D=y(ab)[ca+ac1]D = -y (a - b) \left[ c - a + a - c - 1 \right] D=y(ab)[1]D = -y (a - b) \left[ -1 \right] D=y(ab)D = y (a - b)

This result matches option (B).

Common Mistakes & Tips:

  • Sign Errors in Expansion: Be very careful with the signs when expanding a determinant, especially the (1)i+j(-1)^{i+j} factor.
  • Algebraic Simplification: Double-check your algebraic manipulations, especially when dealing with negative signs and factoring.
  • Using Given Conditions: Always remember to use all given conditions in the problem. They are usually crucial for simplifying the expression to one of the options.
  • Strategic Operations: Choose row/column operations that genuinely simplify the determinant (e.g., by creating zeros or common factors). Don't just apply operations randomly.

Final Answer: The value of the determinant is y(ab)y(a-b).

The final answer is y(a – b)\boxed{\text{y(a – b)}}.

Practice More Matrices & Determinants Questions

View All Questions