# Reference Frames and Relative Motion

> AP Physics 1 · AP Physics 1
> Source: https://www.owlsprep.com/study/ap-physics-1-u1-reference-frames-and-relative-motion/

This module covers inertial reference frame rules, 1D and 2D relative velocity calculations, and standard AP-style problems for observers in moving frames.

**Prerequisites:** [1D kinematic velocity definitions](https://www.owlsprep.com/study/ap-physics-1-u1-1d-kinematics-basics/); [Vector addition and subtraction for motion](https://www.owlsprep.com/study/ap-physics-1-u1-vector-operations-for-kinematics/)

## Learning objectives

- Distinguish between inertial and non-inertial reference frames per AP Physics 1 requirements
- Calculate 1D and 2D relative velocity for observers in different constant-velocity frames
- Resolve apparent motion discrepancies between two observers in distinct reference frames
- Apply relative motion rules to solve standard riverboat and airplane wind exam problems

## Core Properties of Reference Frames

**Inertial Reference Frame** — A non-accelerating frame of reference where Newton's first law (law of inertia) is fully valid. No net force on a stationary object in the frame will keep it stationary.

*Example:* A student standing on a flat, stationary sidewalk at rest relative to Earth is in an inertial frame.

All AP Physics 1 exam problems exclusively use inertial reference frames. You will never be required to perform calculations for non-inertial frames, which include accelerating cars, rotating merry-go-rounds, or elevators speeding up or slowing down.

> **warning**
>
> Earth's rotation creates a tiny non-inertial effect, but this is always ignored in AP Physics 1 problems unless explicitly stated.

**Check your understanding**

Confirm your understanding of valid frames before proceeding:

1. Which of these is a valid inertial reference frame for AP Physics 1?

   - A car accelerating from 0 to 30 m/s
   - A train moving at constant 25 m/s on straight tracks
   - A rollercoaster at the top of a loop
   - A turning bus moving at constant speed

   *Why:* Only constant-velocity non-accelerating frames qualify as inertial for AP purposes.

## 1D Relative Velocity Calculations

$$v_{AC} = v_{AB} + v_{BC}$$

This Galilean relative velocity rule works for all speeds far below the speed of light, which is the case for every AP Physics 1 problem. The inner subscripts on the right-hand side cancel out to match the outer subscripts of the left-hand side.

> **Subscript Order Trick**
>
> Inner subscripts cancel: to get velocity of A relative to C, sum velocity of A relative to B and B relative to C

**Worked example:** A truck travels north at 18 m/s relative to the ground. A sedan travels south at 22 m/s relative to the ground. Find the velocity of the sedan as measured by the truck driver.

1. Define reference frames: G = ground, T = truck, S = sedan. Set north as positive direction.
2. $$v_{TG} = +18 \text{ m/s}, v_{SG} = -22 \text{ m/s}$$
3. Rearrange the relative velocity formula to solve for sedan velocity relative to the truck:
4. $$v_{ST} = v_{SG} + v_{GT} = v_{SG} - v_{TG}$$
5. $$v_{ST} = -22 - 18 = -40 \text{ m/s, or 40 m/s south}$$

## 2D Relative Motion: Riverboat and Airplane Problems

For 2D motion, the relative velocity formula applies to full vectors, not just scalar magnitudes. You must resolve all velocity vectors into x and y components before adding, then recombine to find the final magnitude and direction.

**Worked example:** A boat points directly north across a river with speed 4 m/s relative to the water. The river flows east at 3 m/s relative to the ground. Find the boat's speed relative to a stationary observer on the riverbank.

1. Define frames: G = ground, W = water, B = boat. Set east as x+, north as y+.
2. $$\vec{v}_{BW} = (0, 4) \text{ m/s}, \vec{v}_{WG} = (3, 0) \text{ m/s}$$
3. $$\vec{v}_{BG} = \vec{v}_{BW} + \vec{v}_{WG} = (3, 4) \text{ m/s}$$
4. Calculate magnitude of the resultant vector using Pythagorean theorem:
5. $$|v_{BG}| = \sqrt{3^2 + 4^2} = 5 \text{ m/s}$$

> **tip**
>
> For riverboat problems where the boat wants to travel directly north across the river, you must point the boat slightly west of north to cancel out the eastward flow of the river.

## AP Exam Phrasing for Relative Motion

**Exam command terms**

AP Physics 1 question prompts use specific language to signal reference frame requirements:

- **Relative to the ground** — All velocity values should be calculated using the stationary Earth frame *(Find the time for the boat to reach the far shore relative to the ground)*

- **As seen by the pilot** — All motion is measured in the moving frame of the pilot, not the ground *(What path does a dropped package take as seen by the airplane pilot?)*

- **Apparent velocity** — The measured velocity of the object from the specified observer's frame

## Common pitfalls

- **Wrong:** Mixing up the order of subscripts in the relative velocity formula
  - Why it fails: $v_{AB} = -v_{BA}$, so reversing subscripts gives a velocity of opposite sign and direction
  - Correct: Use the inner subscript cancellation rule to confirm your formula is arranged correctly
- **Wrong:** Treating an accelerating car as a valid inertial reference frame
  - Why it fails: Newton's first law does not hold in accelerating frames, objects appear to move with no applied force
  - Correct: Only use stationary or constant-velocity frames for all AP Physics 1 relative motion calculations
- **Wrong:** Adding 2D velocity magnitudes directly as scalars
  - Why it fails: This ignores the perpendicular components of velocity, leading to overestimated relative speed values
  - Correct: Break all 2D vectors into x and y components first, sum components separately, then find the resultant magnitude
- **Wrong:** Forgetting to define a positive direction for 1D problems
  - Why it fails: Unstated sign conventions lead to sign errors that flip the direction of your final relative velocity
  - Correct: Explicitly write your positive axis direction at the top of every relative motion problem
- **Wrong:** Applying special relativity corrections for high speed motion
  - Why it fails: All AP Physics 1 problems use speeds far below the speed of light, so Galilean relative velocity is fully valid
  - Correct: Never use Lorentz transformation formulas unless the exam explicitly references relativistic speeds

## Cheatsheet

| Quantity | Formula | Common AP Use Case |
| --- | --- | --- |
| 1D Relative Velocity | $v_{AC} = v_{AB} + v_{BC}$ | Two cars moving along a straight road |
| 2D Relative Velocity | $\vec{v}_{AC} = \vec{v}_{AB} + \vec{v}_{BC}$ | Boat crossing a river, airplane in wind |
| Relative Speed (Approaching Objects) | $\|v_A\| + \|v_B\|$ | Collision time calculation for oncoming vehicles |
| Relative Speed (Same Direction) | $\|v_A - v_B\|$ | Overtaking time calculation for two cars |

## What's next

Mastering reference frames and relative motion is a critical foundation for upcoming kinematics topics including projectile motion, where you will analyze the trajectory of objects launched at angles relative to a stationary ground frame, and later circular motion where you will distinguish between inertial and rotating frames to explain centripetal force. This skill also transfers directly to dynamics units, where you will apply Newton's laws across different constant-velocity frames to confirm force balance rules. Relative motion appears in nearly 30% of AP Physics 1 kinematics FRQs, so solidifying this base now will save you time on later multi-step problems.

---

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-u1-reference-frames-and-relative-motion/
