In short

Uniform circular motion is motion along a circular path at constant speed. The velocity is always tangent to the circle and keeps changing direction, so the body is accelerating even though its speed never changes. This centripetal acceleration has magnitude a_c = v^2/r = \omega^2 r and always points toward the centre. The angular velocity is \omega = 2\pi/T, where T is the period — the time for one full revolution.

The Delhi Metro rounds a curve near Rajiv Chowk. You are standing inside the coach, holding a rail. The train is not speeding up or slowing down — the speedometer reads a steady 40 km/h — yet you feel yourself being pushed sideways toward the outer wall. Your body is telling you something that the speedometer is not: despite the constant speed, the train is accelerating.

This is the puzzle at the heart of uniform circular motion. Speed is constant, yet the body accelerates. That sounds contradictory until you remember what velocity actually is — not just how fast you move, but which direction you move. On a curved path, the direction keeps changing, and that change of direction is an acceleration, as real as the one you feel when a car brakes suddenly.

Velocity on a circle — always tangent, always changing

Picture a stone tied to a string. You whirl it horizontally above your head at a steady rate, like a sling at a village fair. The stone traces out a circle. At every instant, the stone has a definite speed — the string keeps it on the circle, but it is not speeding up or slowing down.

Now ask: at each instant, which direction is the stone moving?

If you cut the string, the stone would fly off in a straight line — Newton's first law. That straight line is the tangent to the circle at the point where you released it. So the velocity at every instant points along the tangent to the circle. It does not point toward the centre, and it does not point outward. It points sideways — always perpendicular to the radius.

Velocity vectors tangent to a circular path A circle with four points marked at the top, right, bottom, and left. At each point, an arrow shows the velocity vector tangent to the circle. The radius from the centre to each point is drawn as a dashed line, and the velocity arrow is perpendicular to it. O v v v v R
At every point on the circle, the velocity vector (red) is tangent to the path — perpendicular to the radius (dashed). The speed $|\mathbf{v}|$ is the same everywhere, but the direction of $\mathbf{v}$ keeps rotating.

Look at the figure carefully. At the top, the velocity points to the right. A quarter-turn later (at the right), the velocity points upward. Another quarter-turn, and it points to the left. The magnitude has not changed — all four arrows are the same length — but the direction has rotated through a full 360° by the time the stone completes one revolution.

A changing velocity means acceleration. That is the definition. And since the velocity is changing at every single instant (the direction never stops rotating), the acceleration exists at every single instant, not just at special points. Uniform circular motion is continuously accelerated motion.

Period, frequency, and angular velocity

Before you derive the acceleration, you need a clean way to describe how fast the body goes around the circle.

Period and frequency

The period T is the time for one complete revolution — one full trip around the circle and back to the starting point. For the second hand of a clock, T = 60 s. For the Earth orbiting the Sun, T \approx 365.25 days.

The frequency f is the number of revolutions per second:

f = \frac{1}{T}

Why: if one revolution takes T seconds, then in one second you complete 1/T of a revolution. Frequency is the reciprocal of period.

The SI unit of frequency is the hertz (Hz), where 1 Hz = 1 revolution per second. You will also see rpm (revolutions per minute) in engineering contexts: 1 \text{ rpm} = 1/60 \text{ Hz}.

Angular velocity

The stone sweeps through an angle of 2\pi radians in one period. The rate at which it sweeps angle is the angular velocity \omega (omega):

\omega = \frac{2\pi}{T} = 2\pi f

Why: 2\pi radians is the full angle of one revolution. Dividing by T gives the angle swept per unit time. Since f = 1/T, you can also write \omega = 2\pi f.

The unit of \omega is radians per second (rad/s). One revolution per second corresponds to \omega = 2\pi \approx 6.28 rad/s.

Connecting speed to angular velocity

If the body travels the entire circumference 2\pi R in time T, its speed is:

v = \frac{2\pi R}{T} = \omega R

Why: distance equals circumference, time equals period. Since \omega = 2\pi/T, the result simplifies to v = \omega R. This is the bridge between linear speed and angular velocity — it tells you that for a given \omega, a point farther from the centre moves faster.

This formula is clean and important: speed = angular velocity times radius. A point on the rim of a merry-go-round moves faster than a point near the axle, even though both complete one revolution in the same time. The outer point has to cover a larger circumference in the same period, so it must travel faster.

Deriving centripetal acceleration from first principles

This is the central derivation of the article. You will use the position vector, differentiate it twice, and arrive at the acceleration — no hand-waving, no "it can be shown that."

Setting up the position vector

Place the centre of the circle at the origin. The body moves counterclockwise with angular velocity \omega. At time t, its angular position is \theta = \omega t (starting from the positive x-axis at t = 0).

The position vector is:

\vec{r}(t) = R\cos(\omega t)\,\hat{i} + R\sin(\omega t)\,\hat{j} \tag{1}

Why: a point on a circle of radius R at angle \theta from the x-axis has coordinates (R\cos\theta, R\sin\theta). Substituting \theta = \omega t gives the position as a function of time.

First differentiation — velocity

Differentiate \vec{r}(t) with respect to time to get the velocity:

\vec{v}(t) = \frac{d\vec{r}}{dt} = \frac{d}{dt}\Big[R\cos(\omega t)\Big]\,\hat{i} + \frac{d}{dt}\Big[R\sin(\omega t)\Big]\,\hat{j}

Apply the chain rule. The derivative of \cos(\omega t) with respect to t is -\omega\sin(\omega t). The derivative of \sin(\omega t) with respect to t is \omega\cos(\omega t).

\vec{v}(t) = -R\omega\sin(\omega t)\,\hat{i} + R\omega\cos(\omega t)\,\hat{j} \tag{2}

Why: R and \omega are constants, so differentiation hits only the trig functions. The chain rule pulls out a factor of \omega from each term. The minus sign on the \hat{i} component comes from the derivative of cosine.

Check the magnitude of this velocity:

|\vec{v}| = \sqrt{(-R\omega\sin\omega t)^2 + (R\omega\cos\omega t)^2} = R\omega\sqrt{\sin^2\omega t + \cos^2\omega t} = R\omega

Why: the Pythagorean identity \sin^2\theta + \cos^2\theta = 1 eliminates all time dependence. The speed |\vec{v}| = R\omega = v is constant — confirming that the motion is uniform (constant speed).

Verify that velocity is tangent to the circle

Take the dot product of \vec{r} and \vec{v}:

\vec{r} \cdot \vec{v} = \big(R\cos\omega t\big)\big(-R\omega\sin\omega t\big) + \big(R\sin\omega t\big)\big(R\omega\cos\omega t\big)
= -R^2\omega\cos\omega t\sin\omega t + R^2\omega\sin\omega t\cos\omega t = 0

Why: the two terms cancel exactly. Since \vec{r} \cdot \vec{v} = 0, the velocity is perpendicular to the position vector (the radius). A vector perpendicular to the radius at the point on the circle is precisely the tangent direction. This confirms what the figure showed — velocity is always tangent.

Second differentiation — acceleration

Differentiate \vec{v}(t) to get the acceleration:

\vec{a}(t) = \frac{d\vec{v}}{dt} = \frac{d}{dt}\Big[-R\omega\sin(\omega t)\Big]\,\hat{i} + \frac{d}{dt}\Big[R\omega\cos(\omega t)\Big]\,\hat{j}

The derivative of -\sin(\omega t) is -\omega\cos(\omega t). The derivative of \cos(\omega t) is -\omega\sin(\omega t).

\vec{a}(t) = -R\omega^2\cos(\omega t)\,\hat{i} - R\omega^2\sin(\omega t)\,\hat{j} \tag{3}

Why: another application of the chain rule, pulling out another factor of \omega. Both components now have a minus sign — that is about to become physically significant.

The acceleration points toward the centre

Factor the expression:

\vec{a}(t) = -\omega^2\Big[R\cos(\omega t)\,\hat{i} + R\sin(\omega t)\,\hat{j}\Big] = -\omega^2\,\vec{r}(t) \tag{4}

Why: the bracketed expression is exactly \vec{r}(t) from equation (1). So the acceleration is just -\omega^2 times the position vector. The minus sign means the acceleration points in the opposite direction to \vec{r} — that is, it points from the body toward the centre of the circle.

This is the key result. The acceleration is centripetal — it always points inward, toward the centre. It does not point along the direction of motion (that would change the speed), and it does not point outward (that would fling the body off the circle). It points radially inward, continuously turning the velocity vector without changing its magnitude.

Magnitude of centripetal acceleration

From equation (4):

|\vec{a}| = \omega^2\,|\vec{r}| = \omega^2 R

Since v = \omega R, you can write \omega = v/R, and substitute:

a_c = \omega^2 R = \left(\frac{v}{R}\right)^2 R = \frac{v^2}{R} \tag{5}

Why: eliminating \omega in favour of v gives the formula in terms of quantities you can measure directly — speed and radius. Both forms (\omega^2 R and v^2/R) are equally correct; use whichever is more convenient for the problem at hand.

\boxed{a_c = \frac{v^2}{R} = \omega^2 R}

This is the centripetal acceleration formula. It says three things:

Why UCM is accelerated — resolving the paradox

The paradox you felt at the start — constant speed yet acceleration — has been resolved by the derivation. Here is the summary in plain language.

Velocity is a vector. It has both magnitude (speed) and direction. In uniform circular motion, the magnitude stays fixed at v = \omega R, but the direction rotates continuously. The rate of change of a vector whose magnitude is constant but whose direction rotates at rate \omega is v\omega = v \cdot v/R = v^2/R. That rate of change is the acceleration.

Think of it this way: a car on a straight highway at 60 km/h is not accelerating. A car going around a roundabout at 60 km/h is accelerating — inward, toward the centre of the roundabout. The speedometer cannot tell the difference because it measures only speed, not direction. But your body can tell — you lean outward because the car seat is pushing you inward, providing the centripetal acceleration.

Seeing it in motion

The simulation below shows a body moving around a circle. Watch the red velocity vector — it stays tangent to the circle at all times. The blue acceleration vector always points toward the centre, pulling the velocity vector around without changing its length.

Animated: body in uniform circular motion with velocity and acceleration vectors A body moves counterclockwise around a circle of radius 2 m. The red velocity arrow is always tangent to the path. The blue acceleration arrow always points toward the centre. The trail traces out a complete circle. O
The body (red dot) moves counterclockwise at constant speed. The red lines from the body show velocity (tangent to the circle). The dark lines from the body point toward the centre — that is the centripetal acceleration. Click replay to watch again.

Worked examples

Example 1: The second hand of the Rajabai Clock Tower

The Rajabai Clock Tower in Mumbai has a large clock face. Suppose the tip of its second hand is 10 cm from the centre of the dial. Find (a) the angular velocity, (b) the speed of the tip, and (c) the centripetal acceleration of the tip.

Clock face showing the second hand and velocity vector A clock face with the second hand of length 10 cm pointing to the 12 o'clock position. The tip has a velocity vector pointing to the right (tangent to the circular path). An arrow from the tip toward the centre shows centripetal acceleration. The radius R = 10 cm is labelled. 12 3 6 9 R = 10 cm v a꜀
The tip of the second hand traces a circle of radius 10 cm. Velocity $\mathbf{v}$ is tangent to the path (horizontal at 12 o'clock). Centripetal acceleration $a_c$ points from the tip toward the centre of the dial.

Given: R = 10 cm = 0.10 m, T = 60 s (the second hand completes one revolution in 60 seconds).

Step 1. Find the angular velocity.

\omega = \frac{2\pi}{T} = \frac{2\pi}{60} = \frac{\pi}{30} \approx 0.1047 \text{ rad/s}

Why: the second hand sweeps 2\pi radians (one full circle) in 60 seconds. Dividing gives the angle swept per second.

Step 2. Find the speed of the tip.

v = \omega R = \frac{\pi}{30} \times 0.10 = \frac{\pi}{300} \approx 0.01047 \text{ m/s} \approx 1.05 \text{ cm/s}

Why: applying v = \omega R. The tip moves at about 1 cm per second — slow enough that you barely notice the motion, but fast enough that the hand visibly moves from one second mark to the next.

Step 3. Find the centripetal acceleration.

a_c = \omega^2 R = \left(\frac{\pi}{30}\right)^2 \times 0.10 = \frac{\pi^2}{900} \times 0.10 = \frac{\pi^2}{9000}
a_c \approx \frac{9.87}{9000} \approx 1.10 \times 10^{-3} \text{ m/s}^2

Why: using a_c = \omega^2 R directly. This is extremely small — about one ten-thousandth of g. The second hand moves so slowly that the acceleration is negligible in everyday terms, but it is not zero. The hand is accelerating at every instant.

Alternatively, verify with a_c = v^2/R:

a_c = \frac{(0.01047)^2}{0.10} = \frac{1.096 \times 10^{-4}}{0.10} = 1.10 \times 10^{-3} \text{ m/s}^2 \quad \checkmark

Result: \omega \approx 0.105 rad/s, v \approx 1.05 cm/s, a_c \approx 1.1 \times 10^{-3} m/s².

What this shows: Even at the glacial pace of a clock's second hand, centripetal acceleration exists. The numbers are tiny, which is why you never notice a clock hand accelerating — but the physics is identical to a car on a highway curve. The formula does not care how fast or slow the motion is; if the path is circular, there is centripetal acceleration.

Example 2: A car on a circular track

A car travels at 36 km/h along a circular track of radius 50 m. Find the centripetal acceleration. Draw a force diagram showing why the car needs friction to stay on the track.

Force diagram for a car on a circular track Top-down view of a car on a circular track of radius 50 m. The velocity vector points tangent to the track. The centripetal acceleration (and friction force) point inward toward the centre. A separate side-view free body diagram shows the car with weight mg downward, normal force N upward, and friction f pointing toward the centre of the track. Top view O R = 50 m v = 10 m/s a꜀ (and f) Side view (FBD) car mg N f (into page) y x
Left: top-down view showing velocity tangent to the track and centripetal acceleration pointing toward the centre. Right: side-view free body diagram — weight $mg$ down, normal $N$ up, and static friction $f$ directed toward the centre (into the page in the side view) provides the centripetal force.

Step 1. Convert the speed to SI units.

v = 36 \text{ km/h} = 36 \times \frac{1000}{3600} \text{ m/s} = 10 \text{ m/s}

Why: multiply km/h by 1000/3600 = 5/18 to convert to m/s. This is a standard conversion worth memorising: 36 km/h = 10 m/s.

Step 2. Compute the centripetal acceleration.

a_c = \frac{v^2}{R} = \frac{(10)^2}{50} = \frac{100}{50} = 2 \text{ m/s}^2

Why: direct substitution into a_c = v^2/R. The car accelerates at 2 m/s² toward the centre of the track — about one-fifth of g.

Step 3. Identify what provides the centripetal acceleration.

On a flat road, the only horizontal force on the car is static friction between the tyres and the road surface. This friction acts toward the centre of the circular track.

f = m\,a_c = m \times \frac{v^2}{R}

Why: by Newton's second law, the net inward force equals mass times centripetal acceleration. On a flat road with no banking, friction is the sole source of this inward force. If friction is insufficient (wet road, worn tyres, too much speed), the car slides outward — it cannot maintain the circular path.

Result: a_c = 2 m/s² directed toward the centre. Static friction provides the centripetal force.

What this shows: A car at just 36 km/h on a 50 m radius curve needs 2 m/s² of centripetal acceleration. If the car doubled its speed to 72 km/h, the required acceleration would quadruple to 8 m/s² — dangerously close to the limits of tyre friction. This is why sharp curves on highways have speed limits: the v^2 dependence makes high-speed turning dramatically harder.

Common confusions

If you came here to understand uniform circular motion, the centripetal acceleration formula, and how to use it in problems — you have everything you need. What follows is for readers who want the connection to ISRO satellite orbits and the non-uniform case.

Satellite in orbit — UCM powered by gravity

An ISRO satellite in a low-Earth orbit at altitude 400 km above the surface moves at about 7.67 km/s. The orbital radius is R = R_E + h = 6371 + 400 = 6771 km = 6.771 \times 10^6 m.

The centripetal acceleration is:

a_c = \frac{v^2}{R} = \frac{(7670)^2}{6.771 \times 10^6} = \frac{5.883 \times 10^7}{6.771 \times 10^6} \approx 8.69 \text{ m/s}^2

This is remarkably close to g = 9.8 m/s² at the Earth's surface. And that is not a coincidence — the centripetal acceleration is the gravitational acceleration at that altitude. Gravity provides the centripetal force. The satellite is in free fall, continuously falling toward the Earth but moving sideways fast enough that the Earth's surface curves away beneath it at the same rate. The result is a circle (or nearly so).

The orbital period follows from T = 2\pi R/v:

T = \frac{2\pi \times 6.771 \times 10^6}{7670} \approx 5540 \text{ s} \approx 92.3 \text{ min}

An ISRO satellite in low-Earth orbit circles the Earth roughly every 90 minutes — about the length of a Bollywood film.

When the speed is not constant — a preview

If the speed changes as the body moves around the circle, the motion is no longer uniform. In non-uniform circular motion, the acceleration has two components:

  1. The centripetal (radial) component a_c = v^2/R, still pointing toward the centre, still responsible for changing the direction of velocity.
  2. A tangential component a_t = dv/dt, pointing along the tangent, responsible for changing the speed.

The total acceleration is:

|\vec{a}| = \sqrt{a_c^2 + a_t^2} = \sqrt{\left(\frac{v^2}{R}\right)^2 + \left(\frac{dv}{dt}\right)^2}

In uniform circular motion, dv/dt = 0, so the tangential component vanishes and only the centripetal component survives. That is why UCM is the simplest case — and the one you should master first.

Dimensional check

Verify a_c = v^2/R dimensionally:

\frac{[\text{m/s}]^2}{[\text{m}]} = \frac{\text{m}^2/\text{s}^2}{\text{m}} = \frac{\text{m}}{\text{s}^2}

The dimensions are those of acceleration — as they must be. Notice that the formula could not have been v/R (which gives 1/\text{s}, an angular velocity) or v^2 R (which gives \text{m}^3/\text{s}^2, not an acceleration). The v^2/R form is the only combination of v and R that yields dimensions of acceleration.

Where this leads next