Let $A = \begin{bmatrix} - 4&0\\0&1\end{bmatrix}$. Calculate ${\|A\|}_2$.
What I've tried: I know that ${\|A\|}_2 = \sup_{x\neq 0}\frac{{\|Ax\|}_2}{{\|x\|}_2}$. So I get $${\|A\|}_2 = \sup_{x\neq 0} \dfrac{\sqrt{16x_1^2+ x_2^2}}{\sqrt{x_1^2 + x_2^2}} = \sup_{x\neq 0} \sqrt{\frac{15x_1^2}{x_1^2+x_2^2}+1}.$$ I'm not sure how to proceed here, since I would assume that I can increase $x_1^2$ as much as I want so that I would get ${\|A\|}_2 = \infty$.
Question: Is my answer correct? If not; what am I doing wrong?
Thanks!
If you increase $x_1^2$, then you also increase $x_1^2+x_2^2$, and since that number appears in the denominator, you have no reason to believe $\|A\|_2=\infty$.
So no, your answer is not correct.
To get the corect answer, you have two options:
Option $1$:
Use the alternative definition of $\|A\|_2$ which states $$\|A\|_2=\max_{\|x\|=1}\|Ax\|$$
which allows you to assume $x_1^2+x_2^2=1$
Option $2$
Since you are calculating the supremum of the expression $$\sqrt{\frac{15x_1^2}{x_1^2+x_2^2} + 1}$$
you need to see how big that expression gets. You can see, for example, that the expression is (at a fixed value of $x_1$) the biggest when $x_2=0$. What's the value of the expression at that point?