Skip to main content

MDoubt No 000019 - GATE


GATE [EC, 2017, 1 mark]
Question : Consider the $5\times 5$ matrix $$A=\begin{bmatrix} 1 & 2 & 3 & 4 & 5\\ 5 & 1 & 2 & 3 & 4\\ 4 & 5 & 1 & 2 & 3\\ 3 & 4 & 5 & 1 & 2\\ 2 & 3 & 4 & 5 & 1 \end{bmatrix}$$ It is given that $A$ has only one real eigen value.
Then the real eigen value of $A$ is

(a) $-2.5$
(b) $0$
(c) $15$
(d) $25$

Solution : The characteristic equation is $|A-\lambda I|=0$
$\implies\begin{vmatrix} 1-\lambda & 2 & 3 & 4 & 5\\ 5 & 1-\lambda & 2 & 3 & 4\\ 4 & 5 & 1-\lambda & 2 & 3\\ 3 & 4 & 5 & 1-\lambda & 2\\ 2 & 3 & 4 & 5 & 1-\lambda \end{vmatrix}=0$
$R_1\to R_1+R_2+R_3+R_4+R_5$
$\implies\begin{vmatrix} 15-\lambda & 15-\lambda & 15-\lambda & 15-\lambda & 15-\lambda\\ 5 & 1-\lambda & 2 & 3 & 4\\ 4 & 5 & 1-\lambda & 2 & 3\\ 3 & 4 & 5 & 1-\lambda & 2\\ 2 & 3 & 4 & 5 & 1-\lambda \end{vmatrix}=0$
taking out $15-\lambda$ from $R_1$
$\implies[15-\lambda]\begin{vmatrix} 1 & 1 & 1 & 1 & 1\\ 5 & 1-\lambda & 2 & 3 & 4\\ 4 & 5 & 1-\lambda & 2 & 3\\ 3 & 4 & 5 & 1-\lambda & 2\\ 2 & 3 & 4 & 5 & 1-\lambda \end{vmatrix}=0$
$\implies 15-\lambda=0$
$\implies\lambda=15$
CORRECT ANSWER : C

Comments

Popular posts from this blog

JEE MAIN 2021 March Attempt Mathematics Q1

Question 1: The middle term in the expansion of $\left(x^2+\dfrac{1}{x^2}+2\right)^{n}$ is (a) $\dfrac{n!}{\left(\dfrac{n}{2}!\right)^2}$ (b) $\dfrac{(2n)!}{\left(\dfrac{n}{2}!\right)^2}$ (c) $\dfrac{(2n)!}{\left(n!\right)^2}$ (d) $\dfrac{1.3.5\ldots(2n+1)}{n!}2^{n}$ Solution :

Daily Question 108

Daily Question 108 $\textbf{Q108.}$ If $f(x)$ is a periodic function having period $7$ and $g(x)$ is periodic function having period $11$ then the period of $D(x)=\begin{vmatrix} f(x) & f\left(\dfrac{x}{3}\right)\\ g(x) & g\left(\dfrac{x}{5}\right)\\ \end{vmatrix}$ is (A) $231$ (B) $385$ (C) $1155$ (D) $77$ $\textbf{Ans.} (C)$ $\textbf{Sol.}$ Given $D(x)=\begin{vmatrix} f(x) & f\left(\dfrac{x}{3}\right)\\ g(x) & g\left(\dfrac{x}{5}\right)\\ \end{vmatrix}$ $\implies D(x)=f(x)g\left(\dfrac{x}{5}\right)-g(x)f\left(\dfrac{x}{3}\right)$ Period of $f(x)g\left(\dfrac{x}{5}\right)$ is $7\times 55 = 385$ Period of $g(x)f\left(\dfrac{x}{3}\right)$ is $11\times 21 = 231$ Hence the period of $D(x) = \text{LCM}$ of $(385, 231)=1155$ Compiled Daily Questions 1-100