|
original poster
hbghlyj
posted 2024-3-20 23:11
$(r\cos(t),r\sin(t))\mapsto(r\cosh(t),r\sinh(t))$是等积变换
保持任何区域的面积不变。
例如$$\{(r\cos(t),r\sin(t)):0\le r\le1,-\pi\le t\le \pi\}$$变到$$\{(r\cosh(t),r\sinh(t)):0\le r\le1,-\pi\le t\le \pi\}$$即单位圆的內部变到单位双曲线一支$x=\sqrt{1+y^2}$和 $y=\pm\tanh(\pi) x$之间的区域,是面积相等的:
In[]:= RegionMeasure[{r Cosh[t],r Sinh[t]},{{r,0,1},{t,-π,π}}]
Out[]= π |
|