For a fixed non-zero vector b =$\left(
\begin{array}{c}
b_1 \\
b_2 \\
b_3\\
\end{array}
\right)$
, the mapping $\;T : \mathbb R^{3}\ \to\ \mathbb R^{3}\\;$
is defined by
$T$(x) = x $\times$ b,
where $\times$ denotes the cross product.
i) Show that T is linear.
ii) Find nullity(T). Give a reason.
iii) Find rank(T). Give a reason.
iv) If b =$\left(
\begin{array}{c}
1 \\
0 \\
3\\
\end{array}
\right)$
, find the matrix $A$ such that T(x) = $A$x.
So far, i) is shown with a zero vector and iv) matrix A is found, with matrix $A$ =$\left(
\begin{array}{c}
3 & 0 & 0\\
-3 &0 & 1\\
0 & -1 & 0\\
\end{array}
\right)$
Well, not sure if iv) is right but thats what I got.
The problem is about ii) and iii), if either of them is found, then the other one will be found as well, I have got no idea how to find the nullity without a clear matrix...
Thank you.
Linearity results from the properties of the cross-product:
The image of $T $ is the plane orthogonal to $\mathbf b$. It certainly is contained in that plane. Conversely, let $\mathbf u$ be a vector that is orthogonal to $\mathbf b$. Then, by the double cross product formula: $$\mathbf b\times(\mathbf b\times \mathbf u)=\mathbf b(\mathbf b\cdot \mathbf u)-\mathbf u(\mathbf b\cdot \mathbf b)=-\mathbf u(\mathbf b\cdot \mathbf b),$$ so that $$\mathbf u=T\Bigl(\frac{\mathbf b\times \mathbf u}{\mathbf b\cdot\mathbf b}\Bigr).$$ Hence $\operatorname{rank}(T)=2$.
The matrix $A$ must be antisymmetric. The coordinates of $\mathbf x\times \mathbf b$ are given by the minors of the matrix:$$\begin{bmatrix}x_1&b_1\\x_2&b_2\\x_3&b_3 \end{bmatrix}$$ We find $x\mathbf=\begin{bmatrix}b_3x_2-b_2x_3\\b_1x_3-b_3x_1\\b_2x_1-b_1x_2\end{bmatrix} $, whence the matrix of $T$: $$\begin{bmatrix}0&b_3&-b_2\\-b_3&0&b_1\\b_2&-b_1&0\end{bmatrix}=\begin{bmatrix}0&3&0\\ -3&0&1\\ 0&-1&0\end{bmatrix}$$