Physics Library
 An open source physics library
Encyclopedia | Forums | Docs | Random |  
Login
create new user
Username:
Password:
forget your password?
Main Menu
Sections

Meta

Talkback

Downloads

Information
[parent] GRE Uniform Circular Motion (Topic)

Uniform Circular Motion

Uniform circular motion is motion along a circular path at constant speed. The word uniform refers to the constancy of the speed, not to the velocity vector. Because the direction of the velocity changes continuously, the object is accelerated even though its speed does not change.

For a circle of radius R, the velocity is tangent to the path while the acceleration points toward the center. This inward acceleration is called the centripetal acceleration.

PIC

Figure 1. In uniform circular motion the velocity is tangent to the circular path while the acceleration points toward the center. Constant speed does not imply zero acceleration because velocity also contains direction.

1 Circular position and angular position

Let a particle move on a circle of radius R centered at the origin. Its position can be described by the angular coordinate 𝜃 measured from the positive x axis:

r = R cos𝜃 ex + R sin 𝜃 ey.
(1)

The magnitude of the position vector is constant,

|r| = R,
(2)

but its direction changes as the particle moves.

For uniform circular motion, the angular speed is constant:

ω =  d𝜃-= constant.
     dt
(3)

Therefore

𝜃 (t) = 𝜃0 + ωt.
(4)

Angles used in the relations below are measured in radians. One full revolution corresponds to

2π rad.
(5)

2 Period, frequency, and angular speed

The period T is the time required for one revolution. The frequency f is the number of revolutions per unit time:

     1
f =  T-.
(6)

During one period the angular displacement is 2π, so

ωT  = 2π.
(7)

Thus

|---------------|
|    2π         |
ω =  ---=  2πf. |
-----T-----------
(8)

The SI unit of ω is radians per second. Since the radian is dimensionless, ω has dimensions of inverse time.

3 Arc length and tangential speed

For a circular arc, the distance traveled along the path is

s = R 𝜃.
(9)

Differentiating with respect to time gives

ds-     d𝜃-
 dt = R dt.
(10)

Because ds∕dt is the speed v,

|--------|
|v = ωR. |
----------
(11)

The speed is constant when both R and ω are constant. The velocity vector itself is not constant because its direction rotates with the particle.

PIC

Figure 2. Angular and linear quantities in uniform circular motion are connected by the radius. The relations s = R𝜃, v = Rω, and ac = ω2R form a useful kinematic chain.

4 Geometric derivation of centripetal acceleration

Consider two nearby points on the circular path separated by a small angular displacement Δ𝜃. The velocity vectors at the two points have the same magnitude v but different directions.

For a sufficiently small angle, the velocity triangle is geometrically similar to the position triangle. Therefore

|Δv | ≃ vΔ 𝜃.
(12)

The arc traveled during the same interval is

Δs ≃  R Δ 𝜃.
(13)

Since the speed is v,

Δs  ≃ v Δt.
(14)

Hence

      v Δt
Δ 𝜃 ≃ -----.
       R
(15)

Substitution into the velocity change relation gives

         (     )
|Δv | ≃ v   vΔt-- .
            R
(16)

Dividing by Δt and taking the limit as Δt → 0 gives

|--------|
|     v2 |
|ac = --.|
------R---
(17)

The change in velocity points inward in the small angle limit, so the acceleration vector is directed toward the center of the circle.

PIC

Figure 3. The velocity vectors have equal magnitude but different directions. For a small angular displacement, the velocity triangle gives |Δv|≃ vΔ𝜃 while the arc gives vΔt ≃ RΔ𝜃.

5 Equivalent forms of centripetal acceleration

Using

v = ωR,
(18)

in

      2
     v--
ac = R ,
(19)

we obtain

|----------|
|ac = ω2R. |
------------
(20)

Since

    2π-
ω =  T ,
(21)

we may also write

|------------|
|     4π2R   |
|ac = ---2--.|
--------T----
(22)

In terms of frequency,

|--------------|
|ac = 4π2f 2R. |
---------------
(23)

These forms describe the same acceleration and differ only in which quantities are most convenient to use.

6 Vector derivation

A second derivation follows directly from differentiating the position vector. For constant angular speed,

𝜃 (t) = 𝜃0 + ωt.
(24)

Thus

r(t) = R cos 𝜃ex + R sin𝜃 ey.
(25)

Differentiating gives

v =  − ωR sin𝜃 ex + ωR cos 𝜃ey.
(26)

Its magnitude is

|v | = ωR.
(27)

Differentiating again gives

a = − ω2R cos𝜃 e  − ω2R sin𝜃 e .
                x             y
(28)

Therefore

|----------|
|       2  |
-a =-−-ω-r.-
(29)

The minus sign shows directly that the acceleration points opposite the outward position vector and therefore toward the center.

PIC

Figure 4. Cartesian vector representation of uniform circular motion. Differentiating the position vector once gives the tangent velocity; differentiating again gives the inward acceleration a = −ω2r.

7 Velocity and acceleration are perpendicular

For uniform circular motion,

v ⋅ a = 0.
(30)

The acceleration is therefore perpendicular to the velocity at every instant. A perpendicular acceleration changes the direction of the velocity without changing its magnitude. This is why the speed remains constant.

Equivalently, the rate of change of v2 is

-d(v2) = 2v ⋅ a = 0.
dt
(31)

Hence v2, and therefore the speed v, remains constant.

8 Centripetal does not name a new force

Uniform circular motion is a kinematic description. The inward acceleration must be produced by the net force in the dynamics problem, but centripetal force is not a separate additional force to place on a Free-body diagram.

Newton’s second law later gives the required inward net force magnitude as

               2
Fnet,inward = m v--= m ω2R.
              R
(32)

Depending on the physical situation, this inward net force may be supplied by Tension, gravity, friction, a normal force, an electromagnetic force, or a combination of forces. The present article focuses on the kinematics of the acceleration itself.

9 Worked example 1: speed, period, and centripetal acceleration

A particle moves in a circle of radius

R = 5.0 m
(33)

with constant speed

v =  8.0 m ∕s.
(34)

The angular speed is

     v    8.0
ω =  -- = --- = 1.60 rad∕s.
     R    5.0
(35)

The period is

T  = 2π- = -2π- =  3.93 s.
      ω    1.60
(36)

The frequency is

f =  1-=  0.255 Hz.
     T
(37)

The centripetal acceleration is

     v2    (8.0)2            2
ac = ---=  ------= 12.8 m ∕s .
     R      5.0
(38)

Thus

|--------------------------------------------------------------|
ω  = 1.60 rad∕s,  T =  3.93 s,   f = 0.255 Hz,   ac = 12.8 m ∕s2.
----------------------------------------------------------------
(39)

10 Worked example 2: wheel speed from revolutions per minute

A point on the rim of a wheel of radius

R =  0.35 m
(40)

rotates at 120 revolutions per minute.

First convert to revolutions per second:

f =  120-= 2.00 Hz.
     60
(41)

Therefore

ω =  2πf =  4π rad∕s = 12.57 rad∕s.
(42)

The tangential speed is

v = ωR  = (12.57)(0.35) = 4.40 m ∕s.
(43)

The centripetal acceleration is

ac = ω2R  = (12.57)2(0.35) = 55.3 m∕s2.
(44)

11 Worked example 3: position, velocity, and acceleration vectors

A particle moves counterclockwise in a circle of radius R = 2.0 mm with angular speed ω = 3.0 mrad∕s. Let 𝜃0 = 0 at t = 0. Find r, v, and a at

    π
t = --s.
    6
(45)

The angular position is

           ( π)    π
𝜃 = ωt =  3  -- =  -.
             6     2
(46)

Therefore

r = 2ey m.
(47)

Using the vector velocity formula,

v =  − ωR sin𝜃 ex + ωR cos 𝜃ey,
(48)

we obtain

|---------------|
v =  − 6e m ∕s. |
---------x-------
(49)

Similarly,

       2
a = − ω r,
(50)

so

------------------
|              2 |
a-=--− 18ey-m-∕s-.
(51)

The velocity is tangent to the circle and the acceleration points inward, exactly as required.

12 Worked example 4: two points on the same rigidly rotating disk

Two marked points lie at radii

R  = 0.20 m,     R   = 0.60 m
 1                 2
(52)

on a rigid disk rotating uniformly with angular speed

ω = 4.0 rad∕s.
(53)

Because the disk is rigid, both points have the same angular speed. Their linear speeds are

v1 = ωR1  = 0.80 m ∕s,
(54)

and

v2 = ωR2  = 2.40 m ∕s.
(55)

Thus

v2
v  = 3.
 1
(56)

Their centripetal accelerations are

      2             2
a1 = ω R1 =  3.2 m ∕s ,
(57)

and

a2 = ω2R2 =  9.6 m ∕s2.
(58)

Hence

a2-=  3.
a1
(59)

At fixed angular speed, both v and ac are proportional to radius. The familiar quadratic dependence ac ∝ v2 applies when the radius is held fixed instead.

13 Beyond uniform circular motion

If the speed changes while the object remains on a circular path, the acceleration generally has two components. The inward normal component is still

       2
an =  v-,
      R
(60)

while the tangential component is

      dv-
at =  dt.
(61)

Uniform circular motion is the special case

a  = 0.
 t
(62)

The full treatment of moving polar coordinate basis vectors appears later in the mechanics sequence.

14 Practice problems

  1. A wheel rotates uniformly at 30 revolutions per minute. Find its frequency, period, and angular speed.
  2. A particle moves in a circle of radius 2.5 m with period 4.0 s. Find its speed.
  3. A CAR follows a circular path of radius 50 m at constant speed 15 m/s. Find the centripetal acceleration.
  4. A particle has centripetal acceleration 20 mm∕s2 at radius 0.80 m. Find its angular speed.
  5. Two points on the same rigid disk are at radii R and 3R. Compare their angular speeds, linear speeds, and centripetal accelerations.
  6. A particle moves counterclockwise with R = 1.5 m and ω = 2.0 rad/s. At 𝜃 = 0, write the directions and magnitudes of v and a.
  7. A point travels through three complete revolutions on a circle of radius 0.40 m. What distance does it travel?
  8. A rotor spins uniformly at 5.0 Hz for 12 s. How many revolutions occur, and what angular displacement is swept out in radians?
  9. A satellite is idealized as moving uniformly on a circular path of radius 7.0 × 106 m with period 6000 s. Find its speed and centripetal acceleration.
  10. A particle moves at constant speed around a circle. Explain why its acceleration can be nonzero even though dv∕dt = 0 for the scalar speed.

15 Answer check

  1. f = 0.500 mHz, T = 2.00 ms, ω = π mrad∕s ≃ 3.14 mrad∕s.
  2. v = 2πR∕T = 3.93 mm∕s.
  3. ac = v2∕R = 4.50 mm∕s2.
  4. ω = ∘  -----
   ac∕R = 5.00 mrad∕s.
  5. Same ω; outer point has 3 times the speed and 3 times the centripetal acceleration.
  6. v = 3.0 mm∕s in +y; ac = 6.0 mm∕s2 in −x.
  7. s = 3(2πR) = 2.4π mm ≃ 7.54 mm.
  8. 60 revolutions; Δ𝜃 = 120π mrad.
  9. v = 2πR∕T ≃ 7.33 × 103 mm∕s; a c ≃ 7.67 mm∕s2.
  10. The velocity vector changes direction even when its magnitude is constant; acceleration is dv∕dt, not merely dv∕dt.

16 Summary

Uniform circular motion has constant speed but continuously changing velocity direction. Its central kinematic relations are

|--------|
-v =-ωR--,
(63)

|---------------|
|      2        |
|ac = v--=  ω2R ,
------R---------
(64)

and

|--------------|
|    2π        |
ω =  T--=  2πf .
----------------
(65)

The velocity is tangent to the circle, the acceleration is inward, and the two vectors are perpendicular. The inward acceleration arises because the velocity direction changes, not because the speed changes.

References

[1]   J. R. Taylor, Classical Mechanics, University Science Books, 2005.

[2]   J. B. Marion and S. T. Thornton, Classical Dynamics of Particles and Systems, 5th ed., Brooks/Cole, 2004.

[3]   S. J. Ling, J. Sanny, and W. Moebs, University Physics, Volume 1, OpenStax, 2016.

[4]   PhysicsLibrary, M01-03, Acceleration in Mechanics.


"GRE Uniform Circular Motion" is owned by bloftin.
(view preamble)
View style:
Other names:  M01-08
Also defines:  centripetal acceleration
Keywords:  uniform circular motion, centripetal acceleration, angular speed, period, frequency, tangential velocity, circular kinematics

This object's parent.

Cross-references: scalar, spins, CAR, mechanics, polar coordinate, formula, friction, Tension, Free-body diagram, centripetal force, force, kinematic, vectors, dimensions, displacement, unit, relations, position vector, magnitude, position, particle, acceleration, vector, velocity, speed, motion, uniform circular motion
There is 1 reference to this object.

This is version 2 of GRE Uniform Circular Motion, born on 2026-09-27, modified 2026-09-27.
Object id is 1322, canonical name is GREUniformCircularMotion.
Accessed 12 times total.

Classification:
Physics Classification: 45.50.Dd (General motion)
 45.50.-j (Dynamics and kinematics of a particle and a system of particles)
Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:

No messages.

Interact
rate | post | correct | update request | add example | add (any)