
- Calculus, Volume 2: Multi-Variable Calculus and Linear Algebra with Applications to Differential Equations and Probability
- Tom M. Apostol
- Second Edition
- 1991
- 978-1-119-49676-2
2.4 Exercises
In each of Exercises 1 through 10, a transformation $T: V_2 \rightarrow V_2$ is defined by the formula given for $T(x, y),$ where $(x, y)$ is an arbitrary point in $V_2$. In each case determine whether $T$ is linear. If $T$ is linear, describe its null space and range, and compute its nullity and rank.
3. $\quad$ $T(x, y) = (x, 0).$
Solution. $\quad$ Recall from Section 2.1 that if $V$ and $W$ are linear spaces, then a function $T: V \to W$ is called a linear transformation from $V$ into $W$ if it has the following two properties:
$\quad$ (a) $\quad T(x + y) = T(x) + T(y) \quad$ for all $x$ and $y$ in $V,$
$\quad$ (b) $\quad T(cx) = cT(x) \quad$ for all $x$ in $V$ and all scalars $c.$
Let $x = (x_0, x_1),$ $y = (y_0, y_1)$ be elements of $V_2,$ and let $c$ be any scalar. Then, $T(x) = (x_0, 0)$ and $T(y) = (y_0, 0).$ With $x$ and $y$ being elements of $V_2,$ we have component-wise addition and scalar multiplication of elements, giving us: \begin{align*} T(x + y) &= T(x_0 + y_0, x_1 + y_1) \\ &= (x_0 + y_0, 0) \\ &= (x_0, 0) + (y_0, 0) \\ &= T(x) + T(y) \\ \\ T(cx) &= T(cx_0, cx_1) \\ &= (cx_0, 0) \\ &= c(x_0, 0) \\ &= cT(x) \end{align*} Thus, $T(x, y) = (x, 0)$ is a linear transformation. Its null space is the set of all elements in $V_2$ whose first coordinate is zero and its range is the set of all elements in $V_2$ whose second coordinate is zero.
The null space of $T$ is spanned by $\{(0, 1)\},$ hence its nullity is $1,$ and its range is spanned by $\{(1, 0)\}$ hence its rank is $1. \quad \blacksquare$