Welcome to Unit 9: Paths, Curves, and Polar Worlds!
Welcome to one of the most exciting parts of AP Calculus BC! Up until now, you’ve mostly looked at functions like \(y = f(x)\), which are like tracks that only move forward or backward. In this unit, we break free! We are going to learn how to describe motion in two dimensions using Parametric Equations, Vectors, and Polar Coordinates.
Think of it this way: if a standard function is a train on a track, these new methods allow us to describe the flight of a butterfly or the orbit of a planet. Don't worry if it feels like a lot of new formulas at first—we will break them down into simple, manageable steps!
9.1 & 9.2: Parametric Equations and Derivatives
In Parametric Equations, we introduce a third variable, usually \(t\) (for time). Instead of \(y\) depending on \(x\), both \(x\) and \(y\) depend on \(t\).
Example: \(x = f(t)\) and \(y = g(t)\).
Finding the Slope (The First Derivative)
To find the slope of the curve \(\frac{dy}{dx}\) at any point, we use this simple ratio:
\(\frac{dy}{dx} = \frac{dy/dt}{dx/dt}\), provided that \(dx/dt \neq 0\).
Analogy: Imagine you are walking on a map. \(dx/dt\) is how fast you move East, and \(dy/dt\) is how fast you move North. The slope of your path is just the ratio of your Northward speed to your Eastward speed!
The Tricky Part: The Second Derivative
Finding \(\frac{d^2y}{dx^2}\) for parametric equations is a common place where students trip up. It isn't just the derivative of the first derivative; you have to divide by \(dx/dt\) again!
Formula: \(\frac{d^2y}{dx^2} = \frac{\frac{d}{dt}(\frac{dy}{dx})}{\frac{dx}{dt}}\)
Quick Review Box:
1. Find \(\frac{dy}{dx}\) first.
2. Take the derivative of that result with respect to \(t\).
3. Crucial Step: Divide by the original \(dx/dt\).
Common Mistake: Forgetting to divide by \(dx/dt\) at the very end!
Key Takeaway: Parametric equations describe "where" and "when." The slope is simply the ratio of the rates of change of \(y\) and \(x\).
9.3: Arc Length of Parametric Curves
How long is the path? If you took a piece of string and laid it exactly along the curve from time \(t = a\) to \(t = b\), how long would it be?
The Formula: \(L = \int_{a}^{b} \sqrt{(\frac{dx}{dt})^2 + (\frac{dy}{dt})^2} dt\)
Memory Aid: This looks just like the Pythagorean Theorem (\(a^2 + b^2 = c^2\))! You are basically adding up thousands of tiny little hypotenuses along the curve.
9.4 & 9.5: Vector-Valued Functions
A Vector-Valued Function is just a fancy way of writing parametric equations as a single object.
Position vector: \(\vec{r}(t) = \langle x(t), y(t) \rangle\).
Calculus with Vectors
The best news? Calculus with vectors is "piecewise." You just do the calculus to each part individually!
- Velocity: \(\vec{v}(t) = \vec{r}'(t) = \langle x'(t), y'(t) \rangle\)
- Acceleration: \(\vec{a}(t) = \vec{v}'(t) = \langle x''(t), y''(t) \rangle\)
- Integration: \(\int \vec{r}(t) dt = \langle \int x(t) dt, \int y(t) dt \rangle\)
Did you know? Vector-valued functions are how GPS systems calculate your route. They track your position vector over time to determine your velocity and estimated arrival time!
Key Takeaway: If you can do calculus on normal functions, you can do it on vectors. Just treat the \(x\) and \(y\) components as two separate problems in one.
9.6: Motion Problems and Speed
In the world of vectors, "Speed" is not the same as "Velocity." Velocity is a vector (it has direction), but Speed is a single number (a scalar).
Speed Formula: \(|\vec{v}(t)| = \sqrt{(x'(t))^2 + (y'(t))^2}\)
Notice: The speed formula is the inside part of the Arc Length integral! This makes sense: the integral of speed over time gives you the total distance traveled.
Summary of Motion:
- Displacement: The net change in position (a vector).
- Total Distance: The integral of speed (the arc length).
- Position at time \(t\): \(Position = Initial Position + \int_{0}^{t} Velocity(u) du\)
9.7: Introduction to Polar Coordinates
Instead of \(x\) and \(y\), we use \(r\) (distance from the origin) and \(\theta\) (the angle from the positive x-axis).
Conversion Formulas:
\(x = r \cos \theta\)
\(y = r \sin \theta\)
\(r^2 = x^2 + y^2\)
Derivatives in Polar
To find the slope \(\frac{dy}{dx}\) of a polar curve \(r = f(\theta)\), we treat it like a parametric equation where \(\theta\) is the parameter.
Using the product rule on \(x = r \cos \theta\) and \(y = r \sin \theta\):
\(\frac{dy}{dx} = \frac{\frac{dr}{d\theta} \sin \theta + r \cos \theta}{\frac{dr}{d\theta} \cos \theta - r \sin \theta}\)
Don't worry if this seems tricky! You don't necessarily need to memorize that big formula if you remember to use the Product Rule on \(y = r \sin \theta\) and \(x = r \cos \theta\).
9.8: Area of Polar Regions
In rectangular coordinates, we find area using rectangles. In polar coordinates, we use sectors (like thin slices of pizza).
Area Formula: \(A = \int_{\alpha}^{\beta} \frac{1}{2} [r(\theta)]^2 d\theta\)
Step-by-Step for Area:
1. Identify the function \(r\).
2. Determine the limits of integration (\(\alpha\) and \(\beta\)). This is often the hardest part! Try plugging in values to see where the curve starts and ends.
3. Set up the integral with the \(\frac{1}{2}\) outside.
4. Square the \(r\) function.
Common Mistake: Forgetting to square the \(r\). Always remember: Area is 2D, so we need \(r^2\)!
9.9: Arc Length of Polar Curves
Finally, we have the length of a polar curve. It is very similar to the parametric version, but simplified for \(r\) and \(\theta\).
Formula: \(L = \int_{\alpha}^{\beta} \sqrt{r^2 + (\frac{dr}{d\theta})^2} d\theta\)
Key Takeaway for Polar: Polar coordinates are perfect for circles, petals (roses), and spirals. Most mistakes happen in the setup, so draw a quick sketch of the curve to find your angles!
Unit 9 Final Review Tips
- Calculator Skills: Make sure your calculator is in RADIAN mode and POLAR or PARAMETRIC mode when needed.
- The "Half" Rule: Area in polar always has a \(\frac{1}{2}\). Arc length does not.
- Visualize: If a problem asks for the area between two curves, think "Outer Pizza Slice minus Inner Pizza Slice": \(\int \frac{1}{2} (R_{outer}^2 - r_{inner}^2) d\theta\).
You've got this! Unit 9 is just about looking at the world from a different angle (literally). Practice the formulas, and you'll be a pro in no time!