Aloha :)
Eine lineare Abbildung \(f\) muss additiv und homogen sein, das heißt:$$f(x+y)=f(x)+f(y)\quad;\quad f(a\cdot x)=a\cdot f( x)\quad;\quad a\in\mathbb K$$
zu i) Eine lineare Abbildung \(f\) muss die \(0\) auf die \(0\) abbilden, denn:$$f(0)=f(0+0)=f(0)+f(0)=2\cdot f(0)\implies f(0)=0$$Das ist immer das erste Kriterium, das man prüft. Hier ist$$T_1(0)=\binom{0}{1}\ne\binom{0}{0}$$\(T_1\) ist daher nicht linear.
zu ii) Wir prüfen die Homogenität:$$T_2(a\cdot\vec x)=T_2\binom{ax_1}{ax_2}=(ax_1)^2+(ax_2)^2=a^2(x_1^2+x_2^2)=a^2\cdot T_2\binom{x_1}{x_2}\ne a\cdot T_2(\vec x)$$Die Homogenität ist verletzt, also ist \(T_2\) nicht linear.
zu iii) Hier können wir eine Abbildungsmatrix \(\mathbf A\) angeben, sodass die Abbildung wegen$$\mathbf A\cdot(\vec x+\vec y)=\mathbf A\cdot\vec x+\mathbf A\cdot\vec y\quad;\quad \mathbf A\cdot(a\cdot\vec x)=a\cdot (\mathbf A\cdot\vec x)$$automatisch linear ist:$$T_3\begin{pmatrix}x_1\\x_2\\x_3\end{pmatrix}=\binom{x_1+x_2}{x_3}=\binom{1}{0}x_1+\binom{1}{0}x_2+\binom{0}{1}x_3=\underbrace{\begin{pmatrix}1 & 1 & 0\\0 & 0 & 1\end{pmatrix}}_{\eqqcolon \mathbf A}\begin{pmatrix}x_1\\x_2\\x_3\end{pmatrix}$$\(T_3\) ist also linear.
zu iv) Wir prüfen die Homogenität:$$T_4(c\cdot\vec x)=\|c\cdot\vec x\|=\sqrt{(c\cdot\vec x)(c\cdot\vec x)^\ast}=\sqrt{cc^\ast\vec x\vec x^\ast}=\sqrt{|c|^2|\vec x|^2}$$$$\phantom{T_4(c\cdot\vec x)}=|c|\cdot\sqrt{|\vec x|^2}=|c|\cdot\|\vec x\|\ne c\cdot\|\vec x\|$$\(T_4\) ist also nicht linear, weil die Homogenität verletzt ist.
zu b) Da \(S:U\to V\) und \(T:V\to W\) lineare Abbildungen sind, gibt es entsprechende Abbildungsmatrizen \(\mathbf S\) und \(\mathbf T\), sodass gilt:$$(\mathbf T\circ \mathbf S)(\vec x+\vec y)=(\mathbf T\!\cdot\!\mathbf S)(\vec x+\vec y)=(\mathbf T\!\cdot\!\mathbf S)\!\cdot\!\vec x+(\mathbf T\!\cdot\!\mathbf S)\!\cdot\!\vec y=(\mathbf T\circ\mathbf S)(\vec x)+(\mathbf T\circ\mathbf S)(\vec y)$$$$(\mathbf T\circ\mathbf S)(a\vec x)=(\mathbf T\cdot\mathbf S)\cdot(a\cdot\vec x)=a\cdot(\mathbf T\cdot\mathbf S)\cdot\vec x=a\cdot(\mathbf T\circ\mathbf S)(\vec x)$$