Introduction to Motion in Two Dimensions
In AP Calculus AB, you learned how to analyze the motion of a particle moving along a single line (usually the \(x\)-axis). In AP Calculus BC, we take it to the next level: motion in a plane. Instead of just moving left and right, our particle can now move up, down, left, right, and everywhere in between!
We use parametric equations and vector-valued functions to describe this. Think of it like a GPS tracking a drone; we need to know its horizontal position \(x(t)\) and its vertical position \(y(t)\) at any time \(t\). If you mastered straight-line motion, you are already halfway there—now we just apply those same calculus rules to two components at once.
1. The Three Layers of Motion: Position, Velocity, and Acceleration
Just like in 1D motion, we have three levels of functions. The difference is that they are now vectors with an \(x\)-component and a \(y\)-component.
Position Vector
The position of a particle at time \(t\) is given by:
\(\mathbf{r}(t) = \langle x(t), y(t) \rangle\)
Velocity Vector
Velocity is the derivative of position. To find it, we take the derivative of each component individually:
\(\mathbf{v}(t) = \mathbf{r}'(t) = \langle x'(t), y'(t) \rangle = \left\langle \frac{dx}{dt}, \frac{dy}{dt} \right\rangle\)
Key Concept: The velocity vector tells you two things: which way the particle is moving and how fast it is going in each direction.
Acceleration Vector
Acceleration is the derivative of velocity (or the second derivative of position):
\(\mathbf{a}(t) = \mathbf{v}'(t) = \mathbf{r}''(t) = \langle x''(t), y''(t) \rangle = \left\langle \frac{d^2x}{dt^2}, \frac{d^2y}{dt^2} \right\rangle\)
Quick Tip: If a problem asks when a particle is at rest, both components of the velocity vector must be zero: \(x'(t) = 0\) AND \(y'(t) = 0\).
2. Speed: The Magnitude of Velocity
While velocity is a vector (it has direction), speed is a scalar (just a number). Speed is the "length" or magnitude of the velocity vector.
Using the Pythagorean Theorem, the speed at time \(t\) is:
\(\text{Speed} = |\mathbf{v}(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}\)
Analogy: Imagine walking across a room. Your \(x\)-velocity is how fast you move toward the side wall, and your \(y\)-velocity is how fast you move toward the front wall. Your actual speed is the direct diagonal pace you are walking.
Key Takeaway: Speed is always non-negative because of the square root and the squared terms.
3. Distance Traveled vs. Displacement
Students often confuse these two concepts. Here is how to tell them apart:
Total Distance Traveled
This is the "odometer reading" of the particle. It accounts for every twist and turn. To find the total distance from \(t = a\) to \(t = b\), we integrate the speed:
\(\text{Total Distance} = \int_{a}^{b} \sqrt{(x'(t))^2 + (y'(t))^2} dt\)
Note: This is the exact same formula used for Arc Length of a parametric curve (which you can review in Unit 9.3).
Displacement
Displacement is simply the "change in position." It doesn't care how you got there; it only cares about where you started and where you ended. Displacement is a vector:
\(\text{Displacement} = \langle x(b) - x(a), y(b) - y(a) \rangle\)
Did you know? If a particle runs in a perfect circle and ends exactly where it started, its displacement is \(\langle 0, 0 \rangle\), but its total distance traveled is the circumference of the circle!
4. Finding Position using Integration
One of the most common tasks on the AP Exam (especially in the Free Response section) is finding the position of a particle at a specific time when you are given the velocity and an initial starting point. We use the Fundamental Theorem of Calculus for this.
To find the position at time \(t_1\), given the position at time \(t_0\):
\(x(t_1) = x(t_0) + \int_{t_0}^{t_1} x'(t) dt\)
\(y(t_1) = y(t_0) + \int_{t_0}^{t_1} y'(t) dt\)
Step-by-Step Process:
- Identify the given initial position (the "anchor" point).
- Identify the velocity components \(x'(t)\) and \(y'(t)\).
- Set up the definite integral from the "known" time to the "desired" time.
- Add the initial position value to the result of the integral.
Common Mistake: Forgetting to add the initial position \(x(t_0)\) or \(y(t_0)\). The integral only tells you the change in position, not the final location!
5. Direction of Motion and Slopes
Sometimes you need to connect motion back to the actual path (the curve) the particle is following.
- Slope of the path: The slope of the tangent line to the path at time \(t\) is \(\frac{dy}{dx} = \frac{y'(t)}{x'(t)}\).
- Horizontal Motion: If \(x'(t) > 0\), the particle is moving to the right. If \(x'(t) < 0\), it is moving to the left.
- Vertical Motion: If \(y'(t) > 0\), the particle is moving up. If \(y'(t) < 0\), it is moving down.
Summary Checklist for Success
1. Use your calculator! On Section I Part B and Section II Part A, use the numerical integration and derivative features. You do not need to integrate the speed formula by hand—it's often impossible!
2. Watch your notation: Keep your \(x\) and \(y\) components separate until the very end.
3. Units matter: If the problem gives you units (like meters and seconds), make sure your final answer for position is in meters, velocity is in meters/second, and acceleration is in meters/second\(^2\).
4. Remember the difference: Speed is a number (scalar); Velocity is a pair of numbers (vector).
Don't worry if this seems like a lot to track. Just remember: it's exactly like AB motion, just performed twice—once for \(x\) and once for \(y\)!