Problem
Let $T$ rotates every point through the same angle $\phi$ about the origin. That is, $T$ maps a point with polar coordinates $(r,\theta)$ onto the point with polar coordinates $(r,\theta+\phi)$, where $\phi$ is fixed. Also, $T$ maps $0$ onto itself. Is $T$ linear?
$T$ is linear but I am not able to prove it.
Attempt
\begin{align*} &\, T(r_1,\theta_1) + T(r_2,\theta_2) \\ =&\, (r_1,\theta_1+\phi) + (r_2,\theta_2+\phi) \\ =&\, (r_1+r_2, \theta_1+\theta_2+2\phi) \\ \neq&\, T((r_1,\theta_1),(r_2,\theta_2)) \end{align*} What I am missing ?
You must show linearity of $T$ in regard of the vectors: E.g. $$ T(\lambda u + \mu v) = \lambda T(u) + \mu T(v) $$ where $u$ and $v$ are arbitrary vectors of your vector space and $\lambda$ and $\mu$ arbitrary scalars of the field.