
Exercise 1
Instructorβs Solutions Manual, Section 3A
Suppose π,π β π. Define πβΆπ βπ by
π(π₯, π¦, π§) = (2π₯ β 4π¦ + 3π§ + π, 6π₯ + ππ₯π¦π§). Show that π is linear if and only if π = π = 0.
SOLUTION:
First suppose π = π = 0. Then
π(π₯, π¦, π§) = (2π₯ β 4π¦ + 3π§, 6π₯), which easily implies that π is linear.
Conversely, now suppose that π is linear. Note that
π(0,0,0) = (π,0). Note that π(1,1,1 )= (1,6+π) and π(2,2,2)=(2,12+8π).
>[!error] arithmetic error
> T(1,1,1) = (1 + b, 6+c)
> T(2,2,2) = (2 + b, 12 + 8c)
Now 3.10 implies that π = 0.
The equation π(2, 2, 2) = 2π(1, 1, 1) implies that 12+8π = 12+2π, which implies that π = 0.
---
Suppose $( b, c \in \mathbb{R} )$. Define $\( T: \mathbb{R} \to \mathbb{R} \)$ by
\[ T(x, y, z) = (2x - 4y + 3z + b, 6x + cx yz). \]
Show that \( T \) is linear if and only if \( b = c = 0 \).
**Solution:**
First suppose \( b = c = 0 \). Then
\[ T(x, y, z) = (2x - 4y + 3z, 6x), \]
which easily implies that \( T \) is linear.
Conversely, now suppose that \( T \) is linear. Note that
\[ T(0,0,0) = (b,0). \]
Note that \( T(1,1,1) = (1,6+c) \) and \( T(2,2,2) = (2,12+8c) \).
>[!error] arithmetic error
> T(1,1,1) = (1 + b, 6+c)
> T(2,2,2) = (2 + b, 12 + 8c)
Now \( 3.10 \) implies that \( b = 0 \).
The equation \( T(2, 2, 2) = 2T(1, 1, 1) \) implies that \( 12+8c = 12+2c \),
which implies that \( c = 0 \).
---
Commentary:
$\textbf{Section 3A}$
$\textbf{Exercise 1.}$ Suppose $b, c \in \mathbb{R}$. Define $T : \mathbb{R}^3 \to \mathbb{R}^2$ by $T(x, y, z) = (2x - 4y + 3z + b, 6x + cxyz).$ Show that $T$ is linear if and only if $b = c = 0$.
$\textbf{Solution 1.}$ First suppose $b = c = 0$. Then $T(x, y, z) = (2x - 4y + 3z, 6x),$ which easily implies that $T$ is linear.
Conversely, now suppose that $T$ is linear. Note that $T(0, 0, 0) = (b, 0).$ Now 3.10 implies that $b = 0$.
Note that $T(1, 1, 1) = (1, 6 + c) \text{ and } T(2, 2, 2) = (2, 12 + 8c).$ The equation $T(2, 2, 2) = 2T(1, 1, 1)$ implies that $12 + 8c = 12 + 2c$, which implies that $c = 0$.
$\textit{Commentary:}$ This exercise explores the conditions under which a given function $T : \mathbb{R}^3 \to \mathbb{R}^2$ is a linear map. The function $T$ is defined in terms of two parameters $b$ and $c$, and the exercise asks to prove that $T$ is linear if and only if both $b$ and $c$ are zero.
The proof of the forward direction is straightforward: if $b = c = 0$, then $T(x, y, z) = (2x - 4y + 3z, 6x)$, which is clearly linear in $x$, $y$, and $z$.
The proof of the reverse direction uses the properties of linear maps. First, it uses the fact that linear maps send 0 to 0 (property 3.10) to conclude that $b$ must be 0. Then, it considers the specific vectors $(1, 1, 1)$ and $(2, 2, 2)$ and uses the fact that linear maps preserve scalar multiplication (i.e., $T(2v) = 2T(v)$) to conclude that $c$ must be 0.
This exercise provides practice in using the defining properties of linear maps to prove results about them. It also illustrates that a function that looks "almost linear" (like $T$ with nonzero $b$ or $c$) can fail to be linear.
$\textit{Examples:}$
1. Define $T : \mathbb{R}^2 \to \mathbb{R}^2$ by $T(x, y) = (2x - y + 3, xy)$. Then $T$ is not linear, because $T(0, 0) = (3, 0) \neq (0, 0)$.
2. Define $T : \mathbb{C}^2 \to \mathbb{C}$ by $T(z, w) = iz + w + 1$. Then $T$ is not linear, because $T(0, 0) = 1 \neq 0$.
3. Define $T : \mathcal{P}_2(\mathbb{R}) \to \mathbb{R}^3$ by $T(a + bx + cx^2) = (a, b + c, ac)$. Then $T$ is not linear, because $T(2p) \neq 2T(p)$ in general (consider $p(x) = 1 + x + x^2$).
These examples demonstrate various ways in which a function between vector spaces can fail to be linear. The failures can be due to not sending 0 to 0, not preserving scalar multiplication, or not preserving addition. Understanding these failures helps to build intuition about the stringent requirements of linearity.