Circular Motion

Circular Motion 0

From the orbits of celestial bodies, to cars hurtling around a racetrack, to electrons zipping around the nuclei of atoms, examples of objects in circular motion can be found in a wide variety of scales and speeds. This post is about the generic case: a point particle moving at a constant speed along the circumference of a circle. This is known as uniform circular motion.

Angular Displacement

Consider the case where a particle moves counterclockwise from position a to position b along a circular path whose center is the origin of the xy plane:

Circular Motion 2

We will define \theta to be the angle between the radial line segment connecting the particle to the origin and the positive x axis, so at point a we have \theta_{a}, and at point b we have \theta_{b}.  The angular displacement, represented as \phi, is simply the difference between the initial and final values of \theta. For mathematical simplicity, angular displacement is most often expressed as radians.

Since \phi is the angular displacement, we expect that it is a vector. But what direction does it point?

To answer that we turn to the right hand rule. If you hold your right hand perpendicular to the xy plane in such a way that your fingers curl (from base to tip) in the direction from the initial position a to the final position b, then your extended right hand thumb will point in the direction of the angular displacement vector. In the above illustration, the direction of the angular displacement is straight out of the screen.

The distance that the particle has traveled is the length of arc ab. This value can be calculated directly from the definition of the radian.

circmotion3

Suppose s is the length of the arc between points a and b, r is the radius of the circular path, and \phi is magnitude of the angular displacement from a to b. If \phi is in radians, then by definition:

\phi = \dfrac{s}{r}

All we need to do is rearrange to solve for s:

s = r\phi

Angular Velocity

The rate at which the angular displacement changes with respect to time is called the angular velocity and is usually denoted \omega. The magnitude of this vector, the angular speed, is also sometimes called the angular frequency or radial frequency.

The average angular velocity is simply the angular displacement divided by the time interval:

\omega = \dfrac{\theta_{b} - \theta_{a}}{t_b - t_a}

If we want to know the instantaneous angular velocity, we need to turn to calculus and the differential:

\omega = \dfrac{d\theta}{dt}

The units of angular velocity are most typically radians per second, but are also sometimes revolutions per second or revolutions per minute (rpm).

Like angular displacement, the direction of the angular velocity vector is dictated by the right hand rule. Again, for counter clockwise motion, the angular vector is perpendicular to the xy plane and pointing out of the screen.

Since we are studying uniform circular motion, \omega is constant in both magnitude and direction. Suppose the period, the amount of time it takes for the particle to complete one trip around the circle, is T.  Since there are 2\pi radians in a circle:

\omega = \dfrac{2\pi}{T}

Tangential Velocity

Tangential velocity is the velocity of the particle as it travels along its circular path. Unlike angular velocity, the tangential velocity is not constant. Both the magnitude and vector direction of the angular velocity do not change, but while the magnitude of the tangential velocity, the speed, is constant, its direction is constantly changing in order to keep the particle traveling in a circle.

Let’s start by defining the function p(t) to be the particle’s position as a function of time.  If we assume that at time t=0, that \theta is also 0, then we only need to use simple trigonometry to calculate the x and y components of the position at any given time t.

 

Circular motion particle position

So,

x(t) = r\cos\theta(t)
y(t) = r\sin\theta(t)

If \omega is the angular velocity, then the value of \theta at time t is:

\theta(t) = \omega{t}

Substituting \theta(t) into our position equations:

x(t) = r\cos\omega{t}
y(t) = r\sin\omega{t}

Now that we have the components of the particle’s position as functions of time, we can move on to determining the x and y components of the particle’s tangential velocity. Since velocity is the first derivative of position, all we need to do is find the derivatives of our two position equations.

We’ll start with the x component:

v_x = \dfrac{d}{dt}(r\cos{\omega t})

We can use the chain rule to find the derivative. As a refresher, the chain rule says:

Given a function h composed of differentiable functions g and f such that h(x) = g(f(x)), the derivative of h is:

    \[h'(x) = g'(f(x)) \cdot f'(x)\]

If we consider f(x) to be \omega t and g(f(x)) to be r\cos{\omega t}, then the derivative of the x component of the displacement vector, aka v_x, is:

v_x = -r\omega\sin{\omega t}

Using the chain rule to find v_y yields:

v_y = r\omega\cos{\omega t}

Graphically, the components and resulting velocity vector look like:

Circular motion - tangential velocity vector

Since the particle’s position at any given time lies along a circular path and velocity is the first derivative of position, the velocity vector ends up being tangent to the path at the particle’s location and pointing in the direction of the particle’s orbit.

Using the Pythagorean Theorem we can calculate the magnitude of the tangential velocity vector, or more simply tangential speed.

\lvert v \rvert = \sqrt{(-r\omega\sin{\omega t})^2 + (r\omega\cos{\omega t})^2}

\lvert v \rvert = \sqrt{r^2\omega^2\sin^2\omega t + r^2\omega^2\cos^2\omega t}

\lvert v \rvert = \sqrt{r^2\omega^2(\sin^2\omega t +\cos^2\omega t)}

\lvert v \rvert = \sqrt{r^2\omega^2}

\lvert v \rvert = r\omega

We can easily confirm that this is the correct value for the tangential speed. Since the particle is traveling a circular path with radius r, the distance it travels during one orbit is 2\pi{r}. If the length of time it takes to complete a singular orbital revolution is T, then the speed is:

\lvert v \rvert = \dfrac{2\pi{r}}{T}

We can define the tangential speed in terms of the angular speed since we know that \omega = \frac{2\pi}{T}:

\lvert v \rvert = r\dfrac{2\pi}{T} = r\omega

An important point worth noting here is that given a constant angular speed, \omega, the tangential speed is directly proportional to the distance of the particle from the axis of rotation, ie., the radius r of its circular orbit. In other words, if we increase the radius of the orbit while holding the angular speed the same, the tangential speed will increase as well.

Acceleration

While the magnitude of the tangential velocity remains constant in uniform circular motion, the direction of the velocity vector changes continuously in order to keep the particle on a circular path.  Changing velocity is better known as acceleration.

Acceleration is the first derivative of the velocity, or the second derivative of the position if you prefer. Again, the x and y components of the velocity vector are:

v_x = -r\omega\sin{\omega t}
v_y = r\omega\cos{\omega t}

We again need to use the chain rule to calculate the derivatives. The x and y components of the acceleration vector turn out to be:

a_x = -r\omega^2\cos\omega t
a_y = -r\omega^2\sin\omega t

Graphically, the components and resulting acceleration vector look like:

Uniform circular motion - acceleration

Here we see something interesting. While the velocity vector was tangential to the circular path and pointing in the direction of motion, the acceleration vector points straight back to the axis of rotation. This is known as centripetal acceleration.

To find the magnitude of the acceleration, we again turn to the Pythagorean Theorem.

\lvert a \rvert = \sqrt{(-r\omega^2\cos\omega t)^2 + (-r\omega^2\sin\omega t)^2}

\lvert a \rvert = \sqrt{r^2\omega^4\cos^2\omega t + r^2\omega^4\sin^2\omega t}

\lvert a \rvert = \sqrt{r^2\omega^4(\sin^2\omega t + \cos^2\omega t)}

\lvert a \rvert = \sqrt{r^2\omega^4}

\lvert a \rvert = r\omega^2

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.