1
$\begingroup$

Given the norm $||(x,y)|| = 2|x| +\frac{1}{3}|y|$. Sketch the open ball at the on the origin $(0,0)$, and radius $1$.

I understand that the sketch of an open ball withina set looks like the image attached, enter image description here in a general case, but have no idea how to sketch one applying the above norm to the situation.

i understand that in the case of $B_{r}(a)=\{x \in X | d(x,a) < r\}$ in this case, $a = (0,0)$, and $r = 1$. Could someone please help as to how to sketch it?

Thanks

  • 0
    A ball only looks like a circle with the euclidean norm. i.e the set of all $||(x,y)|| = \sqrt{x^2 + y^2} < \delta$ With another norm a ball will look the graph of of all (x,y) where $||(x,y)|| = N(x,y) < \delta$ for some function $N$. In this case just graph $||(x,y)||=2|x| + \frac 13 |y| < 1$.2017-01-12
  • 0
    In the taxi-cab geometry where $||(x,y)|| = |x| + |y|$ then the open balls are all squares. As the graph of all points all equal distance from the center took the shape of a square Martin Gardener (????) once quipped it was a very easy way to square a circle. (????? Maybe it was Isaac Asimov...)2017-01-12

2 Answers 2

5

The example you drew is not a general case at all. That is what an open ball looks like in $\Bbb R^2$ under the euclidian metric.

We want to cover any point in the plane $(x,y)$ such that $2|x|+\frac{1}{3}|y|<1$.

In the first quadrant, $x$ and $y$ are positive, so we have $2x+y/3<1$, or the area under $y<3-6x$. In the second quadrant, $x$ is negative and $y$ is positive, so use $-2x+y/3<1$, or the line $y<3+2x$.

Et cetera. It should be fairly easy to cover all four cases and then make sure the boundary points are correct.

0

The open ball centered at the origin, with radius $1$, is the region containing the center $(0,0)$ and bounded by the line-segments \begin{eqnarray} 2x+\dfrac13y&=&1, 0 \le x\le 0.5\\ -2x+\dfrac13y&=&1, -0.5\le x\le 0\\ -2x-\dfrac13y&=&1, -0.5\le x\le 0\\ 2x-\dfrac13y&=&1, 0\le x\le 0.5 \end{eqnarray} In other words, your open ball is the region bounded by the polygon with vertices at $$ (0.5,0), (0,3), (-0.5,0), (0,-3). $$ enter image description here