Define $T : \mathbb{R}^2 → \mathbb{R}$ ( $\mathbb{R}^2$ & $\mathbb{R}$ being equipped with the Euclidean norm) by $T ( x,y ) = 2x + y , ∀( x,y )∈ \mathbb{R}^2$. Determine $||T||$.
My thoughts:-
We know that
$ \qquad \left\|{T}\right\| = \sup \left\{{\left|{Th}\right|: \left\|{h}\right\| = 1}\right\}$
here $h=(x,y)$ and $||h||=\sqrt{x^2+y^2}=1$
So we need to find out the maximum value of $2x+y$ with the condition that $x^2+y^2=1$.
Am I right?