# Newton's Law of Universal Gravitation

> AP Physics 1 · Unit 3: Circular Motion and Gravitation
> Source: https://www.owlsprep.com/study/ap-physics-1-u3-newton-s-law-of-universal/

This module covers Newton's Law of Universal Gravitation, inverse-square proportional reasoning, gravitational acceleration variation with altitude, circular orbital motion, and Kepler's third law for AP Physics 1 exam problem solving.

**Prerequisites:** [Newton's second and third laws of motion](https://www.owlsprep.com/study/ap-physics-1-u2-newtons-laws/); [Centripetal acceleration for uniform circular motion](https://www.owlsprep.com/study/ap-physics-1-u3-centripetal-acceleration-circular-motion/); Algebraic proportional reasoning

## Learning objectives

- State Newton's Law of Universal Gravitation and explain its inverse-square proportionality
- Calculate gravitational acceleration at any altitude using proportional reasoning
- Relate gravitational force to centripetal force for circular orbital motion
- Apply Kepler's third law to solve orbital period problems for AP Physics 1

## Core Definition of Newton's Law of Universal Gravitation

Newton's Law of Universal Gravitation is the fundamental physical law describing the attractive long-range force between any two objects that have mass. It applies to all objects everywhere in the universe, not just planets or celestial bodies near Earth. For AP Physics 1, we only work with point masses or uniform spherical masses, so distance between objects is defined as the distance between their centers of mass. This topic contributes 16–18% of your total AP exam score, appearing in both MCQ and FRQ sections.

**Newton's Law of Universal Gravitation** — Every massive object attracts every other massive object with a force directly proportional to the product of their masses and inversely proportional to the square of the center-to-center distance between them.

*Notation:* $F_g = G \frac{m_1 m_2}{r^2}$

> **info**
>
> Gravitational force follows Newton's third law: the force $m_1$ exerts on $m_2$ is equal in magnitude and opposite in direction to the force $m_2$ exerts on $m_1$, regardless of any difference in mass between the two objects.

## Force Formula and Inverse-Square Proportionality

Newton's law gives the magnitude of the gravitational force between two masses as:

$$F_g = G \frac{m_1 m_2}{r^2}$$

Where $G = 6.67 \times 10^{-11} \text{ Nm}^2/\text{kg}^2$ is the universal gravitational constant, $m_1$ and $m_2$ are the masses of the two objects, and $r$ is the center-to-center distance. AP Physics 1 almost always tests proportional reasoning for this relationship instead of full calculation with $G$. The inverse-square dependence on $r$ means if distance doubles, force drops to $1/4$ of its original value; if distance triples, force drops to $1/9$.

**Worked example:** A 10 kg mass and a 20 kg mass separated by 2 meters exert a gravitational force $F$ on each other. What is the new force if the 10 kg mass is changed to 30 kg, the 20 kg mass is changed to 40 kg, and the separation distance is increased to 6 meters, in terms of the original force $F$?

1. Write the original force using the universal gravitation formula:

   $$F = G \frac{(10)(20)}{(2)^2} = 50G$$
2. Write the new force after all changes:

   $$F' = G \frac{(30)(40)}{(6)^2} = \frac{1200}{36} G = \frac{100}{3}G$$
3. Take the ratio of new force to original force to eliminate $G$:

   $$\frac{F'}{F} = \frac{\frac{100}{3}G}{50G} = \frac{2}{3}$$
4. Final result:

   $$F' = \frac{2}{3}F$$

> **Exam tip:** Always use ratio reasoning for proportionality questions to save time and avoid arithmetic errors with the very small value of $G$.

*Calculator:* allowed

## Gravitational Acceleration Variation With Altitude

The familiar $g = 9.8 \text{ m/s}^2$ acceleration due to gravity near Earth's surface is just a special case of Newton's universal gravitation. We can derive the gravitational acceleration at any distance from a planet's center by combining Newton's second law with the universal gravitation formula.

**Derivation:** Derive the general formula for gravitational acceleration at distance $r$ from a planet's center

*Starting from:* Newton's second law $F = ma$ and the universal gravitation force formula

1. For an object of mass $m$ at distance $r$ from the center of a planet of mass $M$, set gravitational force equal to mass times acceleration:
2. $$F_g = G \frac{Mm}{r^2} = mg$$

*Conclusion:* The mass of the object $m$ cancels out from both sides, leaving the general formula $g(r) = \frac{GM}{r^2}$, which is valid for all points outside the planet ($r \geq R$, where $R$ is the planet's radius). At altitude $h$ above the surface, the total distance from the center is $r = R + h$, so $g$ decreases as altitude increases.

**Worked example:** The International Space Station orbits 400 km above Earth's surface. Earth's radius is approximately 6400 km. What is the gravitational acceleration at the ISS orbital altitude, in terms of the surface gravitational acceleration $g_s$?

1. Calculate total orbital radius from Earth's center:

   $$r = R_E + h = 6400 + 400 = 6800 \text{ km} = \frac{17}{16}R_E$$
2. Write expressions for surface and orbital acceleration:

   $$g_s = \frac{GM_E}{R_E^2}, \quad g_{orbit} = \frac{GM_E}{r^2}$$
3. Substitute $r = \frac{17}{16}R_E$ into the orbital acceleration formula:

   $$g_{orbit} = \frac{GM_E}{(\frac{17}{16}R_E)^2} = g_s \left(\frac{16}{17}\right)^2 = g_s \frac{256}{289}$$
4. Simplify to get the final result:

   $$g_{orbit} \approx 0.89 g_s$$

> **Exam tip:** Never use altitude (distance from the surface) directly in the $g(r)$ formula. Always add the planet's radius to altitude to get the total center-to-center distance first.

*Calculator:* allowed

## Circular Orbital Motion and Kepler's Third Law

For a small object in uniform circular orbit around a much more massive central object, the only force providing the required centripetal acceleration is gravitational force. Setting gravitational force equal to centripetal force gives the core relationship for orbital motion:

$$G \frac{Mm}{r^2} = m \frac{v^2}{r}$$

The mass of the orbiting object $m$ cancels out, giving the formula for orbital speed:

$$v = \sqrt{\frac{GM}{r}}$$

Orbital speed depends only on the central mass $M$ and orbital radius $r$, so two satellites of different masses in the same orbit have the same speed. We can derive Kepler's third law for circular orbits by substituting $v = \frac{2\pi r}{T}$ (where $T$ is orbital period) into the orbital speed formula, resulting in:

$$T^2 = \left(\frac{4\pi^2}{GM}\right) r^3$$

This means for all objects orbiting the same central mass, the square of the orbital period is proportional to the cube of the orbital radius: $T^2 \propto r^3$.

**Worked example:** Two satellites orbit the same planet. Satellite A has orbital radius $r$ and orbital period $T$. Satellite B has orbital radius $4r$. What is the orbital period of Satellite B?

1. Use Kepler's third law proportionality for the same central planet:

   $$\frac{T_A^2}{r_A^3} = \frac{T_B^2}{r_B^3}$$
2. Substitute known values $T_A = T$, $r_A = r$, $r_B = 4r$:

   $$\frac{T^2}{r^3} = \frac{T_B^2}{(4r)^3} = \frac{T_B^2}{64 r^3}$$
3. Cancel $r^3$ from both sides and solve for $T_B$:

   $$T_B^2 = 64 T^2 \implies T_B = 8T$$

**Check your understanding**

Test your understanding of core proportional relationships:

1. Two identical asteroids of mass $m$ are separated by distance $d$ and exert a gravitational force of magnitude $F$ on each other. One asteroid is split into two equal pieces, and one piece is moved to a new separation distance of $d/2$ from the intact asteroid. What is the new force magnitude?

   - $F/2$
   - $F$
   - $2F$
   - $4F$

   *Why:* Original force: $F = \frac{G m^2}{d^2}$. New force: $F' = \frac{G (m/2)(m)}{(d/2)^2} = 2F$, so this option is correct.

> **Exam tip:** The $T^2 \propto r^3$ proportionality only holds for objects orbiting the same central mass. If two objects orbit different planets with different masses, the proportionality constant changes.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Using altitude $h$ instead of $r = R + h$ as the distance in gravitational formulas
  - Why it fails: Students confuse surface distance with the center-to-center distance required by the formula
  - Correct: Always add the planet's radius to altitude to get $r$ before plugging into any formula
- **Wrong:** Claiming a more massive object exerts a larger gravitational force on a smaller object than the smaller exerts on the larger
  - Why it fails: Students confuse force magnitude with acceleration, forgetting Newton's third law applies to gravity
  - Correct: Remember gravitational forces are an action-reaction pair, so they have equal magnitude regardless of mass difference
- **Wrong:** Canceling the central mass $M$ instead of the orbiting/object mass $m$ when deriving $g$ or orbital speed
  - Why it fails: Students mix up which mass is which when setting up the force equation
  - Correct: Label the central mass $M$ and the smaller object/orbiting mass $m$ before starting any calculation or derivation
- **Wrong:** Claiming if orbital radius doubles, orbital period doubles, because gravity follows an inverse-square law
  - Why it fails: Students mix up the power relationship in Kepler's third law with the inverse-square relationship for force
  - Correct: Always write the full proportionality $T^2 \propto r^3$ explicitly before solving proportional problems
- **Wrong:** Claiming astronauts on the ISS are weightless because there is no gravity in orbit
  - Why it fails: This is a common pop culture misconception that incorrectly equates space with zero gravity
  - Correct: Remember weightlessness comes from continuous free fall around Earth, not zero gravity; gravity at the ISS orbit is ~90% of surface gravity

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Gravitational force magnitude | $F_g = G \frac{m_1 m_2}{r^2}$ | For point/uniform spherical masses; $r$ = center-to-center distance; force is always attractive |
| Universal gravitational constant | $G = 6.67 \times 10^{-11} \text{ Nm}^2/\text{kg}^2$ | Rarely needs plugging in; most problems use proportional reasoning |
| Gravitational acceleration at distance $r$ | $g(r) = \frac{G M}{r^2}$ | Valid for $r \geq$ planet radius; $g$ is independent of the object's mass |
| Surface gravitational acceleration | $g_s = \frac{G M}{R^2}$ | $R$ = planet radius; near Earth, $g_s \approx 9.8 \text{ m/s}^2$ |
| Circular orbital speed | $v = \sqrt{\frac{G M}{r}}$ | $M$ = central mass; speed is independent of orbiting object mass |
| Kepler's Third Law (circular orbits) | $T^2 = \left(\frac{4 \pi^2}{G M}\right) r^3$ | $T^2 \propto r^3$ only for objects orbiting the same central mass |
| Newton's third law for gravity | $\|F_{1 \text{ on } 2}\| = \|F_{2 \text{ on } 1}\|$ | Force magnitudes are equal, regardless of mass difference |

## What's next

Newton's Law of Universal Gravitation is the foundational prerequisite for all orbital motion topics in Unit 3. Without mastering the inverse-square relationship, proportional reasoning, and how gravity provides centripetal force for orbits, you will not be able to solve more complex problems involving orbital energy, Kepler's full laws, or multi-object gravitational interactions that appear on the AP exam. Beyond Unit 3, the inverse-square relationship you learned here directly translates to Coulomb's law for electrostatics in later units, so mastering proportional reasoning for gravitation will make electrostatics much easier, and sets the foundation for understanding field forces in future physics study.

- [Orbital Motion of Planets and Satellites](https://www.owlsprep.com/study/ap-physics-1-u3-orbital-motion-of-planets-and/)
- [Energy Overview](https://www.owlsprep.com/study/ap-physics-1-u4-overview/)
- [AP Physics 1 Work and Kinetic Energy](https://www.owlsprep.com/study/ap-physics-1-u4-work-and-kinetic-energy/)

---

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/ap-physics-1-u3-newton-s-law-of-universal/
