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

Question

Let the number 2,b,c be in an A.P. and A = \left[ {\matrix{ 1 & 1 & 1 \cr 2 & b & c \cr 4 & {{b^2}} & {{c^2}} \cr } } \right]. If det(A) \in [2, 16], then c lies in the interval :

Options

Solution

Key Concepts and Formulas

This problem involves concepts from Arithmetic Progressions (AP) and Determinants.

  1. Arithmetic Progression (AP): A sequence of numbers such that the difference between consecutive terms is constant. If a,b,ca, b, c are in AP, then ba=cb=db-a = c-b = d, where dd is the common difference. This implies b=a+db = a+d and c=a+2dc = a+2d.
  2. Vandermonde Determinant: A determinant of a matrix where each row consists of powers of a variable. A 3x3 Vandermonde determinant of the form 111xyzx2y2z2\left| {\begin{matrix} 1 & 1 & 1 \\ x & y & z \\ x^2 & y^2 & z^2 \end{matrix}} \right| simplifies to (yx)(zx)(zy)(y-x)(z-x)(z-y). This formula provides a quick way to evaluate the determinant in this problem.

Step-by-Step Solution

1. Expressing terms of the A.P. in terms of the common difference

We are given that the numbers 2,b,c2, b, c are in an Arithmetic Progression (A.P.). Let dd be the common difference of this A.P. By the definition of an A.P.: The second term bb is equal to the first term plus the common difference: b=2+db = 2 + d The third term cc is equal to the second term plus the common difference: c=b+dc = b + d Substituting the expression for bb into the equation for cc: c=(2+d)+dc = (2 + d) + d c=2+2dc = 2 + 2d So, we have b=2+db = 2+d and c=2+2dc = 2+2d.

2. Evaluating the Determinant of Matrix A

The given matrix A is: A=[1112bc4b2c2]A = \left[ {\begin{matrix} 1 & 1 & 1 \\ 2 & b & c \\ 4 & {{b^2}} & {{c^2}} \end{matrix}} \right] We will evaluate its determinant, det(A)\det(A), using column operations to simplify it. This is a common strategy for determinants with this structure.

  • Apply Column Operations: To create zeros in the first row, we perform the following operations:

    • C2C2C1C_2 \to C_2 - C_1 (Replace Column 2 with Column 2 minus Column 1)
    • C3C3C1C_3 \to C_3 - C_1 (Replace Column 3 with Column 3 minus Column 1) These operations do not change the value of the determinant. det(A)=111112b2c24b24c24\det(A) = \left| {\begin{matrix} 1 & 1-1 & 1-1 \\ 2 & b-2 & c-2 \\ 4 & {{b^2}}-4 & {{c^2}}-4 \end{matrix}} \right| det(A)=1002b2c24(b2)(b+2)(c2)(c+2)\det(A) = \left| {\begin{matrix} 1 & 0 & 0 \\ 2 & b-2 & c-2 \\ 4 & (b-2)(b+2) & (c-2)(c+2) \end{matrix}} \right| Explanation: We used the algebraic identity x2y2=(xy)(x+y)x^2 - y^2 = (x-y)(x+y) for the terms in the third row.
  • Expand along the first row: Since the first row now has two zeros

Practice More Matrices & Determinants Questions

View All Questions