Find Norm on R2 with ||(0,1)||=1=||(1,0)|| & ||(1,1)||=0.000001

  • Thread starter Thread starter cummings12332
  • Start date Start date
  • Tags Tags
    Norm
cummings12332
Messages
38
Reaction score
0

Homework Statement


find a norm on R2 for which||(0,1)||=1=||(1,0)|| but ||(1,1)||=0.000001




Homework Equations


hints: ||(a,b)|| = A |a+b|+B|a-b


The Attempt at a Solution


by the hints i have A+B=1 and 2A=0.000001
then solved the equations system i get A=0.0000005 B=1-A=0.9999995 then ||(a,b)|| = 0.000001|a+b|+0.9999995 |a-b|

is it the answers?
 
Physics news on Phys.org
cummings12332 said:

Homework Statement


find a norm on R2 for which||(0,1)||=1=||(1,0)|| but ||(1,1)||=0.000001




Homework Equations


hints: ||(a,b)|| = A |a+b|+B|a-b


The Attempt at a Solution


by the hints i have A+B=1 and 2A=0.000001
then solved the equations system i get A=0.0000005 B=1-A=0.9999995 then ||(a,b)|| = 0.000001|a+b|+0.9999995 |a-b|

is it the answers?
Yes, these values satisfy the given conditions.
 
Another solution would be to use a p-norm:
||(a,b)|| = (a^p + b^p)^{1/p}
with p \geq 1. This will satisfy ||(1,0)|| = ||(0,1)|| = 1 for any p, so all you have to do is solve for the p which gives the desired result for ||(1,1)||.
 
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