in Linear Algebra retagged by
473 views
9 votes
9 votes

Let $A$ be a $2 \times 2$ matrix for which there is a constant $k$ such that the sum of the entries in each row and each column is $k$. Which of the following must be an eigenvector of $A?$

  1. $\left[\begin{array}{l}1 \\ 0\end{array}\right]$.
     
  2. $\left[\begin{array}{l}0 \\ 1\end{array}\right]$.
     
  3. $\left[\begin{array}{l}1 \\ 1\end{array}\right]$.

 

  1. I only
  2. II only
  3. III only
  4. I and II only
in Linear Algebra retagged by
473 views

1 comment

$ \large{\colorbox{yellow}{Detailed video solution of this question with direct time stamp}}$

All India Mock Test 4 - Solutions Part 1

0
0

2 Answers

8 votes
8 votes
An eigenvector $\mathbf{x}=\left[\begin{array}{l}x \\ y\end{array}\right]$ is one that $A$ maps to a multiple of itself, that is, there's some number $\lambda$ so that $A \mathbf{x}=\lambda \mathbf{x}$. Let our matrix be $A=\left[\begin{array}{ll}a & b \\ c & d\end{array}\right]$. Then the matrix equation $A \mathbf{x}=\lambda \mathbf{x}$ says
$$
\left[\begin{array}{ll}
a & b \\
c & d
\end{array}\right]\left[\begin{array}{l}
x \\
y
\end{array}\right]=\left[\begin{array}{l}
\lambda x \\
\lambda y
\end{array}\right]
$$

One reason that eigenvectors are important is that you can use them to understand what the transformation is doing geometrically.

If the rows and columns in $A$ each add to the same number $k$, then $a+b=a+c=b+d$, so $b=c$, and $a=d$. So our matrix looks like $A=\left[\begin{array}{ll}a & b \\ b & a\end{array}\right]$, and then our equation looks like
$$
\left[\begin{array}{ll}
a & b \\
b & a
\end{array}\right]\left[\begin{array}{l}
x \\
y
\end{array}\right]=\left[\begin{array}{l}
\lambda x \\
\lambda y
\end{array}\right]
$$
which we can write as two equations
$$
\begin{aligned}
& a x+b y=\lambda x \\
& b x+a y=\lambda y
\end{aligned}
$$

Now, are any of the three named vectors eigenvectors? Just the vector III. That works because the two equations each say $a+b=\lambda$ which tells you what the constant $\lambda$ is. So the answer is (C).
0 votes
0 votes
ANSWER:

GIVEN SUM OF ENTRIES IN EACH ROW IS K , AND EACH COLUMN IS K , SO ONE OF THE EIGEN VALUE WILL BE K

 

WE KNOW FOR EIGEN VECTOR :- $(A-\lambda I)X=0$

HERE LET US TAKE ENTRIES AS , a,b,c,d matrix will be A= $\begin{pmatrix} a &b \\c & d \end{pmatrix}$ and let X=$\begin{matrix} x1\\ x2 \end{matrix}$

After substituting we will get equation 1 as $(a-k)*x1+b(x2)=0$ (as one of eigen value is k )—$(1)$

since $(a+b=k)$ (as sum of row elements is k ) , substituting k value in equation $(1)$ we will get

 

                                        => $(a-a-b)*x1+b*x2=0$

                                       =>    $-b*x1+b*x2=0$

                                           $x1=x2$

so verify options we will see only vector with x1=x2 is $\begin{matrix} 1\\ 1 \end{matrix}$

 

so the answer is C – III ONLY

1 comment

@Sachin Mittal 1 PLEASE VERIFY THIS 

0
0
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