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

Question

If A = \left( {\matrix{ 0 & {\sin \alpha } \cr {\sin \alpha } & 0 \cr } } \right) and det(A212I)=0\det \left( {{A^2} - {1 \over 2}I} \right) = 0, then a possible value of α\alpha is :

Options

Solution

Key Concepts Used:

This problem involves fundamental operations with matrices and the concept of a determinant. Specifically, we will use:

  1. Matrix Multiplication: How to multiply two matrices.
  2. Identity Matrix (II): A special square matrix where all elements on the main diagonal are 1s and all other elements are 0s. For a 2×22 \times 2 matrix, I=(1001)I = \left( {\begin{matrix} 1 & 0 \\ 0 & 1 \\ \end{matrix}} \right).
  3. Scalar Multiplication of a Matrix: Multiplying every element of a matrix by a scalar value.
  4. Matrix Subtraction: Subtracting corresponding elements of two matrices of the same dimensions.
  5. Determinant of a 2×22 \times 2 Matrix: For a matrix M=(abcd)M = \left( {\begin{matrix} a & b \\ c & d \\ \end{matrix}} \right), its determinant is det(M)=adbc\det(M) = ad - bc.
  6. Solving Trigonometric Equations: Finding the values of an angle that satisfy a given trigonometric condition.

Step-by-Step Solution:

Step 1: Calculate A2A^2

First, we need to compute the square of matrix AA, which is A×AA \times A. Given matrix A=(0sinαsinα0)A = \left( {\begin{matrix} 0 & {\sin \alpha } \\ {\sin \alpha } & 0 \\ \end{matrix}} \right).

A2=A×A=(0sinαsinα0)(0sinαsinα0)A^2 = A \times A = \left( {\begin{matrix} 0 & {\sin \alpha } \\ {\sin \alpha } & 0 \\ \end{matrix}} \right) \left( {\begin{matrix} 0 & {\sin \alpha } \\ {\sin \alpha } & 0 \\ \end{matrix}} \right)

Explanation: To multiply two matrices, we take the dot product of rows of the first matrix with columns of the second matrix.

  • The element in the first row, first column of A2A^2 is (0×0)+(sinα×sinα)=sin2α(0 \times 0) + (\sin \alpha \times \sin \alpha) = \sin^2 \alpha.
  • The element in the first row, second column of A2A^2 is (0×sinα)+(sinα×0)=0(0 \times \sin \alpha) + (\sin \alpha \times 0) = 0.
  • The element in the second row, first column of A2A^2 is (sinα×0)+(0×sinα)=0(\sin \alpha \times 0) + (0 \times \sin \alpha) = 0.
  • The element in the second row, second column of A2A^2 is (sinα×sinα)+(0×0)=sin2α(\sin \alpha \times \sin \alpha) + (0 \times 0) = \sin^2 \alpha.

Therefore, A2=(sin2α00sin2α){A^2} = \left( {\begin{matrix} {{{\sin }^2}\alpha } & 0 \\ 0 & {{{\sin }^2}\alpha } \\ \end{matrix}} \right) Tip: Notice that A2A^2 is a scalar matrix, which means it's a scalar multiple of the identity matrix: A2=(sin2α)IA^2 = (\sin^2 \alpha) I. This observation can sometimes simplify further calculations.

Step 2: Calculate A212IA^2 - \frac{1}{2}I

Next, we need to subtract 12I\frac{1}{2}I from A2A^2. The identity matrix II for 2×22 \times 2 matrices is I=(1001)I = \left( {\begin{matrix} 1 & 0 \\ 0 & 1 \\ \end{matrix}} \right). So, 12I=12(1001)=(120012)\frac{1}{2}I = \frac{1}{2} \left( {\begin{matrix} 1 & 0 \\ 0 & 1 \\ \end{matrix}} \right) = \left( {\begin{matrix} {{1 \over 2}} & 0 \\ 0 & {{1 \over 2}} \\ \end{matrix}} \right).

Now, we perform the subtraction: A212I=(sin2α00sin2α)(120012){A^2} - {1 \over 2}I = \left( {\begin{matrix} {{{\sin }^2}\alpha } & 0 \\ 0 & {{{\sin }^2}\alpha } \\ \end{matrix}} \right) - \left( {\begin{matrix} {{1 \over 2}} & 0 \\ 0 & {{1 \over 2}} \\ \end{matrix}} \right)

Explanation: To subtract matrices, we subtract the corresponding elements.

  • First row, first column: sin2α12\sin^2 \alpha - \frac{1}{2}.
  • First row, second column: 00=00 - 0 = 0.
  • Second row, first column: 00=00 - 0 = 0.
  • Second row, second column: sin2α12\sin^2 \alpha - \frac{1}{2}.

Thus, A212I=(sin2α1200sin2α12){A^2} - {1 \over 2}I = \left( {\begin{matrix} {{{\sin }^2}\alpha - {1 \over 2}} & 0 \\ 0 & {{{\sin }^2}\alpha - {1 \over 2}} \\ \end{matrix}} \right)

Step 3: Evaluate the Determinant and Set it to Zero

The problem states that det(A212I)=0\det \left( {{A^2} - {1 \over 2}I} \right) = 0. Let M=A212I=(sin2α1200sin2α12)M = {A^2} - {1 \over 2}I = \left( {\begin{matrix} {{{\sin }^2}\alpha - {1 \over 2}} & 0 \\ 0 & {{{\sin }^2}\alpha - {1 \over 2}} \\ \end{matrix}} \right).

Explanation: For a 2×22 \times 2 matrix (abcd)\left( {\begin{matrix} a & b \\ c & d \\ \end{matrix}} \right), its determinant is adbcad - bc. Here, a=sin2α12a = \sin^2 \alpha - \frac{1}{2}, b=0b = 0, c=0c = 0, and d=sin2α12d = \sin^2 \alpha - \frac{1}{2}.

So, the determinant is: det(A212I)=(sin2α12)×(sin2α12)(0×0)\det \left( {{A^2} - {1 \over 2}I} \right) = \left( {{{\sin }^2}\alpha - {1 \over 2}} \right) \times \left( {{{\sin }^2}\alpha - {1 \over 2}} \right) - (0 \times 0) det(A212I)=(sin2α12)2\det \left( {{A^2} - {1 \over 2}I} \right) = {\left( {{{\sin }^2}\alpha - {1 \over 2}} \right)^2}

Given that the determinant is 0: (sin2α12)2=0{\left( {{{\sin }^2}\alpha - {1 \over 2}} \right)^2} = 0

Step 4: Solve the Trigonometric Equation

From the equation (sin2α12)2=0{\left( {{{\sin }^2}\alpha - {1 \over 2}} \right)^2} = 0, we take the square root of both sides: sin2α12=0\sin^2 \alpha - {1 \over 2} = 0

Now, isolate sin2α\sin^2 \alpha: sin2α=12\sin^2 \alpha = {1 \over 2}

To find sinα\sin \alpha, take the square root of both sides: sinα=±12\sin \alpha = \pm \sqrt{{1 \over 2}} sinα=±12\sin \alpha = \pm {1 \over {\sqrt 2 }}

Explanation: This means sinα=12\sin \alpha = \frac{1}{\sqrt{2}} or sinα=12\sin \alpha = -\frac{1}{\sqrt{2}}. We need to find a value of α\alpha that satisfies this condition.

Common Mistake: Forgetting the ±\pm when taking the square root. Always consider both positive and negative roots.

Step 5: Identify a Possible Value of α\alpha from the Options

We are looking for a possible value of α\alpha. If sinα=12\sin \alpha = \frac{1}{\sqrt{2}}, then a common angle is α=π4\alpha = \frac{\pi}{4} (or 4545^\circ). If sinα=12\sin \alpha = -\frac{1}{\sqrt{2}}, then possible angles include α=5π4\alpha = \frac{5\pi}{4} (or 225225^\circ) or α=7π4\alpha = \frac{7\pi}{4} (or 315315^\circ).

Let's check the given options: (A) α=π4\alpha = {\pi \over 4}: Here, sin(π4)=12\sin({\pi \over 4}) = {1 \over {\sqrt 2}}. This satisfies our condition. (B) α=π6\alpha = {\pi \over 6}: Here, sin(π6)=12\sin({\pi \over 6}) = {1 \over 2}. This does not satisfy our condition. (C) α=π2\alpha = {\pi \over 2}: Here, sin(π2)=1\sin({\pi \over 2}) = 1. This does not satisfy our condition. (D) α=π3\alpha = {\pi \over 3}: Here, sin(π3)=32\sin({\pi \over 3}) = {{\sqrt 3 } \over 2}. This does not satisfy our condition.

Since α=π4\alpha = \frac{\pi}{4} is one of the solutions and it is present in the options, it is a possible value for α\alpha.

The final answer is (A)\boxed{\text{(A)}}.


Summary and Key Takeaway:

This problem effectively tests your ability to perform sequential matrix operations (multiplication, scalar multiplication, subtraction) and then apply the concept of a determinant to form an algebraic equation. The final step involves solving a basic trigonometric equation. The key takeaway is to be meticulous with matrix calculations and remember all properties, especially for determinants and trigonometric functions. Recognizing that A2A^2 is a scalar matrix can make the determinant calculation very straightforward.

Practice More Matrices & Determinants Questions

View All Questions