Let $\vec r=(x,y,z) $ be the position vector expressed in Cartesian coordinates. Let us define the coordinate transformation as
$\vec r(u,v,w)=(x(u,v,w),y(u,v,w),z(u,v,w)) $
The scale factors are defined by
$h_u=\vert \partial \vec r/\partial u \vert, h_v=\vert \partial \vec r/\partial v \vert, h_w=\vert \partial \vec r/\partial w \vert$
I wonder if a transformation can be defined such that
$h_u=h_v=h_w$
Now a pair of examples in the two dimentional case.
The transformation between elliptic and cartesian coordinates:
$\vec r(u,v)=(cosh(u)cos(v)/2,sinh(u)sin(v)/2) $
$h_u=h_v=\sqrt{cosh^2(u)-cos^2(v)}/2$
The transformation between parabolic and cartesian coordinates.
$\vec r(u,v)=((u^2-v^2)/2,u v) $
$h_u=h_v=\sqrt{u^2+v^2}$
