Question:medium

The determinant \(\begin{vmatrix} x+1 & x-1 \\ x^2+x+1 & x^2-x+1 \end{vmatrix}\) is equal to:

Show Hint

When solving for determinants of \(2 \times 2\) matrices, always expand as \((a_{11} \cdot a_{22}) - (a_{12} \cdot a_{21})\) and simplify carefully.
Updated On: Feb 25, 2026
  • \(2x^3\)
  • 2
  • 0
  • \(2x^3 - 2\)
Show Solution

The Correct Option is B

Solution and Explanation

The determinant of the given \(2 \times 2\) matrix \[ \begin{vmatrix} x+1 & x-1 \\ x^2+x+1 & x^2-x+1 \end{vmatrix} \] is calculated as follows: The determinant is the product of the main diagonal elements minus the product of the anti-diagonal elements. The product of the main diagonal is \( (x+1)(x^2-x+1) \). Expanding this gives \( x^3 - x^2 + x + x^2 - x + 1 = x^3 + x + 1 \). The product of the anti-diagonal is \( (x-1)(x^2+x+1) \). Expanding this gives \( x^3 + x^2 + x - x^2 - x - 1 = x^3 - 1 \). Subtracting the anti-diagonal product from the main diagonal product: \( (x^3 + x + 1) - (x^3 - 1) = x^3 + x + 1 - x^3 + 1 = 2 \). Therefore, the value of the determinant is \(2\).

Was this answer helpful?
0