Vector Space of 2 by 2 Traceless Matrices

Ohio State University exam problems and solutions in mathematics

Problem 601

Let $V$ be the vector space of all $2\times 2$ matrices whose entries are real numbers.
Let
\[W=\left\{\, A\in V \quad \middle | \quad A=\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix} \text{ for any } a, b, c\in \R \,\right\}.\]

(a) Show that $W$ is a subspace of $V$.

(b) Find a basis of $W$.

(c) Find the dimension of $W$.

(The Ohio State University, Linear Algebra Midterm)
 
LoadingAdd to solve later

Sponsored Links


Solution.

(a) Show that $W$ is a subspace of $V$.

To show that $W$ is a subspace of $V$, we verify the following subspace criteria.

  1. The zero vector in $V$ is in $W$.
  2. For all $A, B\in W$, the sum $A+B \in W$.
  3. For all $A\in W$ and $r\in \R$, the scalar multiplication $rA\in W$.

Note that the zero vector in $V$ is the zero matrix $\begin{bmatrix}
0& 0 \\ 0& 0
\end{bmatrix}$.
The zero matrix corresponds to the matrix in $W$ with $a=b=c=0$, and hence the zero vector of $V$ is in $W$.
Condition 1 is met.


To verify condition 2, let
\[A=\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix} \text{ and } A’=\begin{bmatrix}
a’ & b’\\
c’& -a’
\end{bmatrix}\] be arbitrary elements in $W$, where $a, b, c, d, a’, b’, c’, d’\in \R$.
Then we have
\[A+A’=\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix} +\begin{bmatrix}
a’ & b’\\
c’& -a’
\end{bmatrix}=\begin{bmatrix}
a+a’ & b+b’\\
c+c’& -(a+a)’
\end{bmatrix}\] and this is of the form of elements of $W$. Hence $A+A’\in W$ and condition 2 is met.


Finally, let us check condition 3.
Let $\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix}$ be an arbitrary element in $W$ and let $r\in \R$ be any real number.

Then we have
\begin{align*}
rA=r\cdot \begin{bmatrix}
a & b\\
c& -a
\end{bmatrix}=\begin{bmatrix}
ra & rb\\
rc& -(ra)
\end{bmatrix}
\end{align*}
and this is of the form of the elements of $W$. Thus $rA\in W$ and condition 3 is met.

Therefore, by the subspace criteria, we conclude that $W$ is a subspace of $V$.

(b) Find a basis of $W$.

Any vector $A=\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix}$ in the subspace $W$ can be written as
\[\begin{bmatrix}
a & b\\
c& -a
\end{bmatrix}=a\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}+b\begin{bmatrix}
0 & 1\\
0& 0
\end{bmatrix}+c\begin{bmatrix}
0 & 0\\
1& 0
\end{bmatrix}.\] It follows that the matrices
\[\begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}, \begin{bmatrix}
0 & 1\\
0& 0
\end{bmatrix}, \begin{bmatrix}
0 & 0\\
1& 0
\end{bmatrix}\] span the subspace $W$.


If the above linear combination is the zero matrix, then $a=b=c=0$.
This implies that these matrices are linearly independent.

Thus,
\[\left\{\, \begin{bmatrix}
1 & 0\\
0& -1
\end{bmatrix}, \begin{bmatrix}
0 & 1\\
0& 0
\end{bmatrix}, \begin{bmatrix}
0 & 0\\
1& 0
\end{bmatrix}\,\right\}\] is a basis for $W$.

(c) Find the dimension of $W$.

As the basis we obtained contains three vectors, the dimension of $W$ is $3$.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Determine the Dimension of a Mysterious Vector Space From Coordinate VectorsDetermine the Dimension of a Mysterious Vector Space From Coordinate Vectors Let $V$ be a vector space and $B$ be a basis for $V$. Let $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, \mathbf{w}_4, \mathbf{w}_5$ be vectors in $V$. Suppose that $A$ is the matrix whose columns are the coordinate vectors of $\mathbf{w}_1, \mathbf{w}_2, \mathbf{w}_3, […]
  • Subspace of Skew-Symmetric Matrices and Its DimensionSubspace of Skew-Symmetric Matrices and Its Dimension Let $V$ be the vector space of all $2\times 2$ matrices. Let $W$ be a subset of $V$ consisting of all $2\times 2$ skew-symmetric matrices. (Recall that a matrix $A$ is skew-symmetric if $A^{\trans}=-A$.) (a) Prove that the subset $W$ is a subspace of $V$. (b) Find the […]
  • Hyperplane Through Origin is Subspace of 4-Dimensional Vector SpaceHyperplane Through Origin is Subspace of 4-Dimensional Vector Space Let $S$ be the subset of $\R^4$ consisting of vectors $\begin{bmatrix} x \\ y \\ z \\ w \end{bmatrix}$ satisfying \[2x+3y+5z+7w=0.\] Then prove that the set $S$ is a subspace of $\R^4$. (Linear Algebra Exam Problem, The Ohio State […]
  • Determine Whether Given Subsets in $\R^4$ are Subspaces or NotDetermine Whether Given Subsets in $\R^4$ are Subspaces or Not (a) Let $S$ be the subset of $\R^4$ consisting of vectors $\begin{bmatrix} x \\ y \\ z \\ w \end{bmatrix}$ satisfying \[2x+4y+3z+7w+1=0.\] Determine whether $S$ is a subspace of $\R^4$. If so prove it. If not, explain why it is not a […]
  • Linear Transformation and a Basis of the Vector Space $\R^3$Linear Transformation and a Basis of the Vector Space $\R^3$ Let $T$ be a linear transformation from the vector space $\R^3$ to $\R^3$. Suppose that $k=3$ is the smallest positive integer such that $T^k=\mathbf{0}$ (the zero linear transformation) and suppose that we have $\mathbf{x}\in \R^3$ such that $T^2\mathbf{x}\neq \mathbf{0}$. Show […]
  • Quiz 5: Example and Non-Example of Subspaces in 3-Dimensional SpaceQuiz 5: Example and Non-Example of Subspaces in 3-Dimensional Space Problem 1 Let $W$ be the subset of the $3$-dimensional vector space $\R^3$ defined by \[W=\left\{ \mathbf{x}=\begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix}\in \R^3 \quad \middle| \quad 2x_1x_2=x_3 \right\}.\] (a) Which of the following vectors are in the subset […]
  • Given All Eigenvalues and Eigenspaces, Compute a Matrix ProductGiven All Eigenvalues and Eigenspaces, Compute a Matrix Product Let $C$ be a $4 \times 4$ matrix with all eigenvalues $\lambda=2, -1$ and eigensapces \[E_2=\Span\left \{\quad \begin{bmatrix} 1 \\ 1 \\ 1 \\ 1 \end{bmatrix} \quad\right \} \text{ and } E_{-1}=\Span\left \{ \quad\begin{bmatrix} 1 \\ 2 \\ 1 \\ 1 […]
  • Basis of Span in Vector Space of Polynomials of Degree 2 or LessBasis of Span in Vector Space of Polynomials of Degree 2 or Less Let $P_2$ be the vector space of all polynomials of degree $2$ or less with real coefficients. Let \[S=\{1+x+2x^2, \quad x+2x^2, \quad -1, \quad x^2\}\] be the set of four vectors in $P_2$. Then find a basis of the subspace $\Span(S)$ among the vectors in $S$. (Linear […]

You may also like...

6 Responses

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Vector Space Problems and Solutions
Find an Orthonormal Basis of $\R^3$ Containing a Given Vector

Let $\mathbf{v}_1=\begin{bmatrix} 2/3 \\ 2/3 \\ 1/3 \end{bmatrix}$ be a vector in $\R^3$. Find an orthonormal basis for $\R^3$ containing...

Close