在極點為O、極軸為L的極坐標系裏,點(3, 60°)的徑向座標為3、角座標為60°,點(4, 210°)的徑向座標為4、角座標為210°。
在數學 中,極坐標系 (英語:polar coordinate system )是一個二維 坐標系統 。該坐標系統中任意位置可由一個夾角 和一段相對原點 —極點的距離 來表示。極坐標系的應用領域十分廣泛,包括數學 、物理 、工程 、航海 、航空 、電腦 以及機械人 領域。在兩點間的關係用夾角和距離很容易表示時,極坐標系便顯得尤為有用;而在平面直角坐標系中,這樣的關係就只能使用三角函數 來表示。對於很多類型的曲線,極坐標方程是最簡單的表達形式,甚至對於某些曲線來說,只有極坐標方程能夠表示。
希臘人 最早使用了角度和弧度的概念。天文學家喜帕恰斯 (190-120 BC)製成了一張求各角所對弦 的弦長函數的表格。並且,曾有人引用了他的極坐標系來確定恆星位置。在螺線方面,阿基米德 描述了他的著名的螺線,一個半徑隨角度變化的方程。希臘人作出了貢獻,儘管最終並沒有建立整個坐標系統。
關於是誰首次將極坐標系應用為一個正式的坐標系統,流傳着有多種觀點。關於這一問題的較詳盡歷史,哈佛大學 教授朱利安·科利奇 (Julian Coolidge )的《極坐標系起源》[ 1] [ 2] 作了闡述。格雷瓜·德·聖-萬桑特 (Grégoire de Saint-Vincent )和博納文圖拉·卡瓦列里 ,被認為在幾乎同時、並獨立地各自引入了極坐標系這一概念。聖-萬桑特在1625年的私人文稿中進行了論述並發表於1647年,而卡瓦列里在1635進行了發表,而後又於1653年進行了更正。卡瓦列里首次利用極坐標系來解決一個關於阿基米德螺線 內的面積問題。布萊士·帕斯卡 隨後使用極坐標系來計算拋物線 的長度。
在1671年寫成,1736年出版的《流數術和無窮級數》(Method of Fluxions )一書中,艾薩克·牛頓 第一個將極坐標系應用於表示平面上的任何一點。牛頓在書中驗證了極坐標和其他九種坐標系的變換關係。在1691年出版的《博學通報》(Acta eruditorum ,Acta eruditorum )一書中雅各布·伯努利 正式使用定點和從定點引出的一條射線,定點稱為極點,射線稱為極軸。平面內任何一點的坐標都通過該點與定點的距離和與極軸的夾角來表示。伯努利通過極坐標系對曲線的曲率半徑進行了研究。
實際上應用「極坐標」(polar coordinate system )這個術語的是由格雷古廖·豐塔納 (Gregorio Fontana )開始的,並且被18世紀的意大利數學家所使用。該術語是由喬治·皮科克 (George Peacock )在1816年翻譯席維斯·拉克魯克斯 (Sylvestre François Lacroix )的《微分學與積分學》(Traité du calcul différentiel et du calcul intégral )[ 3] [ 4] [ 5]
一書時,被翻譯為英語的。
亞歷克西斯·克萊羅 和萊昂哈德·歐拉 被認為是將平面極坐標系擴展到三維空間的數學家。
正如所有的二維坐標系,極坐標系也有兩個坐標軸:
r
{\displaystyle r}
(半徑坐標)和
θ
{\displaystyle \theta }
(角坐標、極角或方位角 ,有時也表示為
ϕ
{\displaystyle \phi }
或
t
{\displaystyle t}
)。
r
{\displaystyle r}
坐標表示與極點的距離,
θ
{\displaystyle \theta }
坐標表示按逆時針方向坐標距離0°射線 (有時也稱作極軸)的角度,極軸就是在平面直角坐標系 中的x軸正方向。[ 6]
比如,極坐標中的(3, 60°)表示了一個距離極點3個單位長度、和極軸夾角為60°的點。(−3, 240°)和(3, 60°)表示了同一點,因為該點的半徑為在夾角射線反向延長線上距離極點3個單位長度的地方(240° − 180° = 60°)。
極坐標系中一個重要的特性是,平面直角坐標中的任意一點,可以在極坐標系中有無限種表達形式。通常來說,點(r, θ)可以任意表示為(r , θ ± n ×360°)或(−r , θ ± (2n + 1)180°),這裏n 是任意整數。[ 7] 如果某一點的r 坐標為0,那麼無論θ取何值,該點的位置都落在了極點上。
每隔30°標記一次角度的極坐標網格。
極坐標系中的角度通常表示為角度或者弧度 ,使用公式2π rad= 360°。具體使用哪一種方式,基本都是由使用場合而定。航海 方面經常使用角度來進行測量,而物理 學的某些領域大量使用到了半徑和圓周的比來作運算,所以物理方面更傾向使用弧度。[ 8]
極坐標與直角坐標之間的關係。
從極坐標
r
{\displaystyle r}
和
θ
{\displaystyle \theta }
可以變換為直角坐標 :
r
=
y
2
+
x
2
{\displaystyle r={\sqrt {y^{2}+x^{2}}}\quad }
(參閱畢氏定理 )
θ
=
atan2
(
y
,
x
)
{\displaystyle \theta =\operatorname {atan2} (y,x)\quad }
(atan2 是已將象限 納入考量的反正切 函數)
或
θ
=
{
arctan
(
y
x
)
if
x
>
0
arctan
(
y
x
)
+
π
if
x
<
0
and
y
≥
0
arctan
(
y
x
)
−
π
if
x
<
0
and
y
<
0
π
2
if
x
=
0
and
y
>
0
−
π
2
if
x
=
0
and
y
<
0
0
if
x
=
0
and
y
=
0
{\displaystyle \theta ={\begin{cases}\arctan({\frac {y}{x}})&{\text{if }}x>0\\\arctan({\frac {y}{x}})+\pi &{\text{if }}x<0{\text{ and }}y\geq 0\\\arctan({\frac {y}{x}})-\pi &{\text{if }}x<0{\text{ and }}y<0\\{\frac {\pi }{2}}&{\text{if }}x=0{\text{ and }}y>0\\-{\frac {\pi }{2}}&{\text{if }}x=0{\text{ and }}y<0\\0&{\text{if }}x=0{\text{ and }}y=0\end{cases}}}
從直角坐標
x
{\displaystyle x}
和
y
{\displaystyle y}
也可以變換為極坐標:
x
=
r
cos
θ
{\displaystyle x=r\cos \theta }
y
=
r
sin
θ
{\displaystyle y=r\sin \theta }
這方程式給出
θ
{\displaystyle \theta }
在值域
(
−
π
,
π
]
{\displaystyle (-\pi ,\pi ]}
的弧度。[ 9] 改用角度單位,值域為
(
−
180
∘
,
180
∘
]
{\displaystyle (-180^{\circ },180^{\circ }]}
。這些方程式假定極點是直角坐標系的原點
(
0
,
0
)
{\displaystyle (0,0)}
,極軸為x-坐標軸,而y-坐標軸方向的弧度為
+
π
/
2
{\displaystyle +\pi /2}
,角度為
+
90
∘
{\displaystyle +90^{\circ }}
。
大多數常用程式語言會特別設定一個函數,專門從
x
{\displaystyle x}
和
y
{\displaystyle y}
坐標計算出正確的角坐標
θ
{\displaystyle \theta }
。例如,在C語言 裏,這函數標記為atan2(y,x)
,在Common Lisp 裏,標記為(atan y x)
。對於這兩種案例,計算結果是在值域
(
−
π
,
π
]
{\displaystyle (-\pi ,\pi ]}
內的弧度。這
θ
{\displaystyle \theta }
的數值是複函數輻角 的主值 (principal value),注意到當
x
{\displaystyle x}
和
y
{\displaystyle y}
都等於零時,輻角沒有定義值;對於這案例,為了方便起見,將輻角設定為零。
假若需要,將角坐標
θ
{\displaystyle \theta }
在值域
(
−
π
,
π
]
{\displaystyle (-\pi ,\pi ]}
的數值加上
π
{\displaystyle \pi }
,則可得到在值域
[
0
,
2
π
)
{\displaystyle [0,2\pi )}
的數值。
函數:用極坐標系描述的曲線 方程稱作極坐標方程 ,通常表示為r 為自變量θ的函數 。
對稱:極坐標方程經常會表現出不同的對稱 形式,如果r (−θ) = r (θ),則曲線關於極點(0°/180°)對稱,如果r(π−θ) = r(θ),則曲線關於極點(90°/270°)對稱,如果r(θ−α) = r(θ),則曲線相當於從極點逆時針方向 旋轉 α°。
方程為
r
(
θ
)
=
1
{\displaystyle r(\theta )=1}
的圓 。
在極坐標系中,圓心在(r 0 ,
φ
{\displaystyle \varphi }
)半徑為a 的圓的一般方程為
r
2
−
2
r
r
0
cos
(
θ
−
φ
)
+
r
0
2
=
a
2
{\displaystyle r^{2}-2rr_{0}\cos(\theta -\varphi )+r_{0}^{2}=a^{2}}
特定情況:比如方程
r
(
θ
)
=
a
{\displaystyle r(\theta )=a}
表示一個以極點為中心半徑為a 的圓。[ 10]
設圓的半徑為
r
{\displaystyle r}
,圓心的極坐標為
(
p
0
,
α
)
{\displaystyle (p_{0},\alpha )}
,並變換為直角坐標:
(
p
0
cos
α
,
p
0
sin
α
)
{\displaystyle (p_{0}\cos \alpha ,p_{0}\sin \alpha )}
。則圓上的點的直角坐標系方程為:
(
x
−
p
0
cos
α
)
2
+
(
y
−
p
0
sin
α
)
2
=
r
2
{\displaystyle (x-p_{0}\cos \alpha )^{2}+(y-p_{0}\sin \alpha )^{2}=r^{2}}
設圓上的點的極坐標為
(
p
,
β
)
{\displaystyle (p,\beta )}
,則
x
=
p
cos
β
,
y
=
p
sin
β
{\displaystyle x=p\cos \beta ,\qquad y=p\sin \beta }
因此,
p
2
−
2
p
p
0
(
sin
β
sin
α
+
cos
β
cos
α
)
+
p
0
2
=
r
2
{\displaystyle p^{2}-2pp_{0}(\sin \beta \sin \alpha +\cos \beta \cos \alpha )+p_{0}^{2}=r^{2}}
,
化簡為
p
2
+
p
0
2
−
2
p
p
0
cos
(
β
−
α
)
=
r
2
{\displaystyle p^{2}+p_{0}^{2}-2pp_{0}\cos(\beta -\alpha )=r^{2}}
過極點的射線方程:
θ
=
φ
{\displaystyle \theta =\varphi }
,
其中φ為射線的傾斜角。若m為直角坐標系 的射線的斜率 ,則有φ = arctan m 。任何不經過極點的直線都會與某條射線垂直 。[ 11] 這些在點(r 0 , φ)處的直線與射線θ = φ垂直,其方程為
r
(
θ
)
=
r
0
sec
(
θ
−
φ
)
{\displaystyle r(\theta )={r_{0}}\sec(\theta -\varphi )}
.
一條方程為r (θ) = 2 sin 4θ的玫瑰線 。
極坐標的玫瑰線(polar rose )是數學曲線中非常著名的曲線,看上去像花瓣,它只能用極坐標方程來描述,方程如下:
r
(
θ
)
=
a
cos
k
θ
{\displaystyle r(\theta )=a\cos k\theta }
或者
r
(
θ
)
=
a
sin
k
θ
{\displaystyle r(\theta )=a\sin k\theta }
如果k 是整數,當k 是奇數時那麼曲線將會是k個花瓣,當k 是偶數時曲線將是2k個花瓣。如果k 為非整數,將產生圓盤 狀圖形,且花瓣數也為非整數。注意:該方程不可能產生4的倍數加2(如2,6,10……)個花瓣。變量a 代表玫瑰線花瓣的長度。
方程r (θ) = θ(0<θ<6π)的一條阿基米德螺線 。
阿基米德螺線 在極坐標里使用以下方程表示:
r
(
θ
)
=
a
+
b
θ
{\displaystyle r(\theta )=a+b\theta }
改變參數a 將改變螺線形狀,b 控制螺線間距離,通常其為常數。阿基米德螺線有兩條螺線,一條θ>0,另一條θ<0。兩條螺線在極點處平滑地連接。把其中一條翻轉
90°/270°得到其鏡像,就是另一條螺線。
橢圓 ,展示了半正焦弦
圓錐曲線 方程如下:
r
=
ℓ
(
1
−
e
cos
θ
)
{\displaystyle r={\ell \over (1-e\cos \theta )}}
其中
ℓ
{\displaystyle \ell }
表示半正焦弦 ,e 表示離心率 。
如果e < 1,曲線為橢圓 ,如果e = 1,曲線為拋物線 ,如果e > 1,則表示雙曲線 。
r
=
e
p
(
1
−
e
cos
θ
)
{\displaystyle r={ep \over (1-e\cos \theta )}}
其中e 表示離心率 ,p 表示焦點到準線的距離 。
由於坐標系統是基於圓環的,所以許多有關曲線的方程,極坐標要比直角坐標系(笛卡爾形式)簡單得多。比如伯努利雙紐線 ,蚶線 (limaçon ),還有心臟線 。
複數 的通常矩形 形式為a + bi ,在極坐標中也可以表示為兩種不同的方式:
r
(
cos
θ
+
i
sin
θ
)
{\displaystyle r(\cos \theta +i\sin \theta )}
,簡寫為
r
cis
θ
{\displaystyle r\operatorname {cis} \theta }
r
e
i
θ
{\displaystyle re^{i\theta }}
等同於歐拉公式 。[ 12]
複數在直角坐標系和極坐標系的變換通過以下公式實現:
a
=
r
cos
θ
{\displaystyle a=r\cos \theta }
b
=
r
sin
θ
{\displaystyle b=r\sin \theta }
其中
r
=
a
2
+
b
2
{\displaystyle r={\sqrt {a^{2}+b^{2}}}}
複數的乘法 、除法 以及指數 以及開方運算,在極坐標中會比在直角坐標中容易得多,他們分別是:
乘法:
(
r
cis
θ
)
∗
(
R
cis
φ
)
=
r
R
cis
(
θ
+
φ
)
{\displaystyle (r\operatorname {cis} \theta )*(R\operatorname {cis} \varphi )=rR\operatorname {cis} (\theta +\varphi )}
除法:
r
cis
θ
R
cis
φ
=
r
R
cis
(
θ
−
φ
)
{\displaystyle {\frac {r\operatorname {cis} \theta }{R\operatorname {cis} \varphi }}={\frac {r}{R}}\operatorname {cis} (\theta -\varphi )}
指數(狄默夫定理 ,De Moivre's formula):
(
r
cis
θ
)
n
=
r
n
cis
(
n
θ
)
{\displaystyle (r\operatorname {cis} \theta )^{n}=r^{n}\operatorname {cis} (n\theta )}
微積分 可適用於極坐標系下表達的等式。[ 13] [ 14]
利用x = r cos θ 以及y = r sin θ ,我們可以得出極坐標下的微分和直角坐標下微分的關係。給定一函數u (x ,y ),通過計算其全微分 可得:
r
∂
u
∂
r
=
r
∂
u
∂
x
∂
x
∂
r
+
r
∂
u
∂
y
∂
y
∂
r
,
∂
u
∂
θ
=
∂
u
∂
x
∂
x
∂
θ
+
∂
u
∂
y
∂
y
∂
θ
,
{\displaystyle {\begin{aligned}r{\frac {\partial u}{\partial r}}&=r{\frac {\partial u}{\partial x}}{\frac {\partial x}{\partial r}}+r{\frac {\partial u}{\partial y}}{\frac {\partial y}{\partial r}},\\[2pt]{\frac {\partial u}{\partial \theta }}&={\frac {\partial u}{\partial x}}{\frac {\partial x}{\partial \theta }}+{\frac {\partial u}{\partial y}}{\frac {\partial y}{\partial \theta }},\end{aligned}}}
或
r
∂
u
∂
r
=
r
∂
u
∂
x
cos
θ
+
r
∂
u
∂
y
sin
θ
=
x
∂
u
∂
x
+
y
∂
u
∂
y
,
∂
u
∂
θ
=
−
∂
u
∂
x
r
sin
θ
+
∂
u
∂
y
r
cos
θ
=
−
y
∂
u
∂
x
+
x
∂
u
∂
y
.
{\displaystyle {\begin{aligned}r{\frac {\partial u}{\partial r}}&=r{\frac {\partial u}{\partial x}}\cos \theta +r{\frac {\partial u}{\partial y}}\sin \theta =x{\frac {\partial u}{\partial x}}+y{\frac {\partial u}{\partial y}},\\[2pt]{\frac {\partial u}{\partial \theta }}&=-{\frac {\partial u}{\partial x}}r\sin \theta +{\frac {\partial u}{\partial y}}r\cos \theta =-y{\frac {\partial u}{\partial x}}+x{\frac {\partial u}{\partial y}}.\end{aligned}}}
於是,我們可以得到下述關係:
r
∂
∂
r
=
x
∂
∂
x
+
y
∂
∂
y
∂
∂
θ
=
−
y
∂
∂
x
+
x
∂
∂
y
.
{\displaystyle {\begin{aligned}r{\frac {\partial }{\partial r}}&=x{\frac {\partial }{\partial x}}+y{\frac {\partial }{\partial y}}\\[2pt]{\frac {\partial }{\partial \theta }}&=-y{\frac {\partial }{\partial x}}+x{\frac {\partial }{\partial y}}.\end{aligned}}}
利用坐標逆轉換,可以得到類似的反向關係。給定一函數u (r ,θ ),我們有
∂
u
∂
x
=
∂
u
∂
r
∂
r
∂
x
+
∂
u
∂
θ
∂
θ
∂
x
,
∂
u
∂
y
=
∂
u
∂
r
∂
r
∂
y
+
∂
u
∂
θ
∂
θ
∂
y
,
{\displaystyle {\begin{aligned}{\frac {\partial u}{\partial x}}&={\frac {\partial u}{\partial r}}{\frac {\partial r}{\partial x}}+{\frac {\partial u}{\partial \theta }}{\frac {\partial \theta }{\partial x}},\\[2pt]{\frac {\partial u}{\partial y}}&={\frac {\partial u}{\partial r}}{\frac {\partial r}{\partial y}}+{\frac {\partial u}{\partial \theta }}{\frac {\partial \theta }{\partial y}},\end{aligned}}}
或
∂
u
∂
x
=
∂
u
∂
r
x
x
2
+
y
2
−
∂
u
∂
θ
y
x
2
+
y
2
=
cos
θ
∂
u
∂
r
−
1
r
sin
θ
∂
u
∂
θ
,
∂
u
∂
y
=
∂
u
∂
r
y
x
2
+
y
2
+
∂
u
∂
θ
x
x
2
+
y
2
=
sin
θ
∂
u
∂
r
+
1
r
cos
θ
∂
u
∂
θ
.
{\displaystyle {\begin{aligned}{\frac {\partial u}{\partial x}}&={\frac {\partial u}{\partial r}}{\frac {x}{\sqrt {x^{2}+y^{2}}}}-{\frac {\partial u}{\partial \theta }}{\frac {y}{x^{2}+y^{2}}}\\[2pt]&=\cos \theta {\frac {\partial u}{\partial r}}-{\frac {1}{r}}\sin \theta {\frac {\partial u}{\partial \theta }},\\[2pt]{\frac {\partial u}{\partial y}}&={\frac {\partial u}{\partial r}}{\frac {y}{\sqrt {x^{2}+y^{2}}}}+{\frac {\partial u}{\partial \theta }}{\frac {x}{x^{2}+y^{2}}}\\[2pt]&=\sin \theta {\frac {\partial u}{\partial r}}+{\frac {1}{r}}\cos \theta {\frac {\partial u}{\partial \theta }}.\end{aligned}}}
於是,
∂
∂
x
=
cos
θ
∂
∂
r
−
1
r
sin
θ
∂
∂
θ
∂
∂
y
=
sin
θ
∂
∂
r
+
1
r
cos
θ
∂
∂
θ
.
{\displaystyle {\begin{aligned}{\frac {\partial }{\partial x}}&=\cos \theta {\frac {\partial }{\partial r}}-{\frac {1}{r}}\sin \theta {\frac {\partial }{\partial \theta }}\\[2pt]{\frac {\partial }{\partial y}}&=\sin \theta {\frac {\partial }{\partial r}}+{\frac {1}{r}}\cos \theta {\frac {\partial }{\partial \theta }}.\end{aligned}}}
對一條極坐標下曲線r (θ ),要得到其在直角坐標下的切線斜率,先用參數方程 表述該曲線:
x
=
r
(
θ
)
cos
θ
y
=
r
(
θ
)
sin
θ
{\displaystyle {\begin{aligned}x&=r(\theta )\cos \theta \\y&=r(\theta )\sin \theta \end{aligned}}}
把兩個等式對 θ 求導 ,得到
d
x
d
θ
=
r
′
(
θ
)
cos
θ
−
r
(
θ
)
sin
θ
d
y
d
θ
=
r
′
(
θ
)
sin
θ
+
r
(
θ
)
cos
θ
.
{\displaystyle {\begin{aligned}{\frac {dx}{d\theta }}&=r'(\theta )\cos \theta -r(\theta )\sin \theta \\[2pt]{\frac {dy}{d\theta }}&=r'(\theta )\sin \theta +r(\theta )\cos \theta .\end{aligned}}}
用第一條等式除第二條,可得曲線在(r (θ ), θ ) 上切線的斜率。
d
y
d
x
=
r
′
(
θ
)
sin
θ
+
r
(
θ
)
cos
θ
r
′
(
θ
)
cos
θ
−
r
(
θ
)
sin
θ
.
{\displaystyle {\frac {dy}{dx}}={\frac {r'(\theta )\sin \theta +r(\theta )\cos \theta }{r'(\theta )\cos \theta -r(\theta )\sin \theta }}.}
向量微積分 也可以應用到極坐標。對於平面運動,令
r
{\displaystyle \mathbf {r} }
為位置向量
(
r
cos
(
θ
)
,
r
sin
(
θ
)
)
{\displaystyle (r\cos(\theta ),r\sin(\theta ))}
,由r 與隨時間t 變化的
θ
{\displaystyle \theta }
表達,
r
^
{\displaystyle {\hat {\mathbf {r} }}}
是
r
{\displaystyle \mathbf {r} }
方向上的單位向量,
θ
^
{\displaystyle {\hat {\boldsymbol {\theta }}}}
是以
r
{\displaystyle \mathbf {r} }
為起始順時針旋轉的角度單位向量。第一和第二個位置的表達式是:
d
r
d
t
=
r
˙
r
^
+
r
θ
˙
θ
^
,
{\displaystyle {\frac {d\mathbf {r} }{dt}}={\dot {r}}{\hat {\mathbf {r} }}+r{\dot {\theta }}{\hat {\boldsymbol {\theta }}},}
d
2
r
d
t
2
=
(
r
¨
−
r
θ
˙
2
)
r
^
+
(
r
θ
¨
+
2
r
˙
θ
˙
)
θ
^
.
{\displaystyle {\frac {d^{2}\mathbf {r} }{dt^{2}}}=({\ddot {r}}-r{\dot {\theta }}^{2}){\hat {\mathbf {r} }}+(r{\ddot {\theta }}+2{\dot {r}}{\dot {\theta }}){\hat {\boldsymbol {\theta }}}.}
令
A
{\displaystyle \mathbf {A} }
為被一條連接焦點與曲線上一點的線所劃分出的區域,則
d
A
{\displaystyle d\mathbf {A} }
就是由
r
{\displaystyle \mathbf {r} }
和
d
r
{\displaystyle d\mathbf {r} }
所構平行四邊形 區域的一半。
d
A
=
1
2
|
r
×
d
r
|
{\displaystyle dA={\begin{matrix}{\frac {1}{2}}\end{matrix}}|\mathbf {r} \times d\mathbf {r} |}
,
所以,整個區域就是
d
A
{\displaystyle d\mathbf {A} }
關於時間的積分。
極坐標系可被擴展到三維空間中,形成圓柱坐標系 和球坐標系 兩個不同的坐標系。
用圓柱座標
(
ρ
,
φ
,
z
)
{\displaystyle (\rho ,\ \varphi ,\ z)}
來表示一個點的位置
與將直角坐標系 擴展為三維的方法相似,圓柱坐標系 是在二維極坐標系的基礎上增添了第三條用於測量高於平面的點的高度的坐標所構成的。這第三條坐標通常也表示為z。所以圓柱坐標表示為(ρ, φ, z)。
通過以下公式,可以從直角坐標變換為圓柱坐標:
x
=
ρ
cos
φ
{\displaystyle {x}={\rho }\,\cos \varphi }
y
=
ρ
sin
φ
{\displaystyle {y}={\rho }\,\sin \varphi }
z
=
z
{\displaystyle {z}={z}}
用球座標
(
r
,
θ
,
φ
)
{\displaystyle (r,\ \theta ,\ \varphi )}
來表示一個點的位置
球坐標系 也可以運用坐標(r, θ, φ)擴展為三維,其中r是距離球心的距離,θ是距離z軸的角度(稱作餘緯度或頂角,角度從0到180°),φ是距離x軸的角度(與極坐標中一樣)。這個坐標系被稱作球坐標系,與用於地球的經度 和緯度 相似,緯度就是餘角θ,取決於δ=90°-θ,經度可通過λ=φ-180°算得。[ 15]
通過以下公式,可以從直角坐標變換為球坐標:
x
=
r
sin
θ
cos
φ
{\displaystyle x=r\,\sin \theta \,\cos \varphi }
y
=
r
sin
θ
sin
φ
{\displaystyle y=r\,\sin \theta \,\sin \varphi }
z
=
r
cos
θ
{\displaystyle z=r\,\cos \theta }
極坐標通常被用於導航 ,作為旅行的目的地或方向可以作為從所考慮的物體的距離和角度。例如,飛機 使用極坐標的一個略加修改的版本進行導航。這個系統中是一般的用於導航任何種類中的一個系統,在0°射線一般被稱為航向360,並且角度是以順時針方向 繼續,而不是逆時針方向,如同在數學系統那樣。航向360對應地磁北極 ,而航向90,180,和270分別對應於磁東,南,西。[ 16] 因此,一架飛機向正東方向上航行5海里 將是在航向90(空中交通管制 讀作090)上航行5個單位。[ 17]
有徑向對稱的系統提供了極坐標系的自然設置,中心點充當了極點。這種用法的一個典型例子是在適用於徑向對稱的水井 時候的地下水流方程 。有徑向力的系統也適合使用極坐標系。這些系統包括了服從平方反比定律 的引力場 ,以及有點源的系統,如無線電 天線 。
開普勒第二定律
極坐標提供了一個表達在引力場 中開普勒行星運行定律的自然的方法。開普勒第一定律表明,環繞一顆恆星運行的行星軌道形成了一個橢圓 ,這個橢圓的一個焦點在質心 上。上面所給出的二次曲線部分的等式可用於表達這個橢圓。開普勒第二定律表明,連接行星和它所環繞的恆星的線在等時間間隔所劃出的區域是面積相等的,即
d
A
d
t
{\displaystyle d\mathbf {A} \over dt}
是常數。這些等式可由牛頓運動定律 推得。在開普勒行星運動定律 中有相關運用極坐標的詳細推導。
^ The MacTutor History of Mathematics archive: Coolidge's Origin of Polar Coordinates . [2006-10-09 ] . (原始內容存檔 於2006-06-01).
^ Coolidge, Julian. The Origin of Polar Coordinates . American Mathematical Monthly. 1952, 59 : 78–85.
^ Klaasen, Daniel. Historical Topics for the Mathematical Classroom.
^ Miller, Jeff. Earliest Known Uses of Some of the Words of Mathematics . [2006-09-10 ] . (原始內容 存檔於1999-10-03).
^ Smith, David Eugene. History of Mathematics, Vol II. Boston: Ginn and Co. 1925: 324.
^ Brown, Richard G. Andrew M. Gleason , 編. Advanced Mathematics: Precalculus with Discrete Mathematics and Data Analysis . Evanston, Illinois: McDougal Littell Inc. 1997. ISBN 978-0-395-77114-3 .
^ Polar Coordinates and Graphing (PDF) . [2006-09-22 ] . (原始內容 (PDF) 存檔於2012-02-15).
^ Serway, Raymond A. and Jewett, Jr., John W. Principles of Physics. Brooks/Cole—Thomson Learning. 2005. ISBN 978-0-534-49143-7 .
^ Torrence, Bruce Follett; Eve Torrence. The Student's Introduction to Mathematica . Cambridge University Press. 1999. ISBN 0-521-59461-8 .
^ Polar coordinates . [2006-05-25 ] . (原始內容 存檔於2006-04-27).
^ Ward, Robert L. Analytic Geometry: Polar Coordinates . [2006-05-25 ] . (原始內容存檔 於2019-10-09).
^
Smith, Julius O. Euler's Identity . Mathematics of the Discrete Fourier Transform (DFT). W3K Publishing. 2003 [2006-09-22 ] . ISBN 978-0-9745607-0-0 . (原始內容 存檔於2006-09-15).
^ Husch, Lawrence S. Areas Bounded by Polar Curves . [2006-11-25 ] . (原始內容存檔 於2000-03-01).
^ Lawrence S. Husch. Tangent Lines to Polar Graphs . [2006-11-25 ] . (原始內容存檔 於2019-11-21).
^ Wattenberg, Frank. Spherical Coordinates . 1997 [2006-09-16 ] . (原始內容 存檔於2012-02-15).
^ Santhi, Sumrit. Aircraft Navigation System . [2006-11-26 ] . (原始內容存檔 於2019-10-25).
^ Emergency Procedures (PDF) . [2007-01-15 ] . (原始內容存檔 (PDF) 於2006-01-03).