If A = \left( {\matrix{ 0 & {\sin \alpha } \cr {\sin \alpha } & 0 \cr } } \right) and det(A2−21I)=0, then a possible value of α is :
Options
Solution
Key Concepts Used:
This problem involves fundamental operations with matrices and the concept of a determinant. Specifically, we will use:
Matrix Multiplication: How to multiply two matrices.
Identity Matrix (I): A special square matrix where all elements on the main diagonal are 1s and all other elements are 0s. For a 2×2 matrix, I=(1001).
Scalar Multiplication of a Matrix: Multiplying every element of a matrix by a scalar value.
Matrix Subtraction: Subtracting corresponding elements of two matrices of the same dimensions.
Determinant of a 2×2 Matrix: For a matrix M=(acbd), its determinant is det(M)=ad−bc.
Solving Trigonometric Equations: Finding the values of an angle that satisfy a given trigonometric condition.
Step-by-Step Solution:
Step 1: Calculate A2
First, we need to compute the square of matrix A, which is A×A.
Given matrix A=(0sinαsinα0).
A2=A×A=(0sinαsinα0)(0sinαsinα0)
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 A2 is (0×0)+(sinα×sinα)=sin2α.
The element in the first row, second column of A2 is (0×sinα)+(sinα×0)=0.
The element in the second row, first column of A2 is (sinα×0)+(0×sinα)=0.
The element in the second row, second column of A2 is (sinα×sinα)+(0×0)=sin2α.
Therefore,
A2=(sin2α00sin2α)Tip: Notice that A2 is a scalar matrix, which means it's a scalar multiple of the identity matrix: A2=(sin2α)I. This observation can sometimes simplify further calculations.
Step 2: Calculate A2−21I
Next, we need to subtract 21I from A2.
The identity matrix I for 2×2 matrices is I=(1001).
So, 21I=21(1001)=(210021).
Now, we perform the subtraction:
A2−21I=(sin2α00sin2α)−(210021)
Explanation: To subtract matrices, we subtract the corresponding elements.
First row, first column: sin2α−21.
First row, second column: 0−0=0.
Second row, first column: 0−0=0.
Second row, second column: sin2α−21.
Thus,
A2−21I=(sin2α−2100sin2α−21)
Step 3: Evaluate the Determinant and Set it to Zero
The problem states that det(A2−21I)=0.
Let M=A2−21I=(sin2α−2100sin2α−21).
Explanation: For a 2×2 matrix (acbd), its determinant is ad−bc.
Here, a=sin2α−21, b=0, c=0, and d=sin2α−21.
So, the determinant is:
det(A2−21I)=(sin2α−21)×(sin2α−21)−(0×0)det(A2−21I)=(sin2α−21)2
Given that the determinant is 0:
(sin2α−21)2=0
Step 4: Solve the Trigonometric Equation
From the equation (sin2α−21)2=0, we take the square root of both sides:
sin2α−21=0
Now, isolate sin2α:
sin2α=21
To find sinα, take the square root of both sides:
sinα=±21sinα=±21
Explanation: This means sinα=21 or sinα=−21.
We need to find a value of α that satisfies this condition.
Common Mistake: Forgetting the ± when taking the square root. Always consider both positive and negative roots.
Step 5: Identify a Possible Value of α from the Options
We are looking for a possible value of α.
If sinα=21, then a common angle is α=4π (or 45∘).
If sinα=−21, then possible angles include α=45π (or 225∘) or α=47π (or 315∘).
Let's check the given options:
(A) α=4π: Here, sin(4π)=21. This satisfies our condition.
(B) α=6π: Here, sin(6π)=21. This does not satisfy our condition.
(C) α=2π: Here, sin(2π)=1. This does not satisfy our condition.
(D) α=3π: Here, sin(3π)=23. This does not satisfy our condition.
Since α=4π is one of the solutions and it is present in the options, it is a possible value for α.
The final answer is (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 A2 is a scalar matrix can make the determinant calculation very straightforward.