Show the following define norms on R2

  • Thread starter Thread starter Shackleford
  • Start date Start date
Shackleford
Messages
1,649
Reaction score
2
norm (x) = abs(x1) + abs(x2)

norm (x) = 2abs(x1) + 3abs(x2)

It satisfied the first two properties, but I'm having trouble showing the Triangle Inequality is true. Proving the Triangle Inequality for the Euclidean norm is easy because you can get both sides into the Cauchy-Schwartz Inequality. However, I can't get these in that form. I'm wondering, though, if I could use the absolute value sum inequality to simply show it's true since the vectors are added component-wise.

abs(A + B) < /equal to abs(A) + abs(B)
 
Physics news on Phys.org
Let x = (x1, x2) and y = (y1, y2). Then, by definition ||x+y|| = |x1 + y1| + |x2 + y2|. Now simply use the triangle inequality for the standard Euclidean norm.
 
radou said:
Let x = (x1, x2) and y = (y1, y2). Then, by definition ||x+y|| = |x1 + y1| + |x2 + y2|. Now simply use the triangle inequality for the standard Euclidean norm.

I'm supposed to show the triangle inequality is true for this definition of a 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