edited by
1,023 views
26 votes
26 votes

Let $A$ be a $3 \times 3$ matrix. Suppose that $A$ has eigenvalues $2$ and $-1,$ and suppose that $\mathbf{u}$ and $\mathbf{v}$ are eigenvectors corresponding to $2$ and $-1,$ respectively, where
$$
\mathbf{u}=\left[\begin{array}{c}
1 \\
0 \\
-1
\end{array}\right] \text { and } \mathbf{v}=\left[\begin{array}{l}
2 \\
1 \\
0
\end{array}\right]
$$
Then compute $A^5 \mathbf{w}$, where
$$
\mathbf{w}=\left[\begin{array}{c}
7 \\
2 \\
-3
\end{array}\right]
$$

  1. $\left[\begin{array}{c}
    92 \\
    2 \\
    -96
    \end{array}\right]$
     
  2. ${\left[\begin{array}{c}
    -92 \\
    -2 \\
    -96
    \end{array}\right]}$
     
  3. ${\left[\begin{array}{c}
    92 \\
    -2 \\
    -96
    \end{array}\right]}$
     
  4. ${\left[\begin{array}{c}
    92 \\
    -2 \\
    96
    \end{array}\right]}
    $
edited by

2 Answers

Best answer
31 votes
31 votes
Clearly $ w = 3u + 2v$ …...eq1

As we now if x is an eigenVector of A then

$Ax= \lambda x$ (Now Multipy  A on both side )

$A^{2}x =  \lambda Ax $ ( But $Ax= \lambda x $ )

So $A^{2}x =  \lambda^{2} x$…...and Similarly $A^{n}x =  \lambda^{n} x$

Now  $A^{5}w =  \lambda^{5} w$

$ A^{5}(u) =  2^{5} u$(as $\lambda$ for u = 2) …..eq2

$ A^{5}(v) =  (-1)^{5}v $(as $\lambda$ for v = -1)….eq3

Adding 3 * eq2 and 2 * eq3

$ A^{5}(3u +2v) =  3 ( 2^{5}) u +2 (-1)^{5}v $

As 3u +2v = w by eq1

$ A^{5}w =  96 u  –  2v $

And $ 96 u  –  2v $ comes out to be $\begin{bmatrix} 92 \\ -2 \\-96 \end{bmatrix}$
Option C is correct
selected by
3 votes
3 votes

From a quick glance, we can see that
$$\begin{array}\ 3u + 2v = w \end{array}$$

Now,
$$\begin{array}\ Ax = kx \\ A.Ax = k.Ax \\ A^2x = k.kx \\ A^2x = k^2x \end{array}$$

It means that if k is the eigen value of A, then km will be the eigen value of Am 

$$\begin{array}\ Now,\ its\ given\ that.\ Au=2u\ and\ Av=3v \\ So,\ A^5u=2^5u = 32u\\ A^5v=(-1)^5v = -1v \end{array}$$

Now, according to the question, we have to find A5w

$$\begin{array}\ A^5w \\ A^5(3u + 2v) \\ 3.(A^5u) + 2.(A^5v) \\ Putting\ the\ values\ - \\ 3.(32u) + 2(-1v) \\ 96u - 2v \end{array}$$

Putting the values of u and v - 

$$96\begin{bmatrix}\ 1 \\ 0 \\ -1 \end{bmatrix} - 2 \begin{bmatrix}\ 2 \\ 1 \\ 0 \end{bmatrix}$$

$$\begin{bmatrix}\ 96 \\ 0 \\ -96 \end{bmatrix} - \begin{bmatrix}\ 4 \\ 2 \\ 0 \end{bmatrix}$$

$$\begin{bmatrix}\ 92 \\ -2 \\ -96 \end{bmatrix}$$

Answer:

Related questions