edited by
728 views

1 Answer

Best answer
3 votes
3 votes

$A=\begin{pmatrix} -1 &2 \\ 0& -1 \end{pmatrix}$

$A^{2}=\begin{pmatrix} -1 &2 \\ 0& -1 \end{pmatrix}\begin{pmatrix} -1 &2 \\ 0& -1 \end{pmatrix}=\begin{pmatrix} 1 &-4 \\ 0& 1 \end{pmatrix}$

$A^{3}=\begin{pmatrix} -1 &6 \\ 0& -1 \end{pmatrix}$

$A^{4}=\begin{pmatrix} 1 &-8 \\ 0& 1 \end{pmatrix}$

Given,$B=A+A^{2}+A^{3}+......+A^{50}$

$B=\begin{pmatrix} -1+1-1+1....+1 \ \ \ \ \ \ \ &2-4+6-8+10+.......-100 \\ 0& -1+1-1+1....+1 \end{pmatrix}$

$B=\begin{pmatrix} 0 \ \ &2-4+6-8+10+.......-100 \\ 0& 0 \end{pmatrix}$

Let $X=2-4+6-8+10+.......-100$

We can divide it into 2 series

$2+6+10+...98$      and $-4-8-12.......-94-100$

Let's take $2+6+10+...98$  

This sequence is an Arithmetic Progression.

Sum of Arithmetic Progression=$\frac{n}{2}[2a+(n-1)d]$

Here a=2 , d=4 , n=25

$\frac{25}{2}[4+24 \times 4]$

$=1250$

Now take $-4-8-12.......-94-100$

$-4-8-12.......-94-100$ = $-4(1+2+3+....+25)$

                                 =$-4 \times\frac{25 \times 26}{2}$

                                  =$-1300$


 $X=2-4+6-8+10+.......-100$

$X=2+6+10+...+98-4-8-12...-100 \\ X=1250-1300 \\ X=-50$

Put the value of X into the matrix

$B=\begin{pmatrix} 0 &-50 \\ 0 & 0 \end{pmatrix}$

$B^{2}=\begin{pmatrix} 0 &-50 \\ 0 & 0 \end{pmatrix}\begin{pmatrix} 0 &-50 \\ 0 & 0 \end{pmatrix}=\begin{pmatrix} 0 &0 \\ 0 & 0 \end{pmatrix}$

$B^{2}=0$

Hence,Option$(B)$$B^{2}=0$ is the correct choice.

selected by

Related questions

2 votes
2 votes
2 answers
1
sh!va asked Mar 8, 2017
1,143 views
Tha matrix $ \begin{bmatrix} 0 & -4 &1 \\ 4& 0 &-5 \\ -1&5 &0 \end{bmatrix} $is (a) Orthogonal Matrix(b) Skew Symmetric(c) Symmetric(d) Idempotent
2 votes
2 votes
2 answers
2
sh!va asked Mar 8, 2017
1,872 views
If A is Square Matrix of order 3, then product of A and its transpose is(a) Unit Matrix(b) Zero Matrix(c) Identity Matrix(d) Symmetric Matrix
2 votes
2 votes
1 answer
3
sh!va asked Mar 7, 2017
1,105 views
Let M be a 3 x 3 matrix satisfying:Then the sum of the diagonal entries of M is:(a) 9 (b) 12(c) 6(d)0
1 votes
1 votes
1 answer
4
sh!va asked Mar 7, 2017
808 views
What is the value ofa) 2 $a^2$ $b^2$ $c^2$b) 4 $a^2$ $b^2$ $c^2$c) 8 $a^2$ $b^2$ $c^2$d) 0