Skip to main content

Section 6.3 Polar coordinates

Introduction goes here.
  • Some curves are better understood in polar coordinates.
  • Converting from polar to rectangular:
    \begin{align*} x \amp = r\cos\theta\\ y \amp = r\sin\theta \end{align*}
  • Converting from rectangular to polar:
    \begin{align*} r^2 \amp = x^2+y^2\\ \tan\theta \amp = \frac{y}{x} \end{align*}
  • Some graphs:
    • Rose curves: \(r=a\sin n\theta\text{,}\) \(r=a\cos n\theta\)
    • Limaçon: \(r=a+b\sin\theta\text{,}\) \(r=a+b\cos\theta\)
    • Circle: \(r=a\text{,}\) \(r=a\sin\theta\text{,}\) \(r=a\cos\theta\)
    • Lemniscate: \(r^{2}=a^{2}\sin 2\theta\text{,}\) \(r^{2}=a^{2}\cos 2\theta\)
  • Derivative:
    \begin{equation*} \dv{y}{x} =\frac{\dd(r\sin\theta)}{\dd(r\cos\theta)}=\frac{r\cos\theta\dd{\theta}+\sin\theta\dd{r}}{-r\sin\theta\dd{\theta}+\cos\theta\dd{r}}=\frac{r\cos\theta+r'\sin\theta}{-r\sin\theta+r'\cos\theta} \end{equation*}