P = ⎣ ⎡ 1 4 1 6 0 1 4 0 0 1 ⎦ ⎤
Matrix P is defined as above and I is the identity matrix of order 3 . If Q = [ q i j ] is such that P 5 0 − Q = I , find q 2 1 q 3 1 + q 3 2 .
This problem is from JEE Advanced 2016
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
P
= \(\begin{bmatrix}
1 & 0 &0 \\
4&1 & 0\\
16& 4 &1
\end{bmatrix}
= \begin{bmatrix}
0 & 0 &0 \\
4 &0 &0 \\
16&4 &0
\end{bmatrix}
+
\begin{bmatrix} 1 &0 &0 \\ 0 & 1 &0 \\ 0 & 0 & 1 \end{bmatrix}\)
Let A = ⎣ ⎡ 0 4 1 6 0 0 4 0 0 0 ⎦ ⎤
A 2 = ⎣ ⎡ 0 0 1 6 0 0 0 0 0 0 ⎦ ⎤
A 3 = ⎣ ⎡ 0 0 0 0 0 0 0 0 0 ⎦ ⎤
A n is also a null matrix for all n ≥ 3
So
P 5 0 = ( I + A ) 5 0
Now Binomial expansion
( I + A ) 5 0 = I + 50A + 2 5 0 ∗ 4 9 ∗ A 2 + 0
Here we get the value of P 5 0 - I
Now q 2 1 q 3 1 + q 3 2 = 5 0 ∗ 4 1 6 ( 5 0 + 2 5 ∗ 4 9 ) + 5 0 ∗ 4
= 1 0 3
Problem Loading...
Note Loading...
Set Loading...
I'll prove by induction that:
P n = ⎣ ⎢ ⎡ 1 4 n 8 ( n 2 + n ) 0 1 4 n 0 0 1 ⎦ ⎥ ⎤
First the base case:
P 1 = ⎣ ⎢ ⎡ 1 4 1 6 0 1 4 0 0 1 ⎦ ⎥ ⎤ = P
Which holds. Then the general case:
P n ⋅ P = ⎣ ⎢ ⎡ 1 4 n 8 ( n 2 + n ) 0 1 4 n 0 0 1 ⎦ ⎥ ⎤ ⋅ ⎣ ⎢ ⎡ 1 4 1 6 0 1 4 0 0 1 ⎦ ⎥ ⎤ = ⎣ ⎢ ⎡ 1 4 n + 4 8 ( n 2 + n ) + 1 6 n + 1 6 0 1 4 n + 4 0 0 1 ⎦ ⎥ ⎤
P n ⋅ P = ⎣ ⎢ ⎡ 1 4 ( n + 1 ) 8 [ ( n + 1 ) 2 + ( n + 1 ) ] 0 1 4 ( n + 1 ) 0 0 1 ⎦ ⎥ ⎤ = P n + 1
This proves the induction.
Then:
P 5 0 = ⎣ ⎢ ⎡ 1 2 0 0 2 0 4 0 0 0 1 2 0 0 0 0 1 ⎦ ⎥ ⎤
Q = P 5 0 − I = ⎣ ⎢ ⎡ 0 2 0 0 2 0 4 0 0 0 0 2 0 0 0 0 0 ⎦ ⎥ ⎤
So:
q 3 1 = 2 0 4 0 0 , q 3 2 = q 2 1 = 2 0 0 → q 2 1 q 3 1 + q 3 2 = 1 0 3 .
In fact this general ratio for Q = P n − I will be 2 n + 3 .