Tagged: eigenvector

Solving a System of Differential Equation by Finding Eigenvalues and Eigenvectors

Problem 668

Consider the system of differential equations
\begin{align*}
\frac{\mathrm{d} x_1(t)}{\mathrm{d}t} & = 2 x_1(t) -x_2(t) -x_3(t)\\
\frac{\mathrm{d}x_2(t)}{\mathrm{d}t} & = -x_1(t)+2x_2(t) -x_3(t)\\
\frac{\mathrm{d}x_3(t)}{\mathrm{d}t} & = -x_1(t) -x_2(t) +2x_3(t)
\end{align*}

(a) Express the system in the matrix form.

(b) Find the general solution of the system.

(c) Find the solution of the system with the initial value $x_1=0, x_2=1, x_3=5$.

 
Read solution

LoadingAdd to solve later

Solve the Linear Dynamical System $\frac{\mathrm{d}\mathbf{x}}{\mathrm{d}t} =A\mathbf{x}$ by Diagonalization

Problem 667

(a) Find all solutions of the linear dynamical system
\[\frac{\mathrm{d}\mathbf{x}}{\mathrm{d}t} =\begin{bmatrix}
1 & 0\\
0& 3
\end{bmatrix}\mathbf{x},\] where $\mathbf{x}(t)=\mathbf{x}=\begin{bmatrix}
x_1 \\
x_2
\end{bmatrix}$ is a function of the variable $t$.

(b) Solve the linear dynamical system
\[\frac{\mathrm{d}\mathbf{x}}{\mathrm{d}t}=\begin{bmatrix}
2 & -1\\
-1& 2
\end{bmatrix}\mathbf{x}\] with the initial value $\mathbf{x}(0)=\begin{bmatrix}
1 \\
3
\end{bmatrix}$.

 
Read solution

LoadingAdd to solve later

Find Eigenvalues, Eigenvectors, and Diagonalize the 2 by 2 Matrix

Problem 630

Consider the matrix $A=\begin{bmatrix}
a & -b\\
b& a
\end{bmatrix}$, where $a$ and $b$ are real numbers and $b\neq 0$.

(a) Find all eigenvalues of $A$.

(b) For each eigenvalue of $A$, determine the eigenspace $E_{\lambda}$.

(c) Diagonalize the matrix $A$ by finding a nonsingular matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.

 
Read solution

LoadingAdd to solve later

Eigenvalues and Eigenvectors of The Cross Product Linear Transformation

Problem 593

We fix a nonzero vector $\mathbf{a}$ in $\R^3$ and define a map $T:\R^3\to \R^3$ by
\[T(\mathbf{v})=\mathbf{a}\times \mathbf{v}\] for all $\mathbf{v}\in \R^3$.
Here the right-hand side is the cross product of $\mathbf{a}$ and $\mathbf{v}$.

(a) Prove that $T:\R^3\to \R^3$ is a linear transformation.

(b) Determine the eigenvalues and eigenvectors of $T$.

 
Read solution

LoadingAdd to solve later

Diagonalize the $2\times 2$ Hermitian Matrix by a Unitary Matrix

Problem 585

Consider the Hermitian matrix
\[A=\begin{bmatrix}
1 & i\\
-i& 1
\end{bmatrix}.\]

(a) Find the eigenvalues of $A$.

(b) For each eigenvalue of $A$, find the eigenvectors.

(c) Diagonalize the Hermitian matrix $A$ by a unitary matrix. Namely, find a diagonal matrix $D$ and a unitary matrix $U$ such that $U^{-1}AU=D$.

 
Read solution

LoadingAdd to solve later

Diagonalize the Upper Triangular Matrix and Find the Power of the Matrix

Problem 583

Consider the $2\times 2$ complex matrix
\[A=\begin{bmatrix}
a & b-a\\
0& b
\end{bmatrix}.\]

(a) Find the eigenvalues of $A$.

(b) For each eigenvalue of $A$, determine the eigenvectors.

(c) Diagonalize the matrix $A$.

(d) Using the result of the diagonalization, compute and simplify $A^k$ for each positive integer $k$.

 
Read solution

LoadingAdd to solve later

Rotation Matrix in the Plane and its Eigenvalues and Eigenvectors

Problem 550

Consider the $2\times 2$ matrix
\[A=\begin{bmatrix}
\cos \theta & -\sin \theta\\
\sin \theta& \cos \theta \end{bmatrix},\] where $\theta$ is a real number $0\leq \theta < 2\pi$.

 

(a) Find the characteristic polynomial of the matrix $A$.

(b) Find the eigenvalues of the matrix $A$.

(c) Determine the eigenvectors corresponding to each of the eigenvalues of $A$.

Read solution

LoadingAdd to solve later

Diagonalize the Complex Symmetric 3 by 3 Matrix with $\sin x$ and $\cos x$

Problem 533

Consider the complex matrix
\[A=\begin{bmatrix}
\sqrt{2}\cos x & i \sin x & 0 \\
i \sin x &0 &-i \sin x \\
0 & -i \sin x & -\sqrt{2} \cos x
\end{bmatrix},\] where $x$ is a real number between $0$ and $2\pi$.

Determine for which values of $x$ the matrix $A$ is diagonalizable.
When $A$ is diagonalizable, find a diagonal matrix $D$ so that $P^{-1}AP=D$ for some nonsingular matrix $P$.

 
Read solution

LoadingAdd to solve later

Unit Vectors and Idempotent Matrices

Problem 527

A square matrix $A$ is called idempotent if $A^2=A$.


(a) Let $\mathbf{u}$ be a vector in $\R^n$ with length $1$.
Define the matrix $P$ to be $P=\mathbf{u}\mathbf{u}^{\trans}$.

Prove that $P$ is an idempotent matrix.


(b) Suppose that $\mathbf{u}$ and $\mathbf{v}$ be unit vectors in $\R^n$ such that $\mathbf{u}$ and $\mathbf{v}$ are orthogonal.
Let $Q=\mathbf{u}\mathbf{u}^{\trans}+\mathbf{v}\mathbf{v}^{\trans}$.

Prove that $Q$ is an idempotent matrix.


(c) Prove that each nonzero vector of the form $a\mathbf{u}+b\mathbf{v}$ for some $a, b\in \R$ is an eigenvector corresponding to the eigenvalue $1$ for the matrix $Q$ in part (b).

 
Read solution

LoadingAdd to solve later

Compute $A^{10}\mathbf{v}$ Using Eigenvalues and Eigenvectors of the Matrix $A$

Problem 485

Let
\[A=\begin{bmatrix}
1 & -14 & 4 \\
-1 &6 &-2 \\
-2 & 24 & -7
\end{bmatrix} \quad \text{ and }\quad \mathbf{v}=\begin{bmatrix}
4 \\
-1 \\
-7
\end{bmatrix}.\] Find $A^{10}\mathbf{v}$.

You may use the following information without proving it.
The eigenvalues of $A$ are $-1, 0, 1$. The eigenspaces are given by
\[E_{-1}=\Span\left\{\, \begin{bmatrix}
3 \\
-1 \\
-5
\end{bmatrix} \,\right\}, \quad E_{0}=\Span\left\{\, \begin{bmatrix}
-2 \\
1 \\
4
\end{bmatrix} \,\right\}, \quad E_{1}=\Span\left\{\, \begin{bmatrix}
-4 \\
2 \\
7
\end{bmatrix} \,\right\}.\]

(The Ohio State University, Linear Algebra Final Exam Problem)

 
Read solution

LoadingAdd to solve later

A Linear Transformation Preserves Exactly Two Lines If and Only If There are Two Real Non-Zero Eigenvalues

Problem 472

Let $T:\R^2 \to \R^2$ be a linear transformation and let $A$ be the matrix representation of $T$ with respect to the standard basis of $\R^2$.

Prove that the following two statements are equivalent.

(a) There are exactly two distinct lines $L_1, L_2$ in $\R^2$ passing through the origin that are mapped onto themselves:
\[T(L_1)=L_1 \text{ and } T(L_2)=L_2.\]

(b) The matrix $A$ has two distinct nonzero real eigenvalues.

 
Read solution

LoadingAdd to solve later

Diagonalize a 2 by 2 Matrix $A$ and Calculate the Power $A^{100}$

Problem 466

Let
\[A=\begin{bmatrix}
1 & 2\\
4& 3
\end{bmatrix}.\]

(a) Find eigenvalues of the matrix $A$.

(b) Find eigenvectors for each eigenvalue of $A$.

(c) Diagonalize the matrix $A$. That is, find an invertible matrix $S$ and a diagonal matrix $D$ such that $S^{-1}AS=D$.

(d) Diagonalize the matrix $A^3-5A^2+3A+I$, where $I$ is the $2\times 2$ identity matrix.

(e) Calculate $A^{100}$. (You do not have to compute $5^{100}$.)

(f) Calculate
\[(A^3-5A^2+3A+I)^{100}.\] Let $w=2^{100}$. Express the solution in terms of $w$.

 
Read solution

LoadingAdd to solve later

A Matrix Equation of a Symmetric Matrix and the Limit of its Solution

Problem 457

Let $A$ be a real symmetric $n\times n$ matrix with $0$ as a simple eigenvalue (that is, the algebraic multiplicity of the eigenvalue $0$ is $1$), and let us fix a vector $\mathbf{v}\in \R^n$.

(a) Prove that for sufficiently small positive real $\epsilon$, the equation
\[A\mathbf{x}+\epsilon\mathbf{x}=\mathbf{v}\] has a unique solution $\mathbf{x}=\mathbf{x}(\epsilon) \in \R^n$.

(b) Evaluate
\[\lim_{\epsilon \to 0^+} \epsilon \mathbf{x}(\epsilon)\] in terms of $\mathbf{v}$, the eigenvectors of $A$, and the inner product $\langle\, ,\,\rangle$ on $\R^n$.

 
(University of California, Berkeley, Linear Algebra Qualifying Exam)

Read solution

LoadingAdd to solve later