in Linear Algebra edited by
16,643 views
79 votes
79 votes

Let A be a $4 \times 4$ matrix with eigen values -5,-2,1,4. Which of the following is an eigen value of  the matrix$\begin{bmatrix} A & I \\ I & A \end{bmatrix}$, where $I$ is the $4 \times 4$ identity matrix?

  1. $-5$
  2. $-7$
  3. $2$
  4. $1$
in Linear Algebra edited by
by
16.6k views

4 Comments

@Lakshman Patel RJIT could you please explain more

1
1

@val_pro20

see the @Ashwani Kumar 2 solution.

0
0
Anwser of above written question starts from 5:55 minutes.
3
3

5 Answers

58 votes
58 votes
Best answer

Ans is (C) 2

$Ax = λx$, where $λ$ is the eigen value of $A$ . Hence $(A−λI)x = 0$ or $|A−λI| = 0$
So, for our given matrix, we have

$\begin{bmatrix} A-\lambda I &I \\ I& A - \lambda I \end{bmatrix} = 0$

This is a $ 2 \times 2$ block matrix where the first and last and the second and third elements are the same. So, applying the formula for determinant of a block matrix as given here

When $A = D$ and $B = C,$ the blocks are square matrices of the same order and the following formula holds (even if $A$ and $B$ do not commute)

$\det \begin{pmatrix} A & B\\ C& D \end{pmatrix} = \det (A-B) \det(A+B)$

(second last case) https://en.wikipedia.org/wiki/Determinant#Block_matrices

we get,

$|A−\lambda I− I| \times |A-\lambda I + I|= 0 $

$\implies |A-(\lambda+1)I| \times |A - (\lambda -1)I| = 0$

Each of the eigen value of $A$ is the solution of the equation $|A- \alpha I |= 0$ ($\alpha$ being the eigen value of $A$). So, we can equate $\lambda +1$ and $\lambda -1$ to any of the eigen value of $A$, and that will get our value of $\lambda$. If we take $\alpha = 1$, we get $\lambda = 2$, and that is one of the choice. For no other choice, this equation holds. So, (c) $2$ is the answer.

edited by

4 Comments

@rohith1001 yeh that's not what I asked, I asked how did you get to eigen values being $\lambda \pm 1$ 

1
1
edited by

$\lambda$ is the eigen value of the matrix A.

The characteristic equation of A is $\begin{vmatrix} A - \lambda I \end{vmatrix} = 0$

Now, let $\gamma$ be the eigen value of $\begin{pmatrix} A & I\\ I & A \end{pmatrix}$

The characteristic equation of the above matrix is $\begin{vmatrix} A-\gamma I & I \\ I & A-\gamma I \end{vmatrix} = 0$

$\begin{vmatrix} A-\gamma I - I \end{vmatrix} \begin{vmatrix} A-\gamma I + I \end{vmatrix} = 0$

The above is from (second last case) https://en.wikipedia.org/wiki/Determinant#Block_matrices

$\begin{vmatrix} A-(\gamma+1)  I \end{vmatrix} \begin{vmatrix} A-(\gamma-1)I \end{vmatrix} = 0$

Compare the above equation with the characteristic equation of A.

That gives us

$\gamma + 1 = \lambda$;

$\Rightarrow$ $\gamma = \lambda - 1$;

 

$\gamma - 1 = \lambda$;

$\Rightarrow$ $\gamma = \lambda + 1$;

13
13
From which book to study the concepts of block matrix determinants?
0
0
114 votes
114 votes
Characteristics equation of given matrix is:

$\begin{vmatrix} A - \lambda & I\\ I& A - \lambda \end{vmatrix} =0$

$ \implies (A- \lambda)^2 - I^2 = 0$

$ \implies (A-\lambda + I)(A- \lambda -I)=0$

$ \implies \lambda = A+I, A-I$

Given eigen values of $A=-5,-2,1,4$

Then $A+I$ and $A-I$ eigen values of given matrix are: (according to property of Cayley Hamilton theorem):

$A+I=(-4,-1,2,5)$

$(A-I)=(-6,-3,0,3)$
edited by

4 Comments

Best Solution😊 

0
0
wow , superb soln !!
0
0
this will be the best answer.
0
0
83 votes
83 votes

We find the eigenvalues of given matrix by solving its characteristic equation :

2007-25
|(A – x I)2 – I2| = 0
|(A – (x – 1) I) * (A – (x + 1) I)| = 0
|(A – (x – 1) I)| * |(A – (x + 1) I)| = 0
So, |(A – (x – 1) I)| = 0 or |(A – (x + 1) I)| = 0

Let y be eigenvalues of A, then |(A – y I)| = 0 .

So, by comparing equations we get,
either x – 1 = y or x + 1 = y

Therefore , x = y + 1 or x = y – 1

y = -5, -4, 1, 4 (given)

So, x = −4, −1, 2, 5, −6, −3, 0, 3

 
Thus, option (C) is the answer.

4 Comments

@Ai$H

in the selected solution the second method is used

in this solution, first method is used 

see the text from wiki

1
1
the second methd is to be used
0
0

There is a typo, value of y is written wrong it is y =  -5, -2, 1, 4

NOT y = -5, -4, 1, 4 [3rd last line]

1
1
7 votes
7 votes

 

So above given matrix has 8 eigen values and we know the eigen value of identity matrix is always 1. if identity matrix size 4x4 then four eigen value={1,1,1,1}.

2 Comments

Can you please explain the line $\lambda_1 = eigenvalue(A) + eigenvalue(I)$ ? Is this some theorem?
0
0
In the above picture, λ1 = A + I means eigenvalues of A + eigenvalues of I. Similarly  λ1 = A - I means eigenvalues of A – eigenvalues of I.
0
0
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true