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

Question

If P = \left[ {\matrix{ {{{\sqrt 3 } \over 2}} & {{1 \over 2}} \cr { - {1 \over 2}} & {{{\sqrt 3 } \over 2}} \cr } } \right],A = \left[ {\matrix{ 1 & 1 \cr 0 & 1 \cr } } \right]\,\,\, Q = PAP T , then P T Q 2015 P is :

Options

Solution

Here's a detailed and educational rewrite of the solution:


Understanding the Matrices and Key Properties

The problem involves matrix operations, specifically powers of matrices and similarity transformations. Let's first analyze the given matrices:

  1. Matrix P: P = \left[ {\matrix{ {{{\sqrt 3 } \over 2}} & {{1 \over 2}} \cr { - {1 \over 2}} & {{{\sqrt 3 } \over 2}} \cr } } \right] We can recognize this matrix as a rotation matrix. A general 2D rotation matrix for a counter-clockwise rotation by an angle θ\theta is given by R(\theta) = \left[ {\matrix{ {\cos \theta} & {-\sin \theta} \cr {\sin \theta} & {\cos \theta} \cr } } \right]. However, our matrix PP is of the form \left[ {\matrix{ {\cos \theta} & {\sin \theta} \cr {-\sin \theta} & {\cos \theta} \cr } } \right]. Comparing the elements: cosθ=32\cos \theta = \frac{\sqrt{3}}{2} and sinθ=12\sin \theta = \frac{1}{2}. This corresponds to θ=30\theta = 30^\circ or π6\frac{\pi}{6} radians. So, PP represents a rotation matrix. An important property of rotation matrices is that they are orthogonal matrices. For an orthogonal matrix, its transpose is equal to its inverse, i.e., PT=P1P^T = P^{-1}. This implies that PPT=PTP=IP P^T = P^T P = I, where II is the identity matrix.

    Let's find PTP^T: P^T = \left[ {\matrix{ {{{\sqrt 3 } \over 2}} & { - {1 \over 2}} \cr {{1 \over 2}} & {{{\sqrt 3 } \over 2}} \cr } } \right] Now, let's verify PPTP P^T: P P^T = \left[ {\matrix{ {{{\sqrt 3 } \over 2}} & {{1 \over 2}} \cr { - {1 \over 2}} & {{{\sqrt 3 } \over 2}} \cr } } \right] \left[ {\matrix{ {{{\sqrt 3 } \over 2}} & { - {1 \over 2}} \cr {{1 \over 2}} & {{{\sqrt 3 } \over 2}} \cr } } \right] = \left[ {\matrix{ {{{\left( {{{\sqrt 3 } \over 2}} \right)}^2} + {{\left( {{1 \over 2}} \right)}^2}} & {{{\sqrt 3 } \over 2}\left( { - {1 \over 2}} \right) + {1 \over 2}\left( {{{\sqrt 3 } \over 2}} \right)} \cr { - {1 \over 2}\left( {{{\sqrt 3 } \over 2}} \right) + {{\sqrt 3 } \over 2}\left( {{1 \over 2}} \right)} & {{{\left( { - {1 \over 2}} \right)}^2} + {{\left( {{{\sqrt 3 } \over 2}} \right)}^2}} \cr } } \right] = \left[ {\matrix{ {{3 \over 4} + {1 \over 4}} & {{ - \sqrt 3 } \over 4} + {{\sqrt 3 } \over 4}} \cr {{ - \sqrt 3 } \over 4} + {{\sqrt 3 } \over 4}} & {{1 \over 4} + {3 \over 4}} \cr } } \right] = \left[ {\matrix{ 1 & 0 \cr 0 & 1 \cr } } \right] = I Similarly, PTP=IP^T P = I. This property is crucial for simplifying the expression.

  2. Matrix A: A = \left[ {\matrix{ 1 & 1 \cr 0 & 1 \cr } } \right] This is an upper triangular matrix with 1s on the diagonal. We will need to find its powers later.

  3. Matrix Q: Q=PAPTQ = P A P^T This form PAPTP A P^T is known as a similarity transformation. It essentially transforms matrix AA into a new basis defined by PP.

Simplifying the Expression PTQ2015PP^T Q^{2015} P

Our goal is to evaluate PTQ2015PP^T Q^{2015} P. Let's substitute the definition of QQ and use the property PTP=IP^T P = I.

The expression is PTQ2015PP^T Q^{2015} P. We can expand Q2015Q^{2015} as QQQQ \cdot Q \cdot \dots \cdot Q (2015 times). Let's look at the structure: PTQ2015P=PT(PAPT)2015PP^T Q^{2015} P = P^T (P A P^T)^{2015} P.

A common trick for such expressions is to analyze QnQ^n. Q2=(PAPT)(PAPT)=PA(PTP)APTQ^2 = (P A P^T)(P A P^T) = P A (P^T P) A P^T. Since PTP=IP^T P = I, we have: Q2=PAIAPT=PA2PTQ^2 = P A I A P^T = P A^2 P^T.

Similarly, Q3=Q2Q=(PA2PT)(PAPT)=PA2(PTP)APT=PA2IAPT=PA3PTQ^3 = Q^2 Q = (P A^2 P^T)(P A P^T) = P A^2 (P^T P) A P^T = P A^2 I A P^T = P A^3 P^T.

By induction, we can generalize this pattern: Qn=PAnPTQ^n = P A^n P^T This identity is very powerful and simplifies the problem significantly.

Now, we can apply this identity for n=2015n=2015: Q2015=PA2015PTQ^{2015} = P A^{2015} P^T Substitute this back into the expression we want to evaluate: PTQ2015P=PT(PA2015PT)PP^T Q^{2015} P = P^T (P A^{2015} P^T) P Now, we can use the associative property of matrix multiplication and the identity PTP=IP^T P = I: PTQ2015P=(PTP)A2015(PTP)P^T Q^{2015} P = (P^T P) A^{2015} (P^T P) PTQ2015P=IA2015IP^T Q^{2015} P = I A^{2015} I

Practice More Matrices & Determinants Questions

View All Questions