Unit 1: Kinematics — Motion in Two or Three Dimensions

Welcome! So far in Kinematics, you’ve likely looked at objects moving in straight lines. But the real world is rarely that simple. Whether it’s a soccer ball arching through the air or a satellite orbiting Earth, most motion happens in more than one dimension. In this chapter, we explore how to use vectors and calculus to describe motion in 2D and 3D space. Don't worry if it sounds intimidating—if you can handle 1D motion, you're already halfway there!

1. The "Golden Rule" of Multi-Dimensional Motion

The most important concept to grasp is the independence of motion. Motion in the horizontal direction (\(x\)) does not affect motion in the vertical direction (\(y\)). Think of it as two separate 1D problems happening at the exact same time, linked only by a single bridge: time (\(t\)).

Analogy: Imagine watching a shadow of a ball on the floor (the \(x\)-motion) and a shadow of the ball on a wall (the \(y\)-motion). Each shadow moves as if the other dimension doesn't exist!

2. Position, Velocity, and Acceleration Vectors

In AP Physics C, we represent position using the position vector, \( \vec{r} \). In two dimensions, this is written as:

\( \vec{r}(t) = x(t)\hat{i} + y(t)\hat{j} \)

Where \( \hat{i} \) and \( \hat{j} \) are unit vectors pointing in the \(x\) and \(y\) directions. To find velocity and acceleration, we use calculus just like we did in 1D, but we apply it to each component separately.

Velocity

Velocity is the first derivative of position with respect to time:

\( \vec{v}(t) = \frac{d\vec{r}}{dt} = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} \)

This means the velocity vector has components \( v_x = \frac{dx}{dt} \) and \( v_y = \frac{dy}{dt} \).

Acceleration

Acceleration is the first derivative of velocity (or the second derivative of position):

\( \vec{a}(t) = \frac{d\vec{v}}{dt} = \frac{dv_x}{dt}\hat{i} + \frac{dv_y}{dt}\hat{j} \)

Quick Review: If you are given acceleration and need to find position, you perform the reverse operation: integration. Remember to always add your constants of integration (like \( v_{0x} \) or \( x_0 \))!

3. Projectile Motion: A Classic 2D Case

Projectile motion is a specific type of 2D motion where an object is launched into the air and is influenced only by gravity. Per the AP Physics C syllabus, we assume air resistance is negligible and the frame of reference is inertial.

For a projectile launched at an angle \( \theta \) with initial velocity \( v_0 \):

  • Horizontal (\(x\)) Component: No acceleration (\( a_x = 0 \)). The velocity stays constant: \( v_x = v_0 \cos\theta \).
  • Vertical (\(y\)) Component: Constant acceleration due to gravity (\( a_y = -g \)). The velocity changes: \( v_y = v_0 \sin\theta - gt \).

Exam Tip: On the AP Exam, for numerical calculations, you should use \( g = 10 \, \text{m/s}^2 \), though \( 9.8 \, \text{m/s}^2 \) is also accepted.

Key Takeaway:

To solve projectile problems, solve for time in one dimension (usually the \(y\) dimension) and then use that time to find displacement in the other dimension (\(x\)).

4. Motion in Three Dimensions

While the math for 2D motion is a core part of your calculations, the syllabus specifies that three-dimensional motion is qualitative only for this course. This means you won't be asked to solve complex 3D integrals, but you should understand the concept.

In 3D, we simply add a third component, \(z\):

\( \vec{r}(t) = x(t)\hat{i} + y(t)\hat{j} + z(t)\hat{k} \)

The rules remain the same: the velocity in the \(z\) direction is simply \( \frac{dz}{dt} \), and it is independent of what is happening in the \(x\) and \(y\) planes.

5. Working with Functional Dependence

Often, the AP exam won't give you numbers. Instead, they will give you a function, such as \( \vec{v}(t) = (3t^2)\hat{i} + (5)\hat{j} \). To find the acceleration at \( t = 2 \, \text{s} \):

  1. Take the derivative: \( \vec{a}(t) = \frac{d}{dt}(3t^2)\hat{i} + \frac{d}{dt}(5)\hat{j} = (6t)\hat{i} + 0\hat{j} \).
  2. Plug in the time: \( \vec{a}(2) = 12\hat{i} \, \text{m/s}^2 \).

Did you know? Even though we treat \(x\) and \(y\) separately, the actual path of the object (the trajectory) is found by eliminating \(t\) from the equations to get \(y\) as a function of \(x\). For projectiles, this path is always a parabola!

6. Common Pitfalls to Avoid

  • Mixing Components: Never plug a vertical acceleration (like \(g\)) into a horizontal displacement equation. Keep your \(x\) and \(y\) variables in separate "columns" in your mind.
  • Calculator Mode: Ensure your calculator is in Degrees or Radians as appropriate for the problem. Most projectile problems use degrees for the launch angle.
  • Signs Matter: If you define "up" as positive, then \( g \) must be negative (\( -10 \, \text{m/s}^2 \)). Consistency is key!
  • Vector vs. Scalar: Remember that speed is the magnitude of the velocity vector: \( |\vec{v}| = \sqrt{v_x^2 + v_y^2} \).

Summary Checklist

1. Independence: Do I treat horizontal and vertical motion separately?
2. Calculus: Can I differentiate position to find velocity and acceleration?
3. Integration: Can I integrate acceleration to find velocity, including the initial velocity constant?
4. Projectiles: Do I remember that \( a_x = 0 \) and \( a_y = -g \)?
5. 3D Motion: Do I understand that 3D motion follows the same principles as 2D motion qualitatively?

Keep practicing! Kinematics is the foundation for everything else in Physics C. Once you master the art of breaking vectors into components, you'll be ready to tackle Forces and Energy with confidence.