Finding the 2-norm of a 2x2 matrix

  • Thread starter Thread starter TheFerruccio
  • Start date Start date
  • Tags Tags
    Matrix
TheFerruccio
Messages
216
Reaction score
0

Homework Statement


Find the matrix norm.

Homework Equations



\left(<br /> \begin{array}{cc}<br /> 4 &amp; 2 \\<br /> 2 &amp; 1 \\<br /> \end{array}<br /> \right)

The Attempt at a Solution



There are definitely different ways to solve this. I will use Lagrange multipliers.

\textbf{A}x =<br /> \left(<br /> \begin{array}{cc}<br /> 4x_1+2x_2 \\<br /> 2x_1+x_2 \\<br /> \end{array}<br /> \right)

(\left|\textbf{A}\textbf{x}\right|)^2=(4x_1+2x_2)(4x_1+2x_2)+(2x_1+x_2)(2x_1+x_2)=18x_1^2+20x_1 x_2+5x_2^2

Use Lagrange multipliers at this step, with the condition that the norm of the vector we are using is x. The goal is to find the unit vector such that A maximizes its scaling factor.

f = 18x^2+20x_1x_2+5x_2^2+\mu(x_1^2+x_2^2)

Find the derivatives in the ::x_1:: and ::x_2:: directions and set each to 0.

\frac{\partial f}{\partial x_1}=36x_1+20x_2+2\mu x_1=0
\frac{\partial f}{\partial x_2}=20x_1+10x_2+2\mu x_2=0

I am not sure where to go from here. I know that the norm of the matrix is 5, and I tried comparing coefficients to get different values for ::\mu:: and pick the right ::\mu:: for the right unit vector. If I were to directly compare coefficients, I get two different values for ::\mu::.
First value:
\mu = -18
Second value:
\mu = -5

These are associated with two unit vectors which would make the the two partial derivative equations hold true:
(1,0)
and
(0,1)

These are definitely wrong, because if I use the first unit vector (1,0), the associated magnitude of Ax would be root 18. If I were to use the second unit vector (0,1), the associated magnitude would be root 5.

What am I doing wrong?
 
Physics news on Phys.org
I know this has to be the right method, but the last step that I am taking is wrong. Does anyone have any insight into what is going on? I'm wasting hours on this thing.
 
I guess that's a no.

I take it I can just add up the squares of the indices, take the square root of the whole thing, and get the answer for the norm, which is 5.

But, why doesn't this work for the following matrix?

\left(<br /> \begin{array}{ccc}<br /> -1 &amp; 0 &amp; 0 \\<br /> 0 &amp; 2 &amp; 0 \\<br /> 0 &amp; 0 &amp; 4 \\<br /> \end{array}<br /> \right)

The norm of this matrix is 4, but, when I add the squares, I get \sqrt{21}.
 
I guess my question's not that interesting. Oh well. The test is in a few minutes. Too late now.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top