My class had a good time redeveloping the unit circle under the taxicab metric. Now some of them want to do it again with another similar metric. I want to give this to some of my "honors" high-school* calculus I students to work on independently. As such, it can't be too difficult or require too many advanced concepts.
What is another metric that I could introduce them to where one can describe a "unit circle" and try to make sense of the sine, cosine and tangent functions?
*I have a group of high school students enrolled in a college course. The course, as planned, is far too easy for them. (At the same time, it is quite hard for the college students enrolled. Go figure.) After the high school students do what has been assigned by the online learning system I have them work on other stuff-- which I allow to be pretty self-guided.
Two funny distances on $\mathbb{R}^2$:
The elevator distance.
$$ d((x_1,y_1),(x_2,y_2)) = \begin{cases} \vert y_1 - y_2 \vert & \text{if}\ x_1 = x_2 \\ \vert y_1 \vert + \vert x_1 - x_2 \vert + \vert y_2\vert & \text{otherwise} \end{cases} $$
The mail office distance.
$$ d(p,q) = \begin{cases} 0 & \text{if}\ p = q \\ \|p\| + \|q\| & \text{otherwise} \end{cases} $$
A good question to ask: why are they called "elevator" and "mail office" distances, respectively? :-)
EDIT. As Arturo Magidin points out, with these distances balls centered at the origin are not particularly interesting: you have to try with balls NOT centered at the origin.
MORE EDIT. Don: have you seen Arturo Magidin's comment about making balls centered at the origin "interesting"?