Question 1
Consider the linear operator [itex]A:\mathbb{R}^2\rightarrow\mathbb{R}^2[/itex] given by the matrix
[tex]\left(\begin{array}{cc}<br />
-2 & 0 \\<br />
0 & 1 \\<br />
\end{array}\right)[/tex]
Prove that [itex]A[/itex] is bounded with [itex]\|A\|=2[/itex]
Solution
Okay, here the first thing I did was notice that [itex]A[/itex] is a linear operator, so it takes a 2-element 'vector' [itex](x,y) \in \mathbb{R}^2[/itex] and maps it to another.
So by applying the transformation matrix [itex]A[/itex] to a vector we have
[tex]\left(\begin{array}{cc}<br />
-2 & 0 \\<br />
0 & 1 \\<br />
\end{array}\right)\left(\begin{array}{c}<br />
x \\<br />
y \\<br />
\end{array}\right)= \left(\begin{array}{c}<br />
-2x\\<br />
y \\<br />
\end{array}\right)[/tex]
So we have that [itex]\|A\textbf{x}\| = 2x+y[/itex] which implies that
[tex]\|A\textbf{x}\|^2 = 4x^2 +y^2[/itex].<br />
<br />
Now I am stuck. I need to prove that [itex]\|A\| \leq M\|x\|[/itex], but I have no methods of proceeding any further.<br />
<br />
I have a idea that maybe we let<br />
<br />
[tex]\|A\|^2 = \max\{4x^2+y^2\}[/tex]<br />
<br />
subject to some sort of constraint. But I have no idea what constraint and even if this is the correct path. Any ideas or suggestions?[/tex]