I've been trying to calculate the norm of $\phi\colon \mathbb R^3\rightarrow \mathbb R$ defined by $\phi(x,y,z)=1.2x-0.6y$.
I really don't know how to this. I did note that $\phi(-2y,y,z)=-3y$, therefore $|\phi(-2y,y,z)|\leq (3/\sqrt5)\|(-2y,y,z)\|$ meaning that $\|f\|\leq 3/\sqrt5$. my assumption that the other inequallity is also true, but I can't prove it.
Thanks
$$\|\varphi\|=\max_{\|v\|=1}\|\varphi(v)\|=\max_{x^2+y^2+z^2=1}|1.2x-0.6y|={3\over \sqrt{5}}$$
You can get the last equality several ways, one of which is by using Lagrange Multipliers on the constrained optimization problem. This will work when your functional is more complicated.
Here, though, you could note that since $\varphi$ is independent of $z$, then the constraint says $y=\pm\sqrt{1-x^2}$ so that $$|1.2x-0.6y|=|1.2x\mp 0.6\sqrt{1-x^2}\,|,$$ which is maximized when $x=\pm 2/\sqrt{5}\implies y=\mp 1/\sqrt{5}$, and the maximum is $3/\sqrt{5}$.
Looking at this might help solidify the geometry of this concept.