Exams › JEE Advanced › Maths
Let A be the 3x3 matrix whose (i,j) entry is (1 + a^(i-1)*b^(j-1) + a^(2(i-1))*b^(2(j-1))) evaluated at positions using values a, b, c as row/column parameters: A = [[1+a²+a⁴, 1+ab+a²*b², 1+ac+a²*c²], [1+ab+a²*b², 1+b²+b⁴, 1+bc+b²*c²], [1+ac+a²*c², 1+bc+b²*c², 1+c²+c⁴]]. If det(A) = det(4I) where I is the 3x3 identity matrix, find |(a-b)³ + (b-c)³ + (c-a)³|.
- 24
- 34
- 28
- 32
Correct answer: 24
Solution
Each entry A_(ij) = 1 + x_i*y_j + x_i²*y_j² where x = (1,a,a²) corresponds to... actually the entry (i,j) seems to use row parameter p_i in {1,a,a²} and column parameter q_j in {1,b,c} etc. The matrix can be written as A = P * Q^T where P has rows [1, p, p²] and Q has rows [1, q, q²] (Vandermonde-type). det(A) = det(P)*det(Q). The Vandermonde determinant structure gives det(A) = [(a-1)(b-1)(c-1)(b-a)(c-a)(c-b)]² or similar. det(4I) = 64. Using identity (a-b)³+(b-c)³+(c-a)³ = 3(a-b)(b-c)(c-a) when (a-b)+(b-c)+(c-a)=0 (which is always true). If det(A) = 64 leads to (a-b)²*(b-c)²*(c-a)² = k, then |(a-b)³+(b-c)³+(c-a)³| = |3(a-b)(b-c)(c-a)| = 3*|(a-b)(b-c)(c-a)| = 3*8 = 24.
Related JEE Advanced Maths questions
- Given that A and B are symmetric matrices and they commute (AB = BA), what type of matrix is A^T B?
- Given two matrices A and B satisfying AB = B and BA = A, what is the value of A² + B²?
- Consider the matrix P = [1, 0, 0; 4, 1, 0; 16, 4, 1] and the identity matrix I of size 3. If a matrix Q = [q_(ij)] satisfies P⁵⁰ - Q = I, what is the value of (q₃₁ + q₃₂)/(q₂₁) ?
- Which of the following matrices cannot be expressed as the square of a 3 × 3 matrix with real elements?
- What is the total number of 3 × 3 matrices M, whose elements are chosen from {0, 1, 2}, such that the sum of the diagonal elements of MᵀM equals 5?
- Given the matrix M = [[5/2, 3/2], [−3/2, −1/2]], which of the following represents the value of M raised to the power 2022?
⚔️ Practice JEE Advanced Maths free + battle 1v1 →