Question #56218

If Ax =tx
Where t = 2 2 -2
1 3 1
1 2 1
Determine the eigen values of the matrix A, and an eigen vector corresponding to each eigen value. If t = 4

Expert's answer

Answer on Question #56218 – Math – Linear Algebra

Question

If Ax = tx

Where t = 2 2 - 2

1 3 1

1 2 1

Determine the eigen values of the matrix A, and an eigen vector corresponding to each eigen value.

If t = 4

Solution

Given a 3×33 \times 3 matrix AA, its eigenvector is a nonzero vector xR3x \in \mathbb{R}^3 such that there exists λR\lambda \in \mathbb{R} with the property Ax=λxAx = \lambda x, which means that when we act on xx by the linear operator determined by AA, the image is a vector parallel to xx. The scalars λ\lambda for which there exist xR3x \in \mathbb{R}^3 that satisfy the equation Ax=λxAx = \lambda x are called eigenvalues of AA.

To find eigenvalues of AA, one has to solve the equation


det(AλE)=0 for λ, where E=(100010001).\det(A - \lambda E) = 0 \text{ for } \lambda, \text{ where } E = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.


In our case, if A=(222131121)A = \begin{pmatrix} 2 & 2 & -2 \\ 1 & 3 & 1 \\ 1 & 2 & 1 \end{pmatrix}, the equation takes the form


2λ2213λ1121λ=0,\left| \begin{array}{ccc} 2 - \lambda & 2 & -2 \\ 1 & 3 - \lambda & 1 \\ 1 & 2 & 1 - \lambda \end{array} \right| = 0,


or, after the expansion,


λ3+6λ2+9λ+4=0.- \lambda^ {3} + 6 \lambda^ {2} + 9 \lambda + 4 = 0.


First look for rational roots among numbers {1,1,2,1,4,4}\{-1,1,2,-1,4,-4\} (recall that if x0=mnx_0 = \frac{m}{n} is a rational root of the polynomial anxn++a0a_n x^n + \cdots + a_0 then mm divides a0a_0 and nn divides ana_n).

We see that λ=4\lambda = 4 and λ=1\lambda = 1 satisfy the equation.

In order to find the last root, divide λ3+6λ2+9λ+4-\lambda^3 + 6\lambda^2 + 9\lambda + 4 by (λ4)(λ1)=λ25λ+4(\lambda - 4)(\lambda - 1) = \lambda^2 - 5\lambda + 4. We obtain that


λ3+6λ2+9λ+4=(λ4)(λ1)(λ1),- \lambda^ {3} + 6 \lambda^ {2} + 9 \lambda + 4 = (\lambda - 4) (\lambda - 1) (\lambda - 1),


hence the eigenvalues are λ1=4\lambda_1 = 4 and λ2=1\lambda_2 = 1 (the last root is of multiplicity 2).

To find eigenvalues corresponding to λ1=4\lambda_1 = 4, solve the matrix equation


Ax=4x or (222111123)(x1x2x3)=(000) for x=(x1x2x3),A x = 4 x \text{ or } \left( \begin{array}{ccc} -2 & 2 & -2 \\ 1 & -1 & 1 \\ 1 & 2 & -3 \end{array} \right) \left( \begin{array}{c} x_1 \\ x_2 \\ x_3 \end{array} \right) = \left( \begin{array}{c} 0 \\ 0 \\ 0 \end{array} \right) \text{ for } x = \left( \begin{array}{c} x_1 \\ x_2 \\ x_3 \end{array} \right),


an equivalent system with triangular matrix is (111034000)(x1x2x3)=(000),\left( \begin{array}{ccc}1 & -1 & 1\\ 0 & 3 & -4\\ 0 & 0 & 0 \end{array} \right)\left( \begin{array}{c}x_{1}\\ x_{2}\\ x_{3} \end{array} \right) = \left( \begin{array}{c}0\\ 0\\ 0 \end{array} \right),

from where


x1x2+x3=0x_1 - x_2 + x_3 = 03x2=4x33 x_2 = 4 x_3


If 3x2=4x33x_2 = 4x_3, then x2=43x3x_2 = \frac{4}{3} x_3.

Next,

if x1x2+x3=0x_1 - x_2 + x_3 = 0, then x1=x2x3=43x3x3=13x3x_1 = x_2 - x_3 = \frac{4}{3} x_3 - x_3 = \frac{1}{3} x_3.

We get the general solution (the linear subspace of eigenvectors corresponding to λ1=4\lambda_1 = 4) of the form (13x3,43x3,x3),x3R\left(\frac{1}{3} x_3, \frac{4}{3} x_3, x_3\right), x_3 \in \mathbb{R}. Set x3=3x_3 = 3 to obtain vector a=(1,4,3)a = (1,4,3).

Similarly, for λ2=1\lambda_2 = 1 we solve the system


(122121120)(x1x2x3)=(000),\left( \begin{array}{ccc} 1 & 2 & -2 \\ 1 & 2 & 1 \\ 1 & 2 & 0 \end{array} \right) \left( \begin{array}{c} x_1 \\ x_2 \\ x_3 \end{array} \right) = \left( \begin{array}{c} 0 \\ 0 \\ 0 \end{array} \right),


which is equivalent to


(122001000)(x1x2x3)=(000),\left( \begin{array}{ccc} 1 & 2 & -2 \\ 0 & 0 & 1 \\ 0 & 0 & 0 \end{array} \right) \left( \begin{array}{c} x_1 \\ x_2 \\ x_3 \end{array} \right) = \left( \begin{array}{c} 0 \\ 0 \\ 0 \end{array} \right),


from where


x1+2x22x3=0x_1 + 2 x_2 - 2 x_3 = 0x3=0x_3 = 0


If x3=0x_3 = 0, then x1+2x22x3=0x_1 + 2x_2 - 2x_3 = 0 gives x1+2x2=0x_1 + 2x_2 = 0, hence x1=2x2x_1 = -2x_2.

The general solution is (2x2,x2,0),x2R(-2x_2, x_2, 0), x_2 \in \mathbb{R}. Set x2=1x_2 = 1 to obtain vector b=(2,1,0)b = (-2,1,0).

Answer: λ1=4\lambda_1 = 4 a=(1,4,3)a = (1,4,3), λ2=1\lambda_2 = 1, b=(2,1,0)b = (-2,1,0).

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS