Find length of edges of Moebius strip formed by cutting along length and re-joining from a circular cylinder segment:
$( a \cos \theta, a \sin \theta, z), ( \theta, 0, 2 \pi ),( z,0,b) $ after half rotation.
Since the Moebius strip has negative Gauss curvature its edges must be longer than $ 2 \pi a $.
What is its non-isometric mapping or parametrization that includes $a$ and $b$?
The question is not about its topology but its geometry.
EDIT1:
Moebius Band from Mathworld..
a = 1;
ParametricPlot3D[{ (a + v Cos [u/2]) Cos[u], ( a + v Cos [u/2]) Sin[u],
v Sin [u/2] }, {v, -4, 3}, {u, 0, 2 Pi},
PlotStyle -> {Yellow, Opacity[0.75]},
PlotLabel -> Moebius_Band _MathWorld]
EDIT2:
The Band shown below with given parametrization has self intersections!
