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

Question

If A = \left[ {\matrix{ {\cos \theta } & {i\sin \theta } \cr {i\sin \theta } & {\cos \theta } \cr } } \right], (θ=π24)\left( {\theta = {\pi \over {24}}} \right) and {A^5} = \left[ {\matrix{ a & b \cr c & d \cr } } \right], where i=1i = \sqrt { - 1} then which one of the following is not true?

Options

Solution

1. Key Concept: De Moivre's Theorem for a Specific Matrix Form

This problem involves calculating powers of a special type of 2×22 \times 2 matrix. For a matrix of the form: M=[cosθisinθisinθcosθ]M = \left[ {\begin{matrix} {\cos \theta } & {i\sin \theta } \\ {i\sin \theta } & {\cos \theta } \\ \end{matrix} } \right] Its nn-th power, MnM^n, follows a pattern remarkably similar to De Moivre's Theorem for complex numbers. The theorem states: Mn=[cos(nθ)isin(nθ)isin(nθ)cos(nθ)]{M^n} = \left[ {\begin{matrix} {\cos (n\theta)} & {i\sin (n\theta)} \\ {i\sin (n\theta)} & {\cos (n\theta)} \\ \end{matrix} } \right] Why is this important? This formula allows us to directly compute any positive integer power of such a matrix by simply multiplying the angle θ\theta by the power nn, avoiding tedious matrix multiplications. This is a significant shortcut for this specific matrix structure.

2. Applying the Theorem to Matrix A

We are given the matrix AA: A=[cosθisinθisinθcosθ]A = \left[ {\begin{matrix} {\cos \theta } & {i\sin \theta } \\ {i\sin \theta } & {\cos \theta } \\ \end{matrix} } \right] And the angle θ=π24\theta = \frac{\pi}{24}. We need to find A5A^5. Using the generalized De Moivre's Theorem for matrices with n=5n=5: A5=[cos(5θ)isin(5θ)isin(5θ)cos(5θ)]{A^5} = \left[ {\begin{matrix} {\cos (5\theta)} & {i\sin (5\theta)} \\ {i\sin (5\theta)} & {\cos (5\theta)} \\ \end{matrix} } \right] Why this step? By recognizing the given matrix AA fits the specific form for which De Moivre's theorem applies, we can immediately write down the general form of A5A^5.

3. Calculate the Angle 5θ5\theta

Substitute the given value of θ\theta into 5θ5\theta: 5θ=5×π24=5π245\theta = 5 \times \frac{\pi}{24} = \frac{5\pi}{24} Why this step? This provides the specific angle required for the elements of A5A^5.

4. Determine the Elements a,b,c,da, b, c, d of A5A^5

Now substitute 5θ=5π245\theta = \frac{5\pi}{24} into the expression for A5A^5: A5=[cos(5π24)isin(5π24)isin(5π24)cos(5π24)]{A^5} = \left[ {\begin{matrix} {\cos \left( {\frac{5\pi}{24}} \right)} & {i\sin \left( {\frac{5\pi}{24}} \right)} \\ {i\sin \left( {\frac{5\pi}{24}} \right)} & {\cos \left( {\frac{5\pi}{24}} \right)} \\ \end{matrix} } \right] We are given that {A^5} = \left[ {\matrix{ a & b \cr c & d \cr } } \right]. By comparing the elements, we get: a=cos(5π24)a = \cos \left( {\frac{5\pi}{24}} \right) b=isin(5π24)b = i\sin \left( {\frac{5\pi}{24}} \right) c=isin(5π24)c = i\sin \left( {\frac{5\pi}{24}} \right) d=cos(5π24)d = \cos \left( {\frac{5\pi}{24}} \right) Why this step? These are the explicit values of a,b,c,da, b, c, d that we will use to evaluate the given options. Note that aa and dd are real, while bb and cc are purely imaginary (since sin(5π24)0\sin(\frac{5\pi}{24}) \ne 0). Let X=5π24X = \frac{5\pi}{24} for brevity in the following calculations. So, a=cosXa = \cos X, b=isinXb = i\sin X, c=isinXc = i\sin X, d=cosXd = \cos X.

5. Evaluate Each Option

We need to find which of the given statements is not true.

Option (A): a2c2=1a^2 - c^2 = 1 Substitute the expressions for aa and cc: a2c2=(cosX)2(isinX)2a^2 - c^2 = (\cos X)^2 - (i\sin X)^2 =cos2X(i2sin2X)= \cos^2 X - (i^2 \sin^2 X) Recall that i2=1i^2 = -1: =cos2X(sin2X)= \cos^2 X - (-\sin^2 X) =cos2X+sin2X= \cos^2 X + \sin^2 X Using the fundamental trigonometric identity cos2X+sin2X=1\cos^2 X + \sin^2 X = 1: =1= 1 So, the statement a2c2=1a^2 - c^2 = 1 is TRUE. Why this step? This is a direct application of the definitions of a,ca, c and the identity cos2x+sin2x=1\cos^2 x + \sin^2 x = 1. It confirms that this statement holds true.

Option (B): 0a2+b210 \le a^2 + b^2 \le 1 Substitute the expressions for aa and bb: a2+b2=(cosX)2+(isinX)2a^2 + b^2 = (\cos X)^2 + (i\sin X)^2 =cos2X+(i2sin2X)= \cos^2 X + (i^2 \sin^2 X) =cos2Xsin2X= \cos^2 X - \sin^2 X Using the double-angle identity cos2Xsin2X=cos(2X)\cos^2 X - \sin^2 X = \cos(2X): =cos(2X)= \cos(2X) Now, calculate 2X2X: 2X=2×5π24=10π24=5π122X = 2 \times \frac{5\pi}{24} = \frac{10\pi}{24} = \frac{5\pi}{12} So, a2+b2=cos(5π12)a^2 + b^2 = \cos\left(\frac{5\pi}{12}\right). Since 5π12\frac{5\pi}{12} radians is equivalent to 7575^\circ, which lies in the first quadrant (0<75<900 < 75^\circ < 90^\circ), the value of cos(75)\cos(75^\circ) is positive and less than 1. Specifically, cos(75)=6240.2588\cos(75^\circ) = \frac{\sqrt{6}-\sqrt{2}}{4} \approx 0.2588. Therefore, 0cos(5π12)10 \le \cos\left(\frac{5\pi}{12}\right) \le 1. So, the statement 0a2+b210 \le a^2 + b^2 \le 1 is TRUE. Why this step? This involves applying definitions, trigonometric identities (cos(2x)\cos(2x)), and understanding the range of the cosine function for the calculated angle.

Option (C): a2d2=0a^2 - d^2 = 0 Substitute the expressions for aa and dd: a2d2=(cosX)2(cosX)2a^2 - d^2 = (\cos X)^2 - (\cos X)^2 =0= 0 So, the statement a2d2=0a^2 - d^2 = 0 is TRUE. Why this step? This directly follows from the fact that a=d=cosXa=d=\cos X for this matrix form.

Option (D): a2b2=12a^2 - b^2 = \frac{1}{2} Substitute the expressions for aa and bb: a2b2=(cosX)2(isinX)2a^2 - b^2 = (\cos X)^2 - (i\sin X)^2 =cos2X(i2sin2X)= \cos^2 X - (i^2 \sin^2 X) =cos2X(sin2X)= \cos^2 X - (-\sin^2 X) =cos2X+sin2X= \cos^2 X + \sin^2 X Using the fundamental trigonometric identity cos2X+sin2X=1\cos^2 X + \sin^2 X = 1: =1= 1 So, our calculation shows a2b2=1a^2 - b^2 = 1. The given statement is a2b2=12a^2 - b^2 = \frac{1}{2}. Since 1121 \ne \frac{1}{2}, the statement a2b2=12a^2 - b^2 = \frac{1}{2} is NOT TRUE. Why this step? This calculation is identical to Option (A), leading to 1. Comparing this result with the proposed value of 1/21/2 allows us to determine if the statement is true or false.

6. Conclusion

From our evaluation:

  • Option (A) is TRUE.
  • Option (B) is TRUE.
  • Option (C) is TRUE.
  • Option (D) is NOT TRUE.

The question asks for the statement that is not true. Therefore, option (D) is the correct answer based on these calculations.

Tips and Common Mistakes:

  • Recognize the Matrix Form: The ability to identify the specific matrix form that allows for De Moivre's theorem is crucial. Don't apply it to just any matrix.
  • Careful with i2=1i^2 = -1: A very common mistake is to forget that i2=1i^2 = -1, especially when squaring terms like isinθi\sin\theta. This can lead to errors, for example, mistaking cos2X(isinX)2\cos^2 X - (i\sin X)^2 for cos2Xsin2X\cos^2 X - \sin^2 X.
  • Trigonometric Identities: Be proficient with fundamental identities like sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 and double-angle formulas like cos(2x)=cos2xsin2x\cos(2x) = \cos^2 x - \sin^2 x.
  • Angle Quadrants: When evaluating inequalities involving trigonometric functions (like in Option B), remember to consider the quadrant of the angle to determine the sign and range of the function.

Summary: This problem effectively tests your knowledge of De Moivre's Theorem as applied to a specific 2×22 \times 2 matrix, along with fundamental complex number properties (i2=1i^2 = -1) and trigonometric identities. The structured approach of first finding the elements of the matrix power and then systematically checking each option ensures accuracy.

Practice More Matrices & Determinants Questions

View All Questions