0

My Question is:

Sketch the unit ball $B(0, 1)$ in $\mathbb{R}^2$ equipped with the following norm: $\|(x, y)\| =|x|+|y|$

I'm semi confident in this topic but cant seem to find the right graph to sketch so any help will be appreciated.

mrf
  • 43,639

1 Answers1

1

Using the metric, you can sketch the outline simply by solving for all possible equations which have $d(x,y) =1. $

As such you get four equations: $|y| +|y| = 1$ yields: $$|y| = |x| -1$$ By symmetry, these equations only have to be solved for $y \leq 0$. Which gives: $$ y= x -1 \text{ if } 0 \leq x \leq 1\\ y= -x -1 \text{ if } -1 \leq x<0$$ Which in turn gives: 1

Using Wolfram alpha: https://www.wolframalpha.com/input/?i=plot+%7Cx%7C+%2B%7Cy%7C+%3D1

Edwin
  • 107