Unit 7 Gravitation in AP Physics C: Mechanics — Forces, Fields, and Potential Energy

Newton's Law of Universal Gravitation

What the law says (and what it really means)

Newton's Law of Universal Gravitation states that any two masses attract each other with a force whose magnitude is proportional to the product of the masses and inversely proportional to the square of the distance between their centers.

In equation form:

Fg=Gm1m2r2F_g = G\frac{m_1 m_2}{r^2}

Here:

  • FgF_g is the magnitude of the gravitational force between the masses (newtons, N)
  • GG is the **universal gravitational constant** (approximately 6.67×1011 Nm2/kg26.67\times 10^{-11}\ \text{N}\cdot\text{m}^2/\text{kg}^2)
  • m1m_1 and m2m_2 are the masses (kg)
  • rr is the distance between the masses’ centers (m)

The phrase “universal” matters: this same law describes apples falling near Earth, the Moon orbiting Earth, and planets orbiting the Sun. In AP Physics C: Mechanics, you use this law not just to compute forces, but also to build the ideas of gravitational field and gravitational potential energy.

Why the inverse-square form matters

The 1/r21/r^2 dependence is not arbitrary. It captures how something that “spreads out” in three dimensions gets weaker with distance. Imagine the gravitational influence of a mass spreading through space. The surface area of a sphere grows like 4πr24\pi r^2, so the “influence per area” decreases like 1/r21/r^2. You are not required to re-derive this from geometry on the AP exam, but understanding the idea helps you remember the form and reason about what happens when distances change.

A quick scaling consequence you should be able to do mentally:

  • If rr doubles, FgF_g becomes one-fourth.
  • If one mass triples, FgF_g triples.
Direction: gravity is attractive and acts along the line joining centers

The equation above gives the magnitude. The force is always attractive, meaning each mass pulls toward the other. The force acts along the line connecting the two centers.

In vector form, a common way to write the force on mass 2 due to mass 1 is:

F21=Gm1m2r2r^21\vec{F}_{2\leftarrow 1} = -G\frac{m_1 m_2}{r^2}\hat{r}_{2\leftarrow 1}

  • r^21\hat{r}_{2\leftarrow 1} is a unit vector pointing from mass 1 toward mass 2.
  • The negative sign indicates the force on 2 points back toward 1 (opposite that unit vector).

You can also write this using a position vector difference. If r=r2r1\vec{r} = \vec{r}_2 - \vec{r}_1 and r=rr = |\vec{r}|, then:

F21=Gm1m2r3r\vec{F}_{2\leftarrow 1} = -G\frac{m_1 m_2}{r^3}\vec{r}

This form is handy because it automatically gives the correct direction when you know the displacement vector between the objects.

Superposition: gravity adds like vectors

A major skill in gravitation problems is superposition: when multiple masses act on a target mass, the net gravitational force is the vector sum of the individual gravitational forces.

For several point masses mim_i pulling on a test mass mm:

Fnet=iFi\vec{F}_{\text{net}} = \sum_i \vec{F}_i

This matters because many real situations involve more than two bodies (Earth and Moon acting on a satellite, or multiple masses in a line). The key is that gravity is a vector force, so directions matter.

When you are allowed to treat objects as point masses

Newton’s law is exact for point masses. Real objects have size, so you need a model:

  • If an object is spherically symmetric (like a planet) and you are outside it, you may treat its entire mass as if it were concentrated at its center. Then rr is measured from the center of the sphere.
  • For two spherically symmetric bodies with non-overlapping volumes, you can treat both as point masses at their centers.

This is not just a convenient approximation; for an ideal spherical mass distribution, it is an exact result outside the sphere.

A common pitfall is using the distance to the surface instead of the distance to the center. If a satellite is at altitude hh above Earth’s surface, then the correct center-to-center distance is:

r=RE+hr = R_E + h

where RER_E is Earth’s radius.

Example 1: Comparing gravitational forces at different distances

Suppose a satellite of mass mm orbits Earth at a distance 2RE2R_E from Earth’s center. Compare the gravitational force there to the force on the same mass at Earth’s surface (distance RER_E from the center).

Step 1: Write the force at each location

At the surface:

F1=GMEmRE2F_1 = G\frac{M_E m}{R_E^2}

At 2RE2R_E:

F2=GMEm(2RE)2F_2 = G\frac{M_E m}{(2R_E)^2}

Step 2: Take the ratio

F2F1=GMEm4RE2GMEmRE2=14\frac{F_2}{F_1} = \frac{G\frac{M_E m}{4R_E^2}}{G\frac{M_E m}{R_E^2}} = \frac{1}{4}

So the gravitational force is one-fourth as large at twice the distance.

Example 2: Net gravitational force from two masses (superposition)

Two equal masses MM are fixed on the x-axis at x=ax=-a and x=+ax=+a. A test mass mm is located at x=0x=0. What is the net gravitational force on mm?

Each mass attracts mm with equal magnitude:

F=GMma2F = G\frac{Mm}{a^2}

But the left mass pulls left and the right mass pulls right with equal magnitude. The forces cancel, so:

Fnet=0\vec{F}_{\text{net}} = \vec{0}

A classic misconception is thinking “two masses means double the force.” Only the magnitudes add if the directions match; here they do not.

Exam Focus
  • Typical question patterns:
    • Compare gravitational forces at two distances using ratios (often avoiding heavy arithmetic).
    • Find a net gravitational force from multiple masses using vector addition and symmetry.
    • Use r=R+hr = R + h correctly for satellites and altitude problems.
  • Common mistakes:
    • Using altitude hh as the distance in 1/r21/r^2 instead of center-to-center distance R+hR+h.
    • Forgetting gravity is a vector and adding magnitudes when directions differ.
    • Confusing GG (universal constant) with gg (local gravitational acceleration).

Gravitational Field and Acceleration

From force to field: separating “source” from “test object”

A gravitational field is a way to describe how a mass creates a “pull” throughout space without having to specify the mass of the object being pulled each time. It is defined as the gravitational force per unit mass on a small test mass.

Mathematically, the gravitational field (also called gravitational field strength) is:

g=Fgm\vec{g} = \frac{\vec{F}_g}{m}

  • g\vec{g} is measured in N/kg\text{N/kg}, which is equivalent to m/s2\text{m/s}^2.
  • The direction of g\vec{g} is the direction a freely falling object would accelerate.

This definition matters because it makes clear why all objects fall with the same acceleration in a gravitational field (ignoring air resistance): since Fg\vec{F}_g is proportional to mm, dividing by mm cancels the test mass.

Field due to a point mass (or spherical planet)

Start from Newton’s law for a mass MM attracting a test mass mm:

Fg=GMmr2F_g = G\frac{Mm}{r^2}

Divide by mm to get the field magnitude:

g=GMr2g = G\frac{M}{r^2}

Vector form (pointing toward the mass):

g(r)=GMr2r^\vec{g}(r) = -G\frac{M}{r^2}\hat{r}

where r^\hat{r} points radially outward from the mass, so the negative sign indicates the field points inward.

A key conceptual connection: the familiar near-Earth value g9.8 m/s2g \approx 9.8\ \text{m/s}^2 is just the gravitational field magnitude at Earth’s surface:

g0=GMERE2g_0 = G\frac{M_E}{R_E^2}

So gg is not a new constant; it changes with location.

How gravitational acceleration relates to Newton’s 2nd law

In mechanics you often start with Newton’s 2nd law:

F=ma\sum \vec{F} = m\vec{a}

If gravity is the only force acting (free fall far from air resistance and without other forces), then:

Fg=ma\vec{F}_g = m\vec{a}

But Fg=mg\vec{F}_g = m\vec{g} by definition of g\vec{g}, so:

a=g\vec{a} = \vec{g}

That is why gravitational field and gravitational acceleration are often used interchangeably in this unit.

Superposition for fields (often easier than forces)

Because g\vec{g} is force per unit mass, it also obeys superposition:

gnet=igi\vec{g}_{\text{net}} = \sum_i \vec{g}_i

This is especially convenient because you do not have to carry the test mass through the calculation.

Real-world interpretation: weight as a gravitational force

Near Earth’s surface, you often use the approximation Fg=mgF_g = mg with constant gg. In gravitation problems, you should recognize that this is an approximation to the universal gravitation law when rr does not change much compared with RER_E.

At altitude, “weight” (gravitational force magnitude) becomes:

Fg(r)=mGMEr2F_g(r) = mG\frac{M_E}{r^2}

So astronauts in orbit are not “beyond gravity”; they are in continuous free fall where gravity provides centripetal acceleration.

Example 1: Gravitational acceleration at altitude

Find the gravitational acceleration at an altitude h=REh = R_E above Earth’s surface (so the distance from Earth’s center is r=2REr = 2R_E) in terms of g0g_0.

At Earth’s surface:

g0=GMERE2g_0 = G\frac{M_E}{R_E^2}

At 2RE2R_E:

g=GME(2RE)2=GME4RE2=g04g = G\frac{M_E}{(2R_E)^2} = G\frac{M_E}{4R_E^2} = \frac{g_0}{4}

So gravitational acceleration is one-fourth its surface value at that altitude.

Example 2: Net gravitational field on a line (direction matters)

Two masses, MM and 4M4M, are fixed on the x-axis at x=0x=0 and x=3ax=3a. Find the point on the x-axis between them where the net gravitational field is zero.

Let the point be at position xx with 0<x<3a0<x<3a.

Field magnitude from MM at distance xx:

g1=GMx2g_1 = G\frac{M}{x^2}

Direction: toward MM, i.e. toward x=0x=0, which is negative x-direction.

Field magnitude from 4M4M at distance 3ax3a-x:

g2=G4M(3ax)2g_2 = G\frac{4M}{(3a-x)^2}

Direction: toward 4M4M, i.e. toward x=3ax=3a, which is positive x-direction.

For net field zero, magnitudes must be equal:

GMx2=G4M(3ax)2G\frac{M}{x^2} = G\frac{4M}{(3a-x)^2}

Cancel GG and MM:

1x2=4(3ax)2\frac{1}{x^2} = \frac{4}{(3a-x)^2}

Take square roots (distances are positive):

1x=23ax\frac{1}{x} = \frac{2}{3a-x}

Solve:

3ax=2x3a - x = 2x

3a=3x3a = 3x

x=ax = a

So the zero-field point is closer to the smaller mass, which makes sense because you must be closer to MM to match the stronger pull from 4M4M.

Exam Focus
  • Typical question patterns:
    • Derive or use g=GM/r2g = GM/r^2 and compare gg values via ratios.
    • Find locations where net gravitational field is zero using superposition and symmetry.
    • Interpret free-fall motion in terms of a=g\vec{a} = \vec{g}.
  • Common mistakes:
    • Treating gg as constant for large altitude changes (it is only approximately constant near Earth’s surface).
    • Setting forces equal instead of fields equal when asked for a point where net field is zero (fields are simpler because the test mass cancels).
    • Getting directions wrong: fields point toward masses, so signs matter on a line.

Gravitational Potential Energy

Why introduce potential energy for gravity?

When gravity is the only force doing work (or when it’s one of several conservative forces), energy methods often make problems far easier than force-and-acceleration methods. Instead of tracking forces at every point, you track how energy changes between two positions.

Gravity is a conservative force. That means:

  • The work done by gravity depends only on the initial and final positions, not on the path taken.
  • You can define a gravitational potential energy function U(r)U(r) so that changes in UU account for gravitational work.

This is especially important in orbital and space problems because the gravitational force changes significantly with distance. The familiar near-Earth formula U=mghU = mgh is only an approximation for small height changes compared with Earth’s radius.

Work done by gravitational force (radial motion)

Consider a mass mm moving in the gravitational field of a mass MM. The gravitational force magnitude is:

F(r)=GMmr2F(r) = G\frac{Mm}{r^2}

The force points inward (toward smaller rr). If the object moves radially from r1r_1 to r2r_2, the work done by gravity is:

Wg=r1r2FdrW_g = \int_{r_1}^{r_2} \vec{F}\cdot d\vec{r}

For radial motion, Fdr\vec{F}\cdot d\vec{r} becomes negative when you move outward because force inward and displacement outward are opposite. Carrying out the standard integral gives:

Wg=GMm(1r21r1)W_g = GMm\left(\frac{1}{r_2} - \frac{1}{r_1}\right)

Check the sign with a physical test:

  • If you move outward, r2>r1r_2 > r_1, then 1/r2<1/r11/r_2 < 1/r_1, so WgW_g is negative. Gravity removes mechanical energy as you move away (you must supply energy).
Defining gravitational potential energy

For conservative forces, the change in potential energy is the negative of the work done by the force:

ΔU=Wg\Delta U = -W_g

So for gravity:

ΔU=GMm(1r21r1)=GMm(1r11r2)\Delta U = -GMm\left(\frac{1}{r_2} - \frac{1}{r_1}\right) = GMm\left(\frac{1}{r_1} - \frac{1}{r_2}\right)

To define an absolute potential energy function, you choose a reference point where U=0U=0. For gravity, the standard (and most useful) choice is:

U()=0U(\infty) = 0

With that reference, the gravitational potential energy at distance rr from mass MM is:

U(r)=GMmrU(r) = -G\frac{Mm}{r}

This negative sign is not a mathematical annoyance; it encodes the physics that two masses attract and form a bound system. Since you set U=0U=0 at infinity, any finite separation corresponds to a state where energy would be required to separate them completely, so UU must be negative.

Connecting potential energy, potential, and field

A related quantity is gravitational potential VV, defined as potential energy per unit mass:

V(r)=U(r)mV(r) = \frac{U(r)}{m}

For a point mass (or spherically symmetric mass):

V(r)=GMrV(r) = -G\frac{M}{r}

This can simplify problems because the test mass cancels, much like using g\vec{g} instead of F\vec{F}.

There is also a deep relationship between potential and field. In the radial direction:

g(r)=dVdrg(r) = -\frac{dV}{dr}

If you start with V(r)=GM/rV(r) = -GM/r and take the derivative, you recover g(r)=GM/r2g(r) = GM/r^2 in magnitude (directed inward). You do not always need calculus on the exam to use this, but it helps you see that potential energy and field descriptions are two sides of the same physics.

The near-Earth approximation: recovering mghmgh

Near Earth’s surface, if you move a small height hh such that hREh \ll R_E, then the gravitational field is approximately constant at g0g_0. In that case, the change in potential energy is well approximated by:

ΔUmg0h\Delta U \approx m g_0 h

How does this connect to the exact expression? If you compute:

ΔU=GMEm(1RE1RE+h)\Delta U = GM_E m\left(\frac{1}{R_E} - \frac{1}{R_E+h}\right)

and use the approximation 1/(RE+h)1/REh/RE21/(R_E+h) \approx 1/R_E - h/R_E^2 for small hh, you get:

ΔUGMEm(hRE2)=m(GMERE2)h=mg0h\Delta U \approx GM_E m\left(\frac{h}{R_E^2}\right) = m\left(G\frac{M_E}{R_E^2}\right)h = mg_0 h

So mghmgh is not a different kind of gravitational energy; it is the small-height limit of the universal gravitation model.

Conservation of mechanical energy in gravitational systems

When only gravity does work (no thrust, no drag), mechanical energy is conserved:

K+U=constantK + U = \text{constant}

where kinetic energy is:

K=12mv2K = \frac{1}{2}mv^2

This lets you relate speeds at different radii without explicitly solving a differential equation.

Example 1: Energy required to move between two radii

A spacecraft of mass mm moves from radius r1r_1 to radius r2r_2 from Earth’s center, starting and ending at rest (so you only care about potential energy change). How much work must an engine do (ignore drag and assume slow movement so kinetic energy stays negligible)?

The change in gravitational potential energy is:

ΔU=GMEm(1r11r2)\Delta U = GM_E m\left(\frac{1}{r_1} - \frac{1}{r_2}\right)

If the craft is moved outward (so r2>r1r_2>r_1), then ΔU>0\Delta U > 0. That means the engine must do positive work equal to the increase in potential energy:

Wengine=ΔU=GMEm(1r11r2)W_{\text{engine}} = \Delta U = GM_E m\left(\frac{1}{r_1} - \frac{1}{r_2}\right)

This is a common exam theme: separating what gravity does (often negative work when moving outward) from what an external agent must do.

Example 2: Speed gained by falling from rest (energy method)

A mass mm is released from rest at radius r1r_1 and falls inward to radius r2r_2 (with r2<r1r_2 < r_1). Find its speed vv at r2r_2 (ignore atmosphere).

Step 1: Set up conservation of energy

Initial energy:

Ei=Ki+Ui=0GMmr1E_i = K_i + U_i = 0 - G\frac{Mm}{r_1}

Final energy:

Ef=Kf+Uf=12mv2GMmr2E_f = K_f + U_f = \frac{1}{2}mv^2 - G\frac{Mm}{r_2}

Conservation: Ei=EfE_i = E_f.

Step 2: Solve for vv

GMmr1=12mv2GMmr2-G\frac{Mm}{r_1} = \frac{1}{2}mv^2 - G\frac{Mm}{r_2}

Move the potential terms to one side:

12mv2=GMm(1r21r1)\frac{1}{2}mv^2 = GMm\left(\frac{1}{r_2} - \frac{1}{r_1}\right)

Cancel mm and solve:

v=2GM(1r21r1)v = \sqrt{2GM\left(\frac{1}{r_2} - \frac{1}{r_1}\right)}

A typical misconception is to try v2=2gΔyv^2 = 2g\Delta y using constant gg even when the drop is a significant fraction of the planet’s radius. The energy method above automatically accounts for changing gravitational force with rr.

Sign conventions and what students often misread
  • U(r)=GMm/rU(r) = -GMm/r becomes **more negative** as rr decreases. Falling inward decreases potential energy.
  • The change ΔU\Delta U can be positive or negative depending on direction of motion. Moving outward increases UU (less negative), moving inward decreases UU (more negative).
  • If you choose a different reference point than infinity, the absolute value of UU changes, but **differences** ΔU\Delta U (and physics) remain consistent.
Notation reference (common symbols you’ll see)
QuantityMeaningCommon expressions
GGuniversal gravitational constant6.67×1011 Nm2/kg26.67\times 10^{-11}\ \text{N}\cdot\text{m}^2/\text{kg}^2
Fg\vec{F}_ggravitational forceF=Gm1m2r2r^\vec{F} = -G\frac{m_1 m_2}{r^2}\hat{r}
g\vec{g}gravitational field (acceleration)g=F/m\vec{g} = \vec{F}/m, g=GM/r2g = GM/r^2
UUgravitational potential energyU=GMm/rU = -GMm/r
VVgravitational potentialV=U/m=GM/rV = U/m = -GM/r
Exam Focus
  • Typical question patterns:
    • Use U=GMm/rU = -GMm/r to compute energy changes between two radii (often paired with conservation of energy).
    • Compare mghmgh to the exact expression and decide when the approximation is valid.
    • Determine whether an external agent must add or remove energy based on the sign of ΔU\Delta U.
  • Common mistakes:
    • Forgetting that UU is negative when the reference is at infinity and incorrectly concluding that “negative energy is impossible.”
    • Using mghmgh for large altitude changes where gg is not approximately constant.
    • Dropping minus signs in ΔU=GMm(1/r11/r2)\Delta U = GMm(1/r_1 - 1/r_2) and getting the direction of energy transfer backward.