Is this a valid step?||Ax|| + ||Bx|| <= ||A||*||x|| + ||B||*||x||

  • Thread starter Thread starter EvLer
  • Start date Start date
EvLer
Messages
454
Reaction score
0
Is this a valid step?

||Ax|| + ||Bx|| <= ||A||*||x|| + ||B||*||x|| ??

where A and B are actually matrices, x is a vector but actually it can be reduced to just numbers and a variable, respectively. And ||x|| = sqrt (x*x)

thanks as always :)
 
Physics news on Phys.org
It suffices to know that if M is any matrix and v is any vector (such that Mv is defined), then ||Mv|| \leq ||M||\, ||v||. What's the definition of ||M||?
 
I don't know... what I actually have to prove is that ||A+B|| <= ||A|| + ||B|| follows from a norm of a matrix A:
||A|| = max (||Ax||/||x||)
 
||A+B||=max(|(A+B)x|/|x|=max(|Ax+Bx|)/|x| and Ax and Bx are just vectors...so you can just use the triangle inequalities.

Also, do note, your defintion for norm is wrong. You have to some constraint on x. The most common is |x|<=1.

Alos, I don't know if you realize this or not, but you're suppose to be taking the vector norm of Ax divided by the vector norm of x.
 
EvLer said:
I don't know... what I actually have to prove is that ||A+B|| <= ||A|| + ||B|| follows from a norm of a matrix A:
||A|| = max (||Ax||/||x||)
Well what don't you get? You want to prove:

||Ax|| + ||Bx|| \leq ||A||\, ||x|| + ||B||\, ||x||

to do this, it suffices to prove:

||Ax|| \leq ||A||\, ||x||

and

||Bx|| \leq ||B||\, ||x||

right? But there's nothing special about A and B, all you really need to show is that for any matrix M and any vector v that:

||Mv|| \leq ||M||\, ||v||

right? Well, if v is 0, then the inequality holds (and in fact, it's an equality, 0=0). If v is non-zero, then the above is equivalent to:

||Mv||/||v|| \leq ||M||

But the very definition of the norm of a matrix is:

\sup _{v \neq 0} ||Mv||/||v||

(which is pretty much the definition you gave, except you used "max" instead of "sup" which isn't a big deal, and you forgot to rule out x=0, since in that case ||Ax||/||x|| is undefined). So when v is non-zero,

||M|| \geq ||Mv||/||v||

by the very definition of the matrix norm.
 
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