The method of linear transformation I have been using is:
\begin{aligned} & \text { (The Question I will be using to show my method:) } T(x, y)=(x+1, y) \\ & T(u+v)=T\left(x_1+x_2, y_1+y_2\right) \\ & =\left(x_1+x_2+1+1\right),\left(y_1+y_2\right) \\ & =\left(x_1+1, y_1\right),\left(x_2+1, y_2\right) \\ & T(u)+T(v) \\ & T\left(x_1, y_1\right)+T\left(x_2, y_2\right) \\ & =\left[x_1+1, y_1\right]+\left[x_2+1, y_2\right] \\ & \end{aligned}
What I have done here is I found out the value for T(u+v) and then proved it to T(u) + T(v)
Q1: Is my method correct & do there needs to be some adjustments ?
Q2: Every question that i solve using this method comes out to be a linear transformation. So , when do i not get a linear transformation ? It would be great if u could give a example
Note that a linear transformation $T: V \to W$ must satisfy the following:
With these, we have the fact that $T(0) = 0,$ that is, zeros map to zeros.
The map $T(x, y) = (x+1, y)$ is additive but is certainly not homogeneous, for $T(\lambda(x, y)) = (\lambda x + 1, \lambda y) \neq \lambda(x + 1, y).$ So, this map is not linear.
You can also quickly check that it fails to be linear since $T((0, 0)) = (1, 0).$ I remark that this map $T$ is an affine map, but not linear.