4.1 Polar Coordinates in Two Dimensions

We have studied in great detail the mechanics of objects travelling in straight lines. Now we want to extend this to more general situations where objects can move along curved paths. We will first study motion in 2D as it is much simpler than 3D. As we saw in section 1.4, vectors in 2D can be equivalently described by two cartesian components or their length together with the angle they make with the x-axis. Depending on the type of motion in the problem, it is much simpler to describe the trajectory of an object the latter way. These are known as polar coordinates.

To set up the coordinate system, we define two new coordinate axes relative to the position vector 𝒓. The first axis points along the direction of the position vector, and the second points one quarter turn anticlockwise from the first. These axes get two orthonormal vectors to form a basis which we label 𝒓^ and 𝜽^ respectively.

ı^ȷ^𝑨AxAy𝒓^𝜽^AθArθ

Then a 2D vector 𝑨 has a cartesian representation 𝑨=Axı^+Ayı^ and a polar representation 𝑨=Ar𝒓^+Aθ𝜽^. To find the components in one coordinate system using the components in the other, we have to know the relations between all the basis vectors. Using trigonometry, we can see that

𝒓^ =cosθı^+sinθȷ^ (4.1)
𝜽^ =sinθı^+cosθȷ^. (4.2)

Substituting this into the polar coordinate representation of 𝑨, we get

𝑨 =Ar(cosθı^+sinθȷ^)+Aθ(sinθı^+cosθȷ^) (4.3)
=(ArcosθAθsinθ)ı^+(Arsinθ+Aθcosθ)ȷ^. (4.4)

Comparing coefficients with the cartesian representation, we see that

Ax =ArcosθAθsinθ (4.5)
Ay =Arsinθ+Aθcosθ. (4.6)

By doing the same procedure the other way around, we can deduce that

Ar =Axcosθ+Aysinθ (4.7)
Aθ =Axsinθ+Aycosθ. (4.8)

The definition of the axes in polar coordinates may seem confusing at first as the position vector moves around over time. This means that the axes and unit vectors also change over time, and we will see how this affects calculation of the motion of an object in the next section.

Once thing that doesn’t change is the representation of the position vector itself, which is always given by 𝒓=r𝒓^. The conversion between representations of the trajectory in cartesian and polar coordinates is then given by equations 1.24, 1.25, 1.26, and 1.27.

x =rcosθ (4.9)
y =rsinθ (4.10)
r =x2+y2 (4.11)
tanθ =yx. (4.12)