logo

Velocity and Acceleration in Polar Coordinates 📂Classical Mechanics

Velocity and Acceleration in Polar Coordinates

Velocity and Acceleration in Polar Coordinates

$$ \begin{align*} \mathbf{v}&=\dot{r} \hat{\mathbf{r}} + r \dot{\theta} \hat{\boldsymbol{\theta}} \\ \mathbf{a}&= (\ddot r -r\dot{\theta} ^2)\hat{\mathbf{r}} + (2\dot{r} \dot{\theta} + r\ddot{\theta})\hat{\boldsymbol{\theta}} \end{align*} $$

Derivation

5D8496533.png

In the polar coordinate system, unit vectors can be described as follows.

$$ \begin{align*} && \mathbf{r}&=r\hat{\mathbf{r}}=x\hat{\mathbf{x}} + y \hat{\mathbf{y}} \\ \implies && \hat{\mathbf{r}} &= \frac{x}{r}\hat{\mathbf{x}} +\frac{y}{r} \hat{\mathbf{y}}=\cos\theta \hat{\mathbf{x}} + \sin\theta \hat{\mathbf{y}} = \hat{\mathbf{r}} (\theta) \\ {} \\ && \hat \theta &= \hat{\mathbf{r}}(\theta+\pi/2)= -\sin\theta \hat{\mathbf{x}} + \cos\theta \hat{\mathbf{y}} \end{align*} $$

Velocity is obtained by differentiating position with respect to time, and acceleration is obtained by differentiating velocity with respect to time. Note that $\dot{r}$ is pronounced “dot”. In physics, a dot above a letter means differentiation with respect to time.

$$ \dot{r}=\frac{dr}{dt} $$

Velocity

Differentiating $\mathbf{r}$ with respect to $t$ gives the following.

$$ \mathbf{v}=\frac{d \mathbf{r}}{dt}=\frac{d}{dt}(r \hat{\mathbf{r}})=\frac{d r}{dt}\hat{\mathbf{r}} + r\frac{d \hat{\mathbf{r}}}{dt} =\dot{r} \hat{\mathbf{r}} +r \dot{\hat{\mathbf{r}}} $$

Calculating $\dot{\hat{\mathbf{r}}}$, since $\hat{\mathbf{x}}$ and $\hat{\mathbf{y}}$ do not change over time, $\dfrac{d \hat{\mathbf{x}}}{dt}=0$ is true. Hence, it can be given as follows.

$$ \begin{align*} \dot{\hat{\mathbf{r}}} = \frac{d}{dt}(\hat{\mathbf{r}}) &= \frac{d}{dt}(\cos\theta \hat{\mathbf{x}}) + \frac{d}{dt}(\sin\theta \hat{\mathbf{y}}) \\ &= \frac{\cos\theta}{dt}\hat{\mathbf{x}} + \frac{\sin\theta}{dt}\hat{\mathbf{y}} \\ &= \frac{\cos\theta}{d \theta}\frac{d \theta}{dt}\hat{\mathbf{x}}+\frac{\sin\theta}{d \theta}\frac{d \theta}{dt}\hat{\mathbf{y}} \\ &= -\sin\theta \frac{d \theta}{dt}\hat{\mathbf{x}}+\cos\theta \frac{d \theta}{dt}\hat{\mathbf{y}} \\ &= \frac{d \theta }{dt}(-\sin\theta \hat{\mathbf{x}}+\cos\theta \hat{\mathbf{y}}) \\ &= \dot{\theta} \hat{\boldsymbol{\theta}} \end{align*} $$ Therefore, the velocity in polar coordinates is as follows.

$$ \mathbf{v}=\dot{r} \hat{\mathbf{r}} + r \dot{\theta} \hat{\boldsymbol{\theta}} $$

Acceleration

Differentiating $\mathbf{v}$ with respect to $t$ gives the following.

$$ \mathbf{a} = \dfrac{d\mathbf{v}}{dt} = \dfrac{d(\dot{r} \hat{\mathbf{r}} + r \dot{\theta} \hat{\boldsymbol{\theta}})}{dt} = \ddot{r} \hat{\mathbf{r}} + \dot{r} \dot{\hat{\mathbf{r}}} + \dot{r} \dot{\theta} \hat{\boldsymbol{\theta}} + r \ddot{\theta} \hat{\boldsymbol{\theta}} + r \dot{\theta} \dot{\hat{\boldsymbol{\theta}}} $$

Calculating $\dot{ \hat{\boldsymbol{\theta}}}$ gives the following result.

$$ \begin{align*} \dot{ \hat{\boldsymbol{\theta}}} = \frac{d}{dt}(\hat{\boldsymbol{\theta}}) &= \frac{d}{dt}(-\sin\theta \hat{\mathbf{x}})+\frac{d}{dt}(\cos\theta \hat{\mathbf{y}}) \\ &= -\frac{d \sin\theta}{dt}\hat{\mathbf{x}} +\frac{d\cos\theta}{dt}\hat{\mathbf{y}} \\ &= -\frac{d\sin\theta}{d \theta}\frac{d \theta}{dt}\hat{\mathbf{x}}+\frac{d\cos\theta}{d \theta}\frac{d \theta}{dt}\hat{\mathbf{y}} \\ &= \dfrac{d\theta}{dt} (-\cos\theta \hat{\mathbf{x}}-\sin\theta \hat{\mathbf{y}}) \\ &= - \dot{\theta} \hat{\mathbf{r}} \end{align*} $$

Since $\dot{\hat{\mathbf{r}}}$ was calculated when deriving velocity, substituting and organizing gives the following result.

$$ \begin{align*} \mathbf{a} &= \ddot r \hat{\mathbf{r}} +\dot{r} \dot{ \hat{\mathbf{r}}} + \dot{r} \dot{\theta} \hat{\boldsymbol{\theta}} + r \ddot{\theta} \hat{\boldsymbol{\theta}} + r \dot{\theta} \dot{ \hat{\boldsymbol{\theta}}} \\ &= \ddot r \hat{\mathbf{r}} +\dot{r} \dot{\theta} \hat{\theta} + \dot{r} \dot{\theta} \hat{\boldsymbol{\theta}} + r \ddot{\theta} \hat{\boldsymbol{\theta}} -r \dot{\theta} \dot{\theta} \hat{\mathbf{r}} \\ &= (\ddot r -r\dot{\theta} ^2)\hat{\mathbf{r}} + (2\dot{r} \dot{\theta} + r\ddot{\theta})\hat{\boldsymbol{\theta}} \end{align*} $$

See Also