Let $T\colon\mathbb{R^3}\to\mathbb{R^3}$ denotes linear transformation which rotates by $\frac{\pi}{3}$ counter-clockwise along the vector $u=(1,1,1)$.
If $T(0,1,0)=(a,b,c)$, Find $3a^2+b^2+c^2$.
My Attempt
Consider a plane which contains a point $(0,1,0)$ and uses $u$ as normal vector.
Then I got : $x+y+z=1$.
Since $T$ is rotation, $T(0,1,0)=(a,b,c)$ must be on the same plane $x+y+z=1$.
This means $a+b+c=1$.
Again, $T$ preserves norm of vector : $1=|(0,1,0)|=|T(a,b,c)|=a^2+b^2+c^2$.
So, I got two equations :
$$a+b+c=1 \\ a^2+b^2+c^2=1$$
I want to Find $a, b, c$ without finding exact form of $T$ but I need one more equation about $a,b,c$ to solve this system.
Is there any property of rotation which can give me one more equation about $a,b,c$?