# Circular motion and gravitation

> IB Physics SL · IB Physics SL
> Source: https://www.owlsprep.com/study/ib-physics-sl-u1-circular-motion-and-gravitation/

This subtopic covers uniform circular motion, centripetal acceleration and force, and Newton's law of universal gravitation applied to circular orbital motion. You will learn to solve common IB exam problems for circular motion and planetary orbits.

**Prerequisites:** [Newton's laws of motion](https://www.owlsprep.com/study/ib-physics-sl-u1-newtons-laws-of-motion/); [Kinematics of linear motion](https://www.owlsprep.com/study/ib-physics-sl-u1-kinematics/)

## Learning objectives

- Describe uniform circular motion in terms of velocity and acceleration
- Calculate centripetal force and centripetal acceleration for circular motion
- Apply Newton's law of gravitation to circular orbital motion
- Solve exam problems for orbital period and speed of satellites/planets

## Uniform Circular Motion and Centripetal Acceleration

**Uniform Circular Motion** — Motion of an object traveling at constant speed (constant magnitude of velocity) along a circular path

*Example:* A car turning a level corner at a constant 30 m/s

Even though the speed of the object is constant, the direction of its velocity changes continuously as it moves around the circle. This means the object has non-zero acceleration, which always points toward the center of the circle. This acceleration is called centripetal (center-seeking) acceleration.

$$a_c = \frac{v^2}{r} = \omega^2 r$$

Where $v$ is tangential speed, $r$ is the radius of the circle, and $\omega$ is angular speed in radians per second.

**Worked example:** A child rides a merry-go-round at a distance of 2.5 m from the center, moving with a constant angular speed of 0.4 rad s⁻¹. Calculate the magnitude of their centripetal acceleration.

1. Identify known values:
2. $$r = 2.5 \ \text{m}, \omega = 0.4 \ \text{rad s}^{-1}$$
3. Substitute into the centripetal acceleration formula:
4. $$a_c = \omega^2 r = (0.4)^2 \times 2.5 = 0.16 \times 2.5 = 0.4 \ \text{m s}^{-2}$$

> **Exam tip:** Always remember that for uniform circular motion, the magnitude of centripetal acceleration is constant, but its direction changes continuously to always point toward the center.

## Centripetal Force

**Centripetal Force** — The net force acting on an object to keep it moving in uniform circular motion, always directed toward the center of the circle

*Notation:* F_c

From Newton's second law ($F_{net} = ma$), we get the magnitude of centripetal force:

$$F_c = m a_c = \frac{mv^2}{r} = m \omega^2 r$$

> **warning**
>
> Centripetal force is not a separate, additional force. It is always the net result of existing forces like tension, friction, gravity, or normal reaction.

**Worked example:** A 900 kg car turns a flat circular corner of radius 45 m at a constant speed of 12 m/s. What is the minimum coefficient of static friction between the tires and road required to avoid slipping?

1. The centripetal force is provided entirely by static friction, so $F_f = F_c$:
2. $$\mu_s N = \frac{mv^2}{r}$$
3. Normal reaction equals the car's weight, so $N = mg$, mass cancels out on both sides:
4. $$\mu_s g = \frac{v^2}{r}$$
5. Rearrange for $\mu_s$ and substitute values ($g = 9.81 \ \text{m s}^{-2}$):
6. $$\mu_s = \frac{v^2}{rg} = \frac{12^2}{45 \times 9.81} \approx 0.33$$

## Newton's Law of Universal Gravitation

**Newton's Law of Universal Gravitation** — Every point mass attracts every other point mass with a force proportional to the product of their masses, and inversely proportional to the square of the distance between their centers.

$$F = G \frac{M m}{r^2}$$

Where $G = 6.67 \times 10^{-11} \ \text{N m}^2 \text{kg}^{-2}$ is the universal gravitational constant, $M$ and $m$ are the two masses, and $r$ is the distance between the centers of the masses. For uniform spherical masses, this law applies directly.

**Worked example:** Calculate the gravitational force between Earth (mass $5.97 \times 10^{24}$ kg) and a 70 kg person standing at Earth's surface, where Earth's radius is $6.37 \times 10^6$ m.

1. Substitute all values into the gravitational force formula:
2. $$F = \frac{(6.67 \times 10^{-11})(5.97 \times 10^{24})(70)}{(6.37 \times 10^6)^2}$$
3. Calculate numerator and denominator:
4. $$F \approx \frac{2.79 \times 10^{16}}{4.06 \times 10^{13}} \approx 687 \ \text{N}$$
5. This matches the expected weight $mg = 70 \times 9.81 = 687$ N, confirming the result.

## Gravitation and Circular Orbital Motion

For a stable circular orbit of a smaller mass around a larger central mass, gravitational attraction provides exactly the centripetal force required to maintain the circular motion. This relationship lets us derive key properties of orbits.

**Derivation:** Derive Kepler's third law for circular orbits

*Starting from:* Equating gravitational force to centripetal force

1. 1. Equate force: $G \frac{M m}{r^2} = m \frac{v^2}{r}$. The orbiting mass $m$ cancels out:
2. $$v^2 = \frac{G M}{r}$$
3. 2. Orbital speed is $v = \frac{2 \pi r}{T}$, substitute into the equation:
4. $$\frac{4 \pi^2 r^2}{T^2} = \frac{G M}{r}$$
5. 3. Rearrange to get the relationship between $T$ and $r$:

*Conclusion:* $T^2 = \frac{4 \pi^2}{G M} r^3$ → the square of the orbital period is proportional to the cube of the orbital radius, for any orbit around the same central mass M.

**Worked example:** The ISS orbits Earth at 400 km altitude. Earth's radius = 6370 km, mass = $5.97 \times 10^{24}$ kg. Calculate the ISS orbital period in minutes.

1. 1. Calculate orbital radius (add altitude to Earth's radius):
2. $$r = 6370 + 400 = 6770 \ \text{km} = 6.77 \times 10^6 \ \text{m}$$
3. 2. Substitute into Kepler's third law:
4. $$T^2 = \frac{4 \pi^2 r^3}{G M} = \frac{4 \pi^2 (6.77 \times 10^6)^3}{(6.67 \times 10^{-11})(5.97 \times 10^{24})} \approx 3.07 \times 10^7$$
5. 3. Solve for T and convert to minutes:
6. $$T = \sqrt{3.07 \times 10^7} \approx 5540 \ \text{s} = \frac{5540}{60} \approx 92 \ \text{minutes}$$

## Common pitfalls

- **Wrong:** Treating centripetal force as an extra separate force on free body diagrams
  - Why it fails: Centripetal force is the net force, not a new interaction force. Adding it leads to incorrect force balances.
  - Correct: Draw only actual forces (tension, friction, gravity) then sum forces toward the center and set equal to $\frac{mv^2}{r}$.
- **Wrong:** Using altitude instead of orbital radius for gravitational calculations
  - Why it fails: Orbital radius is measured from the center of the central body, not the surface. This leads to large errors in results.
  - Correct: Always add the radius of the central body to the altitude to get $r$.
- **Wrong:** Saying centripetal acceleration points outward from the center
  - Why it fails: Confusion with fictitious centrifugal force in rotating reference frames, which are not used in IB Physics.
  - Correct: For inertial reference frames (the standard frame for IB exams), centripetal acceleration always points toward the center of the circle.
- **Wrong:** Canceling both masses $M$ and $m$ when deriving orbital speed
  - Why it fails: Students often accidentally cancel the central mass $M$, leading to wrong formulas.
  - Correct: Only the orbiting mass $m$ cancels. The central mass $M$ always remains in the final formula.
- **Wrong:** Using inverse proportionality $F \propto \frac{1}{r}$ instead of inverse square for gravity
  - Why it fails: Simple memorization error that changes all results.
  - Correct: Remember gravitational force follows the inverse square law: $F \propto \frac{1}{r^2}$.

## Cheatsheet

| Concept | Formula | Key Notes |
| --- | --- | --- |
| Centripetal acceleration | $a_c = \frac{v^2}{r} = \omega^2 r$ | Points toward center of circle |
| Centripetal force | $F_c = \frac{mv^2}{r} = m\omega^2 r$ | Net force, not an extra force |
| Newton's gravitation | $F = G\frac{Mm}{r^2}$ | $r$ = distance between centers |
| Orbital period (circular) | $T^2 = \frac{4\pi^2}{GM} r^3$ | $M$ = mass of central body |
| Orbital speed | $v = \sqrt{\frac{GM}{r}}$ | Independent of orbiting mass $m$ |

## What's next

Circular motion and gravitation form a core foundation of classical mechanics, underpinning topics from rotational motion to astrophysics. Mastery of this subtopic is critical for exam success, as it appears regularly in both multiple-choice and extended-response questions in IB Physics SL. Understanding how gravitational force provides centripetal force for stable orbits is the basis for all astrophysical calculations, which you will explore further in the IB Astrophysics option. The principles of circular motion also extend to HL topics like rotational dynamics, where you will extend these ideas to rotating rigid bodies. Next, you will build on these mechanics concepts to study energy changes and work in moving systems.

- [The particulate nature of matter](https://www.owlsprep.com/study/ib-physics-sl-u2-overview/)
- [Temperature and thermal energy](https://www.owlsprep.com/study/ib-physics-sl-u2-temperature-and-thermal-energy/)
- [Gases](https://www.owlsprep.com/study/ib-physics-sl-u2-gases/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ib-physics-sl-u1-circular-motion-and-gravitation/
